mainboard/*/*/mptable.c: Improve code formatting
Change-Id: I341293cd334d6d465636db7e81400230d61bc693 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16723 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
f4df9d1156
commit
8da96e57c8
@@ -94,8 +94,8 @@ static void *smp_write_config_table(void *v)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* On bus 1: the PCI bus slots...
|
/* On bus 1: the PCI bus slots...
|
||||||
physical PCI slots are j = 7,8
|
* physical PCI slots are j = 7,8
|
||||||
FireWire is j = 10
|
* FireWire is j = 10
|
||||||
*/
|
*/
|
||||||
k = 2;
|
k = 2;
|
||||||
for(i = 0; i < 4; i++){
|
for(i = 0; i < 4; i++){
|
||||||
|
@@ -169,8 +169,8 @@ static void *smp_write_config_table(void *v)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* SATA : device 31 function 2
|
/* SATA : device 31 function 2
|
||||||
SMBus : device 31 function 3
|
* SMBus : device 31 function 3
|
||||||
Performance counters : device 31 function 4
|
* Performance counters : device 31 function 4
|
||||||
*/
|
*/
|
||||||
for(i = 2; i < 5; i++) {
|
for(i = 2; i < 5; i++) {
|
||||||
pin = (read32(rcba + RCBA_D31IP) >> (i * 4)) & 0x0F;
|
pin = (read32(rcba + RCBA_D31IP) >> (i * 4)) & 0x0F;
|
||||||
|
Reference in New Issue
Block a user