1. 7a05b1e efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · Tue Sep 11 22:38:10 2018 +0200
  2. 587ae79 efi_loader: support modifiers for F1 - F4 by Heinrich Schuchardt · Tue Sep 11 22:38:09 2018 +0200
  3. 6c4cd26 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · Tue Sep 11 22:38:08 2018 +0200
  4. d2cab7f test/py: rework test_efi_selftest_text_input() by Heinrich Schuchardt · Tue Sep 11 22:38:07 2018 +0200
  5. e29e691 efi_selftest: use WaitForKey to test text input by Heinrich Schuchardt · Tue Sep 11 22:38:06 2018 +0200
  6. 49574bc efi_loader: rework event handling for console by Heinrich Schuchardt · Tue Sep 11 22:38:05 2018 +0200
  7. 9cda2ef efi_selftest: refactor text input test by Heinrich Schuchardt · Tue Sep 11 22:38:04 2018 +0200
  8. 8b2ba08 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · Tue Sep 11 22:38:03 2018 +0200
  9. fc5f1a1 efi_loader: support Unicode text input by Heinrich Schuchardt · Wed Sep 12 00:05:32 2018 +0200
  10. d49e799 test/py: fs: add fstest/unlink test by Akashi, Takahiro · Tue Sep 11 16:06:03 2018 +0900
  11. 1e90c2c test/py: fs: add fstest/mkdir test by AKASHI Takahiro · Tue Sep 11 15:59:21 2018 +0900
  12. dde5d3f test/py: fs: add extended write operation test by AKASHI Takahiro · Tue Sep 11 15:59:20 2018 +0900
  13. 615af9a test/py: convert fs-test.sh to pytest by AKASHI Takahiro · Tue Sep 11 15:59:19 2018 +0900
  14. dbd9a0f fs-test: update the test result as of v2018.09 by AKASHI Takahiro · Tue Sep 11 15:59:18 2018 +0900
  15. b93a8eb fs-test: fix false positive error at Test Case 12 by AKASHI Takahiro · Tue Sep 11 15:59:17 2018 +0900
  16. 4dd5b9c efi_loader: implement a file delete by AKASHI Takahiro · Tue Sep 11 15:59:16 2018 +0900
  17. 944eab8 cmd: fat: add fatrm command by AKASHI Takahiro · Tue Sep 11 15:59:15 2018 +0900
  18. 73b3497 fs: fat: support unlink by AKASHI Takahiro · Tue Sep 11 15:59:14 2018 +0900
  19. 1ba4253 fs: add unlink interface by AKASHI Takahiro · Tue Sep 11 15:59:13 2018 +0900
  20. 0c672b0 efi_loader: file: support creating a directory by AKASHI Takahiro · Tue Sep 11 15:59:12 2018 +0900
  21. e31874e cmd: fat: add fatmkdir command by AKASHI Takahiro · Tue Sep 11 15:59:11 2018 +0900
  22. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · Tue Sep 11 15:59:10 2018 +0900
  23. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · Tue Sep 11 15:59:09 2018 +0900
  24. adc8c9f fs: add mkdir interface by AKASHI Takahiro · Tue Sep 11 15:59:08 2018 +0900
  25. f63931e cmd: fat: add offset parameter to fatwrite by AKASHI Takahiro · Tue Sep 11 15:59:07 2018 +0900
  26. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · Tue Sep 11 15:59:06 2018 +0900
  27. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · Tue Sep 11 15:59:05 2018 +0900
  28. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · Tue Sep 11 15:59:04 2018 +0900
  29. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · Tue Sep 11 15:59:03 2018 +0900
  30. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · Tue Sep 11 15:59:02 2018 +0900
  31. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · Tue Sep 11 15:59:01 2018 +0900
  32. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · Tue Sep 11 15:59:00 2018 +0900
  33. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · Tue Sep 11 15:58:59 2018 +0900
  34. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · Tue Sep 11 15:58:58 2018 +0900
  35. 6e8eff2 efi_loader: typos in efi_console.c by Heinrich Schuchardt · Sat Sep 08 19:57:24 2018 +0200
  36. 1fce3c0 efi_loader: SPDX-License-Identifier for efi.h by Heinrich Schuchardt · Sat Sep 08 10:57:59 2018 +0200
  37. ce72786 efi_loader: SPDX-License-Identifier for efi_api.h by Heinrich Schuchardt · Sat Sep 08 10:50:40 2018 +0200
  38. 3dabffd efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · Sat Sep 08 10:20:10 2018 +0200
  39. 40e99c1 test/py: typo occured by Heinrich Schuchardt · Thu Sep 06 20:29:50 2018 +0200
  40. 5e450d4 test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · Thu Sep 06 20:19:31 2018 +0200
  41. 3b923a0 efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · Tue Sep 04 19:34:59 2018 +0200
  42. e59072a efi_loader: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · Tue Sep 04 19:34:58 2018 +0200
  43. 15552f7 test: tests for utf_to_lower() utf_to_upper(). by Heinrich Schuchardt · Tue Sep 04 19:34:57 2018 +0200
  44. 58ddcd3 lib: charset: upper/lower case conversion by Heinrich Schuchardt · Tue Sep 04 19:34:56 2018 +0200
  45. 447f459 efi_loader: capitalization table by Heinrich Schuchardt · Tue Sep 04 19:34:55 2018 +0200
  46. 36bab91 efi_loader: Add console handle references to in/out/err by Alexander Graf · Tue Sep 04 14:59:11 2018 +0200
  47. 7b4b2a2 efi_loader: use correct documentation style by Heinrich Schuchardt · Mon Sep 03 05:00:43 2018 +0200
  48. 1d1be36 efi_loader: description efi_update_capsule() by Heinrich Schuchardt · Mon Sep 03 20:59:25 2018 +0200
  49. 1112154 efi_loader: fix typos in efi_runtime.c by Heinrich Schuchardt · Mon Sep 03 19:29:41 2018 +0200
  50. cf70a73 efi_loader: fix typos in efi_boottime.c by Heinrich Schuchardt · Mon Sep 03 19:12:24 2018 +0200
  51. 66208b9 Revert "Revert "efi_loader: efi_allocate_pages is too restrictive"" by Stephen Warren · Thu Aug 30 15:43:45 2018 -0600
  52. 59561ff ARM: tegra: reserve unmapped RAM so EFI doesn't use it by Stephen Warren · Thu Aug 30 15:43:44 2018 -0600
  53. d0de806 efi_loader: simplify ifdefs by Stephen Warren · Thu Aug 30 15:43:43 2018 -0600
  54. 79d234d lib: charset: remove obsolete functions by Heinrich Schuchardt · Fri Aug 31 21:31:34 2018 +0200
  55. de52780 efi_loader: buffer size for load options by Heinrich Schuchardt · Fri Aug 31 21:31:33 2018 +0200
  56. a419d1d efi_loader: don't use unlimited stack as buffer by Heinrich Schuchardt · Fri Aug 31 21:31:32 2018 +0200
  57. af1a920 efi_loader: remove limit on variable length by Heinrich Schuchardt · Fri Aug 31 21:31:31 2018 +0200
  58. 485599d test: test printing Unicode by Heinrich Schuchardt · Fri Aug 31 21:31:30 2018 +0200
  59. 795ca04 lib: vsprintf: correct printing of Unicode strings by Heinrich Schuchardt · Fri Aug 31 21:31:29 2018 +0200
  60. b8b6c81 test: unit tests for Unicode functions by Heinrich Schuchardt · Fri Aug 31 21:31:28 2018 +0200
  61. 97494ea lib: charset: utility functions for Unicode by Heinrich Schuchardt · Fri Aug 31 21:31:27 2018 +0200
  62. 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · Fri Aug 31 21:31:26 2018 +0200
  63. 5ae135f lib: build charset.o only if needed by Heinrich Schuchardt · Fri Aug 31 21:31:25 2018 +0200
  64. eed3f95 test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · Fri Aug 31 21:31:24 2018 +0200
  65. d2cc0a7 vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · Fri Aug 31 21:31:23 2018 +0200
  66. ab133c7 efi_loader: Pass address to fs_read() by Alexander Graf · Wed Aug 08 03:54:32 2018 -0600
  67. 5d618df efi: sandbox: Tidy up copy_fdt() to work with sandbox by Simon Glass · Wed Aug 08 03:54:30 2018 -0600
  68. 609c392 efi: Relocate FDT to 127MB instead of 128MB by Simon Glass · Wed Aug 08 03:54:29 2018 -0600
  69. 70507ed efi_selftest: test for loaded image protocol by Heinrich Schuchardt · Sun Aug 26 15:31:53 2018 +0200
  70. 8a7e09d efi_loader: pass system table in loaded image protocol by Heinrich Schuchardt · Sun Aug 26 15:31:52 2018 +0200
  71. 653517a efi_selftest: memory leak testing manage protocols by Heinrich Schuchardt · Sun Aug 26 14:58:16 2018 +0200
  72. a7cc493 Merge git://git.denx.de/u-boot-imx by Tom Rini · Wed Sep 19 20:35:27 2018 -0400
  73. 2dc9eba Merge git://git.denx.de/u-boot-marvell by Tom Rini · Wed Sep 19 20:35:05 2018 -0400
  74. 17d610c arm: mvebu: clearfog: enable eMMC boot partitions support by Baruch Siach · Thu Sep 13 12:41:50 2018 +0300
  75. 320bd15 phy: marvell: add SATA comphy RX/TX polarity invert support by Rabeeh Khoury · Thu Sep 06 12:37:48 2018 +0300
  76. 6d9e15f fix: cmd: mvebu: Exclude mvebu commands from SPL builds by Konstantin Porotchkin · Wed Aug 29 16:34:54 2018 +0300
  77. c6cb8b7 fix: mvebu: Add SPI parameters for environment setup by Konstantin Porotchkin · Wed Aug 29 16:34:53 2018 +0300
  78. 0be67b2 fix: env: Fix the SPI flash device setup for DM mode by Konstantin Porotchkin · Wed Aug 29 16:34:52 2018 +0300
  79. 2087f7e fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · Wed Aug 29 11:56:18 2018 +0300
  80. e0e232e nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · Wed Aug 29 11:56:17 2018 +0300
  81. a692cde nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · Wed Aug 29 11:56:16 2018 +0300
  82. 06f9b6b fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · Wed Aug 29 11:56:15 2018 +0300
  83. 029be94 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · Wed Aug 29 11:56:14 2018 +0300
  84. fdf9dfb mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · Wed Aug 29 11:56:13 2018 +0300
  85. a558a39 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · Wed Aug 29 11:56:12 2018 +0300
  86. 191b5be mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · Wed Aug 29 11:56:09 2018 +0300
  87. 268979f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · Wed Aug 29 11:56:08 2018 +0300
  88. 531816e mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · Wed Aug 29 11:56:07 2018 +0300
  89. 0f0d382 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · Wed Aug 29 11:56:06 2018 +0300
  90. 4a574aa nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · Wed Aug 29 11:56:05 2018 +0300
  91. de32316 mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · Wed Aug 29 11:56:04 2018 +0300
  92. d92d899 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · Wed Aug 29 11:56:03 2018 +0300
  93. 8f8d458 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · Wed Aug 29 11:56:02 2018 +0300
  94. 0da35df mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · Wed Aug 29 11:56:01 2018 +0300
  95. fdf5b23 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · Wed Aug 29 11:56:00 2018 +0300
  96. 9602a8c board: turris_mox: Fixup U-Boot's device tree if PCIe connected by Marek Behún · Tue Aug 21 12:22:09 2018 +0200
  97. a81ae09 dts: mvebu: mcbin: drop redundant SD slot node by Baruch Siach · Mon Aug 20 15:12:10 2018 +0300
  98. f94ec8a arch/arm/dts: Update Turris Mox device tree by Marek Behún · Fri Aug 17 12:59:01 2018 +0200
  99. b4c15a5 board: turris_mox: Enable PCI in defconfig by Marek Behún · Fri Aug 17 12:58:55 2018 +0200
  100. ceb0593 board: turris_mox: Fix watchdog macro name by Marek Behún · Fri Aug 17 12:58:53 2018 +0200