1. 85e81df tint: Add USB support by Nicola Corna · 7 years ago
  2. 5fae829 libpayload: usbhub: Force enumeration of all connected ports on init by Julius Werner · 7 years ago
  3. fece39b nvramcui: Add USB support by Nicola Corna · 7 years ago
  4. b854ae2 libpayload-x86: Enable SSE and FPU when present by Patrick Rudolph · 7 years ago
  5. 77ced40 payloads/seabios: Add support for Hudson UART by Ricardo Ribalda Delgado · 7 years ago
  6. 08cf195 payloads/external/GRUB2: Add "git revision" to the GRUB2 version menu by Denis 'GNUtoo' Carikli · 8 years ago
  7. 7a543d2a libpayload: Add oak config by Paul Kocialkowski · 7 years ago
  8. 7c7b176 grub: Build module `boottime` by Paul Menzel · 7 years ago
  9. 898de61 libpayload: multiboot - support meminfo flag by Mathias Krause · 7 years ago
  10. d2f16ca libpayload: x86/head - implement argc/argv handling by Mathias Krause · 7 years ago
  11. 57dc93c libpayload: x86/exec - simplify and robustify the code by Mathias Krause · 7 years ago
  12. 7b681c5 libpayload: x86/main - propagate return value of main() by Mathias Krause · 7 years ago
  13. 9fa78c13 libpayload: x86/exec - fix argc/argv value passing by Mathias Krause · 7 years ago
  14. 901efea libpayload: x86/exec - fix return value passing by Mathias Krause · 7 years ago
  15. d42c38b libpayload: x86/exec - fix libpayload API magic value by Mathias Krause · 7 years ago
  16. fc18507 payloads/depthcharge: Allow generic libpayload config by Marshall Dawson · 8 years ago
  17. f9973b5 payloads/depthcharge: Specify revision to build by Marshall Dawson · 8 years ago
  18. 8f470c7 payloads/depthcharge: Use variable target name by Marshall Dawson · 8 years ago
  19. 9e33e27 payloads/depthcharge: Change make target from unified by Marshall Dawson · 8 years ago
  20. 8556db3 SeaBIOS Kconfig: Update logging by Martin Roth · 7 years ago
  21. b144a34 libpayload: fix build by Patrick Georgi · 7 years ago
  22. e7385d1 nvramcui: Declare variable outside for loop by Paul Menzel · 7 years ago
  23. 0ffef88 build system: don't run xcompile or git for %clean/%config targets by Patrick Georgi · 7 years ago
  24. 674e971 libpayload: drivers/keyboard: report power button events by Shelley Chen · 7 years ago
  25. 3e7f14b libpayload: Enable USB HID in veyron configuration by Paul Kocialkowski · 8 years ago
  26. c48d791 SeaBIOS: Add Kconfig option to set verbosity level by Stefan Tauner · 7 years ago
  27. 9a3f06d libpayload: usb: Reset ohci controller when trying to shutdown ohci by Jeffy Chen · 8 years ago
  28. b6cadc6 libpayload: Add VPD address into lib_sysinfo by Kan Yan · 7 years ago
  29. 7a9ec36 libpayload: Update ARM CrOS devices configuration by Paul Kocialkowski · 8 years ago
  30. 8fb72c9 payloads/GRUB2: Add Kconfig options for grub.cfg by Denis 'GNUtoo' Carikli · 7 years ago
  31. b5623de libpayload: usb: handle situation with no free device address by Patrick Georgi · 7 years ago
  32. a370ae8 libpayload: xhci: plug leak by Patrick Georgi · 7 years ago
  33. 61dac13 libpayload: timer: cast cpu_khz to make sure 64bit math is used by Patrick Georgi · 7 years ago
  34. 40843ef payloads/external/SeaBIOS: Bump version to 1.10.1 by Philipp Deppenwiese · 7 years ago
  35. 29d5be1 payloads/external: Download FILO over HTTPS by Jonathan Neuschäfer · 8 years ago
  36. b02e341 payloads/external: Download iPXE over HTTPS by Jonathan Neuschäfer · 8 years ago
  37. 35562d8 libpayload: Get current tick from high register in generic timer by Paul Kocialkowski · 8 years ago
  38. 4134680 libpayload/drivers/video: Improve check in if condition by Patrick Georgi · 8 years ago
  39. 5250852 libpayload/.../PDCurses: Improve compatibility with ncurses by Patrick Georgi · 8 years ago
  40. 83f75bf libpayload/.../PDCurses: avoid reading orig before NULL checking it by Patrick Georgi · 8 years ago
  41. d1e2edf libpayload: Add Cougar Point PCH's AHCI to whitelist by Nico Huber · 8 years ago
  42. bf618cb libpayload: increase MAX_ARGC_COUNT by Jeremy Compostella · 8 years ago
  43. 46dd467 Do not select SEABIOS_VGA_COREBOOT by default when building for QEMU by Arthur Heymans · 8 years ago
  44. 0d2bb80 FILO: update STABLE by Kevin Paul Herbert · 8 years ago
  45. 3e71dc5 payload choice: Fix build of FILO by Kyösti Mälkki · 8 years ago
  46. 9369e10 payloads/external/Makefile.inc: Clean up makefile by Martin Roth · 8 years ago
  47. f2b8d7c mb/asus/kcma-d8,kgpe-d16: use MAINBOARD_DO_NATIVE_VGA_INIT by Arthur Heymans · 8 years ago
  48. 31bc716 Select SEABIOS_VGA_COREBOOT when native graphic init is selected by Arthur Heymans · 8 years ago
  49. 58caa8b libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaults by Julius Werner · 8 years ago
  50. 4fda9bd libpayload: Replace majority of timer drivers with a generic one by Julius Werner · 8 years ago
  51. d770bad coreinfo: make the CBFS list scrollable by Ben Gardner · 8 years ago
  52. 11302f3 libpayload: mvmap2315: Introduce timer driver by Hakim Giydan · 8 years ago
  53. 8918968 payloads/external/Memtest86Plus: Update stable to latest commit by Martin Roth · 8 years ago
  54. 9a23569 SeaBIOS: Update stable version to 1.9.3 by Martin Roth · 8 years ago
  55. 3ab8ce5 libpayload: Fix strtok_r by Jeremy Compostella · 8 years ago
  56. 994d8b4 iPXE: Update stable version to the last commit of July 2016 by Martin Roth · 8 years ago
  57. 26d484a Fix newlines at the end of files by Martin Roth · 8 years ago
  58. 079feec nvramcui: remove undeclared variable by Antonello Dettori · 8 years ago
  59. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  60. 904dd30 nvramcui: refactor code by Antonello Dettori · 8 years ago
  61. 1143d08 libpayload: head.S: Avoid clearing BSS (and heap) again by Julius Werner · 8 years ago
  62. 55ffccf libpayload: cbfs: Fix minor memory leak in some edge cases by Julius Werner · 8 years ago
  63. 3d60932 payloads: add Kconfig option for bayou by Antonello Dettori · 8 years ago
  64. e25d3ff libpayload: lzma: Allocate scratchpad on the heap by Julius Werner · 8 years ago
  65. 41ddd4f libpayload: arm64: Fix MMU range overlap check by Julius Werner · 8 years ago
  66. 61486b5 Use VBOOT_SOURCE instead of hardcoding vboot path by Paul Kocialkowski · 8 years ago
  67. 47ca65a payloads/coreinfo: Set KCONFIG_CONFIG value by Martin Roth · 8 years ago
  68. aded214 libpayload: split "Drivers" config section in Kconfig by Antonello Dettori · 8 years ago
  69. bb9722b Add newlines at the end of all coreboot files by Martin Roth · 8 years ago
  70. 33ab4fe libpayload: fix leak in libcbfs by Patrick Georgi · 8 years ago
  71. e8c4133 libpayload: Drop superfluous "continue" by Patrick Georgi · 8 years ago
  72. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  73. 783d0c1 bayou: delete pbuilder utility by Antonello Dettori · 8 years ago
  74. fde3275 Makefile: Include $(top) in DOTCONFIG definition to allow override by Paul Kocialkowski · 8 years ago
  75. 4b1668f coreinfo: Add support to read timestamps by Antonello Dettori · 8 years ago
  76. e51e104 payloads/iPXE: Fix PXE Kconfig question by Martin Roth · 8 years ago
  77. e9808b1 cbgfx: Use memset() for faster screen clearing if possible by Julius Werner · 8 years ago
  78. 9d8b2ff nvramcui: Update Makefile by Martin Roth · 8 years ago
  79. 4f7d329 tint: Fix tint and add Kconfig option by Antonello Dettori · 8 years ago
  80. 49f7dd9 libpayload/pci: Correct MASK macro names by Furquan Shaikh · 8 years ago
  81. 9993286 payloads/external/GRUB2: Pass CONFIG_GRUB2_EXTRA_MODULES by Benjamin Barenblat · 8 years ago
  82. 5b9a253 Update SeaBIOS URL to https by Ryan Salsamendi · 8 years ago
  83. 8c7e416 libpayload: usb: xhci: Support rockchip xHCI controller by Liangfeng Wu · 8 years ago
  84. bc46ac5 SeaBIOS: Add option to include a bootorder file in cbfs by Martin Roth · 8 years ago
  85. 2c51572 arm64: Add stack dump to exception handler by Julius Werner · 8 years ago
  86. 2296479 libpayload: cbfs: Add cbfs_handle API for more fine-grained accesses by Julius Werner · 8 years ago
  87. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  88. c1ae7e9 libpayload: ipq40xx: Introduce timer and uart driver by Varadarajan Narayanan · 8 years ago
  89. 5dc87fe libpayload/arm64: Mark existing framebuffer as DMAable by Patrick Georgi · 8 years ago
  90. 8e0ffe2 libpayload: xhci: Set MPS based on speed by Varadarajan Narayanan · 8 years ago
  91. d2ea674 libpayload: Add nyan config by Paul Kocialkowski · 8 years ago
  92. bc2d151 payload: Fix broken Linux kernel as payload by Werner Zeh · 8 years ago
  93. 0cf7acc nvramcui: Cast u8 * values to char * to eliminate warnings by Martin Roth · 8 years ago
  94. f03217b payloads/nvramcui: Make the makefile non-executable by Jonathan Neuschäfer · 8 years ago
  95. 4005d9b payloads: Add a stable version of Memtest86+ for reproducibility by Martin Roth · 8 years ago
  96. 4793ec3 Memtest86Plus/Makefile: Update to common payload makefile format by Martin Roth · 8 years ago
  97. 6983666 coreinfo: Update Makefile by Martin Roth · 8 years ago
  98. f62065f nvramcui: Reformat nvramcui.c by Martin Roth · 8 years ago
  99. 9bc6674 nvramcui: Remove unnecessary header files by Martin Roth · 8 years ago
  100. 3383a25 payloads/Makefile.inc: Add phony targets by Martin Roth · 8 years ago