aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
AgeCommit message (Expand)Author
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
2015-03-17rmodules: Make rmodules inclusion for vboot dependent on romstage_archFurquan Shaikh
2015-03-17coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2015-03-13coreboot arm64: Add int constants to stdint.hFurquan Shaikh
2015-03-13armv8: Add mmu supportFurquan Shaikh
2015-03-13armv8: correct dcache line size calculationAaron Durbin
2015-03-05arm64: provide early SoC initializationAaron Durbin
2015-03-05coreboot arm64: Add proper masks for setting SCTLR and SCR regs to 0 at initFurquan Shaikh
2015-03-04arm64: Set 16 byte alignment and ramstage start addressAaron Durbin
2015-03-04arm64: remove assembly code string functionsAaron Durbin
2015-03-04arm64: use one stage_entry for all stagesAaron Durbin
2015-03-04arm64: ensure vital sections aren't garbage collectedAaron Durbin
2015-03-02coreboot arm64: Correct cache function namesFurquan Shaikh
2015-03-02coreboot arm: Define function for setting cntfrq registerFurquan Shaikh
2015-02-25coreboot arm64: Add library for system accessFurquan Shaikh
2015-02-25arm64: Remove early_console.cMarc Jones
2015-02-14arm64: Cleanup arch io header filesFurquan Shaikh
2015-02-02src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-26arm64: Prepare ARM64 for buildingMarc Jones
2015-01-03ARM64: Always has DYNAMIC_CBMEMKyösti Mälkki
2014-12-02Replace hlt with halt()Patrick Georgi
2014-11-30Unify remaining binutils invocationsPatrick Georgi
2014-09-23coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh