add FDT extended bootinfo type
FDT is not platform specific (and used on RISC-V and ARM), so this bootinfo type isn't either.
This commit is contained in:
parent
b7c053f93f
commit
d8c9069c0a
2 changed files with 2 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -26,6 +26,7 @@ Upcoming release: BREAKING
|
|||
* Support added for ARM kernel serial driver to be linked in at build time based on the device tree compatibility string.
|
||||
* Support added for compiling verified configurations of the kernel with Clang 7.
|
||||
* Support added for Hardkernel ODROID-C2.
|
||||
* Added extended bootinfo header for device tree (SEL4_BOOTINFO_HEADER_FDT).
|
||||
|
||||
## Upgrade Notes
|
||||
---
|
||||
|
|
|
|||
|
|
@ -89,5 +89,6 @@ typedef struct {
|
|||
#define SEL4_BOOTINFO_HEADER_X86_ACPI_RSDP 3
|
||||
#define SEL4_BOOTINFO_HEADER_X86_FRAMEBUFFER 4
|
||||
#define SEL4_BOOTINFO_HEADER_X86_TSC_FREQ 5 // frequency is in mhz
|
||||
#define SEL4_BOOTINFO_HEADER_FDT 6
|
||||
|
||||
#endif // __LIBSEL4_BOOTINFO_TYPES_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue