aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
AgeCommit message (Expand)Author
2015-04-22armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh
2015-04-22armv8/secmon: Correct PSCI function idsFurquan Shaikh
2015-04-22armv8/secmon: Correct names for SMC macrosFurquan Shaikh
2015-04-22arm64: save and restore cntfrq for secondary cpusJimmy Huang
2015-04-22arm64: add arm64_arch_timer_init functionJoseph Lo
2015-04-22arm64: Correct shareability option for normal memoryFurquan Shaikh
2015-04-22arch/arm64: allow floating-point registers accessYen Lin
2015-04-22arm64: provide icache_invalidate_all()Aaron Durbin
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arm(64): Change write32() argument order to match x86Julius Werner
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-10arm64: No need of invalidating cache line for secondary CPU stackFurquan Shaikh
2015-04-10arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh
2015-04-10arm64: Add macro to invalidate stage 1 TLB entries at current ELFurquan Shaikh
2015-04-10arm64: Add conditional read/write from/to EL3 assembly macros.Furquan Shaikh
2015-04-10arm64: Add function for reading TCR register at current ELFurquan Shaikh
2015-04-10arm64: psci: actually inform SoC layer of CPU_ON entryAaron Durbin
2015-04-10arm64: ensure secondary CPU's stack tops are not in the cacheAaron Durbin
2015-04-10arm64: add timeout waiting for CPUs to come onlineAaron Durbin
2015-04-10arm64: Implement PSCI command supportAaron Durbin
2015-04-10arm64: secmon: add entry point for turned on CPUsAaron Durbin
2015-04-10arm64: secmon: pass online CPUs to secmonAaron Durbin
2015-04-10arm64: psci: use struct cpu_action to track startup entryAaron Durbin
2015-04-10arm64: secmon: prepare for passing more state into secmonAaron Durbin
2015-04-10arm64: secmon: wait for all CPUs to enter secmonAaron Durbin
2015-04-09arm64: secmon: direct non-BSP cpus to start before BSPAaron Durbin
2015-04-09arm64: psci: add node hierarchyAaron Durbin
2015-04-09arm64: add malloc support to secmonAaron Durbin
2015-04-09arm64: add mpidr field to cpu_info structAaron Durbin
2015-04-08arm64: Add timestamp.c to bootblock and verstageFurquan Shaikh
2015-04-07arm: Include types.h in clock.hPatrick Georgi
2015-04-07arm64: Add verstage supportFurquan Shaikh
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-06arch/arm64/boot.c: Only return if condition is metPaul Menzel
2015-04-04arm64: make secmon link with the manual templateAaron Durbin
2015-04-03program loading: unify on struct progAaron Durbin
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-04-03program loading: introduce struct progAaron Durbin
2015-04-02Clean up architecture-specific KconfigsJulius Werner
2015-04-02build system: extend src-to-obj for non-.c/.S filesPatrick Georgi
2015-03-30build system: provide generic compiler flag variablesPatrick Georgi
2015-03-28armv8/secmon: SECMON_SRC is really SECMON_BINPatrick Georgi
2015-03-28arch/arm64: Drop extra commentPatrick Georgi
2015-03-28arm64: remove EL and mode from secmon_paramsAaron Durbin
2015-03-28arm64: add psci support to secmonAaron Durbin
2015-03-28arm64: Provide secmon trampoline for restartAaron Durbin
2015-03-28arm64: fix smc bugs in secmonAaron Durbin
2015-03-28arm64: add smc layer to secmonAaron Durbin
2015-03-28arm64: initialize secmon environmentAaron Durbin
2015-03-28arm64: provide entry points for BSP and non-BSPAaron Durbin
2015-03-28arm64: split cpu.cAaron Durbin
2015-03-28arm64: exception handler registrationAaron Durbin
2015-03-28arm64: add spin table supportAaron Durbin
2015-03-28arm64: add cpu_is_bsp() conceptAaron Durbin
2015-03-28arm64: provide run on all cpu but self semanticsAaron Durbin
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-28arm64: Adapt stage_entry to make it usable by secmonFurquan Shaikh
2015-03-28arm64: initialize SCR_EL3 on all CPUsAaron Durbin
2015-03-28arm64: initialize GIC for each CPUAaron Durbin
2015-03-28arm64: Switch to EL2 for libpayload jumpFurquan Shaikh
2015-03-28arm64: Make exceptions use the transition libraryFurquan Shaikh
2015-03-28arm64: Add support for transition libraryFurquan Shaikh
2015-03-28arm64: Add useful macro definitions for register bitsFurquan Shaikh
2015-03-28arm64: Reinit free_idx to 1 in mmu_initFurquan Shaikh
2015-03-28arm64: check for NULL bus on DEVICE_PATH_CPU_CLUSTER devicesAaron Durbin
2015-03-28arm64: Replace CONFIG_* variables with {read/write}_currentFurquan Shaikh
2015-03-28arm64 libhelpers: Add helper functions for writing sp_elxFurquan Shaikh
2015-03-28arm64 libhelpers: Add helper functions with el argumentFurquan Shaikh
2015-03-28arm64: Add support for read and write registers at current EL in assemblyFurquan Shaikh
2015-03-27arm64: remove soc_secondary_cpu_init()Aaron Durbin
2015-03-27arm64: add devicetree based CPU startupAaron Durbin
2015-03-27arm64: split cpu.h headerAaron Durbin
2015-03-27arm64: add spinlock implementationAaron Durbin
2015-03-27arm64: move spinlock.h to proper placeAaron Durbin
2015-03-27arm64: add more barrier supportAaron Durbin
2015-03-27arm64: remove printk() before console_init()Aaron Durbin
2015-03-27arm64: update cpu.c licenseAaron Durbin
2015-03-27arm64: add midr_el1 accessor functionAaron Durbin
2015-03-27arm64: remove _stack and _estack symbols in linker scriptAaron Durbin
2015-03-27arm64: provide API for coordinating secondary CPU bringupAaron Durbin
2015-03-27arm64: add exception_hwinit()Aaron Durbin
2015-03-27arm64: make mmu_enable() use previous ttb from mmu_init()Aaron Durbin
2015-03-27arm64: add indirection to C entry pointAaron Durbin
2015-03-27arm64: move seeding stack to CAaron Durbin
2015-03-27arm64: include stack storage within ramstageAaron Durbin
2015-03-27arm64: refactor stage entryAaron Durbin
2015-03-27arm64: add config options for exception level startupAaron Durbin
2015-03-27arm64: implement cpu_info() correctlyAaron Durbin
2015-03-27arm64: add smp_processor_id() declarationAaron Durbin
2015-03-27arm64: clean up ramstage.ldAaron Durbin
2015-03-27arm64: Make exceptions workFurquan Shaikh
2015-03-27arm64: Initialize exception stackFurquan Shaikh
2015-03-26arm64: Seed the stack at stage_entryFurquan Shaikh
2015-03-26arm64: handle non-cacheable normal memoryAaron Durbin
2015-03-20bootblocks: use run_romstage()Aaron Durbin
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin