- c4b25d5 imx: Drop unused CONFIG_IMX by Simon Glass · 1 year, 10 months ago
- 98cb4c6 arm920t: Remove unused imx code by Tom Rini · 2 years ago
- 2fc0995 arm: Remove unused ep93xx code by Tom Rini · 2 years, 8 months ago
- 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 3 years ago
- a6bbb8b ARM: at91: remove references to RM9200DK by Eugen Hristev · 3 years, 3 months ago
- a2ac2b9 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 3 months ago
- f4a6f75 arm: Remove at91rm9200ek boards by Tom Rini · 3 years, 6 months ago
- 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
- 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 5 years ago
- 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
- 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
- 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
- 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
- 6180ea7 arm: remove prototype for get_timer_masked by Patrick Delaunay · 6 years ago
- aa33fe8 arm: remove prototype for udelay_masked by Patrick Delaunay · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 1c16d2e common: ep93xx: Move arch-specific declarations out of common by Simon Glass · 8 years ago
- 5a8ba31 samsung: Drop more references fo s3c24x0 by Simon Glass · 8 years ago
- 0d8c939 samsung: Drop s3c24x0 arch-specific code by Simon Glass · 8 years ago
- 01abae4 Remove various unused interrupt related code by Tom Rini · 8 years ago
- d53ecad Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
- 3a64940 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD by Tom Rini · 8 years ago
- 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
- 63a7578 arch, board: squash lines for immediate return by Masahiro Yamada · 8 years ago
- b5bd098 arm: Allow skipping of low-level init with I-cache on by Simon Glass · 9 years ago
- ba10b85 ARM: start.S: fix typo by Yuichiro Goto · 9 years ago
- 26275da arm: build some file(s) as ARM mode only by David Müller (ELSOFT AG) · 9 years ago
- eada086 arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inline by Tom Rini · 9 years ago
- 79d75d7 ARM: move -march=* and -mtune= options to arch/arm/Makefile by Masahiro Yamada · 10 years ago
- 29fc6f2 ARM: remove a320evb board support by Masahiro Yamada · 10 years ago
- a2f39e8 ARM: remove cm4008 and cm41xx board support by Masahiro Yamada · 10 years ago
- 6201184 ARM: at91: collect SoC sources into mach-at91 by Masahiro Yamada · 10 years ago
- 56f31e8 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
- 165ecd2 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
- 0bf62d7 arm: ep9315: Add .vectors section to lds and remove obsolete lds by Sergey Kostanbaev · 10 years ago
- 7237d22 arm: ep9315: Return back Cirrus Logic EDB9315A board support by Sergey Kostanbaev · 10 years ago
- 41623c9 arm: move exception handling out of start.S files by Albert ARIBAUD · 11 years ago
- b60eff3 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
- d0b5d9d arm: make _end compiler-generated by Albert ARIBAUD · 11 years ago
- bf1af3d ARM: merge commonly-defined PLATFORM_RELFLAGS by Masahiro Yamada · 11 years ago
- 833db74 arm920t: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
- 3102274 ARM: refactor compiler options in config.mk by Masahiro Yamada · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- d026dec arm: make __image_copy_{start, end} compiler-generated by Albert ARIBAUD · 11 years ago
- 3da0e57 arm: factorize relocate_code routine by Albert ARIBAUD · 12 years ago
- fa6c741 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 12 years ago
- 1a9a91d arm: Make all linker scripts compatible with per-symbol sections by Benoît Thébaudeau · 12 years ago
- 5c6db12 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 12 years ago
- 7086e91 arm: relocate_code(): Use __image_copy_end for end of relocation by Benoît Thébaudeau · 12 years ago
- 4b3db1c arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · 12 years ago
- 959eaa7 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 12 years ago
- 508611b arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · 12 years ago
- 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
- ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
- 582601d arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
- 66ee692 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
- 8ff43b0 arm: Move tbu to arch_global_data by Simon Glass · 12 years ago
- b339051 arm: Move timer_rate_hz into arch_global_data by Simon Glass · 12 years ago
- f47e6ec at91: Move at91 global data into arch_global_data by Simon Glass · 12 years ago
- e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
- bff679d arm: ks8695: use defined constants for UART by Yann Vernier · 12 years ago
- 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
- 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
- fb24ffc dm: Move s3c24xx USB driver to a proper place by Marek Vasut · 12 years ago
- c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
- 76abfa5 arm: Fixed the offset for the no relocation. by Zhong Hongbo · 12 years ago
- 448217d arm: Fix to mistake clean the memory space by Zhong Hongbo · 12 years ago
- 4a07648 arm: Use common .lds file where possible by Simon Glass · 13 years ago
- d0b3b49 ARM: fix s3c2410 timer code by David Müller (ELSOFT AG) · 13 years ago
- 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
- 9fd6826 add print_cpuinfo to s3c24x0 by David Müller (ELSOFT AG) · 14 years ago
- 13119bc Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c by Simon Glass · 13 years ago
- c9e798d Fix Stelian's email address by Stelian Pop · 13 years ago
- 60d1ea9 arm: a320: fix broken timer by Po-Yu Chuang · 13 years ago
- cca4e4a Reduce build times by Wolfgang Denk · 13 years ago
- c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
- 0841ca9 arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
- 2d3be7c led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
- 04e5ae7 Minor coding style cleanup. by Wolfgang Denk · 13 years ago
- 3a52cfa KS8695: move TIMER_ definitions before code use by Greg Ungerer · 13 years ago
- fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
- c23e5e7 a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART by Andreas Bießmann · 13 years ago
- 8312af9 a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning by Andreas Bießmann · 13 years ago
- cf05528 ARM: remove obsolete at91rm9200 by Andreas Bießmann · 13 years ago
- 1626308 cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
- 17659d7 Timer: Remove reset_timer_masked() by Graeme Russ · 13 years ago
- 53fc43c Timer: Fix at91rm9200/spi.c timer usage by Graeme Russ · 13 years ago
- 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
- 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
- 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
- d703355 arm920t/at91: add at91rm9200_devices.c by Andreas Bießmann · 13 years ago
- 6a372e9 arm920t/at91: use new clock.c features by Andreas Bießmann · 13 years ago
- c3a383f arm920t/at91: add clock.c by Andreas Bießmann · 13 years ago
- 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 14 years ago
- 8073399 update arm/at91rm9200 work with rework rework110202 by Jens Scharsig · 14 years ago
- ce26582 at91rm9200: fix lowlevel_init() SMRDATA size by Jens Scharsig · 14 years ago