mb/lenovo/*/romstage: Remove explicit power-on defaults

Change-Id: Ib359e4039f87bb87faac040f24f70cc0988c0ea8
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29107
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Peter Lemenkov 2018-10-15 09:53:23 +02:00 committed by Patrick Georgi
parent d5a8155f1b
commit 4ebf9d359d
8 changed files with 1 additions and 8 deletions

View File

@ -38,8 +38,8 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(0x3414) = 0x00000000;
}
const struct southbridge_usb_port mainboard_usb_ports[] = {
{ 1, 0, -1 },
{ 1, 0, -1 },

View File

@ -65,7 +65,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(BUC) = 0;
}
// OC3 set in bios to port 2-7, OC7 set in bios to port 10-13

View File

@ -67,7 +67,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(BUC) = 0;
}
const struct southbridge_usb_port mainboard_usb_ports[] = {

View File

@ -40,7 +40,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(BUC) = 0;
}
const struct southbridge_usb_port mainboard_usb_ports[] = {

View File

@ -77,7 +77,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(BUC) = 0;
}
const struct southbridge_usb_port mainboard_usb_ports[] = {

View File

@ -69,7 +69,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(BUC) = 0;
}
void mainboard_early_init(int s3resume)

View File

@ -50,7 +50,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(BUC) = 0;
}
void mainboard_fill_pei_data(struct pei_data *pei_data)

View File

@ -48,7 +48,6 @@ void pch_enable_lpc(void)
void mainboard_rcba_config(void)
{
RCBA32(BUC) = 0;
}
const struct southbridge_usb_port mainboard_usb_ports[] = {