src/soc/intel: Drop unneeded empty lines
Change-Id: Id93aab5630e928ee4d7e957801e15a4cc8739fae Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44594 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Michael Niewöhner
parent
ee65079c96
commit
2854f40668
@ -10,7 +10,6 @@ unsigned long acpi_fill_madt(unsigned long current)
|
||||
return current;
|
||||
}
|
||||
|
||||
|
||||
unsigned long acpi_fill_mcfg(unsigned long current)
|
||||
{
|
||||
return current;
|
||||
|
@ -66,7 +66,6 @@
|
||||
#define QUARK2_MC_DEVICE_ID 0x12C0
|
||||
#define QNC_MC_REV_ID_A0 0x00
|
||||
|
||||
|
||||
//
|
||||
// MCR - B0:D0:F0:RD0h (WO)- Message control register (Datasheet 12.5)
|
||||
// [31:24] Message opcode - D0 read; E0 write;
|
||||
@ -119,7 +118,6 @@
|
||||
#define QUARK_OPCODE_IO_READ 0x02 // Message bus "IO read" opcode
|
||||
#define QUARK_OPCODE_IO_WRITE 0x03 // Message bus "IO write" opcode
|
||||
|
||||
|
||||
#define QUARK_DRAM_BASE_ADDR_READY 0x78 // Message bus "RMU Main binary
|
||||
// shadow" opcode
|
||||
|
||||
@ -501,7 +499,6 @@
|
||||
#define B_QNC_PM1BLK_PM1S_TO (BIT0)
|
||||
#define N_QNC_PM1BLK_PM1S_RTC 10
|
||||
|
||||
|
||||
#define R_QNC_PM1BLK_PM1E 0x02
|
||||
#define S_QNC_PM1BLK_PM1E 2
|
||||
#define B_QNC_PM1BLK_PM1E_PWAKED (BIT14)
|
||||
|
@ -6,5 +6,4 @@
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpigen.h>
|
||||
|
||||
|
||||
#endif /* _SOC_ACPI_H_ */
|
||||
|
@ -22,7 +22,6 @@ void storage_test_complete(struct device *dev, uint32_t previous_bar,
|
||||
uint16_t previous_command);
|
||||
#endif
|
||||
|
||||
|
||||
/* Logging support */
|
||||
struct log_entry {
|
||||
struct mono_time time;
|
||||
|
Reference in New Issue
Block a user