Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-05-18 | common: Drop net.h from common header | Simon Glass |
2019-12-02 | common: Move enable/disable_interrupts out of common.h | Simon Glass |
2019-12-02 | common: Move ARM cache operations out of common.h | Simon Glass |
2019-12-02 | common: Move some cache and MMU functions out of common.h | Simon Glass |
2019-12-02 | arm: pxa: Drop pxa_wait_ticks() | Simon Glass |
2019-05-18 | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner |
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 |
2017-03-18 | arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD | Tom Rini |
2016-08-26 | ARM: Move SYS_CACHELINE_SIZE over to Kconfig | Tom Rini |
2016-03-27 | pxa: add support for D- and I- caches | Vasily Khoruzhick |
2016-03-27 | pxa: start.S: enable SRAM clock | Vasily Khoruzhick |
2016-02-29 | ARM: start.S: fix typo | Yuichiro Goto |
2015-08-24 | arm: pxa: clean-up include file order | Marcel Ziswiler |
2015-08-24 | arm: pxa: use common timer functions | Andrew Ruder |
2015-08-24 | pxa: Fix boot hang by avoiding vector relocation | Andrew Ruder |
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-05 | arm: pxa: introducing cpuinfo display for marvell pxa270m | Marcel Ziswiler |
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 | arm: pxa: move SP check from start.S to cpuinfo.c | Albert ARIBAUD |
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-25 | kbuild: rename OBJCFLAGS to OBJCOPYFLAGS | Masahiro Yamada |
2014-01-24 | ARM: merge commonly-defined PLATFORM_RELFLAGS | Masahiro Yamada |
2014-01-13 | ARM: pxa: Fix OneNAND SPL builds | Marek Vasut |
2014-01-10 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2013-12-18 | ARM: pxa: prevent PXA270 occasional reboot freezes | Sergei Ianovich |
2013-12-13 | ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv | Tom Rini |
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-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-06-22 | pxa: use -mcpu=xscale compiler option | Mike Dunn |
2013-06-22 | pxa: turn icache off in cpu_init_crit() | Mike Dunn |
2013-06-12 | arm: pxa: config option for PXA270 turbo mode | Sergey Yanovich |
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 | pxa: Add weak attribute to reset_cpu() function | Łukasz Dałek |
2013-04-13 | BUGFIX: arm: data abort in get_bad_stack_swi | Tetsuyuki Kobayashi |
2013-04-12 | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2013-04-12 | arm: Remove unused relocate_code() parameters | 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 | arm: relocate_code() is no longer noreturn | Benoît Thébaudeau |
2013-04-12 | arm: start.S: Fix _TEXT_BASE for SPL | Benoît Thébaudeau |
2013-03-21 | lcd, pxafb: move the pxafb to drivers/video | Jeroen Hofstee |