1. 897c072 efi_loader: add missing runtime services stubs by Heinrich Schuchardt · Fri Feb 09 20:41:21 2018 +0100
  2. 717c458 efi_loader: create stub for CreateEventEx by Heinrich Schuchardt · Sun Feb 04 23:05:13 2018 +0100
  3. b1fbb21 efi_loader: fix ExitBootServices by Heinrich Schuchardt · Fri Jan 19 20:24:52 2018 +0100
  4. 0844f79 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions by Heinrich Schuchardt · Fri Jan 19 20:24:48 2018 +0100
  5. b7cb8b4 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · Thu Jan 11 08:16:09 2018 +0100
  6. 0484061 efi_loader: fix signature of efi_disconnect_controller by Heinrich Schuchardt · Thu Jan 11 08:16:03 2018 +0100
  7. 760255f efi_loader: implement ConnectController by Heinrich Schuchardt · Thu Jan 11 08:16:02 2018 +0100
  8. e2dcb9a efi_loader: support device path for IDE and SCSI disks by Heinrich Schuchardt · Mon Dec 11 12:56:44 2017 +0100
  9. 8b28d5c efi_loader: efi_gop: use correct types for parameters by Heinrich Schuchardt · Thu Oct 26 19:25:51 2017 +0200
  10. 798a441 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · Mon Nov 06 21:17:48 2017 +0100
  11. f8d4ec3 efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · Mon Nov 06 21:17:47 2017 +0100
  12. 14e1ac2 efi_loader: remove unused typedef for INTN by Heinrich Schuchardt · Mon Nov 06 21:17:46 2017 +0100
  13. 87ef001 efi_loader: console support for color attributes by Rob Clark · Tue Oct 10 08:23:01 2017 -0400
  14. 18ceba7 efi_loader: Add mem-mapped for fallback by Rob Clark · Tue Oct 10 08:23:06 2017 -0400
  15. f66b2e3 efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · Thu Oct 05 16:36:03 2017 +0200
  16. e371c5f efi_loader: fix efi_net_get_status by Heinrich Schuchardt · Thu Oct 05 16:36:02 2017 +0200
  17. d54396a efi_loader: fill simple network protocol revision by Heinrich Schuchardt · Thu Oct 05 16:35:57 2017 +0200
  18. 4137227 efi_loader: correct bits of receive_filters bit mask by Heinrich Schuchardt · Thu Oct 05 16:35:56 2017 +0200
  19. 530ba8a efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL by Heinrich Schuchardt · Thu Oct 05 16:35:55 2017 +0200
  20. 4df5dc5 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · Thu Oct 05 16:35:54 2017 +0200
  21. e547c66 efi_loader: pass GUIDs as const efi_guid_t * by Heinrich Schuchardt · Thu Oct 05 16:35:53 2017 +0200
  22. d0a349e efi_loader: parameters of CopyMem and SetMem by Heinrich Schuchardt · Thu Oct 05 16:35:52 2017 +0200
  23. 1ef185d efi_loader: Some console improvements for vidconsole by Rob Clark · Wed Sep 13 18:05:44 2017 -0400
  24. 325ea8b efi_loader: file_path should be variable length by Rob Clark · Wed Sep 13 18:05:39 2017 -0400
  25. c84c110 efi_loader: add bootmgr by Rob Clark · Wed Sep 13 18:05:38 2017 -0400
  26. 5314203 efi_loader: add file/filesys support by Rob Clark · Wed Sep 13 18:05:34 2017 -0400
  27. 85dd721 efi_loader: flesh out device-path to text by Rob Clark · Wed Sep 13 18:05:30 2017 -0400
  28. 18e73d3 efi_loader: drop redundant efi_device_path_protocol by Rob Clark · Wed Sep 13 18:05:29 2017 -0400
  29. f90cb9f efi_loader: add device-path utils by Rob Clark · Wed Sep 13 18:05:28 2017 -0400
  30. 6d3ce76 efi: add some more device path structures by Peter Jones · Wed Sep 13 18:05:27 2017 -0400
  31. 88aab26 efi: add some missing __packed by Rob Clark · Wed Sep 13 18:05:26 2017 -0400
  32. 49f7b4b efi_loader: expose protocols via GUID by Rob Clark · Mon Jul 24 10:39:01 2017 -0400
  33. 3ecc6bd efi_loader: parameter types for CreateEvent, SetTimer by xypron.glpk@gmx.de · Wed Jul 19 19:22:34 2017 +0200
  34. 48df209 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · Tue Jul 18 20:17:19 2017 +0200
  35. 3070823 efi_loader: implement multiple event support by xypron.glpk@gmx.de · Tue Jul 18 20:17:18 2017 +0200
  36. cdbf3ac efi_loader: use struct efi_event * instead of void * by xypron.glpk@gmx.de · Tue Jul 18 20:17:17 2017 +0200
  37. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · Tue Jul 11 22:06:25 2017 +0200
  38. 0581fa8 efi_loader: implement InstallProtocolInterface by xypron.glpk@gmx.de · Tue Jul 11 22:06:16 2017 +0200
  39. 00cfc6a efi_loader: run CreateEvent() notify function based on flags by Jonathan Gray · Sun Mar 12 19:26:06 2017 +1100
  40. 5c861d4 efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · Mon Oct 24 10:47:01 2016 -0700
  41. 66f96e1 smbios: Expose in efi_loader as table by Alexander Graf · Fri Aug 19 01:23:29 2016 +0200
  42. 988c066 efi_loader: Add exit support by Alexander Graf · Fri May 20 23:28:23 2016 +0200
  43. 94c4b99 efi_loader: Add network access support by Alexander Graf · Fri May 06 21:01:01 2016 +0200
  44. 3491ee7 efi_loader: Increase path string to 32 characters by Alexander Graf · Mon Apr 11 16:16:20 2016 +0200
  45. d65783d efi_loader: Add GOP support by Alexander Graf · Tue Mar 15 18:38:21 2016 +0100
  46. 3ad57b4 include/efi_api.h: Add more detailed API definitions by Alexander Graf · Fri Mar 04 01:09:57 2016 +0100
  47. 9539e69 efi: Add start-up library code by Simon Glass · Fri Jul 31 09:31:36 2015 -0600