From 70bb05715ad0fa8edecb2185e1c1373c76ee2128 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Mon, 13 Mar 2017 16:37:20 -0700 Subject: soc/intel/quark: Read the rmu.bin file from read-only region Always read the rmu.bin file from the read-only section of the SPI flash. Without this change vboot attempts to read this file from the A or B section of the flash. TEST=Build and run on Galileo Gen2 Change-Id: Ied8eaa2cd37645bf401aa957936943946bfd6182 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/18803 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/quark/include/soc/romstage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/quark/include') diff --git a/src/soc/intel/quark/include/soc/romstage.h b/src/soc/intel/quark/include/soc/romstage.h index d6f9186754..43d420e1e7 100644 --- a/src/soc/intel/quark/include/soc/romstage.h +++ b/src/soc/intel/quark/include/soc/romstage.h @@ -32,6 +32,7 @@ asmlinkage void *car_stage_c_entry(void); void clear_smi_and_wake_events(void); void disable_rom_shadow(void); +void *locate_rmu_file(size_t *rmu_file_len); void report_platform_info(void); int set_base_address_and_enable_uart(u8 bus, u8 dev, u8 func, u32 mmio_base); void pcie_init(void); -- cgit v1.2.3