1. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  2. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  3. bf541b2 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE by Marek Vasut · 9 years ago
  4. d3ad5e5 README: Specify the full path for README.video by Fabio Estevam · 9 years ago
  5. a58b491 README: Specify the full path for README.displaying-bmps by Fabio Estevam · 9 years ago
  6. aa34ef2 Add an option to enable the command line by Simon Glass · 9 years ago
  7. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  8. 1597132 net: bootp: Add environment variable for timeout period by Alexandre Messier · 9 years ago
  9. 4860a6c 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
  10. 734fb04 hush: Add rudimentary support for PS1 and PS2 by Marek Vasut · 9 years ago
  11. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  12. 5ffadc3 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · 9 years ago
  13. 8824923 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · 9 years ago
  14. 11b34d6 common/console.c: Remove unused inline functions by Tom Rini · 9 years ago
  15. 77f7f91 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · 9 years ago
  16. c77b488 README: Review the u-boot porting guide list by Phil Sutter · 9 years ago
  17. 076ed9b doc: Tidy up first part of top-level README file by Robert P. J. Day · 9 years ago
  18. 928b681 armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server by York Sun · 9 years ago
  19. 5073937 common: Rewrite hiding the end of memory by York Sun · 9 years ago
  20. 5d286cd Reserve secure memory by York Sun · 9 years ago
  21. 122bcfd armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · 9 years ago
  22. ae59bfc eeprom: Zap CONFIG_SPI_X by Marek Vasut · 9 years ago
  23. eaba37e video: input: Clean up after i8042 conversion by Simon Glass · 9 years ago
  24. ffe67e4 Drop CONFIG_ISA_KEYBOARD by Simon Glass · 9 years ago
  25. f406a1b video: Drop unused console functions by Simon Glass · 9 years ago
  26. aa8484f dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  27. 38e1a97 board_init: Change the logic to setup malloc_base by Fabio Estevam · 9 years ago
  28. 9ac3385 i2c: ihs_i2c: Dual channel support by Dirk Eibach · 9 years ago
  29. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  30. 8300685 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · 9 years ago
  31. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  32. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  33. 8759ff8 dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon by Christophe Ricard · 9 years ago
  34. fb694b9 cmd: bootvx: Always get VxWorks bootline from env by Bin Meng · 9 years ago
  35. 363e424 arndale: Apply Cortex-A15 errata #773022 and #774769 by Ian Campbell · 9 years ago
  36. eb94387 I2C: mxc_i2c: make I2C1 and I2C2 optional by Albert ARIBAUD \\(3ADEV\\) · 9 years ago
  37. 3b1bb09 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
  38. 965588f tpm: Drop two unused options by Simon Glass · 9 years ago
  39. a83ccd5 net: e1000: Add Kconfig options by Simon Glass · 9 years ago
  40. 6e2bd2e ARM: Introduce erratum workaround for 801819 by Nishanth Menon · 9 years ago
  41. 7b91702 Reproducible U-Boot build support, using SOURCE_DATE_EPOCH by Paul Kocialkowski · 9 years ago
  42. f84f091 usb: CONFIG_USB_FASTBOOT prefix replacement for consistency by Paul Kocialkowski · 9 years ago
  43. d55acc0 usb: Fastboot function config for better consistency with other functions by Paul Kocialkowski · 9 years ago
  44. 045d605 usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · 9 years ago
  45. 853a901 armv8/fsl-lsch3: Support 256M mem split for MC & dbg-srvr by Prabhakar Kushwaha · 9 years ago
  46. aebce11 README: Remove CONFIG_SPI_FLASH_DATAFLASH help text by Jagan Teki · 9 years ago
  47. a2f9dfc README: Remove CONFIG_SPI_FLASH_BAR help text by Jagan Teki · 9 years ago
  48. 9b8f8a1 README: Remove CONFIG_SPI_FLASH_MTD help text by Jagan Teki · 9 years ago
  49. ee52e96 README: Add CONFIG_SPI_FLASH_DATAFLASH description by Jagan Teki · 9 years ago
  50. 06cfc03 mtd, spi: Add MTD layer driver by Daniel Schwierzeck · 10 years ago
  51. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · 9 years ago
  52. 2216ddb README: Describe CONFIG_SYS_NO_FLASH by Chris Packham · 9 years ago
  53. 0a48c7a autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2 by Stefan Roese · 10 years ago
  54. 6db9fd4 env: Add regex support to env_attrs by Joe Hershberger · 10 years ago
  55. cd039e3 Merge git://git.denx.de/u-boot-net by Tom Rini · 10 years ago
  56. 76f353e net: Remove all references to CONFIG_ETHADDR and friends by Joe Hershberger · 10 years ago
  57. 2dc2b5d net: Implement random ethaddr fallback in eth.c by Joe Hershberger · 10 years ago
  58. e355da0 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 10 years ago
  59. bb7d497 README: fix typo in 'currently' by Fabio Estevam · 10 years ago
  60. bbbe1af x86: Remove the old VGA driver by Bin Meng · 10 years ago
  61. 0d1ce19 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  62. 77a1097 armv8/ls2085a: Fix generic timer clock source by York Sun · 10 years ago
  63. b6a35f8 driver/ddr/fsl: Add built-in memory test for DDR4 driver by York Sun · 10 years ago
  64. f1a5216 driver/i2c/mxc: Enable I2C bus 3 and 4 by York Sun · 10 years ago
  65. 8f039c6 Revert "spi: add config option to enable the WP pin function on st micron flashes" by Jagannadha Sutradharudu Teki · 10 years ago
  66. 13ba5d0 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  67. 5322d62 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  68. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  69. a3c8e86 common/lcd_console: introduce display/framebuffer rotation by Hannes Petermaier · 10 years ago
  70. 287b094 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · 10 years ago
  71. bc4bf94 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · 10 years ago
  72. 9e4af83 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · 10 years ago
  73. a0175c2 README: remove description about driver model configuration options (again) by Masahiro Yamada · 10 years ago
  74. 49db62d ARM: Introduce erratum workaround for 621766 by Nishanth Menon · 10 years ago
  75. 3f44511 ARM: Introduce erratum workaround for 430973 by Nishanth Menon · 10 years ago
  76. 071d6ce ARM: Introduce erratum workaround for 454179 by Nishanth Menon · 10 years ago
  77. aa0294e ARM: Introduce erratum workaround for 798870 by Nishanth Menon · 10 years ago
  78. 23d9b03 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  79. 0c34487 README: remove description about driver model configuration options by Masahiro Yamada · 10 years ago
  80. e540509 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  81. d8711af arm: spl: Allow board_init_r() to run with a larger stack by Simon Glass · 10 years ago
  82. 8d1fb31 ARM: tegra: support running in non-secure mode by Stephen Warren · 10 years ago
  83. ccd887d Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 10 years ago
  84. ef20159 crypto/fsl - Add progressive hashing support using hardware acceleration. by gaurav rana · 10 years ago
  85. 8ced050 driver/ddr/fsl: Add sync of refresh by York Sun · 10 years ago
  86. 4c5b754 cmd_eeprom: make it possible to define the used i2c bus by Christian Gmeiner · 10 years ago
  87. 735326c arm, at91, wdt: make timeout configurable by Heiko Schocher · 10 years ago
  88. d1f0b63 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  89. a0d3ca6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  90. 40bf563 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  91. 31e68c6 powerpc: 74xx_7xx: remove 74xx_7xx cpu support by Masahiro Yamada · 10 years ago
  92. 03f930c doc: fix grammatical errors in README by Jeremiah Mahler · 10 years ago
  93. 3dacc67 powerpc: mpc824x: remove MPC824X cpu support by Masahiro Yamada · 10 years ago
  94. e37443f Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  95. c97d974 ARM: Implement non-cached memory support by Thierry Reding · 10 years ago
  96. 7d05934 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
  97. 5903bdb Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  98. 17675c8 spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · 10 years ago
  99. c4c10d1 powerpc/mpc85xx:Put errata number for T104x NAND boot issue by Prabhakar Kushwaha · 10 years ago
  100. 341e8cd MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · 10 years ago