system/boot: More cleanup and shuffling

* arm efi additions
* cleanup some cpu headers which were oddly
  split between efi and bios_ia32
* Move calculate_cpu_conversion_factor over to
  arch_timer since it is timerish, and x86 only
* Drop some duplicated code from efi start. Move
  hpet init code into efi timer/hpet code

Change-Id: Ia4264a5690ba8c09417b06788febc4f572f111ce
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2259
Reviewed-by: Alex von Gluck IV <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2020-02-22 14:37:45 +00:00
committed by Alex von Gluck IV
parent cc89f2de18
commit d2986cb6d0
11 changed files with 115 additions and 19 deletions
@@ -13,7 +13,6 @@
extern "C" {
#endif
extern void cpu_init(void);
void calculate_cpu_conversion_factor(uint8 channel);