summaryrefslogtreecommitdiffstats
path: root/src/mainboard/purism/librem_bdw
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-23 18:59:46 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-17 20:23:52 +0000
commita3adb75b528b2e5cee1bfca84bff13f3ebe7142d (patch)
treeba25edb376a1e6574f53368fb34b5dc1e6bb54a9 /src/mainboard/purism/librem_bdw
parent20cc942d9ebfb52719215d5e0b66270fc705e518 (diff)
downloadcoreboot-a3adb75b528b2e5cee1bfca84bff13f3ebe7142d.tar.gz
coreboot-a3adb75b528b2e5cee1bfca84bff13f3ebe7142d.tar.bz2
coreboot-a3adb75b528b2e5cee1bfca84bff13f3ebe7142d.zip
broadwell boards: Reflow USB2 parameter statements
These statements fit on a single line. Reflow them to ease future works. Change-Id: Ie18e9a00f67b999fdcedcab3c28b68e34bc93da4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55814 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/purism/librem_bdw')
-rw-r--r--src/mainboard/purism/librem_bdw/variants/librem13v1/pei_data.c24
-rw-r--r--src/mainboard/purism/librem_bdw/variants/librem15v2/pei_data.c24
2 files changed, 16 insertions, 32 deletions
diff --git a/src/mainboard/purism/librem_bdw/variants/librem13v1/pei_data.c b/src/mainboard/purism/librem_bdw/variants/librem13v1/pei_data.c
index 93ad4dc34e9b..64cac287c136 100644
--- a/src/mainboard/purism/librem_bdw/variants/librem13v1/pei_data.c
+++ b/src/mainboard/purism/librem_bdw/variants/librem13v1/pei_data.c
@@ -15,29 +15,21 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
pei_data->ec_present = 1;
/* P1: Left Side Port (USB2 only) */
- pei_data_usb2_port(pei_data, 0, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 0, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P2: Right Side Port (USB2) */
- pei_data_usb2_port(pei_data, 1, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 1, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P3: Empty */
- pei_data_usb2_port(pei_data, 2, 0x0000, 0, USB_OC_PIN_SKIP,
- USB_PORT_SKIP);
+ pei_data_usb2_port(pei_data, 2, 0x0000, 0, USB_OC_PIN_SKIP, USB_PORT_SKIP);
/* P4: Camera */
- pei_data_usb2_port(pei_data, 3, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 3, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P5: Bluetooth */
- pei_data_usb2_port(pei_data, 4, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 4, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P6: Empty */
- pei_data_usb2_port(pei_data, 5, 0x0080, 0, USB_OC_PIN_SKIP,
- USB_PORT_SKIP);
+ pei_data_usb2_port(pei_data, 5, 0x0080, 0, USB_OC_PIN_SKIP, USB_PORT_SKIP);
/* P7: Empty */
- pei_data_usb2_port(pei_data, 6, 0x0080, 0, USB_OC_PIN_SKIP,
- USB_PORT_SKIP);
+ pei_data_usb2_port(pei_data, 6, 0x0080, 0, USB_OC_PIN_SKIP, USB_PORT_SKIP);
/* P8: SD Card */
- pei_data_usb2_port(pei_data, 7, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 7, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P1: Empty */
pei_data_usb3_port(pei_data, 0, 0, USB_OC_PIN_SKIP, 0);
diff --git a/src/mainboard/purism/librem_bdw/variants/librem15v2/pei_data.c b/src/mainboard/purism/librem_bdw/variants/librem15v2/pei_data.c
index 025591ab6980..275cbadeee80 100644
--- a/src/mainboard/purism/librem_bdw/variants/librem15v2/pei_data.c
+++ b/src/mainboard/purism/librem_bdw/variants/librem15v2/pei_data.c
@@ -20,29 +20,21 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
pei_data->ec_present = 1;
/* P1: Right Side Port (USB2) */
- pei_data_usb2_port(pei_data, 0, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 0, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P2: Right Side Port (USB2) */
- pei_data_usb2_port(pei_data, 1, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 1, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P3: Left Side Port (USB2 only) */
- pei_data_usb2_port(pei_data, 2, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 2, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P4: Left Side Port (USB2 only) */
- pei_data_usb2_port(pei_data, 3, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 3, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P5: Empty */
- pei_data_usb2_port(pei_data, 4, 0x0080, 0, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 4, 0x0080, 0, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P6: Bluetooth */
- pei_data_usb2_port(pei_data, 5, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_SKIP);
+ pei_data_usb2_port(pei_data, 5, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_SKIP);
/* P7: Camera */
- pei_data_usb2_port(pei_data, 6, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_SKIP);
+ pei_data_usb2_port(pei_data, 6, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_SKIP);
/* P8: SD Card */
- pei_data_usb2_port(pei_data, 7, 0x0080, 1, USB_OC_PIN_SKIP,
- USB_PORT_BACK_PANEL);
+ pei_data_usb2_port(pei_data, 7, 0x0080, 1, USB_OC_PIN_SKIP, USB_PORT_BACK_PANEL);
/* P1: Right Side Port (USB3) */
pei_data_usb3_port(pei_data, 0, 1, USB_OC_PIN_SKIP, 0);