Age | Commit message (Expand) | Author |
2016-01-13 | arch/arm64: add missing license headers | Martin Roth |
2015-12-10 | lib: remove assets infrastructure | Aaron Durbin |
2015-12-03 | arch/arm64: introduce mmu to bootblock and romstage | Jimmy Huang |
2015-12-03 | arch/arm64: add DMA_COHERENT region macros to memlayout | Jimmy Huang |
2015-12-01 | build system: strip quotes from CONFIG_CBFS_PREFIX in a single location | Patrick Georgi |
2015-11-17 | arm64: tegra132: tegra210: Remove old arm64/stage_entry.S | Julius Werner |
2015-11-17 | rules.h: Add ENV_ macros to detect current architecture | Julius Werner |
2015-11-16 | arm64: Implement generic stage transitions for non-Tegra SoCs | Julius Werner |
2015-11-11 | arm/arm64: Generalize bootblock C entry point | Julius Werner |
2015-11-11 | arm64: mmu: Make page table manipulation work across stages | Julius Werner |
2015-11-07 | arm64: Remove cpu intialization through device-tree | Furquan Shaikh |
2015-11-07 | arm64: Remove SMP support | Furquan Shaikh |
2015-11-07 | arm64: remove spin table support | Aaron Durbin |
2015-11-07 | arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORT | Aaron Durbin |
2015-11-07 | arm64: remove secmon | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-11 | vboot: remove remnants of VBOOT_STUB | Aaron Durbin |
2015-09-28 | arm64: mmu: Prevent CPU prefetch instructions from device memory | Jimmy Huang |
2015-09-09 | linking: add and use LDFLAGS_common | Aaron Durbin |
2015-09-09 | rmodule: use program.ld for linking | Aaron Durbin |
2015-09-07 | Drop "See file CREDITS..." comment | Stefan Reinauer |
2015-09-05 | symbols: add '_' to pci_drivers and cpu_drivers symbols | Aaron Durbin |
2015-08-31 | armv7/arm64: remove timestamp.c | Aaron Durbin |
2015-08-28 | arm64: xcompile: Add support for A53 erratum 843419 | Julius Werner |
2015-08-28 | arm64: Fix 'verstage-objs: command not found' error | Yidi Lin |
2015-08-28 | arm64: declare do_dcsw_op as function | Jimmy Huang |
2015-07-29 | arm, arm64, mips: Add rough static stack size checks with -Wstack-usage | Julius Werner |
2015-07-21 | arm64: Set LOG_LEVEL=0 for BL31 if coreboot does not use serial | Furquan Shaikh |
2015-07-13 | arm64: Define stage_entry as weak symbol | Furquan Shaikh |
2015-07-13 | arm64/a57: Move cortex_a57.h under include directory | Furquan Shaikh |
2015-07-12 | Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() | Martin Roth |
2015-07-09 | arm64: Print sp value when dumping registers for exception | Furquan Shaikh |
2015-06-30 | arch/arm64: Avoid race condition when building bl31 | Patrick Georgi |
2015-06-30 | arch/arm64: Fix compilation without CONFIG_SMP | Patrick Georgi |
2015-06-30 | arm64: Fix Kconfig issues for secure OS loading | Furquan Shaikh |
2015-06-30 | arm64: Add support for loading secure os | Furquan Shaikh |
2015-06-23 | Revert "arm64: remove assembly code string functions" | Furquan Shaikh |
2015-06-21 | Remove obsolete EARLY_CONSOLE usage | Martin Roth |
2015-06-17 | arm64: Move enabling floating point ahead of dev init | Jimmy Zhang |
2015-06-09 | cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API | Kyösti Mälkki |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-02 | assets: abstract away the firmware assets used for booting | Aaron Durbin |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-06-02 | arm64: correct cacheable/non-cacheable tag string in print_tag | Jimmy Huang |
2015-06-02 | arm64: Guard prints in mmu.c | Furquan Shaikh |
2015-06-02 | arm64: Decouple MMU functions from memranges | Julius Werner |
2015-05-27 | arm64: Add weak implementation of soc_get_bl31_plat_params | Furquan Shaikh |
2015-05-27 | arm64: Remove PLAT= variable initialization based on Kconfig variable | Furquan Shaikh |
2015-05-27 | arm64: Pass in CROSS_COMPILE_arm64 for ARM TF compilation | Furquan Shaikh |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-20 | build system: use archives, not linker action to shorten command lines | Patrick Georgi |
2015-05-19 | arm64: Make SPSR exception masking on EL2 transition explicit | Julius Werner |
2015-05-19 | arm64: Add support for using ARM Trusted Firmware as secure monitor | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-18 | arm64: psci: add cpu_suspend support | Joseph Lo |
2015-05-11 | arm64: update verstage linking | Aaron Durbin |
2015-05-11 | cache: Add arch_program_segment_loaded call to arm and arm64 | Furquan Shaikh |
2015-05-05 | arch/arm64: provide boot_cpu() | Aaron Durbin |
2015-04-30 | vboot: split class in library and stage | Patrick Georgi |
2015-04-28 | vboot2: Build verstage archive, then use that for building the stage | Patrick Georgi |
2015-04-27 | arch/arm64: update mmu translation table granule size, logic and macros | Jimmy Huang |
2015-04-27 | arm64: save/restore cptr_el3 and cpacr_el1 registers | Joseph Lo |
2015-04-27 | arm64: implement CPU power down sequence as per A57/A53/A72 TRM | Joseph Lo |
2015-04-27 | arm64: introduce data cache ops by set/way to the level specified | Joseph Lo |
2015-04-27 | arm64: perform early setup in secmon too | Joseph Lo |
2015-04-27 | arm64: Allow cpu specific early setup | Furquan Shaikh |
2015-04-22 | armv8/secmon: Disable and Enable GIC in PSCI path | Furquan Shaikh |
2015-04-22 | armv8/secmon: Correct PSCI function ids | Furquan Shaikh |
2015-04-22 | armv8/secmon: Correct names for SMC macros | Furquan Shaikh |
2015-04-22 | arm64: save and restore cntfrq for secondary cpus | Jimmy Huang |
2015-04-22 | arm64: add arm64_arch_timer_init function | Joseph Lo |
2015-04-22 | arm64: Correct shareability option for normal memory | Furquan Shaikh |
2015-04-22 | arch/arm64: allow floating-point registers access | Yen Lin |
2015-04-22 | arm64: provide icache_invalidate_all() | Aaron Durbin |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-04-21 | arm(64): Change write32() argument order to match x86 | Julius Werner |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-04-14 | CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool | Julius Werner |
2015-04-10 | arm64: No need of invalidating cache line for secondary CPU stack | Furquan Shaikh |
2015-04-10 | arm64: Add support for save/restore registers for CPU startup. | Furquan Shaikh |
2015-04-10 | arm64: Add macro to invalidate stage 1 TLB entries at current EL | Furquan Shaikh |
2015-04-10 | arm64: Add conditional read/write from/to EL3 assembly macros. | Furquan Shaikh |
2015-04-10 | arm64: Add function for reading TCR register at current EL | Furquan Shaikh |
2015-04-10 | arm64: psci: actually inform SoC layer of CPU_ON entry | Aaron Durbin |
2015-04-10 | arm64: ensure secondary CPU's stack tops are not in the cache | Aaron Durbin |
2015-04-10 | arm64: add timeout waiting for CPUs to come online | Aaron Durbin |
2015-04-10 | arm64: Implement PSCI command support | Aaron Durbin |
2015-04-10 | arm64: secmon: add entry point for turned on CPUs | Aaron Durbin |
2015-04-10 | arm64: secmon: pass online CPUs to secmon | Aaron Durbin |
2015-04-10 | arm64: psci: use struct cpu_action to track startup entry | Aaron Durbin |
2015-04-10 | arm64: secmon: prepare for passing more state into secmon | Aaron Durbin |
2015-04-10 | arm64: secmon: wait for all CPUs to enter secmon | Aaron Durbin |