1. e8c4df4 distro_bootcmd: add VirtIO distro boot command by Lukas Auer · 6 years ago
  2. 86feab3 riscv: align bootm implementation with that of other architectures by Lukas Auer · 6 years ago
  3. 50d61e2 riscv: qemu: support booting Linux by Lukas Auer · 6 years ago
  4. d7db706 riscv: qemu: use device tree passed by prior boot stage by Lukas Auer · 6 years ago
  5. 39a652b riscv: save hart ID and device tree passed by prior boot stage by Lukas Auer · 6 years ago
  6. 8598e6b riscv: do not blindly modify the mstatus CSR by Lukas Auer · 6 years ago
  7. 230ab8a riscv: remove unused labels in start.S by Lukas Auer · 6 years ago
  8. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · 6 years ago
  9. af51285 riscv: align mtvec on a 4-byte boundary by Lukas Auer · 6 years ago
  10. 7cf4368 riscv: fix inconsistent use of spaces and tabs in start.S by Lukas Auer · 6 years ago
  11. 7656228 riscv: implement the invalidate_icache_* functions by Lukas Auer · 6 years ago
  12. 306b31d riscv: hang on unhandled exceptions by Lukas Auer · 6 years ago
  13. ae525d5 riscv: treat undefined exception codes as reserved by Lukas Auer · 6 years ago
  14. 40f7eb5 riscv: complete the list of exception codes by Lukas Auer · 6 years ago
  15. 09db5fc riscv: do not reimplement generic io functions by Lukas Auer · 6 years ago
  16. 78da26d riscv: make use of the barrier functions from Linux by Lukas Auer · 6 years ago
  17. e429a1e riscv: fix use of incorrectly sized variables by Lukas Auer · 6 years ago
  18. 93478f1 riscv: enable -fdata-sections by Lukas Auer · 6 years ago
  19. 17d3e90 riscv: set -march and -mabi based on the Kconfig configuration by Lukas Auer · 6 years ago
  20. 002012f riscv: add Kconfig entries for the C and A ISA extensions by Lukas Auer · 6 years ago
  21. 7ab1df0 riscv: select CONFIG_PHYS_64BIT on RV64I systems by Lukas Auer · 6 years ago
  22. 54ebfe7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · 6 years ago
  23. bad1b5e dts: riscv: update makefile to also clean the RISC-V dts directory by Lukas Auer · 6 years ago
  24. b3fdcf8 tools: .gitignore: add prelink-riscv by Lukas Auer · 6 years ago
  25. 85aa33a Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  26. 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · 6 years ago
  27. 90fcfb1 test: sf: Add a simple SPI flash test by Simon Glass · 6 years ago
  28. 587dc40 misc: Update read() and write() methods to return bytes xfered by Simon Glass · 6 years ago
  29. 43e571d string: Include the config header by Simon Glass · 6 years ago
  30. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · 6 years ago
  31. f109e77 binman: Set the pathname correctly for ELF files by Simon Glass · 6 years ago
  32. 8c9696e binman: Drop an unnecessary comma in blob handling by Simon Glass · 6 years ago
  33. e64a092 binman: Add a way to enable debugging from the build by Simon Glass · 6 years ago
  34. e107bcd spl: lz4: Allow use of lz4 compression in SPL by Simon Glass · 6 years ago
  35. a4bea1f spl: Support bootstage, log, hash and early malloc in TPL by Simon Glass · 6 years ago
  36. e550155 sandbox: Update some drivers to work in SPL/TPL by Simon Glass · 6 years ago
  37. fe3f643 sandbox: cros_ec: exynos: Drop use of cros_ec_get_error() by Simon Glass · 6 years ago
  38. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  39. 541b2b8 sandbox: log: Add a category for sandbox by Simon Glass · 6 years ago
  40. 2b45c48 sandbox: tpm: Allow debugging of data packages by Simon Glass · 6 years ago
  41. 153f252 cros_ec: Add new features for events and power by Simon Glass · 6 years ago
  42. 134022a cros_ec: Align uclass data to a cache boundary by Simon Glass · 6 years ago
  43. 411661d cros_ec: Fail if we cannot determine the flash burst size by Simon Glass · 6 years ago
  44. a77024d cros_ec: Add error logging on a few commands by Simon Glass · 6 years ago
  45. 3a23951 cros_ec: Use uint instead of u8 for parameters by Simon Glass · 6 years ago
  46. 071a178 buildman: Show boards with warning with w+ by Simon Glass · 6 years ago
  47. 454507f buildman: Rename the good, better, worse variables by Simon Glass · 6 years ago
  48. 0db9443 buildman: Detect dtc warnings by Simon Glass · 6 years ago
  49. 74579fc buildman: Only print toolchain probing with -v by Simon Glass · 6 years ago
  50. a942e1a dm: spi: prevent setting a speed of 0 Hz by Simon Goldschmidt · 6 years ago
  51. 99a097d fdt: restore board_fdt_blob_setup() declaration by Baruch Siach · 6 years ago
  52. 5f107b5 cmd: fdt: Fix fdt address information after the movement by Hiroyuki Yokoyama · 6 years ago
  53. 5bd49fb fdt: Fix uncompress_blob() for U-Boot proper by Marek Vasut · 6 years ago
  54. 764cae5 dm: core: Widen the dump tree to show more of the driver's name. by Liviu Dudau · 6 years ago
  55. 6d2c6c5 sandbox: README: use setenv ethrotate no by Heinrich Schuchardt · 6 years ago
  56. 36b5743 sandbox: README: setting environment variables by Heinrich Schuchardt · 6 years ago
  57. fa4bf41 sandbox: remove stray DEBUG by Heinrich Schuchardt · 6 years ago
  58. fb862b05 dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · 6 years ago
  59. 4a35965 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  60. b96439a Merge branch '2018-11-19-master-imports' by Tom Rini · 6 years ago
  61. 23f9af1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  62. 0107c61 clk: meson: fix clk81 divider calculation by Jerome Brunet · 6 years ago
  63. 5b2449c cmd: adc: add an option to scan some or all available channels by Fabrice Gasnier · 6 years ago
  64. 0555044 cmd: adc: print single conversion also in uV by Fabrice Gasnier · 6 years ago
  65. fb40888 cmd: adc: add info on channel mask by Fabrice Gasnier · 6 years ago
  66. b341a43 dm: adc: add uclass's mask and conversion helpers by Fabrice Gasnier · 6 years ago
  67. 45d1790 ARM: mvebu: dts: add Clearfog GT-8K by Rabeeh Khoury · 6 years ago
  68. 716a186 ARM: mvebu: db-88f6820: remove redundant comment by Chris Packham · 6 years ago
  69. 3692741 arm64: mvebu: a8k: autodetect RAM size by Baruch Siach · 6 years ago
  70. e539a7c linux/sizes.h: sync from kernel by Baruch Siach · 6 years ago
  71. 21ea515 MIPS: drop asm/const.h by Baruch Siach · 6 years ago
  72. 401885a Use _AC and UL macros from linux/const.h by Baruch Siach · 6 years ago
  73. 4864f30 linux/const.h: import from kernel by Baruch Siach · 6 years ago
  74. a93d4ac Merge tag 'mips-pull-2018-11-18' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  75. 8073367 MIPS: fix linking of standalone programs by Daniel Schwierzeck · 6 years ago
  76. 81a0644 Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGS by Daniel Schwierzeck · 6 years ago
  77. 9dc13da Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · 6 years ago
  78. dcbacf4 mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfig by Stefan Roese · 6 years ago
  79. bfb27b1 mips: mt76xx: linkit-smart-7688: Use ioremap_nocache to get address by Stefan Roese · 6 years ago
  80. 95c6c29 mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfig by Stefan Roese · 6 years ago
  81. d0fdd67 mips: mt76xx: gardena-smart-gateway: Add board_late_init() to set LED def state by Stefan Roese · 6 years ago
  82. b54fab5 mips: mt76xx: gardena-smart-gateway: Add LEDs to dts by Stefan Roese · 6 years ago
  83. 51cb80c mips: mt76xx: gardena-smart-gateway: Configure GPIOs (digital vs analog) by Stefan Roese · 6 years ago
  84. 81382b7 mips: mt76xx: Enable watchdog support by Stefan Roese · 6 years ago
  85. 8bbb6bf mips: mt76xx: Kconfig: Add ethernet and GPIO support by Stefan Roese · 6 years ago
  86. 787d22b mips: mt76xx: Add watchdog DT node to mt7628a.dtsi by Stefan Roese · 6 years ago
  87. 4e453bd mips: mt76xx: Add GPIO DT nodes to mt7628a.dtsi by Stefan Roese · 6 years ago
  88. c35b97f mips: mt76xx: Add ethernet DT node to mt7628a.dtsi by Stefan Roese · 6 years ago
  89. 35a9dfd mips: mt76xx: lowlevel_init.S: Add missing memory controller reset in DDR init by Stefan Roese · 6 years ago
  90. bbd6fe4 gpio: Add MT7621 GPIO support by Stefan Roese · 6 years ago
  91. 8456969 wdt: Add MT7621 watchdog driver by Stefan Roese · 6 years ago
  92. 30cd074 Merge branch '2018-11-16-master-imports' by Tom Rini · 6 years ago
  93. 3b09224 sunxi: Update MAINTAINERS file for recent boards by Tom Rini · 6 years ago
  94. cffcf77 fdt_region: Ensure that depth never goes below -1 by Konrad Beckmann · 6 years ago
  95. 198f39a image-sig: Ensure that hashed-nodes is null-terminated by Konrad Beckmann · 6 years ago
  96. e897fc5 Ability to modify distro boot filename by Martyn Welch · 6 years ago
  97. 0bc2085 misc: fs_loader: Fix compiler warning by Keerthy · 6 years ago
  98. b5cdbd8 misc: fs_loader: Use device_get_global_by_ofnode to get to node by Keerthy · 6 years ago
  99. 17cfc0c fs: Makefile: Add fs.c under SPL for fs_loader by Keerthy · 6 years ago
  100. ba2d0aa serial: ns16550: add setconfig support by Simon Goldschmidt · 6 years ago