Home
last modified time | relevance | path

Searched refs:e820 (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/x86/lib/
A De820.c43 struct e820_entry e820[E820MAX]; in efi_add_known_memory() local
48 num = install_e820_map(ARRAY_SIZE(e820), e820); in efi_add_known_memory()
55 start = e820[i].addr; in efi_add_known_memory()
57 switch (e820[i].type) { in efi_add_known_memory()
78 start + e820[i].size, in efi_add_known_memory()
81 efi_add_memory_map(start, e820[i].size, type); in efi_add_known_memory()
A Dcoreboot_table.c105 struct e820_entry e820[32]; in write_coreboot_table() local
124 num = install_e820_map(ARRAY_SIZE(e820), e820); in write_coreboot_table()
126 map->start.lo = e820[i].addr & 0xffffffff; in write_coreboot_table()
127 map->start.hi = e820[i].addr >> 32; in write_coreboot_table()
128 map->size.lo = e820[i].size & 0xffffffff; in write_coreboot_table()
129 map->size.hi = e820[i].size >> 32; in write_coreboot_table()
130 map->type = e820[i].type; in write_coreboot_table()
A DMakefile20 obj-y += e820.o
/u-boot/arch/x86/cpu/qemu/
A DMakefile10 obj-$(CONFIG_QFW) += cpu.o e820.o
/u-boot/doc/device-tree-bindings/
A Dchosen.txt147 e820-entries
150 This provides a way to add entries to the e820 table which tells the OS about
160 e820-entries = /bits/ 64 <
/u-boot/doc/usage/
A Dqfw.rst47 etc/e820
/u-boot/arch/x86/dts/
A Dchromebook_coral.dts22 #include <asm/e820.h>
89 e820-entries = /bits/ 64 <

Completed in 7 milliseconds