| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove various unused interrupt related code | Tom Rini | 2017-04-06 | 2 | -2/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini | 2017-04-06 | 2 | -53/+0 |
* | arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD | Tom Rini | 2017-03-18 | 1 | -1/+1 |
* | status_led: Kconfig migration | Uri Mashiach | 2017-01-21 | 1 | -17/+18 |
* | arch, board: squash lines for immediate return | Masahiro Yamada | 2016-09-23 | 1 | -5/+1 |
* | arm: Allow skipping of low-level init with I-cache on | Simon Glass | 2016-06-12 | 1 | -1/+2 |
* | ARM: start.S: fix typo | Yuichiro Goto | 2016-02-29 | 1 | -1/+1 |
* | arm: build some file(s) as ARM mode only | David Müller (ELSOFT AG) | 2016-02-15 | 1 | -0/+6 |
* | arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inline | Tom Rini | 2015-12-05 | 1 | -2/+2 |
* | ARM: move -march=* and -mtune= options to arch/arm/Makefile | Masahiro Yamada | 2015-03-27 | 1 | -8/+0 |
* | ARM: remove a320evb board support | Masahiro Yamada | 2015-02-24 | 4 | -138/+0 |
* | ARM: remove cm4008 and cm41xx board support | Masahiro Yamada | 2015-02-24 | 4 | -276/+0 |
* | ARM: at91: collect SoC sources into mach-at91 | Masahiro Yamada | 2015-02-21 | 8 | -584/+0 |
* | kbuild: use SoC-specific CONFIG to descend into SoC directory | Masahiro Yamada | 2014-11-23 | 1 | -1/+6 |
* | kbuild: Descend into SOC directory from CPU directory | Masahiro Yamada | 2014-11-23 | 1 | -0/+2 |
* | arm: ep9315: Add .vectors section to lds and remove obsolete lds | Sergey Kostanbaev | 2014-08-30 | 1 | -58/+0 |
* | arm: ep9315: Return back Cirrus Logic EDB9315A board support | Sergey Kostanbaev | 2014-07-04 | 1 | -27/+436 |
* | arm: move exception handling out of start.S files | Albert ARIBAUD | 2014-05-15 | 2 | -215/+4 |
* | arm: remove unneeded symbol offsets and _TEXT_BASE | Albert ARIBAUD | 2014-02-26 | 1 | -26/+0 |
* | arm: make _end compiler-generated | Albert ARIBAUD | 2014-02-26 | 1 | -1/+4 |
* | ARM: merge commonly-defined PLATFORM_RELFLAGS | Masahiro Yamada | 2014-01-24 | 1 | -7/+0 |
* | arm920t: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | 7 | -170/+22 |
* | ARM: refactor compiler options in config.mk | Masahiro Yamada | 2013-09-23 | 1 | -2/+0 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 34 | -546/+34 |
* | arm: make __image_copy_{start, end} compiler-generated | Albert ARIBAUD | 2013-06-21 | 1 | -1/+5 |
* | arm: factorize relocate_code routine | Albert ARIBAUD | 2013-05-30 | 1 | -75/+0 |
* | arm: do not compile relocate_code() for SPL builds | Albert ARIBAUD | 2013-05-30 | 1 | -7/+5 |
* | arm: Make all linker scripts compatible with per-symbol sections | Benoît Thébaudeau | 2013-04-12 | 1 | -5/+5 |
* | arm: Remove unused relocate_code() parameters | Benoît Thébaudeau | 2013-04-12 | 1 | -4/+2 |
* | arm: relocate_code(): Use __image_copy_end for end of relocation | Benoît Thébaudeau | 2013-04-12 | 2 | -1/+8 |
* | arm: relocate_code(): Remove useless relocation offset computation | Benoît Thébaudeau | 2013-04-12 | 1 | -5/+3 |
* | arm: relocate_code() is no longer noreturn | Benoît Thébaudeau | 2013-04-12 | 1 | -3/+1 |
* | arm: start.S: Fix _TEXT_BASE for SPL | Benoît Thébaudeau | 2013-04-12 | 1 | -0/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | 1 | -1/+1 |
|\ |
|
| * | Refactor linker-generated arrays | Albert ARIBAUD | 2013-03-12 | 1 | -1/+1 |
* | | Replace __bss_end__ with __bss_end | Simon Glass | 2013-03-15 | 2 | -2/+2 |
|/ |
|
* | arm: Move lastinc to arch_global_data | Simon Glass | 2013-02-01 | 2 | -10/+10 |
* | arm: Move tbl to arch_global_data | Simon Glass | 2013-02-01 | 3 | -12/+12 |
* | arm: Move tbu to arch_global_data | Simon Glass | 2013-02-01 | 2 | -10/+10 |
* | arm: Move timer_rate_hz into arch_global_data | Simon Glass | 2013-02-01 | 2 | -6/+6 |
* | at91: Move at91 global data into arch_global_data | Simon Glass | 2013-02-01 | 1 | -11/+13 |
* | arm: move C runtime setup code in crt0.S | Albert ARIBAUD | 2013-01-08 | 1 | -53/+8 |
* | arm: ks8695: use defined constants for UART | Yann Vernier | 2012-10-26 | 1 | -3/+3 |
* | common: Discard the __u_boot_cmd section | Marek Vasut | 2012-10-22 | 1 | -3/+0 |
* | common: Add .u_boot_list into all linker files | Marek Vasut | 2012-10-22 | 1 | -0/+5 |
* | dm: Move s3c24xx USB driver to a proper place | Marek Vasut | 2012-10-18 | 4 | -2240/+0 |
* | usb: lowlevel interface change to support multiple controllers | Lucas Stach | 2012-10-15 | 1 | -2/+2 |
* | arm: Fixed the offset for the no relocation. | Zhong Hongbo | 2012-10-04 | 1 | -0/+1 |
* | arm: Fix to mistake clean the memory space | Zhong Hongbo | 2012-07-20 | 1 | -3/+5 |
* | arm: Use common .lds file where possible | Simon Glass | 2012-03-30 | 1 | -88/+0 |