trivial remove blanks at the end of line
Signed-off-by: Kerry She <kerry.she@amd.com> Acked-by: Kerry She <kerry.she@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6614 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
991f880893
commit
76d53b22d3
@ -27,7 +27,7 @@
|
|||||||
#include "lpc.h" /* lpc_read_resources */
|
#include "lpc.h" /* lpc_read_resources */
|
||||||
#include "SBPLATFORM.h" /* Platfrom Specific Definitions */
|
#include "SBPLATFORM.h" /* Platfrom Specific Definitions */
|
||||||
#include "cfg.h" /* sb800 Cimx configuration */
|
#include "cfg.h" /* sb800 Cimx configuration */
|
||||||
#include "chip.h" /* struct southbridge_amd_cimx_wrapper_sb800_config */
|
#include "chip.h" /* struct southbridge_amd_cimx_wrapper_sb800_config */
|
||||||
|
|
||||||
|
|
||||||
/*implement in mainboard.c*/
|
/*implement in mainboard.c*/
|
||||||
@ -363,7 +363,7 @@ static void sb800_enable(device_t dev)
|
|||||||
/* Assign the ioapic ID the next available number after the processor core local APIC IDs */
|
/* Assign the ioapic ID the next available number after the processor core local APIC IDs */
|
||||||
setup_ioapic(ioapic_base, CONFIG_MAX_CPUS * CONFIG_MAX_PHYSICAL_CPUS);
|
setup_ioapic(ioapic_base, CONFIG_MAX_CPUS * CONFIG_MAX_PHYSICAL_CPUS);
|
||||||
#elif (CONFIG_APIC_ID_OFFSET > 0)
|
#elif (CONFIG_APIC_ID_OFFSET > 0)
|
||||||
/* Assign the ioapic ID the value 0. Processor APIC IDs follow. */
|
/* Assign the ioapic ID the value 0. Processor APIC IDs follow. */
|
||||||
setup_ioapic(ioapic_base, 0);
|
setup_ioapic(ioapic_base, 0);
|
||||||
#else
|
#else
|
||||||
#error "The processor APIC IDs must be lifted to make room for the I/O APIC ID"
|
#error "The processor APIC IDs must be lifted to make room for the I/O APIC ID"
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
* ***************************************************************************
|
* ***************************************************************************
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "SBPLATFORM.h"
|
#include "SBPLATFORM.h"
|
||||||
#include "cbtypes.h"
|
#include "cbtypes.h"
|
||||||
|
|
||||||
@ -317,7 +317,7 @@ sataInitBeforePciEnum (
|
|||||||
}
|
}
|
||||||
if ( ((pConfig->SataClass) == AHCI_MODE) || ((pConfig->SataClass) == IDE_TO_AHCI_MODE) ||
|
if ( ((pConfig->SataClass) == AHCI_MODE) || ((pConfig->SataClass) == IDE_TO_AHCI_MODE) ||
|
||||||
((pConfig->SataClass) == AHCI_MODE_4394) || ((pConfig->SataClass) == IDE_TO_AHCI_MODE_4394) ) {
|
((pConfig->SataClass) == AHCI_MODE_4394) || ((pConfig->SataClass) == IDE_TO_AHCI_MODE_4394) ) {
|
||||||
if ( pConfig->BuildParameters.SataAHCISsid != NULL ) {
|
if ( pConfig->BuildParameters.SataAHCISsid != NULL ) {
|
||||||
ddTempVar = pConfig->BuildParameters.SataAHCISsid;
|
ddTempVar = pConfig->BuildParameters.SataAHCISsid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user