src/mb/amd/crater/port_descriptors_renoir.c: Prettify code
Doesn't change anything functionality wise, but passes the extended linter. Change-Id: Ic6f1b3d9fb3fee7dca2ac0ef8909d6567abfc99f Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90102 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
a48fd9ed7f
commit
1e28ff6955
1 changed files with 5 additions and 5 deletions
|
|
@ -15,12 +15,12 @@
|
|||
|
||||
#define ECRAM_BOARDID_OFFSET 0x93
|
||||
|
||||
#define CRATER_EC_CMD 0x666
|
||||
#define CRATER_EC_DATA 0x662
|
||||
#define CRATER_EC_CMD 0x666
|
||||
#define CRATER_EC_DATA 0x662
|
||||
|
||||
#define CRATER_REVB 0x42
|
||||
#define CRATER_REVB 0x42
|
||||
|
||||
#define mxm_dxio_descriptor { \
|
||||
#define mxm_dxio_descriptor { \
|
||||
.engine_type = PCIE_ENGINE, \
|
||||
.port_present = true, \
|
||||
.start_logical_lane = 16, \
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
.port_params = {PP_PSPP_AC, 0x133, PP_PSPP_DC, 0x122}, \
|
||||
}
|
||||
|
||||
#define wwan_dxio_descriptor { \
|
||||
#define wwan_dxio_descriptor { \
|
||||
.engine_type = PCIE_ENGINE, \
|
||||
.port_present = true, \
|
||||
.start_logical_lane = 2, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue