1. aaca776 spi: Add function to allocate a new SPI slave by Simon Glass · 12 years ago
  2. f429955 fdt: Add fdtdec_get_addr_size() to read reg properties by Simon Glass · 12 years ago
  3. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  4. 059c54f Use 'unsigned int' for global_data's baudrate by Simon Glass · 12 years ago
  5. 0db3ea2 sparc: Fix build warnings in serial.c by Simon Glass · 12 years ago
  6. 8278371 sparc: Fix out-of-tree building by Simon Glass · 12 years ago
  7. 19bc501 serial: ns16550: Remove unwanted cast by Simon Glass · 12 years ago
  8. c413725 avr32: Fix cast warning in board.c by Simon Glass · 12 years ago
  9. 989e1a0 blackfin: Remove noreturn attribute from cpu_init_f() by Simon Glass · 12 years ago
  10. bbeac16 blackfin: Fix up board_type global data by Simon Glass · 12 years ago
  11. cdf4e97 exynos5: Enable generic board for Exynos5 device tree boards by Simon Glass · 12 years ago
  12. 0829896 x86: Enable generic board by Simon Glass · 12 years ago
  13. fadd5ab tegra: Enable generic board for Tegra by Simon Glass · 12 years ago
  14. 2e4622d x86: Enable generic board support by Simon Glass · 12 years ago
  15. 3e93e33 x86: Use sections header to obtain link symbols by Simon Glass · 12 years ago
  16. 6f5567d x86: Adjust board_r.c for x86 by Simon Glass · 12 years ago
  17. 6d17987 x86: Adjust board_f.c for x86 by Simon Glass · 12 years ago
  18. fa6945f ppc: Enable generic board support by Simon Glass · 12 years ago
  19. 5af29bd Adjust board_r.c for ppc by Simon Glass · 12 years ago
  20. 50250b5 Adjust board_f.c for ppc by Simon Glass · 12 years ago
  21. 9c9f44a Add CONFIG_SYS_SYM_OFFSETS to support offset symbols by Simon Glass · 12 years ago
  22. 97bbf18 arm: Enable generic board support by Simon Glass · 12 years ago
  23. 4fb732d arm: Remove use of board_early_init_r/last_stage_init() by Simon Glass · 12 years ago
  24. 4d2aee8 Add spl load feature by Simon Glass · 12 years ago
  25. db397fa Introduce generic post-relocation board_r.c by Simon Glass · 12 years ago
  26. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  27. 6f98490 Declare watchdog functions in watchdog.h by Simon Glass · 12 years ago
  28. 6682832 __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board by Simon Glass · 12 years ago
  29. 82a5fa0 Introduce a basic initcall implementation by Simon Glass · 12 years ago
  30. 5b92820 Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  31. e0e641e arm: Use sections header to obtain link symbols by Simon Glass · 12 years ago
  32. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  33. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  34. 4c0dc6d Introduce generic u-boot.h file by Simon Glass · 12 years ago
  35. 0883a76 Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  36. 81420c3 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  37. 3ca6d0a nitrogen: Use unsigned long to specify the total RAM size by fabio.estevam@freescale.com · 12 years ago
  38. 7f3a865 nitrogen6x: Fix RAM size variable by Fabio Estevam · 12 years ago
  39. e619461 Tegra114: Dalmore: Add pad config tables/code based on pinmux code by Tom Warren · 12 years ago
  40. 9b22f83 Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras by Tom Warren · 12 years ago
  41. 0962b4b Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bits by Tom Warren · 12 years ago
  42. 5477401 Tegra114: Fix/update GP padcfg register struct by Tom Warren · 12 years ago
  43. 326127f Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entry by Tom Warren · 12 years ago
  44. de5d70b ARM: tegra: enable a common set of disk-related commands everywhere by Stephen Warren · 12 years ago
  45. fe3ecc5 disk: define HAVE_BLOCK_DEVICE if CONFIG_CMD_PART by Stephen Warren · 12 years ago
  46. 8ec730d disk: define HAVE_BLOCK_DEVICE in a common place by Stephen Warren · 12 years ago
  47. 4b1f4b7 ARM: tegra: make bounce buffer option common by Stephen Warren · 12 years ago
  48. 41cdd3f Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards by Tom Warren · 12 years ago
  49. 7db0e2d Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver by Tom Warren · 12 years ago
  50. 35ae07b mmc: Tegra: Add SD bus power/voltage function and MMC pad init call. by Tom Warren · 12 years ago
  51. f5d874d Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines by Tom Warren · 12 years ago
  52. 5bcf277 Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30 by Tom Warren · 12 years ago
  53. 20515be Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now) by Tom Warren · 12 years ago
  54. 7110b95 Tegra30: Cardhu: Add pad config tables/code based on pinmux code by Tom Warren · 12 years ago
  55. 8495b22 Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 init by Tom Warren · 12 years ago
  56. b7dc94d Tegra30: Cardhu: Remove unneeded cardhu.c.mmc file by Tom Warren · 12 years ago
  57. 0ea6495 Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car) by Tom Warren · 12 years ago
  58. df45095 Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define by Tom Warren · 12 years ago
  59. 1bfefa8 Tegra: Add twarren as maintainer for Tegra30 and Tegra114 SoCs by Tom Warren · 12 years ago
  60. 2b27677 ARM: tegra: implement WAR for Tegra114 CPU reset vector by Stephen Warren · 12 years ago
  61. e8cf3dd Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock) by Tom Warren · 12 years ago
  62. 9e710c7 Tegra: fdt: Remove memreserve line from Cardhu/Seaboard DT files by Tom Warren · 12 years ago
  63. 9745cf8 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  64. ed95527 Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files by Tom Warren · 12 years ago
  65. e41e11b Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux by Tom Warren · 12 years ago
  66. f623615 Tegra: fdt: Change /include/ to #include for C preprocessor by Tom Warren · 12 years ago
  67. 4ecc269 Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board by Tom Warren · 12 years ago
  68. 36092ff Tegra114: fdt: Update DT files with I2C info for T114/Dalmore by Tom Warren · 12 years ago
  69. f8cf4b2 Tegra: I2C: Add T114 clock support to tegra_i2c driver by Tom Warren · 12 years ago
  70. e88e84b Tegra114: I2C: Take DVFS out of reset to allow I2C5 (PWR_I2C) to work by Tom Warren · 12 years ago
  71. 4ec9b18 tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop] by Lucas Stach · 12 years ago
  72. 26c3216 tegra: usb: move implementation into right directory by Lucas Stach · 12 years ago
  73. fbfe78b tegra: usb: various small cleanups by Lucas Stach · 12 years ago
  74. 77121b3 tegra: usb: move controller init into start_port by Lucas Stach · 12 years ago
  75. 02e452e tegra: usb: remove unneeded function parameter by Lucas Stach · 12 years ago
  76. 9a4fcc8 tegra: usb: make controller init functions more self contained by Lucas Stach · 12 years ago
  77. da1e97c tegra: usb: set USB_PORTS_MAX to correct value by Lucas Stach · 12 years ago
  78. aacf0a2 ARM: tegra: enable some CPU errata workarounds by Stephen Warren · 12 years ago
  79. e9d59c9 ARM: implement some Cortex-A9 errata workarounds by Stephen Warren · 12 years ago
  80. e5b3a50 Add Boundary Devices Nitrogen6X boards by Eric Nelson · 12 years ago
  81. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  82. 436f632 arm: make __bss_start and __bss_end__ compiler-generated by Albert ARIBAUD · 12 years ago
  83. 6277b19 Remove linker lists (LGAs) from SPL linker scripts by Albert ARIBAUD · 12 years ago
  84. 26255f1 arm: omap: map u_boot_lists section to .sram by Albert ARIBAUD · 12 years ago
  85. e076adf I2C: S3C24X0: Bug fixes in i2c_transfer by Rajeshwari Shinde · 12 years ago
  86. 1675065 I2C: S3C24X0: Remove the dead code by Rajeshwari Shinde · 12 years ago
  87. a5f0270 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · 12 years ago
  88. 66eb8fc CONFIG_BOOTDELAY default should not affect runtime by Joe Hershberger · 12 years ago
  89. 0eb9826 common/main: move set_working_fdt_addr to enable usage of $fdtaddr by Barak Wasserstrom · 12 years ago
  90. 586895d env: fix "env ask" command by Wolfgang Denk · 12 years ago
  91. 9890c68 cmd_fat.c: Note in fatread help about alignment requirements by Tom Rini · 12 years ago
  92. 78972f8 Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  93. 6ad5ac7 ARM: sam9x5: fix ethernet pins in MII mode by Jesse Gilles · 12 years ago
  94. c3575b3 ARM: at91sam9x5: Using CPU string directly by Bo Shen · 12 years ago
  95. a8fd063 ARM: at91: change nand flash table by Bo Shen · 12 years ago
  96. e4f3623 arm: at91/configs: add bootz to configuration by Nicolas Ferre · 12 years ago
  97. 6ddbdb1 arm: at91/configs: add libfdt to configuration by Nicolas Ferre · 12 years ago
  98. 57cb6a3 env: Allow accessing non-mtd devices by Lubomir Rintel · 12 years ago
  99. 0e51dd8 cmd_df.c: Delete this clearly unused source file. by Robert P. J. Day · 12 years ago
  100. 02ce716 cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs by Robert P. J. Day · 12 years ago