This topic has not yet been rated - Rate this topic

OEMRomChain (Windows Embedded Compact 7)

9/29/2011

This structure defines an XIP region.


typedef struct ROMChain_t{
  struct ROMChain_t* pNext;
  ROMHDR* pTOC;
} ROMChain_t, OEMRomChain;
pNext

Pointer to the next XIP region if one exists.

pTOC

Pointer to the table of contents of the ROM for this XIP region.

An OEM can specify the ROMChain ordering of all XIPs.

If the ROM where the kernel resides cannot be found by traversing OEMRomChain, the kernel will automatically append this ROM to the OEMRomChain list.

Header

romldr.h

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ