Commit Graph

156 Commits (060c227a2861b0702e34eabe08eea9cc5bb68b45)

Author SHA1 Message Date
Albert ARIBAUD bd851c7a26 Revert "ARM: move interrupt_init to before relocation" 11 years ago
Masahiro Yamada 0f0f75774e cosmetic: remove empty lines at the top of file 11 years ago
Masahiro Yamada fa8f95084d ARM: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Andre Przywara d429688754 ARM: extend non-secure switch to also go into HYP mode 11 years ago
Andre Przywara bb97545565 ARM: trigger non-secure state switch during bootm execution 11 years ago
Jeroen Hofstee fe1378a961 ARM: use r9 for gd 11 years ago
Jeroen Hofstee a81872ff27 ARM,relocate: do not use r9 11 years ago
Masahiro Yamada fb8d49cb44 arm: spl: Do not set the stack pointer twice 11 years ago
Tom Rini ec101fdb8d arm: spl: For Falcon Mode, set a default machid of ~0 11 years ago
Rob Herring 0f5141e9c5 ARM: move interrupt_init to before relocation 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Heiko Schocher ea818dbbcd i2c, soft-i2c: switch to new multibus/multiadapter support 11 years ago
Heiko Schocher 3f4978c713 i2c: common changes for multibus/multiadapter support 11 years ago
Dirk Eibach b8eee4354f Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM 11 years ago
Simon Glass a5266d6b5d bootm: Clean up bootz_setup() function 11 years ago
Simon Glass bce1b92aa1 arm: Implement the 'fake' go command 12 years ago
Mike Dunn 9dc8fef258 pxa: fix memory coherency problem after relocation 12 years ago
Albert ARIBAUD fbf87b1823 arm: optimize relocate_code routine 12 years ago
Albert ARIBAUD 47bd65ef05 arm: make __rel_dyn_{start, end} compiler-generated 12 years ago
Albert ARIBAUD d026dec875 arm: make __image_copy_{start, end} compiler-generated 12 years ago
Albert ARIBAUD df84502edf arm: generalize lib/bss.c into lib/sections.c 12 years ago
Albert ARIBAUD 09d81184e1 remove all references to .dynsym 12 years ago
Masahiro Yamada 58bb8f5f61 cosmetic: arm: fix comments in arch/arm/lib/crt0.S 12 years ago
Tom Rini 7f5eef93af arm: Remove OMAP2420H4 and all omap24xx support 12 years ago
Albert ARIBAUD 3da0e5750b arm: factorize relocate_code routine 12 years ago
Simon Glass 6caa195614 arm: Use image_setup_linux() instead of local code 12 years ago
Simon Glass c19d13b030 arm: Refactor bootm to reduce #ifdefs 12 years ago
Andreas Bießmann d2eae43ba8 lib: consolidate hang() 12 years ago
Benoît Thébaudeau 66f30bf983 arm: Remove deprecated and now unused NAND SPL 12 years ago
Benoît Thébaudeau 5c6db120fc arm: Remove unused relocate_code() parameters 12 years ago
Benoît Thébaudeau 9c5feab76f arm: crt0.S: Remove bogus .globl 12 years ago
R Sricharan de63ac278c ARM: mmu: Set domain permissions to client access 12 years ago
R Sricharan 96fdbec2f9 ARM: mmu: Introduce weak dram_bank_setup function 12 years ago
Simon Glass 959daa21d4 arm: Enable generic board support 12 years ago
Simon Glass e103b7ae90 arm: Use sections header to obtain link symbols 12 years ago
Simon Glass 3929fb0a14 Replace __bss_end__ with __bss_end 12 years ago
Albert ARIBAUD 3ebd1cbc49 arm: make __bss_start and __bss_end__ compiler-generated 12 years ago
Lucas Stach fd8e1c3866 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README 12 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 12 years ago
Simon Glass 34fd5d253d arm: Move tlb_addr and tlb_size to arch_global_data 12 years ago
Lucas Stach 4e5eb45898 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README 12 years ago
Taylor Hutt 80e409508b arm: Tabify code for MMC initialization 12 years ago
Simon Glass 2f8d8d6b3a arm: Move bootstage record for board_init_f() to after arch_cpu_init() 12 years ago
Tom Wai-Hong Tam fe34f8dc8c arm: Make interrupts.o and reset.o in libarm also appear in SPL 12 years ago
Simon Glass e2e3e2b1be arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD 12 years ago
Simon Glass 06fd853890 arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading 12 years ago
Simon Glass eae78c3406 arm: Move fdt check earlier so that board_early_init_f() can use it 12 years ago
Gabe Black 724cdffca1 arm: Keep track of the tlb size as well as its location 12 years ago