summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: add __umoddi3() to libgcc implementationStefan Reinauer2015-07-094-0/+99
* arm: enhance eabi compat functionsStefan Reinauer2015-07-091-2/+17
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-1/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-083-3/+0
* lib: Unify log2() and related functionsJulius Werner2015-06-051-55/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2130-41/+30
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-4/+4
* arm: update verstage linkingAaron Durbin2015-05-111-3/+4
* cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh2015-05-111-0/+10
* arm/armv7: drop merge left-overPatrick Georgi2015-04-301-2/+0
* vboot: split class in library and stagePatrick Georgi2015-04-303-2/+8
* arch/arm: only include subdirectories for ARM buildsPatrick Georgi2015-04-301-5/+3
* arm: guard verstage rulesAaron Durbin2015-04-281-0/+4
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-281-2/+2
* arch/arm: Move inclusion of timestamps.c to the right directoryPatrick Georgi2015-04-282-2/+4
* arch/armv7: Add API to disable MMU pages.Deepa Dinamani2015-04-222-1/+24
* armv7: preserve bootblock invocation parameterVadim Bendebury2015-04-212-2/+25
* Unify byte order macros and clrsetbitsJulius Werner2015-04-214-123/+8
* arm(64): Change write32() argument order to match x86Julius Werner2015-04-213-9/+9
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-0/+2
* armv7: set CBFS header to zeroVadim Bendebury2015-04-171-0/+2
* armv7: work around hang in bootblock startup codeDaisuke Nojiri2015-04-171-1/+1
* rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner2015-04-171-2/+9
* arm: allow custom stage entry codeDaisuke Nojiri2015-04-171-1/+4
* Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64Julius Werner2015-04-151-5/+0
* arm: Fix checkstack() to use correct stack sizeJulius Werner2015-04-141-0/+5
* rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner2015-04-141-1/+1
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-142-0/+12
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-3/+1
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-1/+3
* arm: Add bootblock_mainboard_early_init() for pre-console initializationJulius Werner2015-04-133-4/+11
* arch: armv7: Fix cache sync instructions.Deepa Dinamani2015-04-131-1/+9
* armv7-m: set stack pointer to _estackDaisuke Nojiri2015-04-101-0/+15
* armv7-m: add bootblock entry pointDaisuke Nojiri2015-04-102-0/+36
* armv7-m: add empty cache routinesDaisuke Nojiri2015-04-102-1/+81
* armv7-m: add armv7-m configurationDaisuke Nojiri2015-04-104-22/+78
* arm: Dump additional fault registers in abort handlersJulius Werner2015-04-082-0/+54
* arm: Add timestamp.c to bootblock and verstageFurquan Shaikh2015-04-081-0/+2
* armv7: Change all memory domains to Client so XN bits workJulius Werner2015-04-081-2/+2
* armv7: Add fine-grained page table supportJulius Werner2015-04-084-87/+136
* armv4: correct ARMV4 VERSTAGE guardAaron Durbin2015-04-071-2/+2
* arm: Include types.h in clock.hPatrick Georgi2015-04-071-0/+2
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-0/+4
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-0611-372/+66
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-065-15/+16
* armv4: Add verstage to armv4Furquan Shaikh2015-04-041-0/+11
* armv7: Add config option guard for verstage classFurquan Shaikh2015-04-041-0/+4
* program loading: unify on struct progAaron Durbin2015-04-031-5/+0
* program loading: add prog_run() functionAaron Durbin2015-04-032-3/+10
OpenPOWER on IntegriCloud