Home
last modified time | relevance | path

Searched defs:cbfs_header (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dcbfs.h43 struct cbfs_header { struct
44 u32 magic;
45 u32 version;
46 u32 rom_size;
47 u32 boot_block_size;
48 u32 align;
49 u32 offset;
50 u32 pad[2];
/openbmc/u-boot/fs/cbfs/
H A Dcbfs.c37 static struct cbfs_header cbfs_header; variable