amd/pi/hudson: Clean up whitespace in header files
Change spaces to tabs and do general whitespace cleanup. Change-Id: I4a4ecd42f91c9c6015a4f065b7386b17523ac6d9 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/19401 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
e7394ca903
commit
c1f32336e6
|
@ -36,6 +36,7 @@
|
||||||
#define PM2_INDEX 0xcd0
|
#define PM2_INDEX 0xcd0
|
||||||
#define PM2_DATA 0xcd1
|
#define PM2_DATA 0xcd1
|
||||||
|
|
||||||
|
#define PM_ACPI_MMIO_EN 0x24
|
||||||
#define PM_SERIRQ_CONF 0x54
|
#define PM_SERIRQ_CONF 0x54
|
||||||
#define PM_EVT_BLK 0x60
|
#define PM_EVT_BLK 0x60
|
||||||
#define PM1_CNT_BLK 0x62
|
#define PM1_CNT_BLK 0x62
|
||||||
|
@ -44,9 +45,11 @@
|
||||||
#define PM_GPE0_BLK 0x68
|
#define PM_GPE0_BLK 0x68
|
||||||
#define PM_ACPI_SMI_CMD 0x6A
|
#define PM_ACPI_SMI_CMD 0x6A
|
||||||
#define PM_ACPI_CONF 0x74
|
#define PM_ACPI_CONF 0x74
|
||||||
|
#define PM_PMIO_DEBUG 0xD2
|
||||||
#define PM_MANUAL_RESET 0xD3
|
#define PM_MANUAL_RESET 0xD3
|
||||||
#define PM_HUD_SD_FLASH_CTRL 0xE7
|
#define PM_HUD_SD_FLASH_CTRL 0xE7
|
||||||
#define PM_YANG_SD_FLASH_CTRL 0xE8
|
#define PM_YANG_SD_FLASH_CTRL 0xE8
|
||||||
|
#define PM_PCIB_CFG 0xEA
|
||||||
|
|
||||||
#define HUDSON_ACPI_IO_BASE 0x600
|
#define HUDSON_ACPI_IO_BASE 0x600
|
||||||
#define ACPI_PM_EVT_BLK (HUDSON_ACPI_IO_BASE + 0x00) /* 4 bytes */
|
#define ACPI_PM_EVT_BLK (HUDSON_ACPI_IO_BASE + 0x00) /* 4 bytes */
|
||||||
|
|
Loading…
Reference in New Issue