1. 26275da arm: build some file(s) as ARM mode only by David Müller (ELSOFT AG) · 9 years ago
  2. 02499e4 arm: the ARM920T is THUMB capable, so select the appropriate ISA by David Müller (ELSOFT AG) · 9 years ago
  3. 03a3a8a arm: make sure board_init_r() is being called using the right mode (ARM / THUMB) by David Müller (ELSOFT AG) · 9 years ago
  4. 7101c4c Fix variable documented in README.distro for PXE address. by Vagrant Cascadian · 9 years ago
  5. 6febd8c OMAP3LOGIC: Update maintainer by Adam Ford · 9 years ago
  6. f92dfc8 OMAP3: omap3_logic: Grow SPL to 64K from 54K by Adam Ford · 9 years ago
  7. 45776e3 OMAP3: am3517_evm: SD/MMC boot with uEnv.txt, zImage, and FDT by Derald D. Woods · 9 years ago
  8. 823ecd7 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 9 years ago
  9. 3f23111 ARM: uniphier: add support for PH1-Pro4 Ace and Sanji boards by Masahiro Yamada · 9 years ago
  10. 500aaca ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board by Masahiro Yamada · 9 years ago
  11. a65256d ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board by Masahiro Yamada · 9 years ago
  12. 768cade ARM: uniphier: drop unnecessary "bootm_low" environment define by Masahiro Yamada · 9 years ago
  13. f775c09 ARM: uniphier: adjust DDR clock delay line for ProXstream2 by Masahiro Yamada · 9 years ago
  14. c955289 ARM: uniphier: move cmd_ddrmphy.c to fix build error by Masahiro Yamada · 9 years ago
  15. 126f9ba ARM: uniphier: fix makefiles to build cmd_ddr(m)phy.c by Masahiro Yamada · 9 years ago
  16. 2851971 ARM: uniphier: remove unused header mio-regs.h by Masahiro Yamada · 9 years ago
  17. 8034b51 ARM: uniphier: drop unneeded EHCI pin mux settings by Masahiro Yamada · 9 years ago
  18. 75d297e usb: remove UniPhier EHCI driver by Masahiro Yamada · 9 years ago
  19. cd0847f ARM: uniphier: switch over to generic EHCI driver by Masahiro Yamada · 9 years ago
  20. 49dde45 ARM: dts: uniphier: add clocks properties to EHCI nodes by Masahiro Yamada · 9 years ago
  21. aa37aba ARM: dts: uniphier: add device nodes for MIO control block by Masahiro Yamada · 9 years ago
  22. 9fbb2f7 ARM: dts: uniphier: add device nodes for Peripheral control block by Masahiro Yamada · 9 years ago
  23. 233812a ARM: dts: uniphier: add device nodes for System Control blocks by Masahiro Yamada · 9 years ago
  24. cc33609 ARM: dts: uniphier: add reference clock nodes by Masahiro Yamada · 9 years ago
  25. 48264d9 clk: uniphier: add Media I/O clock driver for UniPhier SoCs by Masahiro Yamada · 9 years ago
  26. fec4816 ARM: uniphier: support USB boot mode for ProXstream2 / PH1-LD6b SoC by Masahiro Yamada · 9 years ago
  27. a89be27 ARM: uniphier: add missing static qualifier by Masahiro Yamada · 9 years ago
  28. 4b50369 ARM: uniphier: create early page table at run-time by Masahiro Yamada · 9 years ago
  29. 755c7d9 ARM: uniphier: change stack pointer address for SPL by Masahiro Yamada · 9 years ago
  30. 494456b spl: define BOOT_DEVICE_USB by Masahiro Yamada · 9 years ago
  31. 3cb9abc ARM: uniphier: update U-Boot file names in workflow by Masahiro Yamada · 9 years ago
  32. 84a7562 ARM: uniphier: support some more DRAM use cases on PH1-Pro4 boards by Masahiro Yamada · 9 years ago
  33. d566f75 ARM: uniphier: fix nfsboot command by Masahiro Yamada · 9 years ago
  34. cd5d956 ARM: uniphier: factor out common part of boot commands by Masahiro Yamada · 9 years ago
  35. a304143 ARM: uniphier: add default bootm_low to fix FIT boot by Masahiro Yamada · 9 years ago
  36. 90a6e92 ARM: uniphier: fix NOR boot command by Masahiro Yamada · 9 years ago
  37. e4b40e9 arasan: nfc: Add initial nand driver support for arasan by Siva Durga Prasad Paladugu · 9 years ago
  38. 78cb965 zynqmp: nand: Add Nand driver support for zynqmp by Siva Durga Prasad Paladugu · 9 years ago
  39. 065a373 mtd: pxa3xx_nand: Don't alloc unneeded memory by Kevin Smith · 9 years ago
  40. 84caff3 mtd: pxa3xx_nand: Correct offset calculation by Kevin Smith · 9 years ago
  41. b7d3e4a mtd: pxa3xx_nand: Correct null dereference by Kevin Smith · 9 years ago
  42. 549d7c0 nand: mxs: fix error handling for mxs_nand_init by Peng Fan · 9 years ago
  43. 9ef2835 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  44. 6c88b51 video: tegra: Enable the 'lcd' env variable work-around by Simon Glass · 9 years ago
  45. a2931b3 dm: video: Add a temporary work-around for old stdout var by Simon Glass · 9 years ago
  46. cc8d698 Revert "common/memsize.c: Simplify RAM size detection" by Hans de Goede · 9 years ago
  47. c82ce04 test/py: capture the entire U-Boot version at boot by Stephen Warren · 9 years ago
  48. d892681 test/py: fix off-by-one error in spawn matching code by Stephen Warren · 9 years ago
  49. 83357fd test/py: HTML awesome! by Stephen Warren · 9 years ago
  50. ac99831 test/py: exit(1) if there are problems running py.test by Stephen Warren · 9 years ago
  51. 986fe37 itest: allow map_physmem to return 0 in limited cases by Stephen Warren · 9 years ago
  52. 1934665 gunzip: remove avail_in recalculation by Stephen Warren · 9 years ago
  53. 39af3d8 sniper: Drop references to P970 by Paul Kocialkowski · 9 years ago
  54. 470250e s3c24xx: serial: Remove dead code by David Müller (ELSOFT AG) · 9 years ago
  55. 0c2b6df doc: Remove any reference to CONFIG_MODEM_SUPPORT, CONFIG_CMD_HWFLOW, CONFIG_HWFLOW and friends from the documentation. by David Müller (ELSOFT AG) · 9 years ago
  56. 5a6f68d Remove unused CONFIG_HWFLOW option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  57. b7fbdc6 Remove unused CONFIG_CMD_HWFLOW option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  58. 928f605 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  59. 89ca100 ARM: rpi: set fdt_high in the default environment by Stephen Warren · 9 years ago
  60. 685dc83 ARM: rpi: update memory layout env. var. documentation by Stephen Warren · 9 years ago
  61. 776babd board_r: fix a typo in comment block by Masahiro Yamada · 9 years ago
  62. 35b7867 kbuild: fix build rule of u-boot-spl.dtb by Masahiro Yamada · 9 years ago
  63. 514ec43 kbuild: add missing FORCE where $(call if_changed, ) is used by Masahiro Yamada · 9 years ago
  64. 8ee19a7 kbuild: remove unneeded ifdef conditionals around build rules by Masahiro Yamada · 9 years ago
  65. 0cb389d image: fix getenv_bootm_size() function again by Masahiro Yamada · 9 years ago
  66. 89ab841 test/py: support running sandbox under gdbserver by Stephen Warren · 9 years ago
  67. ee05fed malloc: solve dead code issue in memalign() by Stephen Warren · 9 years ago
  68. 7c60423 api: Add FreeBSD API support for MIPS platforms by Stanislav Galabov · 9 years ago
  69. e4c1b4d .travis.yml: explicitly request sudo by Stephen Warren · 9 years ago
  70. 859f143 rpi: set ethaddr as well by Lubomir Rintel · 9 years ago
  71. 8e7cba0 common/memsize.c: Simplify RAM size detection by Eddy Petrișor · 9 years ago
  72. ab8dd5e defconfig: k2g_evm_defconfig: enable net driver model by Mugunthan V N · 9 years ago
  73. 2c5bf6c ARM: dts: k2g: Add keystone net dts files by Mugunthan V N · 9 years ago
  74. 15b0d65 defconfig: k2e_evm_defconfig: enable net driver model by Mugunthan V N · 9 years ago
  75. 95fac76 defconfig: k2l_evm_defconfig: enable net driver model by Mugunthan V N · 9 years ago
  76. 9a350e9 defconfig: k2hk_evm_defconfig: enable net driver model by Mugunthan V N · 9 years ago
  77. 6599f36 drivers: net: keystone_net: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  78. 347348f drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETH by Mugunthan V N · 9 years ago
  79. 0369008 board: ti: ks2_evm: remove board_eth_init when CONFIG_DM_ETH is defined by Mugunthan V N · 9 years ago
  80. 362b96c OMAP3: omap3_logic: Remove YAFFS support. by Adam Ford · 9 years ago
  81. 1e1acc7 OMAP3: omap3_logic: Enable CONFIG_SMC911X_32_BIT by Adam Ford · 9 years ago
  82. 588e41d OMAP3: omap3_logic: Enable Android Fastboot by Adam Ford · 9 years ago
  83. 92d05e5 dm: Update on current serial driver status by Simon Glass · 9 years ago
  84. 492f46c dm: pxa: serial: Drop serial_sa1100 serial driver by Simon Glass · 9 years ago
  85. 30b9d75 dm: serial: Drop serial_max3100 serial driver by Simon Glass · 9 years ago
  86. c3dd578 dm: freescale: serial: Drop serial_imx serial driver by Simon Glass · 9 years ago
  87. be47933 dm: opencores: Drop opencores_yanu serial driver by Simon Glass · 9 years ago
  88. baf7125 dm: freescale: Drop mxs_auart serial driver by Simon Glass · 9 years ago
  89. 2cd1ff8 OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting by Adam Ford · 9 years ago
  90. 49c7303 OMAP3: Enable SPL on omap3_logic by Adam Ford · 9 years ago
  91. 7443a9c rpi: fix up Model B entries by Lubomir Rintel · 9 years ago
  92. dba060c rpi: link to another model number info source by Stephen Warren · 9 years ago
  93. f3b267b hush: Add rudimentary support for PS1 and PS2 by Marek Vasut · 9 years ago
  94. 13d3046 hush: Pull out U-Boot prompt display and read functionality by Marek Vasut · 9 years ago
  95. dffceb4 serial: serial_stm32: move clock config from driver to board by Vikas Manocha · 9 years ago
  96. 334a994 test, tools: introduce tbot README by Heiko Schocher · 9 years ago
  97. b17b7ea ARM: omap3_logic: Fix pin muxing by Adam Ford · 9 years ago
  98. b92ae3a tools: env: update usage strings by Andreas Fenkart · 9 years ago
  99. af93e3d tools: env: factor out parse_common_args by Andreas Fenkart · 9 years ago
  100. 1ce6869 tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · 9 years ago