1. 83bad10 arm:am43xx: Add TPS65218 support to scale voltages up by Tom Rini · 10 years ago
  2. 86db550 power: Add support for the TPS65218 PMIC by Tom Rini · 10 years ago
  3. 64ce2fb arm:am33xx: Add a scale_vcores() hook by Tom Rini · 10 years ago
  4. feca6e6 am43xx: Only read the MPU frequency bits of CTRL_DEV_ATTR by Tom Rini · 10 years ago
  5. 1ab6f61 board/BuR/tseries: cosmetic changes by Hannes Petermaier · 10 years ago
  6. 3e6a52c board/BuR/common: Add CONFIG_CMD_I2C by Hannes Petermaier · 10 years ago
  7. ef1bd8f board/BuR/tseries: only run gpmc_init(...) in NAND-build by Hannes Petermaier · 10 years ago
  8. 9a1063e board/BuR/tseries: Add support for using 8-bit on eMMC by Hannes Petermaier · 10 years ago
  9. 29a0d9c board/BuR/common: introduce usage of CONFIG_SYS_GENERIC_BOARD by Hannes Petermaier · 10 years ago
  10. 25b0a72 arch-am33xx: Add defines for timer0-7 by Hannes Petermaier · 10 years ago
  11. ccd2f8d ARM: AM43xx: Fix UART clocks enabling by Lokesh Vutla · 10 years ago
  12. fa03834 ARM: AM43xx: Fix mmcboot command in EXTRA_ENV_SETTINGS by Lokesh Vutla · 10 years ago
  13. 0970051 tam3517: fix NAND detection by Jeroen Hofstee · 10 years ago
  14. 1dbb64d keystone: k2hk: enable support of nand ecclayout command by WingMan Kwok · 10 years ago
  15. afee59c keystone: init: enable UART1 to be able use it from kernel by Murali Karicheri · 10 years ago
  16. 196311d arm:am33xx: Rework s_init and add board_early_init_f by Tom Rini · 10 years ago
  17. 87acf19 arm:am33xx: Make dram_init call sdram_init() in some contexts by Tom Rini · 10 years ago
  18. ce3cc8e ti: qspi: populate slave device to set flash quad bit. by Sourav Poddar · 10 years ago
  19. 7a5f71b am43xx_evm: Add qspiboot target by Sourav Poddar · 10 years ago
  20. 867f030 am335x: update README for BCH16 by pekon gupta · 10 years ago
  21. 46840f6 mtd: nand: omap: add support for BCH16_ECC - NAND driver updates by pekon gupta · 10 years ago
  22. 8d13a73 mtd: nand: omap_gpmc: use macro for register definitions by pekon gupta · 10 years ago
  23. 68128e0 omap3: remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT by pekon gupta · 10 years ago
  24. b80a660 mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width by pekon gupta · 10 years ago
  25. 6e1899e mtd: nand: fix GET/SET_FEATURES address on 16-bit devices by David Mosberger · 10 years ago
  26. 27ce9e4 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · 10 years ago
  27. b9ae609 mtd: nand: don't use read_buf for 8-bit ONFI transfers by Brian Norris · 10 years ago
  28. 3f990dc mtd: nand: omap: fix error-codes returned from omap-elm driver by pekon gupta · 10 years ago
  29. a09431d mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch by pekon gupta · 10 years ago
  30. 9233279 mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_info by pekon gupta · 10 years ago
  31. d21e77f mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv' by pekon gupta · 10 years ago
  32. 0439d75 mtd: nand: omap_elm: use macros for register definitions by pekon gupta · 10 years ago
  33. 41bbe4d mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16 by pekon gupta · 10 years ago
  34. b98c575 mtd: nand: omap_elm: remove #include omap_gpmc.h by pekon gupta · 10 years ago
  35. 67a04ab MX25: fix build due to missing sys_proto.h by Stefano Babic · 10 years ago
  36. aaef49d mx25pdk: Add generic board support by Fabio Estevam · 10 years ago
  37. 22452fd imx: sata: return failure if not IMX6Q/IMX6D by Tim Harvey · 10 years ago
  38. ca84d72 dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6D by Tim Harvey · 10 years ago
  39. 0cc11de imx: ventana: switch to SPL by Tim Harvey · 10 years ago
  40. 680e8db imx: ventana: auto-configure for IMX6Q vs IMX6DL by Tim Harvey · 10 years ago
  41. 1badf2f imx: ventana: split read_eeprom into standalone file by Tim Harvey · 10 years ago
  42. 5bf497e imx: iomux: add macros to setup iomux for multiple SoC types by Tim Harvey · 10 years ago
  43. fe0f7f7 mx6: add mmdc configuration for MX6Q/MX6DL by Tim Harvey · 10 years ago
  44. 8d05b16 mx6: add structs for mmdc and ddr iomux registers by Tim Harvey · 10 years ago
  45. b07161c imx: add comments and remove unused struct fields by Tim Harvey · 10 years ago
  46. 887717d mx6: add boot device support for SPL by Tim Harvey · 10 years ago
  47. 88c307d mx6: add common SPL configuration by Tim Harvey · 10 years ago
  48. 73210dc spl: nand: add support for mxs nand by Tim Harvey · 10 years ago
  49. 9f2ec3f spl: consolidate arch/arm/include/asm/arch-*/spl.h by Masahiro Yamada · 10 years ago
  50. 3e1fa22 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  51. 31e997f fs: fatwrite: use map_sysmem before use file_fat_write by Wu, Josh · 10 years ago
  52. 97cb4e5 tools: refactor HOSTLOADLIBES_* options by Masahiro Yamada · 10 years ago
  53. 66948c2 nand_spl: remove nand_spl infrastructure by Masahiro Yamada · 10 years ago
  54. 7445207 nand_spl: remove simpc8313 support by Masahiro Yamada · 10 years ago
  55. d0fb0fc nand_spl: remove MPC8315ERDB_NAND support by Masahiro Yamada · 10 years ago
  56. 0234446 nand_spl: remove MPC8536DS support by Masahiro Yamada · 10 years ago
  57. 223f88f nand_spl: remove MPC8569MDS_NAND support by Masahiro Yamada · 10 years ago
  58. 5dc0d60 nand_spl: remove MPC8572DS_NAND support by Masahiro Yamada · 10 years ago
  59. 26bf6d7 nand_spl: remove P1023RDS_NAND support by Masahiro Yamada · 10 years ago
  60. ba8dd77 kbuild: move cmd_mkimage to scripts/Makefile.lib by Masahiro Yamada · 10 years ago
  61. b9d1dbd kbuild: use cmd_shipped instead of cmd_copy by Masahiro Yamada · 10 years ago
  62. 823f18e boards.cfg: move many unmaintained boards to Orphan by Masahiro Yamada · 10 years ago
  63. 1de7bb4 Prevent a buffer overflow in mkimage when signing with SHA256 by Michael van der Westhuizen · 10 years ago
  64. 353527d driver/ddr/fsl: Fix printing unspecified module info for DDR4 by York Sun · 10 years ago
  65. 377ffcf powerpc/mpc85xx: Add workaround to enable TDM on T1040 by Sandeep Singh · 10 years ago
  66. fa6e742 powerpc/B4420: Fixed incomplete handling for 0x9d serdes2 by poonam aggrwal · 10 years ago
  67. b6808cd powerpc/serdes: Add the workaround for erratum A-007186 by Shaveta Leekha · 10 years ago
  68. 9855b3b powerpc/mpc85xx: Add workaround for DDR erratum A004508 by York Sun · 10 years ago
  69. aaee523 powerpc/t2080: add serdes2 protocol 0x27 by Shengzhou Liu · 10 years ago
  70. afb9070 powerpc/espi: remove 80us delay to improve transfer performance by Hou Zhiqiang · 10 years ago
  71. e6c334a powerpc/t4rdb: Add alternate serdes protocols to align with A-007186 by Chunhe Lan · 10 years ago
  72. 40483e1 board/t2080qds: some update for ddr by Shengzhou Liu · 10 years ago
  73. 94752f6 powerpc/t4qds: Add alternate serdes protocols to align with A-007186 by Shaohui Xie · 10 years ago
  74. 9752eb6 board/t208x: update t2080qds/t2080rdb for errata A-007186 by Shengzhou Liu · 10 years ago
  75. d835e91 mpc8313, signed fit: enable legacy image format on ids8313 board by Heiko Schocher · 10 years ago
  76. 21d29f7 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  77. 5f65826 FDT: Fix DTC repository references by Jon Loeliger · 10 years ago
  78. 60bf941 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · 10 years ago
  79. e04350d disk: part_efi: clarify lbaint_t usage by Steve Rae · 10 years ago
  80. dedf37b disk: part_efi: resolve endianness issues by Steve Rae · 10 years ago
  81. ed6a5d4 env_eeprom: Assign default environment during board_init_f by Siva Durga Prasad Paladugu · 10 years ago
  82. 4f0d1a2 fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE by Siva Durga Prasad Paladugu · 10 years ago
  83. 9cd73bf openrisc: fix relocation code by Franck Jullien · 10 years ago
  84. c346cf1 openrisc: update SPR registers definition by Franck Jullien · 10 years ago
  85. 08be283 phy: fix create_phy_by_mask for when its given an actual search mask by Cormier, Jonathan · 10 years ago
  86. 6437501 Prevent a stack overflow in fit_check_sign by Michael van der Westhuizen · 10 years ago
  87. 25308f4 tools: Refactor mxsimage to use pbl_crc32 by Charles Manning · 10 years ago
  88. abbc67e mkimage : Split out and clean pbl_crc32 for use by other image types by Charles Manning · 10 years ago
  89. 4eb580b Correct return code from builtin_run_command_list() by Simon Glass · 10 years ago
  90. 587e1d4 Fix hush to give the correct return code for a simple command by Simon Glass · 10 years ago
  91. c9bcb6f Fix itest mask overflow by Simon Glass · 10 years ago
  92. 93ce756 Add final result tests for run_command_list() by Simon Glass · 10 years ago
  93. 7a33c77 boards.cfg: fix a configuration error of ep8248 board again by Masahiro Yamada · 10 years ago
  94. f77d709 kbuild: add missing PERL definition by Masahiro Yamada · 10 years ago
  95. 06e878c kbuild: remove unused RANLIB by Masahiro Yamada · 10 years ago
  96. 2aff23c arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y by Masahiro Yamada · 10 years ago
  97. e6607cf ARM: tegra: enable USB device mode and UMS on some boards by Stephen Warren · 10 years ago
  98. bffb364 Merge branch 'master' of git://git.denx.de/u-boot-arc by Tom Rini · 10 years ago
  99. 9a650bf Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · 10 years ago
  100. d119a2e ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH by Alexey Brodkin · 10 years ago