1. f40a31e sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  2. b96ced9 sandbox: eth-raw: Make random MAC addresses available to eth-raw by Joe Hershberger · 6 years ago
  3. c9e2caf sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  4. ac13270 sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  5. 8c7988b net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  6. b32dd18 net: sandbox: Convert sandbox mock eth driver to livetree by Joe Hershberger · 6 years ago
  7. c25f406 net: Correct comment in Kconfig by Joe Hershberger · 6 years ago
  8. 50ed0ef sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · 6 years ago
  9. 68acb51 net: Only call halt on a driver that has been init'ed by Joe Hershberger · 6 years ago
  10. c6fa51a sandbox: Fix format of fake-host-hwaddr in test.dts by Joe Hershberger · 6 years ago
  11. 97367df sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · 6 years ago
  12. 82a115f sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  13. b2f58d8 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  14. 86b840b drivers/ddr/fsl: fix '__hwconfig without a buffer' messages by Jeremy Gebben · 6 years ago
  15. 038b965 armv8: ls1046ardb: Add falcon mode for for QSPI boot by York Sun · 6 years ago
  16. 9960609 armv8: layerscape: spl: Initialize QSPI AHB for QSPI boot by York Sun · 6 years ago
  17. 7550dbe spl: Add option SPL_PAYLOAD by York Sun · 6 years ago
  18. 67b4f53 powerpc: mpc85xx: Drop u-boot-with-spl.bin on selected boards by York Sun · 6 years ago
  19. 18b6dd6 armv8: layerscape: Drop u-boot-with-spl.bin for selected boards by York Sun · 6 years ago
  20. 80bec96 armv8: ls1046ardb: Enable IFC for SPL build by York Sun · 6 years ago
  21. 1dc4dea arm64: ls1012a: enable DM support for sata by Yuantian Tang · 6 years ago
  22. 79ed61e scsi: ceva: add ls1012a soc support by Yuantian Tang · 6 years ago
  23. 86bff2b armv8: dts: fsl-ls1012a: add sata node support by Yuantian Tang · 6 years ago
  24. ed167eb armv8: fsl: remove sata support by Yuantian Tang · 6 years ago
  25. 61ab8aa armv8: layerscape: Enabled I-cache for SPL boot by York Sun · 6 years ago
  26. 02d8dc9 armv8: ls1046ardb: ls1046aqds: Move SPL macros to defconfig by York Sun · 6 years ago
  27. 32dab91 armv8: ls2088ardb: Move CONFIG_SPI_FLASH, CONFIG_SPI_FLASH_SPANSION to defconfig by Ashish Kumar · 6 years ago
  28. e90cc47 configs: Disable 4k erase sector size for spansion "s25fs512s" flash by Ashish Kumar · 6 years ago
  29. fe6636f LS1088ARDB: Secure Boot:Change load address of dpl header in SD by Vinitha V Pillai · 6 years ago
  30. a7943fd armv8: ls2080ardb: update copyright claim by Alison Wang · 6 years ago
  31. d264fad LS1043ARBD: Fix SD Boot issue with PPA by Vinitha V Pillai · 6 years ago
  32. f4ef476 armv8: ls1088a: change dpl load command from apply to lazyapply by Jagdish Gediya · 6 years ago
  33. 1341533 cmd/ubi.c: Fix format warning by Tom Rini · 6 years ago
  34. ff6bef4 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  35. de4b4ef Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  36. 08fcdd3 Makefile: Fix 'clean' target by Tom Rini · 6 years ago
  37. 0b8a88a MAINTAINERS: assign lib/charset.c by Heinrich Schuchardt · 6 years ago
  38. 8c588a58 efi_selftest: unit test for GetTime() by Heinrich Schuchardt · 6 years ago
  39. 42e2b56 efi_selftest: support printing leading zeroes by Heinrich Schuchardt · 6 years ago
  40. 49de245 efi_loader: complete implementation of GetTime() by Heinrich Schuchardt · 6 years ago
  41. 197005a efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · 6 years ago
  42. 5d88902 rtc: remove CONFIG_CMD_DATE dependency by Heinrich Schuchardt · 6 years ago
  43. 62045b0 efi_selftest: unit test for CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  44. 74fc044 efi_selftest: check crc32 for InstallConfigurationTable by Heinrich Schuchardt · 6 years ago
  45. 55d8ee3 efi_loader: update crc32 in InstallConfigurationTable by Heinrich Schuchardt · 6 years ago
  46. 8aa8360 efi_loader: correct signature of CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  47. 9b30232 efi_selftest: test InstallConfigurationTable() by Heinrich Schuchardt · 6 years ago
  48. 4182a12 efi_loader: allocate configuration table array by Heinrich Schuchardt · 6 years ago
  49. 640adad efi_loader: calculate crc32 for EFI tables by Heinrich Schuchardt · 6 years ago
  50. 0b38653 efi_loader: provide firmware revision by Heinrich Schuchardt · 6 years ago
  51. 71c846a efi_loader: correct headersize EFI tables by Heinrich Schuchardt · 6 years ago
  52. bdfb894 efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE by Heinrich Schuchardt · 6 years ago
  53. 112f243 efi_loader: specify UEFI spec revision by Heinrich Schuchardt · 6 years ago
  54. e67ff94 efi_loader: clear screen has to reset cursor position by Heinrich Schuchardt · 6 years ago
  55. 4f18789 efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset() by Heinrich Schuchardt · 6 years ago
  56. 9514731 efi_loader: set revision in loaded image protocol by Heinrich Schuchardt · 6 years ago
  57. df76431 efi_driver: set DM_FLAG_NAME_ALLOCED flag by Heinrich Schuchardt · 6 years ago
  58. 1bfb157 efi_selftest: test writing to file by Heinrich Schuchardt · 6 years ago
  59. 0dc1bfb fs: fat: cannot write to subdirectories by Heinrich Schuchardt · 6 years ago
  60. 1fcb7ea efi_loader: check map_key in ExitBootServices by Heinrich Schuchardt · 6 years ago
  61. 8e83555 efi_loader: check parameters of GetMemoryMap by Heinrich Schuchardt · 6 years ago
  62. 4d5e071 efi_loader: check parameters in memory allocation by Heinrich Schuchardt · 6 years ago
  63. 21b3edf efi_loader: check parameters of CreateEvent by Heinrich Schuchardt · 6 years ago
  64. 42a3d42 x86: Add efi_loader bits to x86_64 linker script by Alexander Graf · 6 years ago
  65. 7e21fbc efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  66. 416e07e efi: Drop error return in efi_carve_out_dt_rsv() by Simon Glass · 6 years ago
  67. bc9a638 efi: Tidy up device-tree-size calculation in copy_fdt() by Simon Glass · 6 years ago
  68. 404ea59 efi_selftest: Clean up a few comments and messages by Simon Glass · 6 years ago
  69. d7ae160 vsprintf: Handle NULL with %pU by Simon Glass · 6 years ago
  70. 282a06c efi_loader: Expose U-Boot addresses in memory map for sandbox by Alexander Graf · 6 years ago
  71. 69259b8 efi: sandbox: Adjust memory usage for sandbox by Simon Glass · 6 years ago
  72. b34662d efi_loader: Use common elf.h reloc defines by Alexander Graf · 6 years ago
  73. dae73c4 elf: Move x86 reloc defines to common elf.h by Alexander Graf · 6 years ago
  74. bc02891 efi_loader: Move to compiler based target architecture determination by Alexander Graf · 6 years ago
  75. beb077a efi_loader: Introduce ms abi vararg helpers by Alexander Graf · 6 years ago
  76. c034bfa efi_loader: Disable miniapps on sandbox by Alexander Graf · 6 years ago
  77. aa90946 efi_loader: efi_allocate_pages is too restrictive by Heinrich Schuchardt · 6 years ago
  78. 62f3757 efi_loader: Allow SMBIOS tables in highmem by Alexander Graf · 6 years ago
  79. 354264b efi_loader: Use map_sysmem() in bootefi command by Alexander Graf · 6 years ago
  80. b59f697 efi_loader: Use compiler constants for image loader by Alexander Graf · 6 years ago
  81. c726913 Revert "efi_loader: no support for ARMV7_NONSEC=y" by Mark Kettenis · 6 years ago
  82. d32e86b ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supported by Mark Kettenis · 6 years ago
  83. f17f200 efi_loader: ARM: don't attempt to enter non-secure mode twice by Mark Kettenis · 6 years ago
  84. dc500c3 efi_loader: ARM: run EFI payloads non-secure by Mark Kettenis · 6 years ago
  85. 907ee29 ARM: HYP/non-sec: migrate stack by Mark Kettenis · 6 years ago
  86. f260bd3 efi_selftest: update .gitignore by Heinrich Schuchardt · 6 years ago
  87. 73a555d Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 6 years ago
  88. 7ef5b1e ARM: uniphier: enable distro boot by Masahiro Yamada · 6 years ago
  89. ae7a0d5 ARM: uniphier: enable MTD partition and UBI by Masahiro Yamada · 6 years ago
  90. bb04d2e ARM: uniphier: support fdt_fixup_mtdparts by Masahiro Yamada · 6 years ago
  91. 65fce76 ARM: uniphier: split ft_board_setup() out to a separate file by Masahiro Yamada · 6 years ago
  92. e968715 ARM: uniphier: clean-up ft_board_setup() by Masahiro Yamada · 6 years ago
  93. b35fb6a board: constify struct node_info array by Masahiro Yamada · 6 years ago
  94. 5f4e32d fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  95. 4a610fa mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · 6 years ago
  96. 0dc4add kconfig: Avoid format overflow warning from GCC 8.1 by Luis Araneda · 6 years ago
  97. a6759e3 ARM: rmobile: gen2: Enable ACTLR[0] (Enable invalidates of BTB) to facilitate CVE_2017-5715 WA in OS by Marek Vasut · 6 years ago
  98. 64eeb15 ARM: dts: socfpga: Adjust NAND register layout on Arria10 by Marek Vasut · 6 years ago
  99. 42f4b83 ARM: socfpga: Init missing security policies on A10 by Marek Vasut · 6 years ago
  100. 937db71 ARM: socfpga: Assure correct CPACR configuration by Marek Vasut · 6 years ago