Searched refs:e820 (Results 1 - 15 of 15) sorted by relevance

/u-boot/arch/x86/lib/
H A De820.c8 #include <asm/e820.h>
14 * Install a default e820 table with 4 entries as follows:
43 struct e820_entry e820[E820MAX]; local
48 num = install_e820_map(ARRAY_SIZE(e820), e820);
55 start = e820[i].addr;
57 switch (e820[i].type) {
78 start + e820[i].size,
81 efi_add_memory_map(start, e820[i].size, type);
H A Dcoreboot_table.c12 #include <asm/e820.h>
105 struct e820_entry e820[32]; local
123 /* first install e820 defined memory maps */
124 num = install_e820_map(ARRAY_SIZE(e820), e820);
126 map->start.lo = e820[i].addr & 0xffffffff;
127 map->start.hi = e820[i].addr >> 32;
128 map->size.lo = e820[i].size & 0xffffffff;
129 map->size.hi = e820[i].size >> 32;
130 map->type = e820[
[all...]
H A DMakefile25 obj-y += e820.o
/u-boot/arch/x86/cpu/qemu/
H A DMakefile10 obj-$(CONFIG_QFW) += cpu.o e820.o
H A De820.c12 #include <asm/e820.h>
37 * storing ACPI tables, we need to reserve them in e820 tables,
/u-boot/arch/x86/lib/coreboot/
H A Dcb_support.c10 #include <asm/e820.h>
20 printf("Warning: Limiting e820 map to %d entries\n",
/u-boot/arch/x86/include/asm/
H A Dzimage.h11 #include <asm/e820.h>
H A Dbootparam.h8 #include <asm/e820.h>
/u-boot/arch/x86/cpu/coreboot/
H A Dsdram.c10 #include <asm/e820.h>
/u-boot/arch/x86/cpu/slimbootloader/
H A Dsdram.c10 #include <asm/e820.h>
/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c9 #include <asm/e820.h>
/u-boot/lib/
H A Delf.c14 #include <asm/e820.h>
/u-boot/arch/x86/lib/fsp/
H A Dfsp_dram.c11 #include <asm/e820.h>
168 prop = ofnode_read_chosen_prop("e820-entries", &size);
/u-boot/arch/x86/cpu/efi/
H A Dpayload.c17 #include <asm/e820.h>
/u-boot/cmd/
H A Delf.c19 #include <asm/e820.h>

Completed in 221 milliseconds