summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/start.c
Commit message (Expand)AuthorAgeFilesLines
* ARM64: add optional EFI stubAhmad Fatoum2024-03-051-6/+10
* ARM: kasan: reserve shadow memory regionAhmad Fatoum2024-01-041-0/+4
* ARM: mark early C setup functions as __prerelocAhmad Fatoum2023-09-211-2/+2
* ARM: mmu: always do MMU initialization early when MMU is enabledSascha Hauer2023-05-221-1/+1
* ARM: mmu: drop ttb argumentSascha Hauer2023-05-221-8/+3
* ARM: Move early MMU after malloc initializationSascha Hauer2023-05-221-10/+10
* ARM: drop cache function initializationSascha Hauer2023-05-221-3/+1
* ARM: remove unused membase argumentSascha Hauer2023-05-221-3/+3
* ARM: start: print debugging info when CONFIG_DEBUG_INITCALLSAhmad Fatoum2022-12-091-0/+4
* ARM: start: drop support for machine type casted to boarddata pointerAhmad Fatoum2022-10-121-12/+0
* ARM: early-mmu: don't cache/prefetch OPTEE_SIZE bytes from end of memoryAhmad Fatoum2022-09-121-1/+1
* kbuild: pbl: use same compression algo for both barebox and DTBAhmad Fatoum2022-07-161-3/+8
* pbl: compressed-dtb: use flexible array member to access dataAhmad Fatoum2022-07-141-5/+2
* ARM: cpu: start: don't panic when only initial memory knownAhmad Fatoum2022-06-241-0/+8
* ARM: make ARM_USE_COMPRESSED_DTB available for other archesAhmad Fatoum2021-03-231-16/+4
* ARM: Add KASan supportSascha Hauer2020-09-221-2/+5
* arm/cpu: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-07-141-13/+3
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* ARM: start: check for machine type lastLucas Stach2019-11-121-11/+11
* ARM: start: Allow to pass machine type as boarddataSascha Hauer2019-10-021-1/+13
* add CONFIG_PBL_BREAK optionOleksij Rempel2019-06-271-0/+2
* ARM: Initial OP-TEE supportSascha Hauer2019-06-071-0/+3
* ARM: start: save end of memory passed to start.Tomaz Solc2019-03-041-0/+8
* ARM: start: Add missing prototypeSascha Hauer2018-11-191-0/+2
* ARM: start: Add missing prototypeSascha Hauer2018-11-121-0/+2
* ARM: start: Add missing includeSascha Hauer2018-11-121-0/+2
* ARM: install HYP vectors at PBL and Barebox entryLucas Stach2018-11-051-0/+5
* ARM: start: Avoid calling arm_mem_barebox_image() twiceAndrey Smirnov2018-04-111-8/+5
* ARM: change mmu_early_enable() prototypeSascha Hauer2018-04-041-1/+1
* ARM: aarch64: Add dummy naked attributeSascha Hauer2018-03-211-2/+2
* ARM: start: Fix boarddata allocationSascha Hauer2017-02-061-1/+1
* ARM: Fix a bug in stack's "top" initializationAndrey Smirnov2017-01-091-1/+1
* ARM: Fix calling of arm_mem_barebox_image()Sascha Hauer2016-09-151-2/+1
* ARM: start: drop unnecessary variableSascha Hauer2016-06-201-5/+2
* ARM: start: simplify board_data sdram allocationSascha Hauer2016-06-201-5/+5
* ARM: start: do not change barebox_boarddataSascha Hauer2016-06-201-2/+6
* ARM: start: Fix wrong format specifierSascha Hauer2016-04-011-1/+1
* arm: Add RAMOOPS memory areaMarkus Pargmann2015-12-101-0/+6
* arm: start: Add visible sdram region for barebox board dataMarkus Pargmann2015-12-101-1/+18
* arm: Clarify memory layout calculationMarkus Pargmann2015-12-101-21/+27
* ARM: calculate compressed dtb len correctlySascha Hauer2015-11-111-1/+1
* Merge branch 'for-next/imx'Sascha Hauer2015-11-061-2/+46
|\
| * ARM: Allow compressed dtb binariesSascha Hauer2015-10-271-0/+46
* | arm/cpu: Avoid multiple definitions of barebox_arm_entryAndrey Smirnov2015-11-021-27/+2
* | arm/cpu/start.c: Distil some common code in __start().Andrey Smirnov2015-11-021-24/+36
|/
* Merge branch 'for-next/omap'Sascha Hauer2015-07-031-16/+27
|\
| * ARM: add a machine number mechanism for boarddataSascha Hauer2015-07-021-16/+27
* | ARM: start: Fix code reordering problemSascha Hauer2015-07-021-0/+2
|/
* ARM: delete useless and wrong commentsMasahiro Yamada2015-01-301-2/+0
* Merge branch 'for-next/mxs'Sascha Hauer2015-01-091-0/+11
|\