summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-11-17 01:27:54 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-18 11:50:30 +0000
commit9f2eca50eaeb8a1b2d53867e8659d889f5ac5ad5 (patch)
tree3bf2223bb4288aecfb5ec4f98385ec9114ea95b2
parente036aaede49c3add3b1d9ce6ef7ae7f849b0683f (diff)
downloadcoreboot-9f2eca50eaeb8a1b2d53867e8659d889f5ac5ad5.tar.gz
coreboot-9f2eca50eaeb8a1b2d53867e8659d889f5ac5ad5.tar.bz2
coreboot-9f2eca50eaeb8a1b2d53867e8659d889f5ac5ad5.zip
mb/hp/revolve_810_g1: Don't clear BUC and beyond
The BUC register is actually 8 bits wide and shouldn't be bluntly cleared. Change-Id: I2ffd2d161005e839e730102b56af4f66efeb551e Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36892 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r--src/mainboard/hp/revolve_810_g1/early_init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/hp/revolve_810_g1/early_init.c b/src/mainboard/hp/revolve_810_g1/early_init.c
index b464ce3daad1..124520196326 100644
--- a/src/mainboard/hp/revolve_810_g1/early_init.c
+++ b/src/mainboard/hp/revolve_810_g1/early_init.c
@@ -25,11 +25,6 @@
#include <southbridge/intel/bd82x6x/pch.h>
#include <ec/hp/kbc1126/ec.h>
-void mainboard_late_rcba_config(void)
-{
- RCBA32(BUC) = 0x00000000;
-}
-
const struct southbridge_usb_port mainboard_usb_ports[] = {
{ 1, 1, 0 },
{ 1, 0, 0 },