1. d9b0350 Add PATENTS file by George Kulakowski · 7 years ago main master
  2. ab4783a Deprecate the gigaboot20x6 repo by Tim Kilbourn · 8 years ago
  3. 80eef66 [gigaboot] Delete gnu-efi and stop doing relocations at runtime by Tim Kilbourn · 8 years ago
  4. 59aba9d [efi] Replace gnu-efi with a new UEFI lib by Tim Kilbourn · 8 years ago
  5. 0646848 [lib] static_assert() and read/write() registers by Brian Swetland · 8 years ago
  6. 3a49c6a [libc] provide stdbool.h by Brian Swetland · 8 years ago
  7. 37419b3 [osboot] pass mmio of xhci for use of early usb debug driver by Brian Swetland · 8 years ago
  8. fe6d3e0 [utils] find a pci device by class/subclass/interface and get bar[0] mmio by Tim Kilbourn · 8 years ago
  9. 1fca82a [efi] rename header for managed network protocol by Brian Swetland · 8 years ago
  10. c2b42bf [efi] header for pci root bridge io protocol by Tim Kilbourn · 8 years ago
  11. d98d899 [osboot] Support setting fb modes from cmdline by Tim Kilbourn · 8 years ago
  12. b1be278 [lib] Free pages using the correct method by Tim Kilbourn · 8 years ago
  13. 556875a [osboot] Add commandline parsing to gigaboot by Tim Kilbourn · 8 years ago
  14. f2e95d1 [lib] Add more libc impls by Tim Kilbourn · 8 years ago
  15. 8e2c838 [osboot] Refactor magenta loading code out of osboot by Tim Kilbourn · 8 years ago
  16. dadce21 [osboot] Boot prompt for gigaboot by Tim Kilbourn · 8 years ago
  17. 6a764fc [osboot] Remove Ax8872b driver by Tim Kilbourn · 8 years ago
  18. a1af78e Align license and license banners with Fuchsia by Tim Kilbourn · 8 years ago
  19. e046af3 [osboot] Update framebuffer format to match new magenta constants by Tim Kilbourn · 8 years ago
  20. 380b232 [netifc] Correct SimpleNetworkProtocol handling by Christopher Anderson · 8 years ago
  21. b596989 [osboot] Raise our priority during netboot by Christopher Anderson · 8 years ago
  22. eeea0b6 [netifc] Improve interface polling time by Christopher Anderson · 8 years ago
  23. 314a82f [utils] Add strlen_16 by Christopher Anderson · 8 years ago
  24. ab9ce0a [gfx] Clean up display by Christopher Anderson · 8 years ago
  25. 2088ba8 [utils] Add efi_wstrerror for use with CHAR16 by Christopher Anderson · 8 years ago
  26. 25db4d8 [osboot] Ensure loaded images are page aligned by Christopher Anderson · 8 years ago
  27. 40b82f9 [efi] Add MNP headers from the UEFI 2.6 spec by Christopher Anderson · 8 years ago
  28. 0437808 Rename libstuff to libutils and add strerror by Christopher Anderson · 8 years ago
  29. 08c8f4d [netifc] Search all available net interfaces for a link. by Christopher Anderson · 8 years ago
  30. 7b04b52 Update NOTES.txt. by Christopher Anderson · 8 years ago
  31. 389fa42 [make] Add qemu-e1000 target by Christopher Anderson · 8 years ago
  32. f9e0c84 [make] Update QEMU_OPTS in Makefile by Christopher Anderson · 8 years ago
  33. a23e218 Create scripts/ dir. Move bootmagenta there and add udev rules. by Christopher Anderson · 8 years ago
  34. 0c22b3f Port Ax88772 driver from EDK to gnu-efi and add to build. by Christopher Anderson · 8 years ago
  35. 323c8f4 [build] Don't assume all source files are in ./src by Christopher Anderson · 8 years ago
  36. 3e4bf04 Pull over Ax88772 driver from edk2 by Christopher Anderson · 8 years ago
  37. a386504 [build] Move gnu-efi clean to all-clean, make clean just gigaboot. by Christopher Anderson · 8 years ago
  38. 1c044a0 [build] Allow default app to be specified via APP= on cmdline by Christopher Anderson · 8 years ago
  39. 1bfdcc8 [usbtest] Wait before exiting. by Christopher Anderson · 8 years ago
  40. d733490 [cmdline] Null-terminate cmdline by Todd Eisenberger · 8 years ago
  41. 2be2b4f [cmdline] Add support for a cmdline file by Todd Eisenberger · 8 years ago
  42. bec6c71 [osboot] handle commandline via netboot, increase buffer sizes by Brian Swetland · 8 years ago
  43. 41e70ca [build] Clean out third_party/gnu-efi when running 'make clean' by Christopher Anderson · 8 years ago
  44. 0c456af [osboot] support ramdisks via netboot or flash drive by Brian Swetland · 8 years ago
  45. b23401b [cleanup] fix build post-clang-format by Brian Swetland · 8 years ago
  46. 200bbc6 [cleanup] clang-format source (using magenta style) by Brian Swetland · 8 years ago
  47. 0e58c6d [cleanup] move lk printf implementation to third_party/lk by Brian Swetland · 8 years ago
  48. ee3bcec [cleanup] add missing license banners on source code by Brian Swetland · 8 years ago
  49. 813e685 [cleanup] license banners on makefiles and scripts by Brian Swetland · 8 years ago
  50. 352aef4 [osboot] bump download buffer to 16MB by Brian Swetland · 8 years ago
  51. c550269 [inet6] fix udp checksum by Brian Swetland · 8 years ago
  52. 956ed07 [zeropage] Fix handling of image size by Todd Eisenberger · 8 years ago
  53. f0be074 [build] install osboot as bootloader in disk.img by Brian Swetland · 8 years ago
  54. d404429 Move all external code to third_party by Petr Hosek · 8 years ago
  55. 02ce83f Change the license to Apache 2.0 by Petr Hosek · 8 years ago
  56. d68a55e [netboot] Fix build, don't hardcode binary name. by John Grossman · 8 years ago
  57. ee2e6db [osboot] launch kernel when ExitBootServices() works on the first call by Brian Swetland · 8 years ago
  58. 95c98fd [osboot] copy our memtable to zeropage, not the other way 'round by Brian Swetland · 8 years ago
  59. dd379b8 [netboot] provide mechanism to shut down netboot and netifc by Brian Swetland · 8 years ago
  60. b9df2ff [nbserver] retransmit only on timeout, not on bogus packets by Brian Swetland · 8 years ago
  61. b335592 [nbserver] drain advertise listen socket after booting by Brian Swetland · 8 years ago
  62. 10fcdb3 [gigaboot20x6] initial source code and docs by Brian Swetland · 8 years ago
  63. 2a4ddba [ovmf] mirror of OVMF-X64-r15214.zip by Brian Swetland · 8 years ago
  64. eecb136 [edk2] UsbIo Protocol Headers by Brian Swetland · 8 years ago
  65. 4000b42 [gnu-efi] always use the external stdint.h by Brian Swetland · 8 years ago
  66. 2b185a2 [gnu-efi] mirror as of 6605c16fc8b1fd3b2085364902d1fa73aa7fad76 by Brian Swetland · 8 years ago
  67. 4962e83 [lib] import printf from lk by Brian Swetland · 8 years ago
  68. d6f4266 ignore build directory by Brian Swetland · 8 years ago
  69. 2768e9e Add .gitignore by Christopher Lane · 8 years ago