1. 21ebf2a fdt_region: Ensure that depth never goes below -1 by Konrad Beckmann · 6 years ago
  2. ef329a6 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  3. 2895c4b kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  4. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  5. f26ce03 efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
  6. cf033e0 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  7. c7b3a7e optee: adjust dependencies and default values for dram by Rui Miguel Silva · 6 years ago
  8. d081f27 efi_loader: efi_dp_get_next_instance() superfluous statement by Heinrich Schuchardt · 6 years ago
  9. b50f075 efi_selftest: creating new handle in controller test by Heinrich Schuchardt · 6 years ago
  10. 4f37fa4 efi_loader: fix typo in efi_boottime.c by Heinrich Schuchardt · 6 years ago
  11. 1c3b2f4 efi_loader: Fix warning in efi_load_image() by Tom Rini · 6 years ago
  12. 891dacf efi_loader: remove lcd.h from efi_net.c by Heinrich Schuchardt · 6 years ago
  13. dadc2bd efi_loader: memory leak in efi_set_variable() by Heinrich Schuchardt · 6 years ago
  14. 2c61e0c efi_loader: superfluous statement in is_dir() by Heinrich Schuchardt · 6 years ago
  15. 6f566c2 efi_loader: return type efi_console_register() by Heinrich Schuchardt · 6 years ago
  16. 60d7987 efi_loader: error handling in read_console() by Heinrich Schuchardt · 6 years ago
  17. eee6530 efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...) by Heinrich Schuchardt · 6 years ago
  18. 0801d4d efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  19. 3ce7829 efi_loader: fix relocation on x86_64 by Heinrich Schuchardt · 6 years ago
  20. 658954c Revert "fdt: fdtdec_setup_memory_banksize() use livetree" by Michal Simek · 6 years ago
  21. 6e64ec1 tpm: Add a few new commands for v1 by Simon Glass · 6 years ago
  22. 34a5e8a tpm: Tidy up logging in tpm-common.c by Simon Glass · 6 years ago
  23. 25a3845 fdt: Remove fdtdec_decode_region() function by Simon Glass · 6 years ago
  24. 5592a63 fdt: Allow libfdt in TPL by Simon Glass · 6 years ago
  25. aa0ffe8 serial: Allow serial to be absent in TPL by Simon Glass · 6 years ago
  26. 6307896 tpm: Add support for SPL and TPL by Simon Glass · 6 years ago
  27. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  28. c35a7d3 fdt: fdtdec_setup_memory_banksize() use livetree by Jens Wiklander · 6 years ago
  29. c982874 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  30. a729eb3 efi_loader: Disable efi selftest on sandbox for now by Alexander Graf · 6 years ago
  31. 3170db6 efi_loader: remove efi_exit_caches() by Heinrich Schuchardt · 6 years ago
  32. 9d08f6d efi_loader: remove redundant statement by Heinrich Schuchardt · 6 years ago
  33. 4e6b5d6 efi_loader: create root node by Heinrich Schuchardt · 6 years ago
  34. 506dc52 efi_loader: avoid out of bound access in efi_get_variable() by Heinrich Schuchardt · 6 years ago
  35. ea80885 efi_driver: convert function descriptions to Sphinx style by Heinrich Schuchardt · 6 years ago
  36. 6bb591f efi_loader: query serial console size reliably by Heinrich Schuchardt · 6 years ago
  37. 7b05667 efi_loader: Merge memory map entries by Alexander Graf · 6 years ago
  38. e102038 efi_selftest: missing braces in efi_selftest_textinputex.c by Heinrich Schuchardt · 6 years ago
  39. d3dce35 efi_loader: check parameter new_handle of efi_file_open() by Heinrich Schuchardt · 6 years ago
  40. aaace4b efi_loader: terminal left upper corner is [1, 1] by Heinrich Schuchardt · 6 years ago
  41. 008fb48 efi_loader: more debug info for efi_file_getinfo() by Heinrich Schuchardt · 6 years ago
  42. 2ae843f efi: Correct the operation of efi_file_write() by Simon Glass · 6 years ago
  43. a46714f efi: sandbox: Enable EFI loader build for sandbox by Simon Glass · 6 years ago
  44. bd66588 efi_loader: loosen check of parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  45. 050cea7 efi_loader: provide description of file_open() by Heinrich Schuchardt · 6 years ago
  46. 143acd1 efi_loader: check parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  47. 6dec873 efi_selftest: test key notification functions by Heinrich Schuchardt · 6 years ago
  48. 4fdcf06 efi_loader: implement key notify functions by Heinrich Schuchardt · 6 years ago
  49. 3394f20 efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  50. 55fbdf9 efi_loader: support modifiers for F1 - F4 by Heinrich Schuchardt · 6 years ago
  51. 110c628 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  52. 1d69c8d efi_selftest: use WaitForKey to test text input by Heinrich Schuchardt · 6 years ago
  53. 0dfd13a efi_loader: rework event handling for console by Heinrich Schuchardt · 6 years ago
  54. 262ff41 efi_selftest: refactor text input test by Heinrich Schuchardt · 6 years ago
  55. 35cbb79 efi_loader: support Unicode text input by Heinrich Schuchardt · 6 years ago
  56. d39f6a6 efi_loader: implement a file delete by AKASHI Takahiro · 6 years ago
  57. 5bc84a1 efi_loader: file: support creating a directory by AKASHI Takahiro · 6 years ago
  58. 14d103b efi_loader: typos in efi_console.c by Heinrich Schuchardt · 6 years ago
  59. 3e603ec efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  60. 1d719e7 efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  61. 0bc4b0d efi_loader: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  62. b5130a8 lib: charset: upper/lower case conversion by Heinrich Schuchardt · 6 years ago
  63. 40e3e75 efi_loader: Add console handle references to in/out/err by Alexander Graf · 6 years ago
  64. 0414359 efi_loader: use correct documentation style by Heinrich Schuchardt · 6 years ago
  65. cc0bfc0 efi_loader: description efi_update_capsule() by Heinrich Schuchardt · 6 years ago
  66. 250b325 efi_loader: fix typos in efi_runtime.c by Heinrich Schuchardt · 6 years ago
  67. b72aaa8 efi_loader: fix typos in efi_boottime.c by Heinrich Schuchardt · 6 years ago
  68. 14deb5e Revert "Revert "efi_loader: efi_allocate_pages is too restrictive"" by Stephen Warren · 6 years ago
  69. 75cb1cd lib: charset: remove obsolete functions by Heinrich Schuchardt · 6 years ago
  70. ba7bd5c efi_loader: don't use unlimited stack as buffer by Heinrich Schuchardt · 6 years ago
  71. dcdb64f efi_loader: remove limit on variable length by Heinrich Schuchardt · 6 years ago
  72. 31bd711 lib: vsprintf: correct printing of Unicode strings by Heinrich Schuchardt · 6 years ago
  73. f11a164 test: unit tests for Unicode functions by Heinrich Schuchardt · 6 years ago
  74. d8c2823 lib: charset: utility functions for Unicode by Heinrich Schuchardt · 6 years ago
  75. 1dde0d5 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  76. fbb3ea8 lib: build charset.o only if needed by Heinrich Schuchardt · 6 years ago
  77. 4ddcc4e vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · 6 years ago
  78. d5a5a5a efi_loader: Pass address to fs_read() by Alexander Graf · 6 years ago
  79. efe79a7 efi_selftest: test for loaded image protocol by Heinrich Schuchardt · 6 years ago
  80. 7e1effc efi_loader: pass system table in loaded image protocol by Heinrich Schuchardt · 6 years ago
  81. e470efd efi_selftest: memory leak testing manage protocols by Heinrich Schuchardt · 6 years ago
  82. b87b0d8 lib: strto: fix metric suffix parsing in strtoul[l] by Miquel Raynal · 6 years ago
  83. a353e6a lib: strto: parse all lowercase metric prefixes in ustrtoul[l] by Miquel Raynal · 6 years ago
  84. 9c2cb97 lib: bitrev: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  85. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  86. f850371 fdt: fix get_next_memory_node() by Marek Vasut · 6 years ago
  87. f2906e5 lib/slre: remove superfluous assignment by Heinrich Schuchardt · 6 years ago
  88. e3332e1 Make kmalloc'ed memory really DMA-safe by Masahiro Yamada · 6 years ago
  89. cbe503f efi: stub: Pass EFI system table address to U-Boot payload by Bin Meng · 6 years ago
  90. ecc6f6b libavb: Handle wrong hashtree_error_mode in avb_append_options() by Ievgen Maliarenko · 6 years ago
  91. 9b89183 efi: Fix truncation of constant value by Eugeniu Rosca · 6 years ago
  92. 9d12daf efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset() by Heinrich Schuchardt · 6 years ago
  93. 54bfba2 efi_selftest: correct block device unit test by Heinrich Schuchardt · 6 years ago
  94. bcfb0e2 efi_loader: document runtime functions by Heinrich Schuchardt · 6 years ago
  95. a39f39c efi_loader: update runtime services table crc32 by Heinrich Schuchardt · 6 years ago
  96. 483dbab lib: crc32: mark function crc32() as __efi_runtime by Heinrich Schuchardt · 6 years ago
  97. fa995d0d efi_loader: avoid NULL dereference in efi_get_memory_map() by Heinrich Schuchardt · 6 years ago
  98. 3748ed9 efi_loader: fix a parameter check at CreateEvent() by AKASHI Takahiro · 6 years ago
  99. 07240da efi_loader: relocate pointer to tables by Heinrich Schuchardt · 6 years ago
  100. ccfc78b Revert "efi_loader: efi_allocate_pages is too restrictive" by Stephen Warren · 6 years ago