]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/shortlog
people/julieng/boot-wrapper-aarch64.git
2016-06-29 Christoffer... Explicitly clean linux-system.axf and xen-system.axf master xen
2016-06-29 Ian CampbellXen: Select correct dom0 console
2016-06-29 Christoffer... Xen: Support adding DT nodes
2016-06-29 Christoffer... Support for building in a Xen binary
2016-06-15 Jean-Philippe... Add AArch32 to the boot-wrapper
2016-06-15 Jean-Philippe... Protect against overlapping with the 32-bit kernel
2016-06-15 Jean-Philippe... Add support for 32-bit kernel
2016-06-15 Jean-Philippe... Add 32-bit compatibility to device-tree CPU nodes
2016-06-15 Jean-Philippe... AArch64: get rid of EL2 trampoline
2016-06-15 Jean-Philippe... Remove MMU identity map setup
2016-06-15 Jean-Philippe... Replace exclusive accesses with a bakery lock
2016-06-15 Jean-Philippe... Add GCC library functions
2016-06-15 Jean-Philippe... Rewrite cache flush in C
2016-06-15 Jean-Philippe... Rewrite GIC drivers in C
2016-06-14 Jean-Philippe... Rewrite platform initialisation in C
2016-06-14 Jean-Philippe... AArch64: clean common.S
2016-06-14 Jean-Philippe... Rewrite boot methods in C
2016-06-14 Jean-Philippe... AArch64: factor CPU ID getters
2016-06-14 Jean-Philippe... AArch64: add a small stack for each CPU
2016-06-14 Jean-Philippe... AArch64: extract common utilities from PSCI
2016-06-14 Jean-Philippe... Move all sources to arch-specific folder
2016-06-14 Jean-Philippe... Make the linker script more generic
2016-06-14 Jean-Philippe... Clean up image layout
2016-06-14 Jean-Philippe... Pass object files on the ld command line
2016-06-14 Jean-Philippe... Clean up PSCI function IDs
2014-11-06 Andre Przywarabootwrapper: improve UART initialisation
2014-11-06 Vladimir MurzinSet sctlr_el2 to predefined state for all CPUs
2014-11-06 Marc Zyngierboot-wrapper: arm64: gicv3: skip GIC init if not available
2014-06-18 Geoff Levandconfigure: Fixes for --enable-xxx
2014-06-18 Geoff LevandMakefile: Add local perl module include path
2014-05-09 Marc Zyngierboot-wrapper: arm64: add support for GICv3
2014-05-09 Will Deacon.gitignore: add auto-generated `compile' file
2014-04-15 Mark RutlandAllow DTB to be overridden
2014-04-15 Mark RutlandDiscover memory from the DTB
2014-04-15 Mark RutlandDiscover device base addresses from the DTB
2014-04-15 Mark RutlandAdd FDT perl module
2014-04-07 Geoff LevandFix maintainer-clean make target
2014-03-20 Mark Rutlandcache.S: fix misleading comments
2014-03-20 Vladimir Murzinfix SetWay bits alignment for DC op
2014-03-12 Matthew LeachModify cpu nodes to set the enable-method
2014-03-12 Matthew LeachIf enabled, add the PSCI node to the FDT
2014-03-12 Matthew LeachAllow the passing of CPUIDs in the configure script
2014-03-12 Matthew LeachCheck for dtc in the kernel dir
2014-03-12 Matthew LeachAdd a PSCI configure option
2014-03-12 Matthew LeachAdd autotools configuration.
2014-02-04 Mark RutlandMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-12-17 Geoff LevandAdd CFLAGS to makefile compile
2013-08-14 Mark Rutlandcache.S: fix max cache level detection
2013-06-05 Mark RutlandAdd simple PSCI implementation
2013-06-05 Mark RutlandAdd code to clean and invalidate caches
2013-06-05 Mark RutlandFactor spin-table into its own file
2013-06-05 Mark RutlandFactor out secure GIC initialisation
2013-06-05 Mark RutlandFactor non-secure system initialisation
2013-06-05 Mark RutlandTest all MPIDR affinity bits
2013-06-05 Mark RutlandAllow support of multiple assembly files
2013-06-05 Mark RutlandAdd CURRENTEL_EL3 #define
2013-06-05 Mark RutlandMove EL drop definition out of boot.S
2013-06-05 Mark Rutlandgitignore: ignore build files
2013-06-05 Mark RutlandUse immediate offsets rather than post-increment
2013-06-05 Mark RutlandRemove unnecessary ldr from boot wrapper
2013-04-18 Christoffer... Allow CROSS_COMPILE override on the make command line
2013-01-10 Matthew LeachUpdate README
2013-01-09 Catalin MarinasTidy up the kernel boot arguments
2013-01-09 Catalin MarinasEnable the CLCD output
2013-01-09 Catalin MarinasChange the FDT_SRC file to rtsm_ve-aemv8a.dts
2013-01-09 Pawel MollUse the DTC Power(TM) instead of sed to inject the...
2012-09-12 Catalin MarinasInitial version of the AArch64 Linux boot wrapper