1. 80bec96 armv8: ls1046ardb: Enable IFC for SPL build by York Sun · 6 years ago
  2. 1dc4dea arm64: ls1012a: enable DM support for sata by Yuantian Tang · 6 years ago
  3. 79ed61e scsi: ceva: add ls1012a soc support by Yuantian Tang · 6 years ago
  4. 86bff2b armv8: dts: fsl-ls1012a: add sata node support by Yuantian Tang · 6 years ago
  5. ed167eb armv8: fsl: remove sata support by Yuantian Tang · 6 years ago
  6. 61ab8aa armv8: layerscape: Enabled I-cache for SPL boot by York Sun · 6 years ago
  7. 02d8dc9 armv8: ls1046ardb: ls1046aqds: Move SPL macros to defconfig by York Sun · 6 years ago
  8. 32dab91 armv8: ls2088ardb: Move CONFIG_SPI_FLASH, CONFIG_SPI_FLASH_SPANSION to defconfig by Ashish Kumar · 6 years ago
  9. e90cc47 configs: Disable 4k erase sector size for spansion "s25fs512s" flash by Ashish Kumar · 6 years ago
  10. fe6636f LS1088ARDB: Secure Boot:Change load address of dpl header in SD by Vinitha V Pillai · 6 years ago
  11. a7943fd armv8: ls2080ardb: update copyright claim by Alison Wang · 6 years ago
  12. d264fad LS1043ARBD: Fix SD Boot issue with PPA by Vinitha V Pillai · 6 years ago
  13. f4ef476 armv8: ls1088a: change dpl load command from apply to lazyapply by Jagdish Gediya · 6 years ago
  14. 1341533 cmd/ubi.c: Fix format warning by Tom Rini · 6 years ago
  15. ff6bef4 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  16. de4b4ef Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  17. 08fcdd3 Makefile: Fix 'clean' target by Tom Rini · 6 years ago
  18. 0b8a88a MAINTAINERS: assign lib/charset.c by Heinrich Schuchardt · 6 years ago
  19. 8c588a58 efi_selftest: unit test for GetTime() by Heinrich Schuchardt · 6 years ago
  20. 42e2b56 efi_selftest: support printing leading zeroes by Heinrich Schuchardt · 6 years ago
  21. 49de245 efi_loader: complete implementation of GetTime() by Heinrich Schuchardt · 6 years ago
  22. 197005a efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · 6 years ago
  23. 5d88902 rtc: remove CONFIG_CMD_DATE dependency by Heinrich Schuchardt · 6 years ago
  24. 62045b0 efi_selftest: unit test for CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  25. 74fc044 efi_selftest: check crc32 for InstallConfigurationTable by Heinrich Schuchardt · 6 years ago
  26. 55d8ee3 efi_loader: update crc32 in InstallConfigurationTable by Heinrich Schuchardt · 6 years ago
  27. 8aa8360 efi_loader: correct signature of CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  28. 9b30232 efi_selftest: test InstallConfigurationTable() by Heinrich Schuchardt · 6 years ago
  29. 4182a12 efi_loader: allocate configuration table array by Heinrich Schuchardt · 6 years ago
  30. 640adad efi_loader: calculate crc32 for EFI tables by Heinrich Schuchardt · 6 years ago
  31. 0b38653 efi_loader: provide firmware revision by Heinrich Schuchardt · 6 years ago
  32. 71c846a efi_loader: correct headersize EFI tables by Heinrich Schuchardt · 6 years ago
  33. bdfb894 efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE by Heinrich Schuchardt · 6 years ago
  34. 112f243 efi_loader: specify UEFI spec revision by Heinrich Schuchardt · 6 years ago
  35. e67ff94 efi_loader: clear screen has to reset cursor position by Heinrich Schuchardt · 6 years ago
  36. 4f18789 efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset() by Heinrich Schuchardt · 6 years ago
  37. 9514731 efi_loader: set revision in loaded image protocol by Heinrich Schuchardt · 6 years ago
  38. df76431 efi_driver: set DM_FLAG_NAME_ALLOCED flag by Heinrich Schuchardt · 6 years ago
  39. 1bfb157 efi_selftest: test writing to file by Heinrich Schuchardt · 6 years ago
  40. 0dc1bfb fs: fat: cannot write to subdirectories by Heinrich Schuchardt · 6 years ago
  41. 1fcb7ea efi_loader: check map_key in ExitBootServices by Heinrich Schuchardt · 6 years ago
  42. 8e83555 efi_loader: check parameters of GetMemoryMap by Heinrich Schuchardt · 6 years ago
  43. 4d5e071 efi_loader: check parameters in memory allocation by Heinrich Schuchardt · 6 years ago
  44. 21b3edf efi_loader: check parameters of CreateEvent by Heinrich Schuchardt · 6 years ago
  45. 42a3d42 x86: Add efi_loader bits to x86_64 linker script by Alexander Graf · 6 years ago
  46. 7e21fbc efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  47. 416e07e efi: Drop error return in efi_carve_out_dt_rsv() by Simon Glass · 6 years ago
  48. bc9a638 efi: Tidy up device-tree-size calculation in copy_fdt() by Simon Glass · 6 years ago
  49. 404ea59 efi_selftest: Clean up a few comments and messages by Simon Glass · 6 years ago
  50. d7ae160 vsprintf: Handle NULL with %pU by Simon Glass · 6 years ago
  51. 282a06c efi_loader: Expose U-Boot addresses in memory map for sandbox by Alexander Graf · 6 years ago
  52. 69259b8 efi: sandbox: Adjust memory usage for sandbox by Simon Glass · 6 years ago
  53. b34662d efi_loader: Use common elf.h reloc defines by Alexander Graf · 6 years ago
  54. dae73c4 elf: Move x86 reloc defines to common elf.h by Alexander Graf · 6 years ago
  55. bc02891 efi_loader: Move to compiler based target architecture determination by Alexander Graf · 6 years ago
  56. beb077a efi_loader: Introduce ms abi vararg helpers by Alexander Graf · 6 years ago
  57. c034bfa efi_loader: Disable miniapps on sandbox by Alexander Graf · 6 years ago
  58. aa90946 efi_loader: efi_allocate_pages is too restrictive by Heinrich Schuchardt · 6 years ago
  59. 62f3757 efi_loader: Allow SMBIOS tables in highmem by Alexander Graf · 6 years ago
  60. 354264b efi_loader: Use map_sysmem() in bootefi command by Alexander Graf · 6 years ago
  61. b59f697 efi_loader: Use compiler constants for image loader by Alexander Graf · 6 years ago
  62. c726913 Revert "efi_loader: no support for ARMV7_NONSEC=y" by Mark Kettenis · 6 years ago
  63. d32e86b ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supported by Mark Kettenis · 6 years ago
  64. f17f200 efi_loader: ARM: don't attempt to enter non-secure mode twice by Mark Kettenis · 6 years ago
  65. dc500c3 efi_loader: ARM: run EFI payloads non-secure by Mark Kettenis · 6 years ago
  66. 907ee29 ARM: HYP/non-sec: migrate stack by Mark Kettenis · 6 years ago
  67. f260bd3 efi_selftest: update .gitignore by Heinrich Schuchardt · 6 years ago
  68. 73a555d Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 6 years ago
  69. 7ef5b1e ARM: uniphier: enable distro boot by Masahiro Yamada · 6 years ago
  70. ae7a0d5 ARM: uniphier: enable MTD partition and UBI by Masahiro Yamada · 6 years ago
  71. bb04d2e ARM: uniphier: support fdt_fixup_mtdparts by Masahiro Yamada · 6 years ago
  72. 65fce76 ARM: uniphier: split ft_board_setup() out to a separate file by Masahiro Yamada · 6 years ago
  73. e968715 ARM: uniphier: clean-up ft_board_setup() by Masahiro Yamada · 6 years ago
  74. b35fb6a board: constify struct node_info array by Masahiro Yamada · 6 years ago
  75. 5f4e32d fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  76. 4a610fa mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · 6 years ago
  77. 0dc4add kconfig: Avoid format overflow warning from GCC 8.1 by Luis Araneda · 6 years ago
  78. 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
  79. 64eeb15 ARM: dts: socfpga: Adjust NAND register layout on Arria10 by Marek Vasut · 7 years ago
  80. 42f4b83 ARM: socfpga: Init missing security policies on A10 by Marek Vasut · 6 years ago
  81. 937db71 ARM: socfpga: Assure correct CPACR configuration by Marek Vasut · 6 years ago
  82. 00057ee arm: socfpga: Fixes: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  83. 7ca264f mailmap: Fix broken email from fit_image.c by Michal Simek · 6 years ago
  84. 44d1b7d configs: am3517-evm: Setup NAND booting by Adam Ford · 6 years ago
  85. a745a33 ARM: AM3517-EVM: Update Maintainer by Adam Ford · 6 years ago
  86. 0cd07a9 config: remove unused CONFIG_SPL_RELOC_STACK_SIZE by Heinrich Schuchardt · 6 years ago
  87. ad7061e doc: Move device tree bindings documentation to doc/device-tree-bindings by Breno Lima · 6 years ago
  88. 4a8b6e0 mkimage: fit_image: Use macros from image.h by Michal Simek · 6 years ago
  89. 69ca343 omap3: beagle: re-enable EFI support after the following commit removed it by mistake: by Guillaume GARDET · 6 years ago
  90. 02db548 spl: remove dependency to "asm/utils.h" by Paulo Zaneti · 6 years ago
  91. f1b20ac hashtable: Fix length calculation in hexport_r by Zubair Lutfullah Kakakhel · 6 years ago
  92. e9ee739 avb2.0: use block API in AVB ops by Igor Opaniuk · 6 years ago
  93. b0aa74a avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  94. 149c21b mtdparts: fixed buffer overflow bug by Kay Potthoff · 6 years ago
  95. 4807c40 board: STiH410-B2260: Set SYS_BOOTM_LEN to 16M by Patrice Chotard · 6 years ago
  96. 980f65d mtd: remove stale comment in mtd_oob_ops structure by Miquel Raynal · 6 years ago
  97. 8cffb50 rtc: compile date.c if DM_RTC by AKASHI Takahiro · 6 years ago
  98. 323a73a mtd: nand: add new enum for storing ECC algorithm by Rafał Miłecki · 6 years ago
  99. d5674d6 ARM: configs: omap3_logic: remove Legacy OMAP3 USB driver by Adam Ford · 6 years ago
  100. 5d653af Convert CONFIG_DA8XX_GPIO to Kconfig by Adam Ford · 6 years ago