Files
haiku-beta6/headers/private
Alexander von Gluck IV 89fd39f42a efi: Refactor CPU code to be arch-specific
* Migrate some platform agnostic architecture code into
  boot/arch from efi/arch. This helps to avoid conflicts
  between kernel and boot sources as well.
* Conflicts between arch_cpu in efi and kernel code means
  bootcode really should *never* directly use kernel arch
  headers. (other platforms don't, which is why they don't
  have this same issue)
* We carefully thread any needed kernel headers (namely
  assembly helper macros) into the bootloader headers without
  mixing in the whole conflicting kernel/arch headers.
* ARM now properly get its cpu init code called, and we
  progress further into the EFI bootloader.

Change-Id: If67ec9758b5ce68563ebd9eb45d5196401911c67
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2975
Reviewed-by: waddlesplash <[email protected]>
2020-07-04 21:04:20 +00:00
..
2018-03-07 18:04:31 -05:00
2020-03-23 01:30:23 +00:00
2020-03-23 01:30:23 +00:00
2020-06-01 14:09:54 +00:00
2017-11-24 21:35:49 +01:00
2020-03-21 17:16:45 +00:00
2020-04-20 14:56:59 +00:00