1. 77779a4 pci: mx6: Implement power callback by Marek Vasut · 11 years ago
  2. c70be23 ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x by Eric Nelson · 11 years ago
  3. 1bade0c woodburn_sd: Remove CONFIG_BOOT_INTERNAL by Fabio Estevam · 11 years ago
  4. 59251ce ARM: mxs: Add OCOTP driver by Marek Vasut · 11 years ago
  5. 6580d0a arm: mxs: Add support for generating signed BootStream by Marek Vasut · 11 years ago
  6. 913784a arm: mxs: Adjust the load address of U-Boot and SPL for HAB by Marek Vasut · 11 years ago
  7. 34f3e84 mx25pdk: Align the environment with other FSL boards by Fabio Estevam · 11 years ago
  8. 552c358 ventana: Add Gateworks Ventana family support by Tim Harvey · 11 years ago
  9. a3645db Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 11 years ago
  10. 4a040e3 fb: Add a prototype for board_video_skip() by Fabio Estevam · 11 years ago
  11. 4d66313 wandboard: Include <input.h> by Fabio Estevam · 11 years ago
  12. 55e0f19 wandboard: Fix sparse warning by Fabio Estevam · 11 years ago
  13. 72fed48 mmc: Add a prototype for board_mmc_init() by Fabio Estevam · 11 years ago
  14. 4b89169 wandboard: Staticize usdhc1_pads by Fabio Estevam · 11 years ago
  15. 4b00fcd power: add PFUZE100 PMIC driver by Tim Harvey · 11 years ago
  16. 7d654ab arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup by Stefan Roese · 11 years ago
  17. f29c55a ARM: AM43xx: Change DDR3 Reset Value by Dave Gerlach · 11 years ago
  18. 84d4113 ARM: AM43xx: Write sdram_config to secure_emif_sdram_config by Dave Gerlach · 11 years ago
  19. d9e2d26 ARM: AM43xx: EMIF: configure self-refresh entry delay by Dave Gerlach · 11 years ago
  20. 1de98af ARM: AM43xx: Add Ethernet boot support to SPL by Mugunthan V N · 11 years ago
  21. 7854d3e ARM: AM4372: Update EMIF registers for DDR3 by Lokesh Vutla · 11 years ago
  22. 1991b5c ARM: DRA7xx: add support for reading cpsw 2nd mac from efuse by Mugunthan V N · 11 years ago
  23. 0c1d856 ARM: AM335x: add support for reading cpsw 2nd mac address from efuse by Mugunthan V N · 11 years ago
  24. c94f954 ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM by Mugunthan V N · 11 years ago
  25. 1a20f95 ARM: AM43xx: clocks: Enable CPGMAC clock control by Mugunthan V N · 11 years ago
  26. 4944f37 drivers: net: cpsw: add support to have phy address from cpsw platform data by Mugunthan V N · 11 years ago
  27. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  28. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  29. a829f4d checkpatch.pl: Add warning for new __packed additions by Tom Rini · 11 years ago
  30. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  31. 9d25fa4 arm: make _end compiler-generated by Albert ARIBAUD · 11 years ago
  32. c6b3be6 cm_t335: fix linker file to produce full ELF by Albert ARIBAUD · 11 years ago
  33. ee03bd1 Revert "ext4fs: Add ext4 extent cache for read operations" by Tom Rini · 11 years ago
  34. 2181806 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  35. cee9572 arm: omap: delete unincluded omap-common/config.mk by Masahiro Yamada · 11 years ago
  36. 55e6365 kbuild: Move linker sciript check to prepare1 by Masahiro Yamada · 11 years ago
  37. 469f296 kbuild: Fix a false error of generic board support by Masahiro Yamada · 11 years ago
  38. f4d4f5c kbuild: get back DTB at the top directory by Masahiro Yamada · 11 years ago
  39. 3c075bb kbuild: add misc targets, help, ubootrelease, ubootversion by Masahiro Yamada · 11 years ago
  40. dd4ee80 kbuild: support building signle targets by Masahiro Yamada · 11 years ago
  41. d36a749 kbuild: refactor more IMX image rules by Masahiro Yamada · 11 years ago
  42. d3aeeac kbuild: use shorten logs for IMX images by Masahiro Yamada · 11 years ago
  43. 020a1f2 kbuild: use shorten logs for misc targets by Masahiro Yamada · 11 years ago
  44. 9f9a4e9 kbuild: use shorten log for linking u-boot by Masahiro Yamada · 11 years ago
  45. bbe4f67 kbuild: use shorten logs for combined rules of mkimage, padding and cat by Masahiro Yamada · 11 years ago
  46. bc94fcf kbuild: use shorten logs for cat rules by Masahiro Yamada · 11 years ago
  47. ac5e091 kbuild: use shorten logs for mkimage rules by Masahiro Yamada · 11 years ago
  48. 734c3ef kbuild: use shorten logs objcopy rules by Masahiro Yamada · 11 years ago
  49. 8e1f1f4 kbuild: Add $(Q) when descending into subdirectories by Masahiro Yamada · 11 years ago
  50. c9c83ba kbuild: rename OBJCFLAGS to OBJCOPYFLAGS by Masahiro Yamada · 11 years ago
  51. 5aed6ed kbuild: move asm-offsets.h rules to ./Kbuild by Masahiro Yamada · 11 years ago
  52. 85082ac kbuild: abolish "depend" target by Masahiro Yamada · 11 years ago
  53. b91674a kbuild: consolidate version and timestamp headers generation by Masahiro Yamada · 11 years ago
  54. 400d976 Makefile: add a new script to check -fstack-usage support by Masahiro Yamada · 11 years ago
  55. 09a3b56 fsl/usb: Limit phy_type comparison to first four characters by Nikhil Badola · 11 years ago
  56. afdc3f5 powerpc/mpc8536DS:Increase binary size for mpc8536DS board by Haijun.Zhang · 11 years ago
  57. 04f2ba4 ar8031/8033/phy:enable autonegotiation for ar8031/8033 by Zhao Qiang · 11 years ago
  58. 1233cbc powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL by Ying Zhang · 11 years ago
  59. 3587a83 SPL: P1022DS: fix the problem booting from spi flash by Ying Zhang · 11 years ago
  60. 354846f SPL: P2020RDB: fix the problem booting from spi flash by Ying Zhang · 11 years ago
  61. 25daf57 SPL: powerpc: expand SPL's length to 128K by Ying Zhang · 11 years ago
  62. 031228a powerpc/t2081qds: Add T2081 QDS board support by Shengzhou Liu · 11 years ago
  63. 81de9bf powerpc/t208x: some update to support t2081 by Shengzhou Liu · 11 years ago
  64. 7dddd30 boards.cfg: Keep arc entries sorted by Fabio Estevam · 11 years ago
  65. 5943e70 arm: delete unused macro CONFIG_ARCH_DEVICE_TREE by Masahiro Yamada · 11 years ago
  66. 6178783 x86: coreboot: delete unused coreboot/config.mk by Masahiro Yamada · 11 years ago
  67. 2571923 power: fix: Do not execute pmic command when not all necessary parameters are passed by Łukasz Majewski · 11 years ago
  68. 22b4468 kbuild: fix SPL link bug when USE_PRIVATE_LIBGCC is "yes" by Masahiro Yamada · 11 years ago
  69. b0a54ff part_efi: fix protective mbr struct allocation by Hector Palacios · 11 years ago
  70. 815bbbe Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  71. 8ab2c48 board: bcm28155_ap: Add board files by Darwin Rambo · 11 years ago
  72. 29f2f57 mmc: kona: Add Kona mmc driver by Darwin Rambo · 11 years ago
  73. 18ca597 i2c: kona: Add Kona I2C driver by Darwin Rambo · 11 years ago
  74. a7aaa1d gpio: kona: Add Kona gpio driver by Darwin Rambo · 11 years ago
  75. c561314 arch: bcm281xx: Initial commit of bcm281xx architecture code by Darwin Rambo · 11 years ago
  76. 5d6c315 arch: kona: Initial commit of kona-common architecture code by Darwin Rambo · 11 years ago
  77. 40fa0bf ARM: rpi_b: rework boot scripts, enable sysboot by Stephen Warren · 11 years ago
  78. f8fce8c ti814x: Fix illegal use of FP ops in clock_ti814x.c by Måns Rullgård · 11 years ago
  79. 5c866ff omap4_common: config: remove I2C for SPL mode by Nishanth Menon · 11 years ago
  80. fce0d59 dra7xx_evm: Enable GPT commands by Tom Rini · 11 years ago
  81. 0a7baa7 am43xx_evm: Enable GPT commands by Tom Rini · 11 years ago
  82. 4733b52 am335x_evm: Enable GPT commands by Tom Rini · 11 years ago
  83. 1a39080 arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT Linux booting by Stefan Roese · 11 years ago
  84. 50327b6 DRA7: fix ABB efuse offset for OPP_NOM by Nishanth Menon · 11 years ago
  85. d2b0a89 ARM: OMAP4: fix DDR timings for OMAP4430 ES2.0 by Janne Grunau · 11 years ago
  86. 59a1e78 OMAP3: fix default environment for mcx board by Stefano Babic · 11 years ago
  87. 82bc610 omap3: fix pinmux for mcx board by Stefano Babic · 11 years ago
  88. d6cfac4 OMAP3: add missing gpio clock init and fix NAND SPL for mcx board by Stefano Babic · 11 years ago
  89. faee0e5 arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not enabled) by Stefan Roese · 11 years ago
  90. 00822ca ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control by Dave Gerlach · 11 years ago
  91. 9436059 Add support for B&R KWB Motherboard by Hannes Petermaier · 11 years ago
  92. fb00366 board: Add support for B&R T-Series Motherboard by Hannes Petermaier · 11 years ago
  93. 8c6324f am335x: Initial support for Silica Pengwyn board by Lothar Felten · 11 years ago
  94. 817ae74 ubifs: fix checkpatch warning by Karicheri, Muralidharan · 11 years ago
  95. e82717d common, itest: pass u-boot env variables to itest.s by Heiko Schocher · 11 years ago
  96. 1762ab1 common, ubi: add ubi check volumename command by Heiko Schocher · 11 years ago
  97. e8c5758 boards.cfg: Delete the equivalent entries by Masahiro Yamada · 11 years ago
  98. d4a6e2d boards.cfg: Place "-" in the 8th field if it is the same as 7th by Masahiro Yamada · 11 years ago
  99. 6ead6de ext4fs: Add ext4 extent cache for read operations by Ionut Nicu · 11 years ago
  100. f6db775 SMC91111: Fix compilation warnings by Bhupesh Sharma · 11 years ago