1. 934a545 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  2. 5b0bdab sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  3. dcac1d9 efi_loader: terminal left upper corner is [1, 1] by Heinrich Schuchardt · 6 years ago
  4. e8c99b0 efi_loader: more debug info for efi_file_getinfo() by Heinrich Schuchardt · 6 years ago
  5. 08b9694 efi: sandbox: Enable selftest command by Simon Glass · 6 years ago
  6. 849688f efi: Correct the operation of efi_file_write() by Simon Glass · 6 years ago
  7. fc1ebd3 sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago
  8. b7255ef sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  9. be005d8 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
  10. 82c5388f efi: sandbox: Enable EFI loader build for sandbox by Simon Glass · 6 years ago
  11. 43635f7 efi: sandbox: Add distroboot support by Simon Glass · 6 years ago
  12. 662d0be efi_loader: loosen check of parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  13. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  14. 1af423b efi_loader: provide description of file_open() by Heinrich Schuchardt · 6 years ago
  15. d6932c0 efi_loader: check parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  16. 9197325 efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION by Heinrich Schuchardt · 6 years ago
  17. a882c4c efi_selftest: test key notification functions by Heinrich Schuchardt · 6 years ago
  18. 695691e efi_loader: implement key notify functions by Heinrich Schuchardt · 6 years ago
  19. 7ecaf97 test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  20. 7a05b1e efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  21. 587ae79 efi_loader: support modifiers for F1 - F4 by Heinrich Schuchardt · 6 years ago
  22. 6c4cd26 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  23. d2cab7f test/py: rework test_efi_selftest_text_input() by Heinrich Schuchardt · 6 years ago
  24. e29e691 efi_selftest: use WaitForKey to test text input by Heinrich Schuchardt · 6 years ago
  25. 49574bc efi_loader: rework event handling for console by Heinrich Schuchardt · 6 years ago
  26. 9cda2ef efi_selftest: refactor text input test by Heinrich Schuchardt · 6 years ago
  27. 8b2ba08 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 6 years ago
  28. fc5f1a1 efi_loader: support Unicode text input by Heinrich Schuchardt · 6 years ago
  29. d49e799 test/py: fs: add fstest/unlink test by Akashi, Takahiro · 6 years ago
  30. 1e90c2c test/py: fs: add fstest/mkdir test by AKASHI Takahiro · 6 years ago
  31. dde5d3f test/py: fs: add extended write operation test by AKASHI Takahiro · 6 years ago
  32. 615af9a test/py: convert fs-test.sh to pytest by AKASHI Takahiro · 6 years ago
  33. dbd9a0f fs-test: update the test result as of v2018.09 by AKASHI Takahiro · 6 years ago
  34. b93a8eb fs-test: fix false positive error at Test Case 12 by AKASHI Takahiro · 6 years ago
  35. 4dd5b9c efi_loader: implement a file delete by AKASHI Takahiro · 6 years ago
  36. 944eab8 cmd: fat: add fatrm command by AKASHI Takahiro · 6 years ago
  37. 73b3497 fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  38. 1ba4253 fs: add unlink interface by AKASHI Takahiro · 6 years ago
  39. 0c672b0 efi_loader: file: support creating a directory by AKASHI Takahiro · 6 years ago
  40. e31874e cmd: fat: add fatmkdir command by AKASHI Takahiro · 6 years ago
  41. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  42. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  43. adc8c9f fs: add mkdir interface by AKASHI Takahiro · 6 years ago
  44. f63931e cmd: fat: add offset parameter to fatwrite by AKASHI Takahiro · 6 years ago
  45. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  46. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  47. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  48. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  49. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
  50. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
  51. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  52. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  53. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  54. 6e8eff2 efi_loader: typos in efi_console.c by Heinrich Schuchardt · 6 years ago
  55. 1fce3c0 efi_loader: SPDX-License-Identifier for efi.h by Heinrich Schuchardt · 6 years ago
  56. ce72786 efi_loader: SPDX-License-Identifier for efi_api.h by Heinrich Schuchardt · 6 years ago
  57. 3dabffd efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  58. 40e99c1 test/py: typo occured by Heinrich Schuchardt · 6 years ago
  59. 5e450d4 test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 6 years ago
  60. 3b923a0 efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  61. e59072a efi_loader: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  62. 15552f7 test: tests for utf_to_lower() utf_to_upper(). by Heinrich Schuchardt · 6 years ago
  63. 58ddcd3 lib: charset: upper/lower case conversion by Heinrich Schuchardt · 6 years ago
  64. 447f459 efi_loader: capitalization table by Heinrich Schuchardt · 6 years ago
  65. 36bab91 efi_loader: Add console handle references to in/out/err by Alexander Graf · 6 years ago
  66. 7b4b2a2 efi_loader: use correct documentation style by Heinrich Schuchardt · 6 years ago
  67. 1d1be36 efi_loader: description efi_update_capsule() by Heinrich Schuchardt · 6 years ago
  68. 1112154 efi_loader: fix typos in efi_runtime.c by Heinrich Schuchardt · 6 years ago
  69. cf70a73 efi_loader: fix typos in efi_boottime.c by Heinrich Schuchardt · 6 years ago
  70. 66208b9 Revert "Revert "efi_loader: efi_allocate_pages is too restrictive"" by Stephen Warren · 6 years ago
  71. 59561ff ARM: tegra: reserve unmapped RAM so EFI doesn't use it by Stephen Warren · 6 years ago
  72. d0de806 efi_loader: simplify ifdefs by Stephen Warren · 6 years ago
  73. 79d234d lib: charset: remove obsolete functions by Heinrich Schuchardt · 6 years ago
  74. de52780 efi_loader: buffer size for load options by Heinrich Schuchardt · 6 years ago
  75. a419d1d efi_loader: don't use unlimited stack as buffer by Heinrich Schuchardt · 6 years ago
  76. af1a920 efi_loader: remove limit on variable length by Heinrich Schuchardt · 6 years ago
  77. 485599d test: test printing Unicode by Heinrich Schuchardt · 6 years ago
  78. 795ca04 lib: vsprintf: correct printing of Unicode strings by Heinrich Schuchardt · 6 years ago
  79. b8b6c81 test: unit tests for Unicode functions by Heinrich Schuchardt · 6 years ago
  80. 97494ea lib: charset: utility functions for Unicode by Heinrich Schuchardt · 6 years ago
  81. 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  82. 5ae135f lib: build charset.o only if needed by Heinrich Schuchardt · 6 years ago
  83. eed3f95 test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · 6 years ago
  84. d2cc0a7 vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · 6 years ago
  85. ab133c7 efi_loader: Pass address to fs_read() by Alexander Graf · 6 years ago
  86. 5d618df efi: sandbox: Tidy up copy_fdt() to work with sandbox by Simon Glass · 6 years ago
  87. 609c392 efi: Relocate FDT to 127MB instead of 128MB by Simon Glass · 6 years ago
  88. 70507ed efi_selftest: test for loaded image protocol by Heinrich Schuchardt · 6 years ago
  89. 8a7e09d efi_loader: pass system table in loaded image protocol by Heinrich Schuchardt · 6 years ago
  90. 653517a efi_selftest: memory leak testing manage protocols by Heinrich Schuchardt · 6 years ago
  91. a7cc493 Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  92. 2dc9eba Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  93. 17d610c arm: mvebu: clearfog: enable eMMC boot partitions support by Baruch Siach · 6 years ago
  94. 320bd15 phy: marvell: add SATA comphy RX/TX polarity invert support by Rabeeh Khoury · 6 years ago
  95. 6d9e15f fix: cmd: mvebu: Exclude mvebu commands from SPL builds by Konstantin Porotchkin · 6 years ago
  96. c6cb8b7 fix: mvebu: Add SPI parameters for environment setup by Konstantin Porotchkin · 6 years ago
  97. 0be67b2 fix: env: Fix the SPI flash device setup for DM mode by Konstantin Porotchkin · 6 years ago
  98. 2087f7e fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · 6 years ago
  99. e0e232e nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · 6 years ago
  100. a692cde nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · 6 years ago