libpayload: Add access to CMOS images in memory space
Provide access to CMOS images in RAM or CBFS, such as cmos.defaults Change-Id: Ifa70dea6206d94c0c271caf9ae1152fc76b5d51a Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/584 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
committed by
Patrick Georgi
parent
b06bd8d954
commit
5febb00640
@ -199,7 +199,8 @@ struct nvram_accessor {
|
||||
void (*write)(u8 val, u8 reg);
|
||||
};
|
||||
|
||||
extern struct nvram_accessor *use_nvram;
|
||||
extern u8 *mem_accessor_base;
|
||||
extern struct nvram_accessor *use_nvram, *use_mem;
|
||||
|
||||
struct cb_cmos_option_table *get_system_option_table(void);
|
||||
void fix_options_checksum_with(const struct nvram_accessor *nvram);
|
||||
|
Reference in New Issue
Block a user