diff options
author | Xiang Wang <wxjstz@126.com> | 2019-01-23 11:45:06 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-28 17:10:01 +0000 |
commit | 411a8b7a6656ee62c3dee5c11285143ed6315215 (patch) | |
tree | 8c5ac9d7a0bba41ce4774148a77e6d21ed7c0085 /src/mainboard/sifive/hifive-unleashed/Kconfig | |
parent | c6d672fe1dbfe9c07cea0c84aa2f512297e690ed (diff) |
src/mb/sifive/hifive-unleashed: replace fdt in maskrom
The fdt in the maskrom cannot be used to start linux. The correct fdt
is dumped by replacing the bbl of the original firmware and used in
coreboot.
Correct the mac address in fdt by reading otp
Change-Id: Ic29f0e590311360b85fafd12ebc36cd189fbbc38
Signed-off-by: Xiang Wang <wxjstz@126.com>
Reviewed-on: https://review.coreboot.org/c/31047
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Philipp Hug <philipp@hug.cx>
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/Kconfig')
-rw-r--r-- | src/mainboard/sifive/hifive-unleashed/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig index 1fdff7b068..24531787ef 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -18,6 +18,10 @@ config BOARD_SPECIFIC_OPTIONS select SOC_SIFIVE_FU540 select BOARD_ROMSIZE_KB_32768 select MISSING_BOARD_RESET + select FLATTENED_DEVICE_TREE + +config HEAP_SIZE + default 0x10000 config MAINBOARD_DIR string |