Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcoreboot_table.c103 struct e820entry e820[32]; in write_coreboot_table() local
122 num = install_e820_map(ARRAY_SIZE(e820), e820); in write_coreboot_table()
124 map->start.lo = e820[i].addr & 0xffffffff; in write_coreboot_table()
125 map->start.hi = e820[i].addr >> 32; in write_coreboot_table()
126 map->size.lo = e820[i].size & 0xffffffff; in write_coreboot_table()
127 map->size.hi = e820[i].size >> 32; in write_coreboot_table()
128 map->type = e820[i].type; in write_coreboot_table()
H A DMakefile20 obj-y += e820.o
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/
H A DMakefile11 obj-$(CONFIG_QFW) += cpu.o e820.o