Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/doc/
H A DREADME.vxworks71 provided. They are "e820data" and "e820info", which represent the address of
75 BIOS_E820_INFO_START, and assign their values to "e820data" and "e820info"
77 location at 0x4000 for "e820data" and 0x4a00 for "e820info". Typical values
78 for "e820data" and "e820info" are 0x104000 and 0x104a00. But there is one
79 exception on Intel Galileo, where "e820data" and "e820info" should be left
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c211 struct e820info *info; in do_bootvx()
351 info = (struct e820info *)simple_strtoul(tmp, NULL, 16); in do_bootvx()
353 info = (struct e820info *)VXWORKS_E820_INFO_ADDR; in do_bootvx()
355 memset(info, 0, sizeof(struct e820info)); in do_bootvx()
/OK3568_Linux_fs/u-boot/include/
H A Dvxworks.h29 struct e820info { struct