From d2517af6f9fe6d9ecb18d95ae9dd0388f8140c77 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 22 Jan 2018 14:43:50 +0800 Subject: mb/hp: Enable additional ports at WWAN slot for Elitebooks 2760p: enable PCIe 8470p: enable mSATA 8460p: enable PCIe, also add comments according to circuit diagram 2570p: comment for some USB ports Change-Id: Ib5209f2dfb249fca5bae89bc6da3b704c8e903dd Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/23357 Tested-by: build bot (Jenkins) Reviewed-by: Bill XIE Reviewed-by: Martin Roth --- src/mainboard/hp/2570p/romstage.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard/hp/2570p') diff --git a/src/mainboard/hp/2570p/romstage.c b/src/mainboard/hp/2570p/romstage.c index 0742543130..b2095b9071 100644 --- a/src/mainboard/hp/2570p/romstage.c +++ b/src/mainboard/hp/2570p/romstage.c @@ -42,14 +42,14 @@ const struct southbridge_usb_port mainboard_usb_ports[] = { { 1, 1, 1 }, { 1, 1, 1 }, { 1, 0, 2 }, - { 1, 0, 2 }, + { 1, 0, 2 }, /* bluetooth */ { 0, 0, 3 }, - { 1, 0, 3 }, - { 1, 1, 4 }, + { 1, 0, 3 }, /* smartcard */ { 1, 1, 4 }, - { 1, 0, 5 }, + { 1, 1, 4 }, /* mainboard USB 2.0 */ + { 1, 0, 5 }, /* camera */ { 0, 0, 5 }, - { 1, 0, 6 }, + { 1, 0, 6 }, /* WWAN */ { 0, 0, 6 }, }; -- cgit v1.2.3