urara: add board configs
This allows to build coreboot for the mips based board called urara.
BUG=chrome-os-partner:31438
TEST=emerge-urara coreboot succeeds with the proper coreboot image
created. No testing yet.
Change-Id: I420476802fb12e5d02f07998d6c01d8c38b7a83e
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/214659
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
1ca9efe59a
commit
2818f52778
2 changed files with 9 additions and 0 deletions
8
configs/config.urara
Normal file
8
configs/config.urara
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
CONFIG_VENDOR_GOOGLE=y
|
||||
CONFIG_BOARD_GOOGLE_URARA=y
|
||||
CONFIG_COREBOOT_ROMSIZE_KB_1024=y
|
||||
# CONFIG_CONSOLE_SERIAL is not set
|
||||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_VBOOT_VERIFY_FIRMWARE=y
|
||||
CONFIG_FLASHMAP_OFFSET=0x00100000
|
||||
1
configs/fwserial.urara
Normal file
1
configs/fwserial.urara
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_CONSOLE_SERIAL=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue