1. 6a3578e add default-option to bootmenu by Frank Wunderlich · 6 years ago
  2. f57ceb5 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  3. 9f35218 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  4. b0253b2 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  5. 7d50966 Merge branch '2018-11-25-master-imports' by Tom Rini · 6 years ago
  6. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  7. cca2552 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
  8. 7465f00 sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
  9. 6009763 sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
  10. 7dafd02 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
  11. bf5c486 sandbox: Allow puts() output before global_data is set up by Simon Glass · 6 years ago
  12. 46508c9 sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  13. f250d47 sandbox: Drop the deprecated 'sb' command by Simon Glass · 6 years ago
  14. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  15. 8125f2c test/py: Add a way to pass flags to sandbox by Simon Glass · 6 years ago
  16. 16ee0cd sandbox: Add a memory map to the sandbox README by Simon Glass · 6 years ago
  17. ef8d48a spl: Add a comment to spl_set_bd() by Simon Glass · 6 years ago
  18. 6324cce spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · 6 years ago
  19. dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
  20. 592d5b9 spl: Support hash, input, pch, pci, rtc, tpm in SPL by Simon Glass · 6 years ago
  21. 080ef9d Add bloblist documentation by Simon Glass · 6 years ago
  22. 78b0ef5 test: Add a simple test for bloblist by Simon Glass · 6 years ago
  23. a815dab bloblist: Locate bloblist in U-Boot by Simon Glass · 6 years ago
  24. 4e0a52d spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
  25. 712bd2d Add core support for a bloblist to convey data from SPL by Simon Glass · 6 years ago
  26. b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
  27. 1411320 fs-test.sh: Update to use 'host' not 'sb' by Tom Rini · 6 years ago
  28. 842d580 riscv: cache: Implement i/dcache [status, enable, disable] by Rick Chen · 6 years ago
  29. baaa062 riscv: dts: Add ae350_32.dts for RV32I by Rick Chen · 6 years ago
  30. d20e415 configs: ax25-ae350: Separate ax25-ae350 for RV32/64I. by Rick Chen · 6 years ago
  31. 2dab6d4 riscv: dts: Sync to Linux Kernel ae350 dts. by Rick Chen · 6 years ago
  32. 74c2f12 riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL by Lukas Auer · 6 years ago
  33. 7fcf212 riscv: qemu: detect and boot the kernel passed by QEMU by Lukas Auer · 6 years ago
  34. b03a60b dm: core: add missing prototype for ofnode_read_u64 by Lukas Auer · 6 years ago
  35. 6e62d2c riscv: qemu: enable distro boot by Lukas Auer · 6 years ago
  36. e8c4df4 distro_bootcmd: add VirtIO distro boot command by Lukas Auer · 6 years ago
  37. 86feab3 riscv: align bootm implementation with that of other architectures by Lukas Auer · 6 years ago
  38. 50d61e2 riscv: qemu: support booting Linux by Lukas Auer · 6 years ago
  39. d7db706 riscv: qemu: use device tree passed by prior boot stage by Lukas Auer · 6 years ago
  40. 39a652b riscv: save hart ID and device tree passed by prior boot stage by Lukas Auer · 6 years ago
  41. 8598e6b riscv: do not blindly modify the mstatus CSR by Lukas Auer · 6 years ago
  42. 230ab8a riscv: remove unused labels in start.S by Lukas Auer · 6 years ago
  43. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · 6 years ago
  44. af51285 riscv: align mtvec on a 4-byte boundary by Lukas Auer · 6 years ago
  45. 7cf4368 riscv: fix inconsistent use of spaces and tabs in start.S by Lukas Auer · 6 years ago
  46. 7656228 riscv: implement the invalidate_icache_* functions by Lukas Auer · 6 years ago
  47. 306b31d riscv: hang on unhandled exceptions by Lukas Auer · 6 years ago
  48. ae525d5 riscv: treat undefined exception codes as reserved by Lukas Auer · 6 years ago
  49. 40f7eb5 riscv: complete the list of exception codes by Lukas Auer · 6 years ago
  50. 09db5fc riscv: do not reimplement generic io functions by Lukas Auer · 6 years ago
  51. 78da26d riscv: make use of the barrier functions from Linux by Lukas Auer · 6 years ago
  52. e429a1e riscv: fix use of incorrectly sized variables by Lukas Auer · 6 years ago
  53. 93478f1 riscv: enable -fdata-sections by Lukas Auer · 6 years ago
  54. 17d3e90 riscv: set -march and -mabi based on the Kconfig configuration by Lukas Auer · 6 years ago
  55. 002012f riscv: add Kconfig entries for the C and A ISA extensions by Lukas Auer · 6 years ago
  56. 7ab1df0 riscv: select CONFIG_PHYS_64BIT on RV64I systems by Lukas Auer · 6 years ago
  57. 54ebfe7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · 6 years ago
  58. bad1b5e dts: riscv: update makefile to also clean the RISC-V dts directory by Lukas Auer · 6 years ago
  59. b3fdcf8 tools: .gitignore: add prelink-riscv by Lukas Auer · 6 years ago
  60. 85aa33a Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  61. 525dc44 sun8i_emac: add support for setting EMAC TX/RX delay by Icenowy Zheng · 6 years ago
  62. 7ed2367 sunxi: Fix memory 2-rank initialization for a33 cpu by Michael Trimarchi · 6 years ago
  63. a4e8dd9 sunxi-mmc: use new mode on both controllers on A64 by Vasily Khoruzhick · 6 years ago
  64. b6a005a sunxi-mmc: don't double clock for new mode unconditionally by Vasily Khoruzhick · 6 years ago
  65. b198e2c sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option by Vasily Khoruzhick · 6 years ago
  66. 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · 6 years ago
  67. 90fcfb1 test: sf: Add a simple SPI flash test by Simon Glass · 6 years ago
  68. 587dc40 misc: Update read() and write() methods to return bytes xfered by Simon Glass · 6 years ago
  69. 43e571d string: Include the config header by Simon Glass · 6 years ago
  70. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · 6 years ago
  71. f109e77 binman: Set the pathname correctly for ELF files by Simon Glass · 6 years ago
  72. 8c9696e binman: Drop an unnecessary comma in blob handling by Simon Glass · 6 years ago
  73. e64a092 binman: Add a way to enable debugging from the build by Simon Glass · 6 years ago
  74. e107bcd spl: lz4: Allow use of lz4 compression in SPL by Simon Glass · 6 years ago
  75. a4bea1f spl: Support bootstage, log, hash and early malloc in TPL by Simon Glass · 6 years ago
  76. e550155 sandbox: Update some drivers to work in SPL/TPL by Simon Glass · 6 years ago
  77. fe3f643 sandbox: cros_ec: exynos: Drop use of cros_ec_get_error() by Simon Glass · 6 years ago
  78. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  79. 541b2b8 sandbox: log: Add a category for sandbox by Simon Glass · 6 years ago
  80. 2b45c48 sandbox: tpm: Allow debugging of data packages by Simon Glass · 6 years ago
  81. 153f252 cros_ec: Add new features for events and power by Simon Glass · 6 years ago
  82. 134022a cros_ec: Align uclass data to a cache boundary by Simon Glass · 6 years ago
  83. 411661d cros_ec: Fail if we cannot determine the flash burst size by Simon Glass · 6 years ago
  84. a77024d cros_ec: Add error logging on a few commands by Simon Glass · 6 years ago
  85. 3a23951 cros_ec: Use uint instead of u8 for parameters by Simon Glass · 6 years ago
  86. 071a178 buildman: Show boards with warning with w+ by Simon Glass · 6 years ago
  87. 454507f buildman: Rename the good, better, worse variables by Simon Glass · 6 years ago
  88. 0db9443 buildman: Detect dtc warnings by Simon Glass · 6 years ago
  89. 74579fc buildman: Only print toolchain probing with -v by Simon Glass · 6 years ago
  90. a942e1a dm: spi: prevent setting a speed of 0 Hz by Simon Goldschmidt · 6 years ago
  91. 99a097d fdt: restore board_fdt_blob_setup() declaration by Baruch Siach · 6 years ago
  92. 5f107b5 cmd: fdt: Fix fdt address information after the movement by Hiroyuki Yokoyama · 6 years ago
  93. 5bd49fb fdt: Fix uncompress_blob() for U-Boot proper by Marek Vasut · 6 years ago
  94. 764cae5 dm: core: Widen the dump tree to show more of the driver's name. by Liviu Dudau · 6 years ago
  95. 6d2c6c5 sandbox: README: use setenv ethrotate no by Heinrich Schuchardt · 6 years ago
  96. 36b5743 sandbox: README: setting environment variables by Heinrich Schuchardt · 6 years ago
  97. fa4bf41 sandbox: remove stray DEBUG by Heinrich Schuchardt · 6 years ago
  98. fb862b05 dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · 6 years ago
  99. 4a35965 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  100. b96439a Merge branch '2018-11-19-master-imports' by Tom Rini · 6 years ago