Re: [U-Boot] [PATCH v2 33/37] binman: Add a utility library for coreboot CBFS

2019-07-17 Thread sjg
Coreboot uses a simple flash-based filesystem called Coreboot Filesystem (CBFS) to organise files used during boot. This allows files to be named and their position in the flash to be set. It has special features for dealing with x86 devices which typically memory-map their SPI flash to the top of

[U-Boot] [PATCH v2 33/37] binman: Add a utility library for coreboot CBFS

2019-07-08 Thread Simon Glass
Coreboot uses a simple flash-based filesystem called Coreboot Filesystem (CBFS) to organise files used during boot. This allows files to be named and their position in the flash to be set. It has special features for dealing with x86 devices which typically memory-map their SPI flash to the top of