aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/2570p
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-01-22 14:43:50 +0800
committerMartin Roth <martinroth@google.com>2018-03-02 15:20:10 +0000
commitd2517af6f9fe6d9ecb18d95ae9dd0388f8140c77 (patch)
tree344cb3d5d44f31e03a8564dde077d350af43ce54 /src/mainboard/hp/2570p
parent45cc2ba882f72503d56d94d3e7ae40b27fc9b18b (diff)
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 <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/23357 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Bill XIE <persmule@gmail.com> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/hp/2570p')
-rw-r--r--src/mainboard/hp/2570p/romstage.c10
1 files changed, 5 insertions, 5 deletions
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 },
};