1. b94a827 arm64: zynqmp: Return pmufw version for zynqmp_pmufw_version() by Siva Durga Prasad Paladugu · 6 years ago
  2. fe68f23 arm64: zynqmp: Move PM version related macros to .h by Siva Durga Prasad Paladugu · 6 years ago
  3. dba39b6 arm: zynq: Remove useless comments from config file by Michal Simek · 6 years ago
  4. 8eb55e1 arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig by Michal Simek · 6 years ago
  5. d8d81d4 config.mk: Remove duplicated -fno-strict-aliasing by Bin Meng · 6 years ago WIP-25Sep2018
  6. 5bc1192 Makefile: Use -fno-strict-aliasing globally by Bin Meng · 6 years ago
  7. c1523c6 serial: omap: Add support for AM654 uart controller by Lokesh Vutla · 6 years ago
  8. 247b4f9 configs: Drop CONFIG_SYS_SCSI_MAXDEVICE by Tuomas Tynkkynen · 6 years ago
  9. 1bc93b5 ata: Drop CONFIG_SYS_SCSI_MAX_* from boards using DM_SCSI by Tuomas Tynkkynen · 6 years ago
  10. 0545ac9 ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI by Tuomas Tynkkynen · 6 years ago
  11. 8bf207d ata: ahci: Loop over the actual number of ports, not the maximum by Tuomas Tynkkynen · 6 years ago
  12. 47cef9c xtensa: use asm-generic/atomic.h by Chris Packham · 6 years ago
  13. 02df9c5 mips: use asm-generic/atomic.h by Chris Packham · 6 years ago
  14. 4d9f7a0 ARM: use asm-generic/atomic.h by Chris Packham · 6 years ago
  15. 461f456 Add include/asm-generic/atomic.h by Chris Packham · 6 years ago
  16. 29cfc09 cmd: add conitrace command by Heinrich Schuchardt · 6 years ago
  17. 03190a7 mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pin by Adam Ford · 6 years ago
  18. 15416c8 dm: Update README.txt to clarify device tree usage by Tom Rini · 6 years ago
  19. 484a878 arm: spear: fix enabling of SSP2 clock by Quentin Schulz · 6 years ago
  20. ac47fbe arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is built by Quentin Schulz · 6 years ago
  21. 8a4791f spi: add support for ARM PL022 SPI controller by Quentin Schulz · 6 years ago
  22. 8451942 configs: am335x_evm: enable OF_BOARD_SETUP by Sekhar Nori · 6 years ago
  23. 20c37fb board: ti: am335x: add support to fixup phy address by Sekhar Nori · 6 years ago
  24. e2597be drivers: net: cpsw: add support to update phy address by Sekhar Nori · 6 years ago
  25. 4495680 configs: sama5d27_som1_ek: Add defconfig for ENV/boot from uSD by Codrin Ciubotariu · 6 years ago
  26. 3549466 configs: sama5d27_som1_ek: Set CONFIG_BOOTARGS using Kconfig by Codrin Ciubotariu · 6 years ago
  27. f97bf15 configs: sama5d27_som1_ek: Remove unnecessary FAT_ENV_xxx macros by Codrin Ciubotariu · 6 years ago
  28. 3f61f08 configs: sama5d2_xplained: Add defconfig for ENV/boot from eMMC by Codrin Ciubotariu · 6 years ago
  29. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  30. 4c834b9 board: st: stm32mp1: Add usb gadget support by Patrice Chotard · 6 years ago
  31. 411bf0e configs: stm32mp15: Enable USB relative flags by Patrice Chotard · 6 years ago
  32. bad48a4 ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 board by Patrice Chotard · 6 years ago
  33. 8e9c94d ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 board by Patrice Chotard · 6 years ago
  34. c982874 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  35. a47c1b5 arm: qemu-arm: enable RTC (PL031) by default by AKASHI Takahiro · 6 years ago
  36. a370e42 rtc: pl031: convert the driver to driver model by AKASHI Takahiro · 6 years ago
  37. 24638a1 efi_loader: Fix loaded_image handle passing from EL3 by Alexander Graf · 6 years ago
  38. a729eb3 efi_loader: Disable efi selftest on sandbox for now by Alexander Graf · 6 years ago
  39. 3170db6 efi_loader: remove efi_exit_caches() by Heinrich Schuchardt · 6 years ago
  40. 4b985e0 dm: video: check bounds for column and row by Heinrich Schuchardt · 6 years ago
  41. 9d08f6d efi_loader: remove redundant statement by Heinrich Schuchardt · 6 years ago
  42. 4e6b5d6 efi_loader: create root node by Heinrich Schuchardt · 6 years ago
  43. 506dc52 efi_loader: avoid out of bound access in efi_get_variable() by Heinrich Schuchardt · 6 years ago
  44. 60ce592 efi_selftest: test qemu-arm(64)_defconfig by Heinrich Schuchardt · 6 years ago
  45. ea80885 efi_driver: convert function descriptions to Sphinx style by Heinrich Schuchardt · 6 years ago
  46. 6bb591f efi_loader: query serial console size reliably by Heinrich Schuchardt · 6 years ago
  47. 7b05667 efi_loader: Merge memory map entries by Alexander Graf · 6 years ago
  48. 79276eb efi_loader: memory leak in efi_set_bootdev() by Heinrich Schuchardt · 6 years ago
  49. 8887acc efi_loader: do not use local variable for handle by Heinrich Schuchardt · 6 years ago
  50. e102038 efi_selftest: missing braces in efi_selftest_textinputex.c by Heinrich Schuchardt · 6 years ago
  51. d3dce35 efi_loader: check parameter new_handle of efi_file_open() by Heinrich Schuchardt · 6 years ago
  52. 6e6e4b2 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  53. 3fcb714 sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  54. aaace4b efi_loader: terminal left upper corner is [1, 1] by Heinrich Schuchardt · 6 years ago
  55. 008fb48 efi_loader: more debug info for efi_file_getinfo() by Heinrich Schuchardt · 6 years ago
  56. 12ddfd4 efi: sandbox: Enable selftest command by Simon Glass · 6 years ago
  57. 2ae843f efi: Correct the operation of efi_file_write() by Simon Glass · 6 years ago
  58. 428aa0c sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago
  59. fe938fb sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  60. 6131850 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
  61. a46714f efi: sandbox: Enable EFI loader build for sandbox by Simon Glass · 6 years ago
  62. a4958a7 efi: sandbox: Add distroboot support by Simon Glass · 6 years ago
  63. bd66588 efi_loader: loosen check of parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  64. 1c381ce fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  65. 050cea7 efi_loader: provide description of file_open() by Heinrich Schuchardt · 6 years ago
  66. 143acd1 efi_loader: check parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  67. a90bf07 efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION by Heinrich Schuchardt · 6 years ago
  68. 6dec873 efi_selftest: test key notification functions by Heinrich Schuchardt · 6 years ago
  69. 4fdcf06 efi_loader: implement key notify functions by Heinrich Schuchardt · 6 years ago
  70. 4f17d8d test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  71. 3394f20 efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  72. 55fbdf9 efi_loader: support modifiers for F1 - F4 by Heinrich Schuchardt · 6 years ago
  73. 110c628 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  74. ca09f1d test/py: rework test_efi_selftest_text_input() by Heinrich Schuchardt · 6 years ago
  75. 1d69c8d efi_selftest: use WaitForKey to test text input by Heinrich Schuchardt · 6 years ago
  76. 0dfd13a efi_loader: rework event handling for console by Heinrich Schuchardt · 6 years ago
  77. 262ff41 efi_selftest: refactor text input test by Heinrich Schuchardt · 6 years ago
  78. 7d04488 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 6 years ago
  79. 35cbb79 efi_loader: support Unicode text input by Heinrich Schuchardt · 6 years ago
  80. cce289a test/py: fs: add fstest/unlink test by Akashi, Takahiro · 6 years ago
  81. 50ca19c test/py: fs: add fstest/mkdir test by AKASHI Takahiro · 6 years ago
  82. 71f27af test/py: fs: add extended write operation test by AKASHI Takahiro · 6 years ago
  83. de8106c test/py: convert fs-test.sh to pytest by AKASHI Takahiro · 6 years ago
  84. 9461fcc fs-test: update the test result as of v2018.09 by AKASHI Takahiro · 6 years ago
  85. e75996c fs-test: fix false positive error at Test Case 12 by AKASHI Takahiro · 6 years ago
  86. d39f6a6 efi_loader: implement a file delete by AKASHI Takahiro · 6 years ago
  87. d4b751e cmd: fat: add fatrm command by AKASHI Takahiro · 6 years ago
  88. f8240ce fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  89. e2519da fs: add unlink interface by AKASHI Takahiro · 6 years ago
  90. 5bc84a1 efi_loader: file: support creating a directory by AKASHI Takahiro · 6 years ago
  91. 0349da5 cmd: fat: add fatmkdir command by AKASHI Takahiro · 6 years ago
  92. 31a18d5 fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  93. 3a10e07 fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  94. e7074cf fs: add mkdir interface by AKASHI Takahiro · 6 years ago
  95. cda40b2 cmd: fat: add offset parameter to fatwrite by AKASHI Takahiro · 6 years ago
  96. cb8af8a fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  97. 704df6a fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  98. 4ced203 fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  99. f1149ce fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  100. 25bb9da fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago