aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
AgeCommit message (Expand)Author
2016-08-23arch/arm & arm64: Remove unnecessary whitespace before "\n"Elyes HAOUAS
2016-05-24arm64: Add stack dump to exception handlerJulius Werner
2016-05-10arch/arm64: add FRAMEBUFFER region macros to memlayoutLin Huang
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-03-09Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-18arch/arm64: Compile arm-trusted-firmware with coreboot timestampPatrick Georgi
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-11arch/{arm64,riscv}: remove jmp_to_elf_entry() declarationAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-02-10arch/arm64: Use correct SPSR.DAIF mask for BL31 and payloadJulius Werner
2016-02-10arch/arm64: mmu: Spot check TTB memory attributesJulius Werner
2016-01-29arch/arm64: Override bl31 timestamp with coreboot build timestampPatrick Georgi
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-26src/arch: Update license headers missing paragraph 2Martin Roth
2016-01-22arch/arm64: Extend verstageItamar
2016-01-21console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2016-01-13arch/arm64: add missing license headersMartin Roth
2015-12-10lib: remove assets infrastructureAaron Durbin
2015-12-03arch/arm64: introduce mmu to bootblock and romstageJimmy Huang
2015-12-03arch/arm64: add DMA_COHERENT region macros to memlayoutJimmy Huang
2015-12-01build system: strip quotes from CONFIG_CBFS_PREFIX in a single locationPatrick Georgi
2015-11-17arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner
2015-11-17rules.h: Add ENV_ macros to detect current architectureJulius Werner
2015-11-16arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-11arm64: mmu: Make page table manipulation work across stagesJulius Werner
2015-11-07arm64: Remove cpu intialization through device-treeFurquan Shaikh
2015-11-07arm64: Remove SMP supportFurquan Shaikh
2015-11-07arm64: remove spin table supportAaron Durbin
2015-11-07arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORTAaron Durbin
2015-11-07arm64: remove secmonAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-11vboot: remove remnants of VBOOT_STUBAaron Durbin
2015-09-28arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-09-05symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin
2015-08-31armv7/arm64: remove timestamp.cAaron Durbin
2015-08-28arm64: xcompile: Add support for A53 erratum 843419Julius Werner
2015-08-28arm64: Fix 'verstage-objs: command not found' errorYidi Lin
2015-08-28arm64: declare do_dcsw_op as functionJimmy Huang
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-07-21arm64: Set LOG_LEVEL=0 for BL31 if coreboot does not use serialFurquan Shaikh
2015-07-13arm64: Define stage_entry as weak symbolFurquan Shaikh
2015-07-13arm64/a57: Move cortex_a57.h under include directoryFurquan Shaikh
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-07-09arm64: Print sp value when dumping registers for exceptionFurquan Shaikh
2015-06-30arch/arm64: Avoid race condition when building bl31Patrick Georgi
2015-06-30arch/arm64: Fix compilation without CONFIG_SMPPatrick Georgi
2015-06-30arm64: Fix Kconfig issues for secure OS loadingFurquan Shaikh
2015-06-30arm64: Add support for loading secure osFurquan Shaikh
2015-06-23Revert "arm64: remove assembly code string functions"Furquan Shaikh
2015-06-21Remove obsolete EARLY_CONSOLE usageMartin Roth
2015-06-17arm64: Move enabling floating point ahead of dev initJimmy Zhang
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-06-02arm64: correct cacheable/non-cacheable tag string in print_tagJimmy Huang
2015-06-02arm64: Guard prints in mmu.cFurquan Shaikh
2015-06-02arm64: Decouple MMU functions from memrangesJulius Werner
2015-05-27arm64: Add weak implementation of soc_get_bl31_plat_paramsFurquan Shaikh
2015-05-27arm64: Remove PLAT= variable initialization based on Kconfig variableFurquan Shaikh
2015-05-27arm64: Pass in CROSS_COMPILE_arm64 for ARM TF compilationFurquan Shaikh
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-19arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner
2015-05-19arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-18arm64: psci: add cpu_suspend supportJoseph Lo
2015-05-11arm64: update verstage linkingAaron Durbin
2015-05-11cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh
2015-05-05arch/arm64: provide boot_cpu()Aaron Durbin
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-28vboot2: Build verstage archive, then use that for building the stagePatrick Georgi
2015-04-27arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang
2015-04-27arm64: save/restore cptr_el3 and cpacr_el1 registersJoseph Lo
2015-04-27arm64: implement CPU power down sequence as per A57/A53/A72 TRMJoseph Lo
2015-04-27arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo
2015-04-27arm64: perform early setup in secmon tooJoseph Lo
2015-04-27arm64: Allow cpu specific early setupFurquan Shaikh