Commit Graph

154 Commits (83d290c56fab2d38cd1ab4c4cc7099559c1d5046)

Author SHA1 Message Date
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Tom Rini d024236e5a Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 6 years ago
Lukasz Majewski d695d66278 spl: eMMC/SD: Provide one __weak spl_boot_mode() function 6 years ago
Tom Rini ec75fab302 build: Drop CONFIG_SPL_BUILD guards in some cases 6 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Marek Vasut 2b1cdafa9f common: Pass the boot device into spl_boot_mode() 8 years ago
Simon Glass b5bd09820c arm: Allow skipping of low-level init with I-cache on 8 years ago
Yuichiro Goto ba10b852fe ARM: start.S: fix typo 8 years ago
Peng Fan 2af896abf6 imx: mx31 use new formula for get_cpu_rev 9 years ago
Alexander Stein 2085ae74de arm1136/arm1176: Merge cache handling code 9 years ago
Alexander Stein b16a52b9b5 arm1136: Remove dead code 9 years ago
Masahiro Yamada 79d75d7527 ARM: move -march=* and -mtune= options to arch/arm/Makefile 9 years ago
Rob Herring 7682a99826 remove unnecessary version.h includes 9 years ago
Fabio Estevam 26688b216d mx35: Fix boot hang by avoiding vector relocation 9 years ago
Fabio Estevam fe021777c7 mx31: Fix boot hang by avoiding vector relocation 9 years ago
Masahiro Yamada 56f31e872e kbuild: use SoC-specific CONFIG to descend into SoC directory 10 years ago
Masahiro Yamada 165ecd26f0 kbuild: Descend into SOC directory from CPU directory 10 years ago
Guillaume GARDET 205b4f33cf Rename some defines containing FAT in their name to be filesystem generic 10 years ago
Andrew Ruder 816264fc66 arm: mx35: use common timer functions 10 years ago
Andrew Ruder 93a0ea501e arm: mx31: use common timer functions 10 years ago
Benoît Thébaudeau eeadd3fe0f arm: Add missing .vectors section to linker scripts 10 years ago
Albert ARIBAUD 41623c91b0 arm: move exception handling out of start.S files 10 years ago
Albert ARIBAUD 60a4f39fcd arm: remove unused _end_vect and _vectors_end symbols 10 years ago
Albert ARIBAUD b4ee1491b9 arm1136: move cache code from start.S to cache.c 10 years ago
Masahiro Yamada 254d68b601 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 10 years ago
Albert ARIBAUD b60eff31f3 arm: remove unneeded symbol offsets and _TEXT_BASE 10 years ago
Albert ARIBAUD d0b5d9da5d arm: make _end compiler-generated 10 years ago
Masahiro Yamada 630d23455b kbuild: refactor more IMX image rules 10 years ago
Masahiro Yamada 4e0c8abcdd kbuild: use shorten logs for IMX images 10 years ago
Masahiro Yamada 9e4140329e kbuild: change out-of-tree build 10 years ago
Masahiro Yamada bf1af3d872 ARM: merge commonly-defined PLATFORM_RELFLAGS 10 years ago
Masahiro Yamada fa8f95084d ARM: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Masahiro Yamada 3102274d8b ARM: refactor compiler options in config.mk 11 years ago
Masahiro Yamada 2f6af82719 ARM: omap24xx: remove remainders of dead board 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Tom Rini 7f5eef93af arm: Remove OMAP2420H4 and all omap24xx support 11 years ago
Albert ARIBAUD 3da0e5750b arm: factorize relocate_code routine 11 years ago
Albert ARIBAUD fa6c7413d1 arm: do not compile relocate_code() for SPL builds 11 years ago
Benoît Thébaudeau e2003c16c0 imx: mx35: Remove legacy iomux support 11 years ago
Philip Paeps 04f79536c3 mx35 iomux: correct offsets of IOMUX registers 11 years ago
Tetsuyuki Kobayashi 4411b2aea7 BUGFIX: arm: data abort in get_bad_stack_swi 11 years ago
Benoît Thébaudeau 1a9a91dcfa arm: Make all linker scripts compatible with per-symbol sections 11 years ago
Benoît Thébaudeau 5c6db120fc arm: Remove unused relocate_code() parameters 11 years ago
Benoît Thébaudeau 8b7cd098dd imx: Fix automatic make targets for imx images 11 years ago
Benoît Thébaudeau 7086e91b0e arm: relocate_code(): Use __image_copy_end for end of relocation 11 years ago
Benoît Thébaudeau 4b3db1cd31 arm: relocate_code(): Remove useless relocation offset computation 11 years ago
Benoît Thébaudeau 1dd1276fd8 arm1136: Remove redundant relocate_code() return 11 years ago
Benoît Thébaudeau 959eaa74b8 arm: relocate_code() is no longer noreturn 11 years ago
Benoît Thébaudeau 508611bcb7 arm: start.S: Fix _TEXT_BASE for SPL 11 years ago