mb/lenovo: Drop unneeded empty lines
Change-Id: Icad51da75d99dd541f8f2621a16eae13a596d264 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44618 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
f219cd8342
commit
7c9ad7efdb
|
@ -6,7 +6,6 @@
|
||||||
#include <northbridge/amd/agesa/state_machine.h>
|
#include <northbridge/amd/agesa/state_machine.h>
|
||||||
#include <PlatformMemoryConfiguration.h>
|
#include <PlatformMemoryConfiguration.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Lane ID Mapping (from Fam15h BKDG: Table 45: Lane Id Mapping)
|
* Lane ID Mapping (from Fam15h BKDG: Table 45: Lane Id Mapping)
|
||||||
*
|
*
|
||||||
|
|
|
@ -30,7 +30,6 @@ Scope(\_GPE) { /* Start Scope GPE */
|
||||||
/* DBGO("\\_GPE\\_L10\n") */
|
/* DBGO("\\_GPE\\_L10\n") */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ExtEvent1 SCI event */
|
/* ExtEvent1 SCI event */
|
||||||
Method(_L11) {
|
Method(_L11) {
|
||||||
/* DBGO("\\_GPE\\_L11\n") */
|
/* DBGO("\\_GPE\\_L11\n") */
|
||||||
|
|
|
@ -26,7 +26,6 @@ static void mainboard_enable(struct device *dev)
|
||||||
|
|
||||||
if (!acpi_is_wakeup_s3())
|
if (!acpi_is_wakeup_s3())
|
||||||
pavilion_cold_boot_init();
|
pavilion_cold_boot_init();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
struct chip_operations mainboard_ops = {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
|
|
||||||
#include <acpi/acpi_gnvs.h>
|
#include <acpi/acpi_gnvs.h>
|
||||||
#include <southbridge/intel/bd82x6x/nvs.h>
|
#include <southbridge/intel/bd82x6x/nvs.h>
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,5 @@ unsigned long acpi_fill_madt(unsigned long current)
|
||||||
current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
|
current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
|
||||||
current, 0, 9, 9, MP_IRQ_POLARITY_HIGH | MP_IRQ_TRIGGER_LEVEL);
|
current, 0, 9, 9, MP_IRQ_POLARITY_HIGH | MP_IRQ_TRIGGER_LEVEL);
|
||||||
|
|
||||||
|
|
||||||
return current;
|
return current;
|
||||||
}
|
}
|
||||||
|
|
|
@ -147,7 +147,6 @@ static int dock_superio_init(void)
|
||||||
dock_gpio_set_mode(0x07, PC87384_GPIO_PIN_DEBOUNCE |
|
dock_gpio_set_mode(0x07, PC87384_GPIO_PIN_DEBOUNCE |
|
||||||
PC87384_GPIO_PIN_PULLUP, 0x00);
|
PC87384_GPIO_PIN_PULLUP, 0x00);
|
||||||
|
|
||||||
|
|
||||||
/* no GPIO events enabled for PORT0 */
|
/* no GPIO events enabled for PORT0 */
|
||||||
outb(0x00, 0x1622);
|
outb(0x00, 0x1622);
|
||||||
/* clear GPIO events on PORT0 */
|
/* clear GPIO events on PORT0 */
|
||||||
|
|
|
@ -46,6 +46,5 @@ unsigned long acpi_fill_madt(unsigned long current)
|
||||||
current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
|
current += acpi_create_madt_irqoverride((acpi_madt_irqoverride_t *)
|
||||||
current, 0, 9, 9, MP_IRQ_POLARITY_HIGH | MP_IRQ_TRIGGER_LEVEL);
|
current, 0, 9, 9, MP_IRQ_POLARITY_HIGH | MP_IRQ_TRIGGER_LEVEL);
|
||||||
|
|
||||||
|
|
||||||
return current;
|
return current;
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,7 +79,6 @@ void mainboard_late_rcba_config(void)
|
||||||
RCBA64(IOTR3) = 0x000200f0000c0801ULL;
|
RCBA64(IOTR3) = 0x000200f0000c0801ULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void mainboard_get_spd_map(u8 spd_map[4])
|
void mainboard_get_spd_map(u8 spd_map[4])
|
||||||
{
|
{
|
||||||
spd_map[0] = 0x50;
|
spd_map[0] = 0x50;
|
||||||
|
|
Loading…
Reference in New Issue