1. b167009 pxa: add support for D- and I- caches by Vasily Khoruzhick · 9 years ago
  2. 3b5ab62 pxa: start.S: enable SRAM clock by Vasily Khoruzhick · 9 years ago
  3. 8d4b7e9 ARM: start.S: fix typo by Yuichiro Goto · 9 years ago
  4. fe8ade0 arm: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  5. c224090 arm: pxa: use common timer functions by Andrew Ruder · 9 years ago
  6. 6914dc2 pxa: Fix boot hang by avoiding vector relocation by Andrew Ruder · 9 years ago
  7. 126f359 ARM: move -march=* and -mtune= options to arch/arm/Makefile by Masahiro Yamada · 10 years ago
  8. ffdb488 remove unnecessary version.h includes by Rob Herring · 10 years ago
  9. 5697fab arm: pxa: introducing cpuinfo display for marvell pxa270m by Marcel Ziswiler · 10 years ago
  10. 9852cc6 arm: move exception handling out of start.S files by Albert ARIBAUD · 11 years ago
  11. 4b41649 arm: remove unused _end_vect and _vectors_end symbols by Albert ARIBAUD · 11 years ago
  12. 3ce970d arm: pxa: move SP check from start.S to cpuinfo.c by Albert ARIBAUD · 11 years ago
  13. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  14. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  15. c9c83ba kbuild: rename OBJCFLAGS to OBJCOPYFLAGS by Masahiro Yamada · 11 years ago
  16. b8a2625 ARM: merge commonly-defined PLATFORM_RELFLAGS by Masahiro Yamada · 11 years ago
  17. d4da46f ARM: pxa: Fix OneNAND SPL builds by Marek Vasut · 11 years ago
  18. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  19. 093f09f ARM: pxa: prevent PXA270 occasional reboot freezes by Sergei Ianovich · 11 years ago
  20. 8dccca2 ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv by Tom Rini · 11 years ago
  21. 5a0c0ba ARM: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  22. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  23. d6801e6 ARM: refactor compiler options in config.mk by Masahiro Yamada · 11 years ago
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. 6cb5343 pxa: use -mcpu=xscale compiler option by Mike Dunn · 11 years ago
  26. cfe695c pxa: turn icache off in cpu_init_crit() by Mike Dunn · 11 years ago
  27. d81863d arm: pxa: config option for PXA270 turbo mode by Sergey Yanovich · 12 years ago
  28. 9580b32 arm: factorize relocate_code routine by Albert ARIBAUD · 12 years ago
  29. 1c29409 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 12 years ago
  30. 8d5a728 pxa: Add weak attribute to reset_cpu() function by Łukasz Dałek · 12 years ago
  31. b023a95 BUGFIX: arm: data abort in get_bad_stack_swi by Tetsuyuki Kobayashi · 12 years ago
  32. f457a12 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  33. a043661 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 12 years ago
  34. 03bae03 arm: relocate_code(): Use __image_copy_end for end of relocation by Benoît Thébaudeau · 12 years ago
  35. a18f323 arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · 12 years ago
  36. 9039c10 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 12 years ago
  37. a402da3 arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · 12 years ago
  38. c923758 lcd, pxafb: move the pxafb to drivers/video by Jeroen Hofstee · 12 years ago
  39. 67f5391 common/lcd.c: cleanup use of global variables by Wolfgang Denk · 12 years ago
  40. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  41. a848da5 arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  42. 2655ee1 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  43. 6c2f007 pxa: Save lr register in relocate_code function by Łukasz Dałek · 12 years ago
  44. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  45. 14d3141 pxa: Add code to examine cpu model and revision by Lukasz Dalek · 12 years ago
  46. 8c2ef80 arm: Fixed the offset for the no relocation. by Zhong Hongbo · 12 years ago
  47. 1a324a5 arm: Fix to mistake clean the memory space by Zhong Hongbo · 12 years ago
  48. 22f26fe arm: Use common .lds file where possible by Simon Glass · 13 years ago
  49. 454afe7 PXA: Fix missing get_tbclk() breaking vpac boards by Marek Vasut · 13 years ago
  50. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  51. 13d240f pxa: activate the first usb host port on pxa27x by default by Stefan Herbrechtsmeier · 13 years ago
  52. 38f79c6 pxa: fix usb host register mismatch by Stefan Herbrechtsmeier · 13 years ago
  53. 08341be PXA: Rename pxa_dram_init to pxa2xx_dram_init by Marek Vasut · 13 years ago
  54. ba2d9be PXA: Replace timer driver by Marek Vasut · 13 years ago
  55. 78aca0e PXA: Add cpuinfo display for PXA2xx by Marek Vasut · 13 years ago
  56. 9da6fe5 PXA: Separate PXA2xx CPU init by Marek Vasut · 13 years ago
  57. 85cc88a PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · 13 years ago
  58. f1ac784 PXA: Re-add the Dcache locking as RAM for pxa250 by Marek Vasut · 13 years ago
  59. b909162 PXA: Rework start.S to be closer to other ARMs by Marek Vasut · 13 years ago
  60. 9209ed5 Reduce build times by Wolfgang Denk · 13 years ago
  61. b1e36b4 PXA: FIX: Deep-sleep return address in stored in PSPR by Marek Vasut · 13 years ago
  62. 944a7fe Timer: Remove reset_timer_masked() by Graeme Russ · 13 years ago
  63. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  64. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  65. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  66. a41374b4 mv_i2c: use structure to replace the direclty define by Lei Wen · 14 years ago
  67. d3ae17b pxa: move i2c driver to the common place by Lei Wen · 14 years ago
  68. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  69. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  70. 52d1fdb ARM: */start.S: code cleanup by Liu Hui-R64343 · 14 years ago
  71. 899cdd1 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · 14 years ago
  72. 318cea1 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · 14 years ago
  73. 007b38f arm: relocate_code(): do not set register useless by Andreas Bießmann · 14 years ago
  74. 8cfbda9 arm: copy_loop(): use scratch register by Andreas Bießmann · 14 years ago
  75. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  76. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  77. c6665d7 ARM: fix linker file for newer ld support by Albert Aribaud · 14 years ago
  78. 1763e55 Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa by Wolfgang Denk · 14 years ago
  79. 804d193 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · 14 years ago
  80. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  81. 2f570f2 arm/pxa: remove unused arch-pxa/macro.h by Mikhail Kshevetskiy · 14 years ago
  82. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  83. 50a0a9c ARM: fix address setup in start.S by Darius Augulis · 14 years ago
  84. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  85. 541af6f PXA: Use pxa-regs.h register definitions in start.S by Marek Vasut · 14 years ago
  86. f29c11b PXA: Implement ELF relocation by Marek Vasut · 14 years ago
  87. b9b8ea3 PXA: Fix reloc, Push lowlevel init into C code by Marek Vasut · 14 years ago
  88. 2b35a8f PXA: pxafb: Marvell Littleton LCD definition by Marek Vasut · 15 years ago
  89. 916caf9 PXA: pxafb: Add support for Sharp LQ038J7DH53 by Marek Vasut · 14 years ago
  90. abd23e8 PXA: pxafb: Add ACX517AKN support by Marek Vasut · 14 years ago
  91. 2db1e96 PXA: pxa-regs.h cleanup by Marek Vasut · 14 years ago
  92. 8c4a26e PXA: pxafb: Fix indent problems by Marek Vasut · 14 years ago
  93. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  94. 0668d16 arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · 14 years ago
  95. 3d8f5fa ARM: implement relocation for pxa by Heiko Schocher · 14 years ago
  96. 34ed109 Prepare v2010.09-rc2 by Wolfgang Denk · 14 years ago
  97. c2e92e0 PXA: Add support for LMS285GF05 into pxafb by Marek Vasut · 14 years ago
  98. 846d9b6 Voipac PXA270 LCD Support by Marek Vasut · 15 years ago
  99. c13685c PXA: Add OneNAND booting support to start.S by Marek Vasut · 14 years ago
  100. 23cf8e4 Enable PXAFB for PXA27X and PXA3XX by Marek Vasut · 15 years ago