purin: add basic set of files for libpayload
BUG=none BRANCH=tot TEST=emerge-purin libpayload depthcharge coreboot chromeos-bootimage Change-Id: I6a46067a288ecea352a2724c62c62066e3f4a383 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 355371317dde0546fbab2cd109bc17463f77c4fd Original-Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Original-Change-Id: I8c43acc4d270c3b2d7c18af07c077a553e3c6f6f Original-Reviewed-on: https://chromium-review.googlesource.com/245492 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9753 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
0c253b69af
commit
e18c38e3ba
@ -214,6 +214,11 @@ config BG4CD_SERIAL_CONSOLE
|
||||
depends on SERIAL_CONSOLE
|
||||
default n
|
||||
|
||||
config CYGNUS_SERIAL_CONSOLE
|
||||
bool "Serial port driver for Cygnus"
|
||||
depends on SERIAL_CONSOLE
|
||||
default n
|
||||
|
||||
config PL011_SERIAL_CONSOLE
|
||||
bool "PL011 compatible serial port driver"
|
||||
depends on 8250_SERIAL_CONSOLE
|
||||
@ -399,6 +404,9 @@ config TIMER_RK
|
||||
config TIMER_BG4CD
|
||||
bool "Marvell BG4CD"
|
||||
|
||||
config TIMER_CYGNUS
|
||||
bool "Timer for Cygnus"
|
||||
|
||||
config TIMER_IMG_PISTACHIO
|
||||
bool "Timer for IMG Pistachio"
|
||||
|
||||
|
Reference in New Issue
Block a user