x86: apl: Update iomap for ACPI
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:07 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:16 +0000 (11:27 +0800)
Add some more definitions to the iomap. These will be used by
ACPI-generation code as well as the device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/arch-apollolake/iomap.h

index 4ce1017..21c5f33 100644 (file)
 
 /* Put p2sb at 0xd0000000 in TPL */
 #define IOMAP_P2SB_BAR         0xd0000000
+#define IOMAP_P2SB_SIZE                0x10000000
 
 #define IOMAP_SPI_BASE         0xfe010000
 
 #define IOMAP_ACPI_BASE                0x400
 #define IOMAP_ACPI_SIZE                0x100
+#define ACPI_BASE_ADDRESS      IOMAP_ACPI_BASE
+
+#define PMC_BAR0               0xfe042000
+
+#define MCH_BASE_ADDRESS       0xfed10000
+#define MCH_SIZE               0x8000
+
+#ifdef __ACPI__
+#define HPET_BASE_ADDRESS      0xfed00000
+
+#define SRAM_BASE_0            0xfe900000
+#define SRAM_SIZE_0            (8 * KiB)
+#define SRAM_BASE_2            0xfe902000
+#define SRAM_SIZE_2            (4 * KiB)
+#endif
 
 /*
  * Use UART2. To use UART1 you need to set '2' to '1', change device tree serial