1. e189a0b log: sandbox: Enable logging by Simon Glass · 7 years ago
  2. af1bc0c log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  3. ef11ed8 log: Add a test command by Simon Glass · 7 years ago
  4. d5f61f2 log: Add a 'log level' command by Simon Glass · 7 years ago
  5. c6d4753 log: Add a console driver by Simon Glass · 7 years ago
  6. e9c8d49 log: Add an implementation of logging by Simon Glass · 7 years ago
  7. c5404b6 Drop the log buffer by Simon Glass · 7 years ago
  8. 0ad0458 usb: Correct use of debug() by Simon Glass · 7 years ago
  9. 95b41b8 mtdparts: Correct use of debug() by Simon Glass · 7 years ago
  10. 0e98b0a Move debug and logging support to a separate header by Simon Glass · 7 years ago
  11. 64e9b4f Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · 7 years ago
  12. e341434a sandbox: Adjust pre-console address to avoid conflict by Simon Glass · 7 years ago
  13. 0b189b6 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
  14. bd1e3bc Merge git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  15. 28df8ed cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C by Nobuhiro Iwamatsu · 7 years ago
  16. cab8a27 i2c: at91_i2c: remove the .probe_chip function by Alan Ott · 7 years ago
  17. 0afbb0e i2c: at91_i2c: Wait for TXRDY after sending the first byte by Alan Ott · 7 years ago
  18. 50a6909 i2c: meson: add some comments by Beniamino Galvani · 7 years ago
  19. 989bb92 i2c: meson: fix return codes on error by Beniamino Galvani · 7 years ago
  20. 8c47ab6 i2c: meson: reduce timeout by Beniamino Galvani · 7 years ago
  21. 4ecbb8b i2c: meson: improve Kconfig description by Beniamino Galvani · 7 years ago
  22. c8e1ca3 tools: omapimage: fix corner-case in byteswap path by Philipp Tomsich · 7 years ago
  23. 9188c43 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  24. bb0bb91 efi_stub: Use efi_uintn_t by Alexander Graf · 7 years ago
  25. 9da7fb4 Prepare v2018.01-rc1 by Tom Rini · 7 years ago
  26. 0c4d248 Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  27. da63df9 Merge git://git.denx.de/u-boot-cfi-flash by Tom Rini · 7 years ago
  28. 6b867da arm: Make gcc 6.0 or later a hard requirement now. by Tom Rini · 7 years ago
  29. 448df35 scripts: spl: fix typo by Peng Fan · 7 years ago
  30. af4e6d3 drivers: firmware: psci: use pr_* log functions instead of printf() by Masahiro Yamada · 7 years ago
  31. 8a3556e omap3: evm: Explicitly use DISTRO_DEFAULTS features at startup by Derald D. Woods · 7 years ago
  32. 9035154 armv8: mmu: fix page table mapping by Peng Fan · 7 years ago
  33. 082693f arm64 :show_regs: show the address before relocation by Peng Fan · 7 years ago
  34. c7be3e5 ARM: arch-meson: build memory banks using reported memory from registers by Neil Armstrong · 7 years ago
  35. 5ff2ee4 arm: Add Khadas VIM support based on Meson GXL family by Neil Armstrong · 7 years ago
  36. 96e7b5a arm: Add LibreTech CC support based on Meson GXL family by Neil Armstrong · 7 years ago
  37. f49638e board: p212: use common ethernet init function by Neil Armstrong · 7 years ago
  38. 9a41746 board: odroid-c2: use common ethernet init function by Neil Armstrong · 7 years ago
  39. 6915b10 ARM: arch-meson: add ethernet common init function by Neil Armstrong · 7 years ago
  40. 26e961c libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c by Masahiro Yamada · 7 years ago
  41. 87be1e9 libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c by Masahiro Yamada · 7 years ago
  42. 78ad457 armv8: shrink exception table code by Andre Przywara · 7 years ago
  43. 8993056 add support for Raspberry Pi Zero W by Dmitry Korunov · 7 years ago
  44. 0aac10f test: compression: Convert to unit test framework by Simon Glass · 7 years ago
  45. 0faef2e mtd: nand: denali: consolidate include directives by Masahiro Yamada · 7 years ago
  46. 681ed4d mtd: nand: denali_dt: replace printf() with pr_err() by Masahiro Yamada · 7 years ago
  47. ba8c9ea mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h by Masahiro Yamada · 7 years ago
  48. 6ae3900 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  49. 57f9bb9 mtd: nand: denali: remove ad-hoc board_nand_init() entry by Masahiro Yamada · 7 years ago
  50. 1a7e176 mtd: nand: denali: remove bogus __maybe_unused by Masahiro Yamada · 7 years ago
  51. ac389b0 ARM: uniphier: clean up board_init by Masahiro Yamada · 7 years ago
  52. 2544f47 mtd: cfi: Fix checking status register feature by York Sun · 7 years ago
  53. 1f0fe88 test/py: Allow any unit test suite to be found by Simon Glass · 7 years ago
  54. 49f22c3 test: compression: Put test variables in a struct by Simon Glass · 7 years ago
  55. e93232e test: overlay: Use cmd_ut_category() by Simon Glass · 7 years ago
  56. 4d869c1 test: Add a command function for test execution by Simon Glass · 7 years ago
  57. b59670f omap2: set the ethaddr as well as the usbethaddr env var to ensure static MAC by Peter Robinson · 7 years ago
  58. 0290700 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  59. 4fc495e rockchip: clk: rk3128: fix DCLK_VOP_DIV_CON_MASK by Philipp Tomsich · 7 years ago
  60. cd401ab rockchip: clk: rk3128: fix NANDC_PLL_SEL_MASK by Philipp Tomsich · 7 years ago
  61. 3bb74f9 efi_loader helloworld.efi: Fix building with -Os by Alexander Graf · 7 years ago
  62. c034b7f efi_loader: Fix partition offsets by Alexander Graf · 7 years ago
  63. 1a0b4d2 efi_loader: add missing breaks by Rob Clark · 7 years ago
  64. c457420 efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  65. 44549d6 efi_loader: helper function to add EFI object to list by Heinrich Schuchardt · 7 years ago
  66. ea54ad5 efi_loader: pass handle of loaded image by Heinrich Schuchardt · 7 years ago
  67. 45055aa test/py: check return code of helloworld by Heinrich Schuchardt · 7 years ago
  68. bbf75dd efi_loader: output load options in helloworld by Heinrich Schuchardt · 7 years ago
  69. c51e7df efi_selftest: add missing line feed by Heinrich Schuchardt · 7 years ago
  70. 17b96cb efi_selftest: compile without special compiler flags by Heinrich Schuchardt · 7 years ago
  71. 69fb6b1 efi_loader: manage protocols in a linked list by Heinrich Schuchardt · 7 years ago
  72. 72292ab efi_loader: simplify find_obj by Heinrich Schuchardt · 7 years ago
  73. 80286e8 efi_loader: simplify efi_open_protocol by Heinrich Schuchardt · 7 years ago
  74. 9449358 efi_loader: efi_gop: use efi_add_protocol by Heinrich Schuchardt · 7 years ago
  75. 84d1456 efi_loader: efi_net: use efi_add_protocol by Heinrich Schuchardt · 7 years ago
  76. 4b9f7aa efi_loader: efi_disk: use efi_add_protocol by Heinrich Schuchardt · 7 years ago
  77. bf19064 efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  78. ae2c85c efi_loader: reimplement LocateDevicePath by Heinrich Schuchardt · 7 years ago
  79. 61aba19 efi_loader: fix efi_convert_device_node_to_text by Heinrich Schuchardt · 7 years ago
  80. 908cf9a efi_loader: efi_dp_str should print path not node by Heinrich Schuchardt · 7 years ago
  81. 0741226 efi_loader: size of media device path node represenation by Heinrich Schuchardt · 7 years ago
  82. 8300be6 efi_loader: Exit in efi_set_bootdev() upon invalid "desc" by Stefan Roese · 7 years ago
  83. 362f00f efi_loader: helloworld.c: remove superfluous include by Heinrich Schuchardt · 7 years ago
  84. b6e9e09 efi_loader: initialise partition_signature memory by Jonathan Gray · 7 years ago
  85. ebb4dd5 efi_loader: efi_console: use helper functions by Heinrich Schuchardt · 7 years ago
  86. 48b6623 efi_loader: refactor efi_setup_loaded_image by Heinrich Schuchardt · 7 years ago
  87. 9172cd9 efi_loader: simplify efi_locate_protocol by Heinrich Schuchardt · 7 years ago
  88. 5810511 efi_loader: simplify efi_uninstall_protocol_interface by Heinrich Schuchardt · 7 years ago
  89. 42cf124 efi_loader: simplify efi_search by Heinrich Schuchardt · 7 years ago
  90. 1202530 efi_loader: simplify efi_install_protocol_interface by Heinrich Schuchardt · 7 years ago
  91. 3f79a2b efi_loader: helper functions for protocol management by Heinrich Schuchardt · 7 years ago
  92. 49d62cb efi_selftest: test for graphics output protocol by Heinrich Schuchardt · 7 years ago
  93. 1c38a77 efi_loader: efi_gop: use correct types for parameters by Heinrich Schuchardt · 7 years ago
  94. 085d07c efi_loader: argument of efi_search_obj should be const by Heinrich Schuchardt · 7 years ago
  95. 2edab5e efi_loader: make efi_create_handle non-static by Heinrich Schuchardt · 7 years ago
  96. ff401d3 efi_loader: efi_dp_match should have const arguments by Heinrich Schuchardt · 7 years ago
  97. cb90ee9 efi_loader: efi_net: check return value of calloc by Heinrich Schuchardt · 7 years ago
  98. 93945f2 efi_loader: efi_disk: check return value of calloc by Heinrich Schuchardt · 7 years ago
  99. 753edb1 efi_loader: efi_gop: check calloc return value by Heinrich Schuchardt · 7 years ago
  100. 843ce54 efi_loader implement UninstallMultipleProtocolInterfaces by Heinrich Schuchardt · 7 years ago