mb/lippert: Align whitespace and comments
This reduces the diffstat between the two boards. Change-Id: I6754d22139be52c66a9dda5d8e71f1092ecf0697 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43272 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
dd1da42f85
commit
e8ea97c945
|
@ -83,7 +83,6 @@ chip northbridge/amd/agesa/family14/root_complex
|
|||
{ {0xA0, 0xA2}, {0x00, 0x00}, }, // socket 0 - Channel 0 & 1 - 8-bit SPD addresses
|
||||
{ {0x00, 0x00}, {0x00, 0x00}, }, // socket 1 - Channel 0 & 1 - 8-bit SPD addresses
|
||||
}"
|
||||
|
||||
end # agesa northbridge
|
||||
|
||||
end #domain
|
||||
|
|
|
@ -835,7 +835,6 @@ DefinitionBlock (
|
|||
Method(_L10) {
|
||||
}
|
||||
|
||||
|
||||
/* ExtEvent1 SCI event */
|
||||
Method(_L11) {
|
||||
}
|
||||
|
@ -855,7 +854,6 @@ DefinitionBlock (
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
|
||||
} /* End Scope GPE */
|
||||
|
||||
#include "acpi/usb.asl"
|
||||
|
|
|
@ -21,7 +21,7 @@ const BIOS_CALLOUT_STRUCT BiosCallouts[] =
|
|||
{AGESA_READ_SPD_RECOVERY, agesa_NoopUnsupported },
|
||||
{AGESA_RUNFUNC_ONAP, agesa_RunFuncOnAp },
|
||||
{AGESA_GNB_PCIE_SLOT_RESET, agesa_NoopUnsupported },
|
||||
{AGESA_HOOKBEFORE_DRAM_INIT, board_BeforeDramInit},
|
||||
{AGESA_HOOKBEFORE_DRAM_INIT, board_BeforeDramInit },
|
||||
{AGESA_HOOKBEFORE_DRAM_INIT_RECOVERY, agesa_NoopSuccess },
|
||||
{AGESA_HOOKBEFORE_DQS_TRAINING, agesa_NoopSuccess },
|
||||
{AGESA_HOOKBEFORE_EXIT_SELF_REF, agesa_NoopSuccess },
|
||||
|
|
|
@ -11,7 +11,6 @@ chip northbridge/amd/agesa/family14/root_complex
|
|||
chip northbridge/amd/agesa/family14
|
||||
device pci 0.0 on end # Root Complex
|
||||
device pci 1.0 on end # Internal Graphics P2P bridge 0x980[2456]
|
||||
#device pci 1.1 on end # Internal HDMI Audio
|
||||
device pci 4.0 on end # PCIE P2P bridge
|
||||
device pci 5.0 on end # PCIE P2P bridge
|
||||
device pci 6.0 on end # PCIE P2P bridge
|
||||
|
|
|
@ -1237,7 +1237,6 @@ DefinitionBlock (
|
|||
* value is based on user choice in BIOS setup.
|
||||
*/
|
||||
Method(_INI, 0) {
|
||||
|
||||
/* Determine the OS we're running on */
|
||||
OSFL()
|
||||
} /* End Method(_SB._INI) */
|
||||
|
|
Loading…
Reference in New Issue