1. 500f304 pxe: fix handling of different localboot values by Rob Herring · 12 years ago
  2. 23b7194 pxe: make string parameters const by Rob Herring · 12 years ago
  3. ef034c9 pxe: Use ethact setting for pxe by Rob Herring · 12 years ago
  4. 0fae250 net: add ICPlus PHY driver by Yegor Yefremov · 12 years ago
  5. e2043f5 phy: export genphy_parse_link() by Yegor Yefremov · 12 years ago
  6. 518ce47 net: Add sunxi (Allwinner) wemac driver by Henrik Nordström · 12 years ago
  7. 9e79a8d checkpatch: add ignore for network block comment style checking by Bo Shen · 12 years ago
  8. 348e47f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  9. fbf87b1 arm: optimize relocate_code routine by Albert ARIBAUD · 11 years ago
  10. 47bd65e arm: make __rel_dyn_{start, end} compiler-generated by Albert ARIBAUD · 11 years ago
  11. d026dec arm: make __image_copy_{start, end} compiler-generated by Albert ARIBAUD · 11 years ago
  12. df84502 arm: generalize lib/bss.c into lib/sections.c by Albert ARIBAUD · 11 years ago
  13. 09d8118 remove all references to .dynsym by Albert ARIBAUD · 11 years ago
  14. c37980c arm: ensure u-boot only uses relative relocations by Albert ARIBAUD · 11 years ago
  15. 5707233 powerpc/85xx: Add P1023RDB board support by Chunhe Lan · 11 years ago
  16. bd7c023 powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs by Prabhakar Kushwaha · 11 years ago
  17. 5bdeff3 powerpc/pixis: Fix pixis help message by York Sun · 11 years ago
  18. 0d3efd8 powerpc/CoreNet: Allow pbl images to take u-boot images != 512K by Chris Packham · 11 years ago
  19. e51e47d powerpc: mpc85xx/mpc86xx: Fix off-by-one boundary checking with ARRAY_SIZE by Axel Lin · 11 years ago
  20. f90572d Makefile: move the common makefile line to public area by Ying Zhang · 12 years ago
  21. ba1bee4 common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL by Ying Zhang · 12 years ago
  22. 67ad0d5 powerpc/mpc85xx: modify the functionality clear_bss and aligning the end address of the BSS by Ying Zhang · 11 years ago
  23. 5df572f powerpc/mpc85xx: support application without resetvec segment in the linker script by Ying Zhang · 12 years ago
  24. 505c293 board/p1010rdb: Fix PCIe TLB creation on CONFIG_PCI define by Prabhakar Kushwaha · 12 years ago
  25. 4d0e6e0 board/b4860qds: Relax NOR flash teadc timing parameter by Prabhakar Kushwaha · 12 years ago
  26. 8212519 powerpc/mpc85xx: work around erratum A-006593 by Scott Wood · 12 years ago
  27. 362ee04 fsl_ifc: add support for different IFC bank count by Mingkai Hu · 12 years ago
  28. 69fdf90 powerpc/t4qds: Slave module for boot from SRIO and PCIE by Liu Gang · 12 years ago
  29. 3e531b0 powerpc/t4qds: Enable master module for Boot from SRIO and PCIE by Liu Gang · 12 years ago
  30. 5870fe4 powerpc/b4860qds: Slave module for boot from SRIO and PCIE by Liu Gang · 12 years ago
  31. 3a01799 powerpc/b4860qds: Enable master module for boot from SRIO and PCIE by Liu Gang · 12 years ago
  32. c8b2815 powerpc/boot: Change the macro of Boot from SRIO and PCIE master module by Liu Gang · 12 years ago
  33. 5a51674 powerpc/doc: Update the README.srio-pcie-boot-corenet by Liu Gang · 12 years ago
  34. f64bd7c powerpc/mpc85xx:Fix "boot page TLB" entry size for NAND SPL by Prabhakar Kushwaha · 12 years ago
  35. 8bd00c9 85xx: Change case of MPC85XX_PORBMSR_ROMLOC_SHIFT by Andy Fleming · 11 years ago
  36. 6770c5e powerpc: Use lower case for the core names by Fabio Estevam · 12 years ago
  37. 061ffed powerpc/BSC9132: Add IFC bank count by York Sun · 12 years ago
  38. 1d2949a board/bsc9131rdb: Update default boot environment settings by Priyanka Jain · 12 years ago
  39. 765b0bd board/bsc9131rdb: Add DSP side tlb and laws by Priyanka Jain · 12 years ago
  40. 087cf44 board/bsc9131rdb: Add targets for Sysclk 100MHz by Priyanka Jain · 12 years ago
  41. 83e0c2b board/bsc9132qds:Add NAND boot support using new SPL format by Prabhakar Kushwaha · 12 years ago
  42. f159326 board/bsc9131rdb:Add NAND boot support using new SPL format by Prabhakar Kushwaha · 12 years ago
  43. 0fa934d board/p1010rdb:Add NAND boot support using new SPL format by Prabhakar Kushwaha · 12 years ago
  44. 3a88179 powerpc/mpc85xx: new SPL support for IFC NAND by Prabhakar Kushwaha · 12 years ago
  45. 74fa22e powerpc/mpc85xx:No NOR boot, do not compile IFC errata A003399 by Prabhakar Kushwaha · 12 years ago
  46. 76d354f powerpc/mpc85xx: explicit cast the SDRAM size to type phys_size_t by Mingkai Hu · 12 years ago
  47. 7dd09b5 85xx: Change clock-frequency compatible to 2.0 by Andy Fleming · 11 years ago
  48. 7737c99 net2big_v2: initialize LEDs at startup by Simon Guinot · 11 years ago
  49. d5cc3f5 LaCie/common: add support for the CPLD GPIO bus by Simon Guinot · 11 years ago
  50. 2af4d0f net2big_v2: initialize I2C fan at startup by Simon Guinot · 11 years ago
  51. c2543a2 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  52. 7315cfd NET: Fix system hanging if NET device is not installed by Jim Lin · 12 years ago
  53. 69f14dc Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  54. bf3b98a arm: omap4: panda: Fix checkpatch on panda file by Dan Murphy · 11 years ago
  55. 7d47d1c arm: omap4: panda: Add reading of the board revision by Dan Murphy · 11 years ago
  56. 45dbbf2 arm: dra7xx: Update the EXTRA_ENV_SETTINGS by Dan Murphy · 11 years ago
  57. 3de7c28 arm: omap5_uevm: Correct the console sys prompt for 5432 by Dan Murphy · 11 years ago
  58. a714321 arm: omap: Add check for fdtfile in the findfdt macro by Dan Murphy · 11 years ago
  59. 7ea7f68 arm, am33xx: move uart soft reset code to common place by Heiko Schocher · 11 years ago
  60. 7b9c5d0 arm, am335x: make mpu pll config configurable by Heiko Schocher · 11 years ago
  61. 49f7836 arm, am33xx: move rtc32k_enable() to common place by Heiko Schocher · 11 years ago
  62. 2f99807 image: Use ENOENT instead of ENOMEDIUM for better compatibility by Simon Glass · 11 years ago
  63. ed7bdc0 MMC: DWMMC: Fix FIFO_DEPTH calculation by Rajeshwari Shinde · 11 years ago
  64. dfdb3d3 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 11 years ago
  65. 216a793 Prepare v2013.07-rc1 by Tom Rini · 11 years ago v2013.07-rc1
  66. 9117109 ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards by Stephen Warren · 11 years ago
  67. 5c088ee env_mmc: allow negative CONFIG_ENV_OFFSET by Stephen Warren · 11 years ago
  68. f866a46 mmc: report capacity for the selected partition by Stephen Warren · 11 years ago
  69. 06e4ae5 README: document CONFIG_ENV_IS_IN_MMC by Stephen Warren · 11 years ago
  70. 01b7735 fsl_esdhc: Do not clear interrupt status bits until data processed by Andrew Gabbasov · 11 years ago
  71. c2137b1 mmc: fsl_esdhc: Fix hang after 'save' command by Fabio Estevam · 11 years ago
  72. a586c0a mmc write bug fix by Ruud Commandeur · 12 years ago
  73. 1695b29 mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards by Jagannadha Sutradharudu Teki · 12 years ago
  74. 5707df7 mmc: fix env in mmc with redundant compile error by Bo Shen · 12 years ago
  75. f0df254 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 11 years ago
  76. 4134122 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  77. ea7fcc5 sf: winbond: Correct the nr_blocks used for W25Q32DW by Jagannadha Sutradharudu Teki · 11 years ago
  78. fc2d721 sf: winbond: Add support for W25Q80BW by Jagannadha Sutradharudu Teki · 11 years ago
  79. 59120ca sf: spansion: Update the name for S25FL256S flash by Jagannadha Sutradharudu Teki · 11 years ago
  80. ba1d1c2 spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave by Axel Lin · 11 years ago
  81. d6f64d4 spi: tegra114_spi: Convert to use spi_alloc_slave() by Axel Lin · 11 years ago
  82. 0368292 spi: armada100_spi: Remove unnecessary NULL test for dout and din by Axel Lin · 11 years ago
  83. eeb7d6a power: exynos-tmu: use the mux_addr bit fields in tmu_control register by Naveen Krishna Chatradhi · 12 years ago
  84. 1149ca0 power: exynos-tmu: fix warnings and clean up code by Naveen Krishna Chatradhi · 12 years ago
  85. 2a91c91 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition by Amar · 12 years ago
  86. c748be0 SMDK5250: Enable EMMC booting by Amar · 12 years ago
  87. 3690d6d MMC: APIs to support resize of EMMC boot partition by Amar · 12 years ago
  88. 752f4c4 SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT by Amar · 12 years ago
  89. 2b81c26 EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted results. by Amar · 12 years ago
  90. a082a2d EXYNOS5: DWMMC: Added FDT support for DWMMC by Amar · 12 years ago
  91. 9c50e35 DWMMC: Initialise dwmci and resolve EMMC read write issues by Amar · 12 years ago
  92. 07eb5f9 EXYNOS5: FDT: Add DWMMC device node data by Amar · 12 years ago
  93. 45a4d4d FDT: Add compatible string for DWMMC by Amar · 12 years ago
  94. ba223bb arm:trats: change auto-booting to boot kernel with separate device tree blob by Arkadiusz Wlodarczyk · 12 years ago
  95. b7ab8b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  96. 847e669 arm: pxa: config option for PXA270 turbo mode by Sergey Yanovich · 12 years ago
  97. c3442c1 arm: pxa: Add support for ICP DAS LP-8x4x by Sergey Yanovich · 12 years ago
  98. c67b0e4 usb, composite: after unregister gadget driver set composite to NULL by Heiko Schocher · 11 years ago
  99. d3e0747 usb: ehci: add missing cache managment by Stephen Warren · 11 years ago
  100. 64cfd3f usb: gadget: add Faraday FOTG210 USB gadget support by Kuo-Jung Su · 12 years ago