From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 16:20:44 +0800 Subject: [PATCH v6 083/102] x86: apl: Add basic IO addresses In-Reply-To: <20191206213936.v6.83.Id2e28b29cb7843ef48d96a4a50c922e2a5787764@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.83.Id2e28b29cb7843ef48d96a4a50c922e2a5787764@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > Add some fixed IO and mmap addresses for use in the device tree and with > some early-init code. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > > --- > > Changes in v6: None > Changes in v5: > - Add ACPI base address and size > > Changes in v4: > - Drop TCO_BASE_ADDRESS > - Tidy up header guards > > Changes in v3: None > Changes in v2: None > > arch/x86/include/asm/arch-apollolake/iomap.h | 29 ++++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 arch/x86/include/asm/arch-apollolake/iomap.h > applied to u-boot-x86/next, thanks!