1. 00e6516 mtd: nand: mxs_nand: use more precise function name by Stefan Agner · 6 years ago
  2. dc8af6d mtd: nand: mxs_nand: move register structs to driver data by Stefan Agner · 6 years ago
  3. 4d42ac1 mtd: nand: mxs_nand: add minimal ECC support by Stefan Agner · 6 years ago
  4. 72d627d mtd: nand: mxs_nand: report correct ECC parameters by Stefan Agner · 6 years ago
  5. d0778b3 mtd: nand: mxs_nand: use structure for BCH geometry by Stefan Agner · 6 years ago
  6. 95f376f mtd: nand: mxs_nand: allow to enable BBT support by Stefan Agner · 6 years ago
  7. 5883e55 mtd: nand: mxs_nand: use self init by Stefan Agner · 6 years ago
  8. 7152f34 mtd: nand: mxs_nand: introduce SPL specific init by Stefan Agner · 6 years ago
  9. dfe7fab mx6cuboxi: fix 4GB ddr memory detection by Jon Nettleton · 6 years ago
  10. 30cba09 mx6cuboxi: consolidate board detection and add som revision checking by Jon Nettleton · 6 years ago
  11. fd94af5 drivers/gpio/mxc: fix MXC GPIO name in KConfig by Hannes Schmelzer · 6 years ago
  12. 41c7bd9 board: engicam: spl: match icore-mipi fit-config by Jagan Teki · 6 years ago
  13. 328e687 config: Update defconfig for imx53 K+P boards by Lukasz Majewski · 7 years ago
  14. 7c5072d board: Remove not needed function for the K+P's imx53 board by Lukasz Majewski · 7 years ago
  15. c6b7f20 board: Silent out the console on the K+P's imx53 boards by Lukasz Majewski · 7 years ago
  16. 097cfe3 board: Add support for KEY1 status detection on K+P's HSC|DDC boards by Lukasz Majewski · 7 years ago
  17. c71787d board: Adjust K+P script to run misc (per board) adjustments by Lukasz Majewski · 7 years ago
  18. 618d4b6 board: imx53: Always disable display before starting kernel by Lukasz Majewski · 7 years ago
  19. 9b90727 pico-imx7d: Adjust the dtb name by Fabio Estevam · 6 years ago
  20. 22a1fab spl: Add default values for ARCH_MX7 by Fabio Estevam · 6 years ago
  21. cc02eae wandboard: Remove hardcoded baudrate from "console" variable by Otavio Salvador · 6 years ago
  22. 6bd0393 ARM: mxs: let boards override entire dram parameter table by Mans Rullgard · 7 years ago
  23. 7326500 imx: Enable ACTLR.SMP bit for all i.MX cortex-a7 platforms by Ye Li · 7 years ago
  24. cb1337c display5: Add missing environment.h include to avoid warning by Lukasz Majewski · 7 years ago
  25. ac6fb1e display5: config: Add GPT verification and restoration code on SWUpdate entry by Lukasz Majewski · 7 years ago
  26. cf3bff5 display5: display5_defconfig: Enable support for gpt command (CMD_GPT) in production u-boot by Lukasz Majewski · 7 years ago
  27. 6d46ce0 display5: config: Reduce rootfs2 (BACKUP) size from 1528M to 512M by Lukasz Majewski · 7 years ago
  28. 248698e display5: config: Add cma=256M to command line arguments by Lukasz Majewski · 7 years ago
  29. b336b34 display5: net: Add function to read ethaddr from iMX6 fuses by Lukasz Majewski · 7 years ago
  30. 7ec76ca display5: ddr: Enable support for DDR3 auto calibration by Lukasz Majewski · 7 years ago
  31. a1d657f display5: config: Update swupdate initramfs file name (now supporting ext4) by Lukasz Majewski · 7 years ago
  32. a2a603e display5: config: factory: Update BACKUP rootfs in factory mode by Lukasz Majewski · 7 years ago
  33. 7fbc636 display5: config: Provide 'tftp_mmc_rootfs_bkp' command to write BACKUP rootfs by Lukasz Majewski · 7 years ago
  34. 41b9964 display5: wdt: Enable WDT support (both SPL and u-boot) by Lukasz Majewski · 7 years ago
  35. d7e065a display5: Support for the emergency PAD pressing by Lukasz Majewski · 7 years ago
  36. d8a6642 display5: config: factory: Extend mtdparts to support LEG factory partition by Lukasz Majewski · 7 years ago
  37. 7282988 display5: config: Update SPI-NOR partition for larger swupdate-initramfs by Lukasz Majewski · 7 years ago
  38. b259fff display5: config: Remove support for Linux initramfs recovery image boot by Lukasz Majewski · 7 years ago
  39. 37bf203 display5: config: Reset the board when bootm fails by Lukasz Majewski · 7 years ago
  40. 3873136 display5: spl: Check return code of the env_* functions by Lukasz Majewski · 7 years ago
  41. bac6fe7 display5: config: Provide command to flash the whole SPI-NOR memory by Lukasz Majewski · 7 years ago
  42. 7401d0e display5: config: Add "factory" (1MiB) SPI-NOR partition in u-boot by Lukasz Majewski · 7 years ago
  43. f4ad68a display5: config: factory: Setup IP config data according to LEG production setup by Lukasz Majewski · 7 years ago
  44. 48ef474 display5: factory: Add support for BOOT_FROM = FACTORY switch by Lukasz Majewski · 7 years ago
  45. f4baf3b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  46. 18772c2 Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  47. 579e430 Merge tag 'xilinx-for-v2018.07-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  48. 8a96b3d ARC: HSDK: Add readme by Alexey Brodkin · 6 years ago
  49. 5545759 ARC: HSDK: Add tool and make target to generate bsp by Eugeniy Paltsev · 6 years ago
  50. 8d5f843 serial: zynq: Make zynq_serial_setbrg static by Michal Simek · 6 years ago
  51. e68f4ab serial: zynq: Initialize uart only before relocation by Michal Simek · 6 years ago
  52. 6b8dcec serial: zynq: Write chars till output fifo is full by Michal Simek · 6 years ago
  53. 5e3c4c7 serial: zynq: Use BIT macros instead of shifts and full hex numbers by Michal Simek · 6 years ago
  54. 615900b gpio: zynq_gpio: bank description should use unsigned type by Michal Simek · 6 years ago
  55. faac0ce arm64: zynqmp: Check return value in zynqmp_mmio_rawwrite() by Michal Simek · 6 years ago
  56. 089b84d arm64: zynqmp: Check return value from calloc by Michal Simek · 6 years ago
  57. 91e95ff mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning() by Michal Simek · 6 years ago
  58. b6f9cbb gpio: zynq: Do not check unsigned type that is >= 0 by Michal Simek · 6 years ago
  59. b97e99f mmc: sdhci: Fix MMC HS200 tuning command failures by Siva Durga Prasad Paladugu · 6 years ago
  60. 8394f8b arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE by Luca Ceresoli · 6 years ago
  61. e6e4e12 arm64: zynqmp: Enable SPD ddr support for zcu102 targets by Michal Simek · 6 years ago
  62. 8e434fc timer: cadence: Implement timer_get_boot_us by Michal Simek · 7 years ago
  63. 57f100f arm: zynq: Drop #address-cells and #size-cells from gpio-keys by Michal Simek · 6 years ago
  64. 0599d24 arm64: zynqmp: Split emmc configuration into emmc0 and emmc1 by Siva Durga Prasad Paladugu · 6 years ago
  65. c07b225 arm: zynq: Add missing watchdog header by Michal Simek · 6 years ago
  66. d56c3f6 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  67. c220bea Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  68. 63400ad usb: sunxi: access ahb_reset0_cfg in CCM using its offset by Vasily Khoruzhick · 6 years ago
  69. 2d00dbe efi_loader: Allocate memory handle for mem dp by Alexander Graf · 6 years ago
  70. 68f9288 efi_loader: avoid make race condition by Heinrich Schuchardt · 6 years ago
  71. fac7867 efi_loader: avoid initializer element is not constant by Heinrich Schuchardt · 6 years ago
  72. fff89d4 efi: Add a comment about duplicated ELF constants by Simon Glass · 6 years ago
  73. b7eefe4 efi_loader: Convert runtime reset from switch to if statements by Alexander Graf · 6 years ago
  74. 71f9120 riscv: Add support for HI20 PE relocations by Alexander Graf · 6 years ago
  75. c8959f4 net: gem: Check return value from memalign/malloc by Michal Simek · 6 years ago
  76. 952bdd3 net: zynq_gem: Initialize phyreg variable by Michal Simek · 6 years ago
  77. 70551ca net: zynq_gem: Fix return type for phy...() by Michal Simek · 6 years ago
  78. f42e5b9 net: mvgbe: extract common code for SMI wait by Chris Packham · 6 years ago
  79. 7f920dd net: designware: set the PS bit when resetting DMA bus in MII configuration by Quentin Schulz · 6 years ago
  80. 2178861 net: phy: mv88e61xx: Force CPU port link up by Chris Packham · 6 years ago
  81. 543efd1 mvebu: neta: align DMA buffers by Jon Nettleton · 7 years ago
  82. 7dcdc22 net: add Socionext AVE ethernet driver support by Kunihiko Hayashi · 7 years ago
  83. 75f8361 net: include/phy.h: add new mode for internal phy by Kunihiko Hayashi · 7 years ago
  84. d7c7291 drivers/net/vsc9953: Initialize action RAM in VCAP complex by Radu Bulie · 7 years ago
  85. b32c220 net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP by Vasily Khoruzhick · 7 years ago
  86. e210e98 net: cpsw: ti: Reap completed packets before stopping interface by Alex Kiernan · 7 years ago
  87. 4b58b05 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 7 years ago
  88. 33f68aa net/phy/cortina: Add support for CS4223 PHY by Vicentiu Galanopulo · 7 years ago
  89. e467360 net: sunxi: Correct MAC address register order by Joe Hershberger · 7 years ago
  90. 51d7898 net: Express LINK_LOCAL dependency on LIB_RAND by Joe Hershberger · 7 years ago
  91. 0ccad96 tsec: Fix reading phy registers from DT by Mario Six · 7 years ago
  92. 865c387 net: Initialize as many ethernet devices as possible by Mario Six · 7 years ago
  93. 193235d net: Always align tx packets by Mario Six · 7 years ago
  94. 1348894 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  95. 347a67e ARM: DTS: resync a3517.dtsi with Linux 4.17 by Adam Ford · 6 years ago
  96. 405960b ARM: am3517_evm: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA by Adam Ford · 6 years ago
  97. 56e240e dra76: fix HDMI HPD pinmux by Tomi Valkeinen · 6 years ago
  98. 939a8da dra7/am5: remove CEC pin pull-up by Tomi Valkeinen · 6 years ago
  99. 124f9d0 env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE by Alex Kiernan · 6 years ago
  100. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago