1. 778e6af efi_loader: print GUIDs by Rob Clark · 7 years ago
  2. 4657a3f efi_loader: set loaded image code/data type properly by Rob Clark · 7 years ago
  3. 61b7e22 efi_loader: file_path should be variable length by Rob Clark · 7 years ago
  4. 9975fe9 efi_loader: add bootmgr by Rob Clark · 7 years ago
  5. ad644e7 efi_loader: efi variable support by Rob Clark · 7 years ago
  6. 946160f efi_loader: make pool allocations cacheline aligned by Rob Clark · 7 years ago
  7. 838ee4b efi_loader: support load_image() from a file-path by Rob Clark · 7 years ago
  8. 2a92080 efi_loader: add file/filesys support by Rob Clark · 7 years ago
  9. 95c5553 efi_loader: refactor boot device and loaded_image handling by Rob Clark · 7 years ago
  10. e15fc33 efi_loader: use proper device-paths for net by Rob Clark · 7 years ago
  11. 884bcf6 efi_loader: use proper device-paths for partitions by Rob Clark · 7 years ago
  12. adae431 efi_loader: flesh out device-path to text by Rob Clark · 7 years ago
  13. 9309a1b efi_loader: drop redundant efi_device_path_protocol by Rob Clark · 7 years ago
  14. b66c60d efi_loader: add device-path utils by Rob Clark · 7 years ago
  15. c80214c efi: add some more device path structures by Peter Jones · 7 years ago
  16. a8606ef efi: add some missing __packed by Rob Clark · 7 years ago
  17. ff98cb9 part: extract MBR signature from partitions by Peter Jones · 7 years ago
  18. 0d6ab32 part: move efi_guid_t by Rob Clark · 7 years ago
  19. 0923876 efi_selftest: check notification of ExitBootServices by Heinrich Schuchardt · 7 years ago
  20. 152a263 efi_loader: notify when ExitBootServices is invoked by Heinrich Schuchardt · 7 years ago
  21. 1835f6e efi_selftest: test task priority levels by Heinrich Schuchardt · 7 years ago
  22. 32f4b2f efi_loader: implement task priority level (TPL) by Heinrich Schuchardt · 7 years ago
  23. bd12669 efi_selftest: provide unit test for event services by Heinrich Schuchardt · 7 years ago
  24. 2eca845 efi_loader: efi_set_timer: reset signaled state by Heinrich Schuchardt · 7 years ago
  25. ca62a4f efi_loader: implement queueing of the notification function by Heinrich Schuchardt · 7 years ago
  26. 38b1b79 test/py: add a test calling the EFI selftest by Heinrich Schuchardt · 7 years ago
  27. 623b3a5 efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · 7 years ago
  28. ea630ce efi_loader: allow return value in EFI_CALL by Heinrich Schuchardt · 7 years ago
  29. 29f1a36 efi_loader: fix typo in include/efi.h by Heinrich Schuchardt · 7 years ago
  30. 591cf2e efi_loader: avoid obscure constants in efi_runtime.c by Heinrich Schuchardt · 7 years ago
  31. eefa0a6 EFI: find EFI system partition by legacy MBR partition type by Andre Przywara · 7 years ago
  32. c96967e efi_loader: usage of always in Makefile by Heinrich Schuchardt · 7 years ago
  33. b076310 scripts/Makefile.lib: generalize building built in EFI app by Heinrich Schuchardt · 7 years ago
  34. 5e44489 efi_loader: rename __efi_hello_world_* by Heinrich Schuchardt · 7 years ago
  35. d6507e6 scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so: by Heinrich Schuchardt · 7 years ago
  36. a148920 efi_loader: Fix efi_exit gd clobbering by Alexander Graf · 7 years ago
  37. ae0bd3a efi_loader: write protocol GUID in OpenProtocol by Heinrich Schuchardt · 7 years ago
  38. da94073 efi_loader: call __efi_exit_check in efi_exit by Heinrich Schuchardt · 7 years ago
  39. a80a232 efi_disk: efi_disk_rw_blocks is not an API function by Heinrich Schuchardt · 7 years ago
  40. 51c533f efi_loader: bootefi hello should use loadaddr by Heinrich Schuchardt · 7 years ago
  41. c07f382 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  42. 8a1c442 x86: ivybridge: remove unused variables by Heinrich Schuchardt · 7 years ago
  43. 2b2e9f6 x86: Enable early timer for chromebook_link by Simon Glass · 7 years ago
  44. d69bb0e bootstage: Provide a separate record count setting for SPL by Simon Glass · 7 years ago
  45. 066b25b bootstage: Drop unused options by Simon Glass · 7 years ago
  46. 2ff50f5 dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  47. 5ee94b4 board_f: Drop the timer after relocation by Simon Glass · 7 years ago
  48. eb45787 x86: Support Intel Cherry Hill board by Bin Meng · 7 years ago
  49. 507f102 x86: braswell: Disable PUNIT power configuration for B0 stepping by Bin Meng · 7 years ago
  50. fffad92 x86: braswell: Add FSP configuration by Bin Meng · 7 years ago
  51. e61a268 x86: braswell: Add microcode for B0/C0/D0 stepping SoC by Bin Meng · 7 years ago
  52. de9ac9a x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
  53. b3fd212 x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · 7 years ago
  54. 5df91f1 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · 7 years ago
  55. 6c22379 x86: dts: Include Intel Video BIOS Table in the ROM image by Bin Meng · 7 years ago
  56. 59ea8c2 tools: binman: Add a new entry type for Intel VBT by Bin Meng · 7 years ago
  57. ae3ca12 x86: Add Video BIOS Table (VBT) related Kconfig options by Bin Meng · 7 years ago
  58. 4ff333b x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · 7 years ago
  59. bb737ce x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · 7 years ago
  60. 3df39ef x86: tsc: Add Airmont reference clock values by Bin Meng · 7 years ago
  61. 08cebee Merge git://git.denx.de/u-boot-fdt by Tom Rini · 7 years ago
  62. 110ba62 test/py: gpt: make use of infra-structure by Stephen Warren · 7 years ago
  63. 079c92b ARM: davinci: Remove CONFIG_SOC_DA830 by Adam Ford · 7 years ago
  64. 8ce5fac arm: dts: Add missing u-boot specific dtsi for dra7-evm by Jean-Jacques Hiblot · 7 years ago
  65. a1e4bc6 arm: mach-omap2: Relax checks on OP-TEE location to allow pageable image by Harinarayan Bhatta · 7 years ago
  66. 725ffdb fs/fat: fix fatbuf leak by Rob Clark · 7 years ago
  67. 265edc0 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · 7 years ago
  68. 21a24c3 fs/fat: fix case for FAT shortnames by Rob Clark · 7 years ago
  69. 89191d6 fat/fs: move ls to generic implementation by Rob Clark · 7 years ago
  70. 41fa83d fat/fs: remove a bunch of dead code by Rob Clark · 7 years ago
  71. 1f40366 fs/fat: implement opendir/readdir/closedir by Rob Clark · 7 years ago
  72. 4bbcc96 fs: add fs_readdir() by Rob Clark · 7 years ago
  73. 8eafae2 fat/fs: convert to directory iterators by Rob Clark · 7 years ago
  74. c6e3baa fs/fat: introduce new director iterators by Rob Clark · 7 years ago
  75. 4544998 fs/fat: split out helper to init fsdata by Rob Clark · 7 years ago
  76. 1c7b5d0 Merge git://git.denx.de/u-boot-ubi by Tom Rini · 7 years ago
  77. c977226 Merge git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  78. cd3e8a7 test/py: u_boot_console_base.py: fix typo by Heinrich Schuchardt · 7 years ago
  79. 5c761ce checkpatch.pl: Add warning for new __packed additions by Heinrich Schuchardt · 7 years ago
  80. e2888a7 cmd: blk: Use LBAFU in the common block command by Bin Meng · 7 years ago
  81. 723b43d blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  82. ea28e48 test: overlay: Add unit test for stacked overlay by Pantelis Antoniou · 7 years ago
  83. 706708d ut: fix fdt_getprop_u32() change by Pantelis Antoniou · 7 years ago
  84. 1e9c439 config: sandbox: Add unit tests by Pantelis Antoniou · 7 years ago
  85. da0b3a9 dtbo: make dtbos special by Pantelis Antoniou · 7 years ago
  86. 56fc703 doc: overlays: Tweak documentation regarding overlays by Franklin S Cooper Jr · 7 years ago
  87. d80162c doc: Document how to apply fdt overlays by Pantelis Antoniou · 7 years ago
  88. 6b54e50 fit: fdt overlays doc by Pantelis Antoniou · 7 years ago
  89. 169043d fit: Introduce methods for applying overlays on fit-load by Pantelis Antoniou · 7 years ago
  90. 7c3dc77 fit: Do not throw away extra configuration on fit_image_load() by Pantelis Antoniou · 7 years ago
  91. ad026ad fit: Allow multiple images per property by Pantelis Antoniou · 7 years ago
  92. f00c36a fdt: Allow stacked overlays phandle references by Pantelis Antoniou · 7 years ago
  93. 81ecc5d fdt: Switch to using the verbose overlay application method by Pantelis Antoniou · 7 years ago
  94. fc7c318 fdt: Introduce helper method fdt_overlay_apply_verbose() by Pantelis Antoniou · 7 years ago
  95. 18c991c libfdt: Initialize the stack variable by Tien Fong Chee · 7 years ago
  96. d503114 dtoc: Add a header to the generated files by Simon Glass · 7 years ago
  97. b145b45 dtoc: Rename the auto-generated dt-structs.h file by Simon Glass · 7 years ago
  98. 634eba4 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
  99. bc79617 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  100. 35d5037 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago