1. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  2. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  3. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  4. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 11 months ago
  5. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  6. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 11 months ago
  7. e3107d1 arm: pxa: Drop pxa_wait_ticks() by Simon Glass · 4 years, 11 months ago
  8. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  9. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  10. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  11. 3a64940 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD by Tom Rini · 8 years ago
  12. 067716b ARM: Move SYS_CACHELINE_SIZE over to Kconfig by Tom Rini · 8 years ago
  13. 9cfc059 pxa: add support for D- and I- caches by Vasily Khoruzhick · 9 years ago
  14. 9ddde3e pxa: start.S: enable SRAM clock by Vasily Khoruzhick · 9 years ago
  15. ba10b85 ARM: start.S: fix typo by Yuichiro Goto · 9 years ago
  16. 67b855f arm: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  17. 7d211fe arm: pxa: use common timer functions by Andrew Ruder · 9 years ago
  18. 07a8e6d pxa: Fix boot hang by avoiding vector relocation by Andrew Ruder · 9 years ago
  19. 79d75d7 ARM: move -march=* and -mtune= options to arch/arm/Makefile by Masahiro Yamada · 10 years ago
  20. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  21. 901f79e arm: pxa: introducing cpuinfo display for marvell pxa270m by Marcel Ziswiler · 10 years ago
  22. 41623c9 arm: move exception handling out of start.S files by Albert ARIBAUD · 10 years ago
  23. 60a4f39 arm: remove unused _end_vect and _vectors_end symbols by Albert ARIBAUD · 10 years ago
  24. 23ff29b arm: pxa: move SP check from start.S to cpuinfo.c by Albert ARIBAUD · 10 years ago
  25. eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  26. b60eff3 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  27. 95ddcd6 kbuild: rename OBJCFLAGS to OBJCOPYFLAGS by Masahiro Yamada · 11 years ago
  28. bf1af3d ARM: merge commonly-defined PLATFORM_RELFLAGS by Masahiro Yamada · 11 years ago
  29. 67decc7 ARM: pxa: Fix OneNAND SPL builds by Marek Vasut · 11 years ago
  30. 7f673c9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  31. 23f00ca ARM: pxa: prevent PXA270 occasional reboot freezes by Sergei Ianovich · 11 years ago
  32. 49a90e2 ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv by Tom Rini · 11 years ago
  33. fa8f950 ARM: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  34. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  35. 3102274 ARM: refactor compiler options in config.mk by Masahiro Yamada · 11 years ago
  36. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  37. 84c617b pxa: use -mcpu=xscale compiler option by Mike Dunn · 11 years ago
  38. 097d86d pxa: turn icache off in cpu_init_crit() by Mike Dunn · 11 years ago
  39. 847e669 arm: pxa: config option for PXA270 turbo mode by Sergey Yanovich · 11 years ago
  40. 3da0e57 arm: factorize relocate_code routine by Albert ARIBAUD · 11 years ago
  41. fa6c741 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 11 years ago
  42. 2ac2bb7 pxa: Add weak attribute to reset_cpu() function by Łukasz Dałek · 12 years ago
  43. 4411b2a BUGFIX: arm: data abort in get_bad_stack_swi by Tetsuyuki Kobayashi · 11 years ago
  44. 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  45. 5c6db12 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 11 years ago
  46. 7086e91 arm: relocate_code(): Use __image_copy_end for end of relocation by Benoît Thébaudeau · 11 years ago
  47. 4b3db1c arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · 11 years ago
  48. 959eaa7 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 11 years ago
  49. 508611b arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · 11 years ago
  50. 0698095 lcd, pxafb: move the pxafb to drivers/video by Jeroen Hofstee · 12 years ago
  51. 46d1d5d common/lcd.c: cleanup use of global variables by Wolfgang Denk · 12 years ago
  52. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  53. 582601d arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  54. 66ee692 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  55. df3ad6c pxa: Save lr register in relocate_code function by Łukasz Dałek · 12 years ago
  56. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  57. 539e9ff pxa: Add code to examine cpu model and revision by Lukasz Dalek · 12 years ago
  58. 76abfa5 arm: Fixed the offset for the no relocation. by Zhong Hongbo · 12 years ago
  59. 448217d arm: Fix to mistake clean the memory space by Zhong Hongbo · 12 years ago
  60. 4a07648 arm: Use common .lds file where possible by Simon Glass · 13 years ago
  61. 30a14ea PXA: Fix missing get_tbclk() breaking vpac boards by Marek Vasut · 13 years ago
  62. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  63. 66a1818 pxa: activate the first usb host port on pxa27x by default by Stefan Herbrechtsmeier · 13 years ago
  64. 1c0a14e pxa: fix usb host register mismatch by Stefan Herbrechtsmeier · 13 years ago
  65. f68d2a2 PXA: Rename pxa_dram_init to pxa2xx_dram_init by Marek Vasut · 13 years ago
  66. d1bb944 PXA: Replace timer driver by Marek Vasut · 13 years ago
  67. e8de0fa PXA: Add cpuinfo display for PXA2xx by Marek Vasut · 13 years ago
  68. d10237d PXA: Separate PXA2xx CPU init by Marek Vasut · 13 years ago
  69. abc20ab PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · 13 years ago
  70. 7f4cfcf PXA: Re-add the Dcache locking as RAM for pxa250 by Marek Vasut · 13 years ago
  71. 20f7b1b PXA: Rework start.S to be closer to other ARMs by Marek Vasut · 13 years ago
  72. cca4e4a Reduce build times by Wolfgang Denk · 13 years ago
  73. b793bb9 PXA: FIX: Deep-sleep return address in stored in PSPR by Marek Vasut · 13 years ago
  74. 17659d7 Timer: Remove reset_timer_masked() by Graeme Russ · 13 years ago
  75. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  76. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  77. 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  78. 3df619e mv_i2c: use structure to replace the direclty define by Lei Wen · 13 years ago
  79. 68432c2 pxa: move i2c driver to the common place by Lei Wen · 13 years ago
  80. f326cbb arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  81. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  82. 386ad72 ARM: */start.S: code cleanup by Liu Hui-R64343 · 14 years ago
  83. 3600945 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · 14 years ago
  84. 1f52d89 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · 14 years ago
  85. a1a47d3 arm: relocate_code(): do not set register useless by Andreas Bießmann · 14 years ago
  86. a78fb68 arm: copy_loop(): use scratch register by Andreas Bießmann · 14 years ago
  87. 296cae7 arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  88. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  89. aaeb0a8 ARM: fix linker file for newer ld support by Albert Aribaud · 14 years ago
  90. 1ecb758 Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa by Wolfgang Denk · 14 years ago
  91. e03f316 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · 14 years ago
  92. a9aa392 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  93. 9b8081a arm/pxa: remove unused arch-pxa/macro.h by Mikhail Kshevetskiy · 14 years ago
  94. 071bc92 Coding Style cleanup by Wolfgang Denk · 14 years ago
  95. 123fb7d ARM: fix address setup in start.S by Darius Augulis · 14 years ago
  96. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  97. 4abf2f7 PXA: Use pxa-regs.h register definitions in start.S by Marek Vasut · 14 years ago
  98. 6e96cf9 PXA: Implement ELF relocation by Marek Vasut · 14 years ago
  99. 2cad92f PXA: Fix reloc, Push lowlevel init into C code by Marek Vasut · 14 years ago
  100. 8b71d2b PXA: pxafb: Marvell Littleton LCD definition by Marek Vasut · 15 years ago