1. 4fdcf06 efi_loader: implement key notify functions by Heinrich Schuchardt · 6 years ago
  2. 4f17d8d test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  3. 3394f20 efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  4. 55fbdf9 efi_loader: support modifiers for F1 - F4 by Heinrich Schuchardt · 6 years ago
  5. 110c628 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  6. ca09f1d test/py: rework test_efi_selftest_text_input() by Heinrich Schuchardt · 6 years ago
  7. 1d69c8d efi_selftest: use WaitForKey to test text input by Heinrich Schuchardt · 6 years ago
  8. 0dfd13a efi_loader: rework event handling for console by Heinrich Schuchardt · 6 years ago
  9. 262ff41 efi_selftest: refactor text input test by Heinrich Schuchardt · 6 years ago
  10. 7d04488 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 6 years ago
  11. 35cbb79 efi_loader: support Unicode text input by Heinrich Schuchardt · 6 years ago
  12. cce289a test/py: fs: add fstest/unlink test by Akashi, Takahiro · 6 years ago
  13. 50ca19c test/py: fs: add fstest/mkdir test by AKASHI Takahiro · 6 years ago
  14. 71f27af test/py: fs: add extended write operation test by AKASHI Takahiro · 6 years ago
  15. de8106c test/py: convert fs-test.sh to pytest by AKASHI Takahiro · 6 years ago
  16. 9461fcc fs-test: update the test result as of v2018.09 by AKASHI Takahiro · 6 years ago
  17. e75996c fs-test: fix false positive error at Test Case 12 by AKASHI Takahiro · 6 years ago
  18. d39f6a6 efi_loader: implement a file delete by AKASHI Takahiro · 6 years ago
  19. d4b751e cmd: fat: add fatrm command by AKASHI Takahiro · 6 years ago
  20. f8240ce fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  21. e2519da fs: add unlink interface by AKASHI Takahiro · 6 years ago
  22. 5bc84a1 efi_loader: file: support creating a directory by AKASHI Takahiro · 6 years ago
  23. 0349da5 cmd: fat: add fatmkdir command by AKASHI Takahiro · 6 years ago
  24. 31a18d5 fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  25. 3a10e07 fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  26. e7074cf fs: add mkdir interface by AKASHI Takahiro · 6 years ago
  27. cda40b2 cmd: fat: add offset parameter to fatwrite by AKASHI Takahiro · 6 years ago
  28. cb8af8a fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  29. 704df6a fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  30. 4ced203 fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  31. f1149ce fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  32. 25bb9da fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
  33. 881042e Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
  34. f528c14 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  35. b94b6be fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  36. f23101f fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  37. 14d103b efi_loader: typos in efi_console.c by Heinrich Schuchardt · 6 years ago
  38. 04a0f56 efi_loader: SPDX-License-Identifier for efi.h by Heinrich Schuchardt · 6 years ago
  39. 2e0d79a efi_loader: SPDX-License-Identifier for efi_api.h by Heinrich Schuchardt · 6 years ago
  40. 3e603ec efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  41. da9ea5b test/py: typo occured by Heinrich Schuchardt · 6 years ago
  42. cb03ec0 test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 6 years ago
  43. 1d719e7 efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  44. 0bc4b0d efi_loader: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  45. 1a1012a test: tests for utf_to_lower() utf_to_upper(). by Heinrich Schuchardt · 6 years ago
  46. b5130a8 lib: charset: upper/lower case conversion by Heinrich Schuchardt · 6 years ago
  47. 5b2118a efi_loader: capitalization table by Heinrich Schuchardt · 6 years ago
  48. 40e3e75 efi_loader: Add console handle references to in/out/err by Alexander Graf · 6 years ago
  49. 0414359 efi_loader: use correct documentation style by Heinrich Schuchardt · 6 years ago
  50. cc0bfc0 efi_loader: description efi_update_capsule() by Heinrich Schuchardt · 6 years ago
  51. 250b325 efi_loader: fix typos in efi_runtime.c by Heinrich Schuchardt · 6 years ago
  52. b72aaa8 efi_loader: fix typos in efi_boottime.c by Heinrich Schuchardt · 6 years ago
  53. 14deb5e Revert "Revert "efi_loader: efi_allocate_pages is too restrictive"" by Stephen Warren · 6 years ago
  54. 0797f7f ARM: tegra: reserve unmapped RAM so EFI doesn't use it by Stephen Warren · 6 years ago
  55. 9b5e639 efi_loader: simplify ifdefs by Stephen Warren · 6 years ago
  56. 75cb1cd lib: charset: remove obsolete functions by Heinrich Schuchardt · 6 years ago
  57. 7086a71 efi_loader: buffer size for load options by Heinrich Schuchardt · 6 years ago
  58. ba7bd5c efi_loader: don't use unlimited stack as buffer by Heinrich Schuchardt · 6 years ago
  59. dcdb64f efi_loader: remove limit on variable length by Heinrich Schuchardt · 6 years ago
  60. fbba2f6 test: test printing Unicode by Heinrich Schuchardt · 6 years ago
  61. 31bd711 lib: vsprintf: correct printing of Unicode strings by Heinrich Schuchardt · 6 years ago
  62. f11a164 test: unit tests for Unicode functions by Heinrich Schuchardt · 6 years ago
  63. d8c2823 lib: charset: utility functions for Unicode by Heinrich Schuchardt · 6 years ago
  64. 1dde0d5 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  65. fbb3ea8 lib: build charset.o only if needed by Heinrich Schuchardt · 6 years ago
  66. 7a9e6ee test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · 6 years ago
  67. 4ddcc4e vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · 6 years ago
  68. d5a5a5a efi_loader: Pass address to fs_read() by Alexander Graf · 6 years ago
  69. 9dff490 efi: sandbox: Tidy up copy_fdt() to work with sandbox by Simon Glass · 6 years ago
  70. baf70c0 efi: Relocate FDT to 127MB instead of 128MB by Simon Glass · 6 years ago
  71. efe79a7 efi_selftest: test for loaded image protocol by Heinrich Schuchardt · 6 years ago
  72. 7e1effc efi_loader: pass system table in loaded image protocol by Heinrich Schuchardt · 6 years ago
  73. e470efd efi_selftest: memory leak testing manage protocols by Heinrich Schuchardt · 6 years ago
  74. 284b27c Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  75. fdd1a9f mips: mt7628a.dtsi: Add SPI clock-frequency property by Stefan Roese · 6 years ago
  76. 41f6e6e mips: mt76xx: Add sysreset support by Stefan Roese · 6 years ago
  77. 88dc409 mips: Add Gardena Smart-Gateway board support by Stefan Roese · 6 years ago
  78. b02f76a mips: Add LinkIt Smart 7688 support by Stefan Roese · 6 years ago
  79. 4c835a6 mips: Add basic MediaTek MT7620/88 support by Stefan Roese · 6 years ago
  80. 503f6f7 mips: Add arch/mips/include/asm/atomic.h by Stefan Roese · 6 years ago
  81. 46203ba MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODE by Daniel Schwierzeck · 6 years ago
  82. 5ef337a MIPS: cache: make index base address configurable by Daniel Schwierzeck · 6 years ago
  83. b838586 MIPS: cache: optimise changing of k0 CCA mode by Daniel Schwierzeck · 6 years ago
  84. 2f85c2b MIPS: cache: reimplement dcache_[status, enable, disable] by Daniel Schwierzeck · 6 years ago
  85. d1c3d8b MIPS: start.S: make boot config at offset 0x10 configurable by Daniel Schwierzeck · 6 years ago
  86. 32f3179 bcm968380gerg: enable pinctrl by Philippe Reynes · 6 years ago
  87. e98a260 dt: bcm6838: add pinctrl by Philippe Reynes · 6 years ago
  88. b3f8e88 pinctrl: bcm6838: add pinctrl support by Philippe Reynes · 6 years ago
  89. 9dc8d15 Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  90. 333279a Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  91. e32ac37 arm: mvebu: clearfog: enable eMMC boot partitions support by Baruch Siach · 6 years ago
  92. d13b740 phy: marvell: add SATA comphy RX/TX polarity invert support by Rabeeh Khoury · 6 years ago
  93. 3c2a389 fix: cmd: mvebu: Exclude mvebu commands from SPL builds by Konstantin Porotchkin · 6 years ago
  94. d3c72c5 fix: mvebu: Add SPI parameters for environment setup by Konstantin Porotchkin · 6 years ago
  95. 25a1765 fix: env: Fix the SPI flash device setup for DM mode by Konstantin Porotchkin · 6 years ago
  96. e76afd8 fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · 6 years ago
  97. b7b3f2c nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · 6 years ago
  98. e9a0777 nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · 6 years ago
  99. 2057eb0 fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · 6 years ago
  100. b0d7c10 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · 6 years ago