Age | Commit message (Expand) | Author |
2019-01-26 | linker: Modify linker scripts to be more generic | Tom Rini |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-02-07 | spl: eMMC/SD: Provide one __weak spl_boot_mode() function | Lukasz Majewski |
2018-01-10 | build: Drop CONFIG_SPL_BUILD guards in some cases | Tom Rini |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-06-26 | common: Pass the boot device into spl_boot_mode() | Marek Vasut |
2016-06-12 | arm: Allow skipping of low-level init with I-cache on | Simon Glass |
2016-02-29 | ARM: start.S: fix typo | Yuichiro Goto |
2015-09-02 | imx: mx31 use new formula for get_cpu_rev | Peng Fan |
2015-08-12 | arm1136/arm1176: Merge cache handling code | Alexander Stein |
2015-08-12 | arm1136: Remove dead code | Alexander Stein |
2015-03-27 | ARM: move -march=* and -mtune= options to arch/arm/Makefile | Masahiro Yamada |
2015-03-24 | remove unnecessary version.h includes | Rob Herring |
2015-03-02 | mx35: Fix boot hang by avoiding vector relocation | Fabio Estevam |
2015-03-02 | mx31: Fix boot hang by avoiding vector relocation | Fabio Estevam |
2014-11-23 | kbuild: use SoC-specific CONFIG to descend into SoC directory | Masahiro Yamada |
2014-11-23 | kbuild: Descend into SOC directory from CPU directory | Masahiro Yamada |
2014-10-27 | Rename some defines containing FAT in their name to be filesystem generic | Guillaume GARDET |
2014-09-16 | arm: mx35: use common timer functions | Andrew Ruder |
2014-09-16 | arm: mx31: use common timer functions | Andrew Ruder |
2014-08-30 | arm: Add missing .vectors section to linker scripts | Benoît Thébaudeau |
2014-05-15 | arm: move exception handling out of start.S files | Albert ARIBAUD |
2014-05-15 | arm: remove unused _end_vect and _vectors_end symbols | Albert ARIBAUD |
2014-05-15 | arm1136: move cache code from start.S to cache.c | Albert ARIBAUD |
2014-03-28 | kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib | Masahiro Yamada |
2014-02-26 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-02-26 | arm: remove unneeded symbol offsets and _TEXT_BASE | Albert ARIBAUD |
2014-02-26 | arm: make _end compiler-generated | Albert ARIBAUD |
2014-02-25 | kbuild: refactor more IMX image rules | Masahiro Yamada |
2014-02-25 | kbuild: use shorten logs for IMX images | Masahiro Yamada |
2014-02-19 | kbuild: change out-of-tree build | Masahiro Yamada |
2014-01-24 | ARM: merge commonly-defined PLATFORM_RELFLAGS | Masahiro Yamada |
2013-10-31 | ARM: convert makefiles to Kbuild style | Masahiro Yamada |
2013-10-14 | Coding Style cleanup: remove trailing white space | Wolfgang Denk |
2013-09-23 | ARM: refactor compiler options in config.mk | Masahiro Yamada |
2013-08-15 | ARM: omap24xx: remove remainders of dead board | Masahiro Yamada |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-06-10 | arm: Remove OMAP2420H4 and all omap24xx support | Tom Rini |
2013-05-30 | arm: factorize relocate_code routine | Albert ARIBAUD |
2013-05-30 | arm: do not compile relocate_code() for SPL builds | Albert ARIBAUD |
2013-05-05 | imx: mx35: Remove legacy iomux support | Benoît Thébaudeau |
2013-04-16 | mx35 iomux: correct offsets of IOMUX registers | Philip Paeps |
2013-04-13 | BUGFIX: arm: data abort in get_bad_stack_swi | Tetsuyuki Kobayashi |
2013-04-12 | arm: Make all linker scripts compatible with per-symbol sections | Benoît Thébaudeau |
2013-04-12 | arm: Remove unused relocate_code() parameters | Benoît Thébaudeau |
2013-04-12 | imx: Fix automatic make targets for imx images | Benoît Thébaudeau |
2013-04-12 | arm: relocate_code(): Use __image_copy_end for end of relocation | Benoît Thébaudeau |
2013-04-12 | arm: relocate_code(): Remove useless relocation offset computation | Benoît Thébaudeau |
2013-04-12 | arm1136: Remove redundant relocate_code() return | Benoît Thébaudeau |