aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Remove address from GPLv2 headersPatrick Georgi2015-05-21163-202/+163
* acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko2015-05-202-6/+8
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-205-17/+17
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-4/+0
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-4/+0
* arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner2015-05-193-21/+8
* arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner2015-05-196-2/+295
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-11/+8
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-2/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-1/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-4/+4
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-16/+18
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-195-9/+10
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-192-12/+3
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-7/+7
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-9/+9
* arm64: psci: add cpu_suspend supportJoseph Lo2015-05-182-3/+166
* arm64: update verstage linkingAaron Durbin2015-05-111-2/+3
* arm: update verstage linkingAaron Durbin2015-05-111-3/+4
* cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh2015-05-112-0/+22
* arch/arm64: provide boot_cpu()Aaron Durbin2015-05-051-0/+6
* arm/armv7: drop merge left-overPatrick Georgi2015-04-301-2/+0
* vboot: split class in library and stagePatrick Georgi2015-04-305-4/+12
* arch/arm: only include subdirectories for ARM buildsPatrick Georgi2015-04-301-5/+3
* Use __ROMSTAGE__ to denote romstagePatrick Georgi2015-04-291-2/+2
* arm: guard verstage rulesAaron Durbin2015-04-281-0/+4
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-282-4/+4
* arch/arm: Move inclusion of timestamps.c to the right directoryPatrick Georgi2015-04-282-2/+4
* arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang2015-04-272-51/+40
* arm64: save/restore cptr_el3 and cpacr_el1 registersJoseph Lo2015-04-274-2/+23
* arm64: implement CPU power down sequence as per A57/A53/A72 TRMJoseph Lo2015-04-275-0/+126
* arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo2015-04-277-60/+184
* arm64: perform early setup in secmon tooJoseph Lo2015-04-272-0/+2
* arm64: Allow cpu specific early setupFurquan Shaikh2015-04-278-1/+134
* armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh2015-04-222-0/+5
* armv8/secmon: Correct PSCI function idsFurquan Shaikh2015-04-222-3/+7
* armv8/secmon: Correct names for SMC macrosFurquan Shaikh2015-04-221-6/+8
* arm64: save and restore cntfrq for secondary cpusJimmy Huang2015-04-225-1/+33
* arm64: add arm64_arch_timer_init functionJoseph Lo2015-04-222-0/+15
* arch/armv7: Add API to disable MMU pages.Deepa Dinamani2015-04-222-1/+24
* arm64: Correct shareability option for normal memoryFurquan Shaikh2015-04-222-0/+7
* google/urara: use board ID information to set up hardwareIonela Voinescu2015-04-221-1/+9
* arch/arm64: allow floating-point registers accessYen Lin2015-04-222-0/+41
* arm64: provide icache_invalidate_all()Aaron Durbin2015-04-223-3/+15
* armv7: preserve bootblock invocation parameterVadim Bendebury2015-04-212-2/+25
* Unify byte order macros and clrsetbitsJulius Werner2015-04-2114-361/+17
* arm(64): Change write32() argument order to match x86Julius Werner2015-04-215-14/+14
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-0/+2
* x86: Allow builds without ACPI tablesLee Leahy2015-04-211-0/+5
* arch/mips: simplify cache operationsIonela Voinescu2015-04-213-49/+35