From ea81928e948a01dde897b90e8e7454a71d9c0788 Mon Sep 17 00:00:00 2001 From: Philipp Hug Date: Wed, 11 Jul 2018 13:22:34 +0200 Subject: soc/sifive/fu540: Add driver for OTP memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provides minimal functionality to read the SOC s/n from the NeoFuse one time programmable memory. Change-Id: I14b010ad9958931e0a98a76f76090fd7c66f19a0 Signed-off-by: Philipp Hug Reviewed-on: https://review.coreboot.org/27435 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer --- src/soc/sifive/fu540/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/sifive/fu540/Makefile.inc') diff --git a/src/soc/sifive/fu540/Makefile.inc b/src/soc/sifive/fu540/Makefile.inc index 677731a8af..12b814a6f7 100644 --- a/src/soc/sifive/fu540/Makefile.inc +++ b/src/soc/sifive/fu540/Makefile.inc @@ -21,11 +21,13 @@ bootblock-y += bootblock.c romstage-y += uart.c romstage-y += media.c romstage-y += sdram.c +romstage-y += otp.c ramstage-y += uart.c ramstage-y += media.c ramstage-y += sdram.c ramstage-y += cbmem.c +ramstage-y += otp.c CPPFLAGS_common += -Isrc/soc/sifive/fu540/include -- cgit v1.2.3