]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/log
people/julieng/boot-wrapper-aarch64.git
12 years agoEnable the CLCD output
Catalin Marinas [Fri, 4 Jan 2013 13:06:31 +0000 (13:06 +0000)]
Enable the CLCD output

This patch is to avoid setting the MUXFPGA configuration in the platform
code in the kernel. On real hardware, this function is handled by the
boot monitor.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
12 years agoChange the FDT_SRC file to rtsm_ve-aemv8a.dts
Catalin Marinas [Wed, 21 Nov 2012 16:44:59 +0000 (16:44 +0000)]
Change the FDT_SRC file to rtsm_ve-aemv8a.dts

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
12 years agoUse the DTC Power(TM) instead of sed to inject the chosen node
Pawel Moll [Wed, 21 Nov 2012 16:13:17 +0000 (16:13 +0000)]
Use the DTC Power(TM) instead of sed to inject the chosen node

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
12 years agoInitial version of the AArch64 Linux boot wrapper
Catalin Marinas [Wed, 2 Dec 2009 12:26:48 +0000 (12:26 +0000)]
Initial version of the AArch64 Linux boot wrapper

This boot wrapper contains the code for initialising the ARMv8 software
model before the Linux kernel can run (see
Documentation/arm64/booting.txt in the kernel tree for the Linux booting
requirements).

Running "make" creates a "linux-system.axf" ELF file that can be loaded
by the software model.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>