aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/variant.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-20 22:24:22 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-01-23 11:25:59 +0000
commit292a7641418bbd653f8097419578793a9c758623 (patch)
tree3e181602f2f756fcd272b9dea74ba633cd158855 /src/mainboard/google/auron/variant.h
parente23b0abe30f3cf026a931cfd145d568cddf37ffc (diff)
mb/google/auron: Factor out SPD indexing
The code to read the SPD file and index it is not variant-specific. Change-Id: Iaee0a77934a45c65bf32dd0dba23cec654abc0b9 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49773 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/auron/variant.h')
-rw-r--r--src/mainboard/google/auron/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/auron/variant.h b/src/mainboard/google/auron/variant.h
index 7a0e64d6e3..87986a9f1e 100644
--- a/src/mainboard/google/auron/variant.h
+++ b/src/mainboard/google/auron/variant.h
@@ -13,7 +13,7 @@ void variant_romstage_entry(struct romstage_params *rp);
void lan_init(void);
void mainboard_fill_spd_data(struct pei_data *pei_data);
-void mainboard_print_spd_info(uint8_t spd[]);
+void fill_spd_for_index(uint8_t spd[], unsigned int index);
#define SPD_LEN 256