1. b854ae2 libpayload-x86: Enable SSE and FPU when present by Patrick Rudolph · 7 years ago
  2. 7a543d2a libpayload: Add oak config by Paul Kocialkowski · 7 years ago
  3. 898de61 libpayload: multiboot - support meminfo flag by Mathias Krause · 7 years ago
  4. d2f16ca libpayload: x86/head - implement argc/argv handling by Mathias Krause · 7 years ago
  5. 57dc93c libpayload: x86/exec - simplify and robustify the code by Mathias Krause · 7 years ago
  6. 7b681c5 libpayload: x86/main - propagate return value of main() by Mathias Krause · 7 years ago
  7. 9fa78c13 libpayload: x86/exec - fix argc/argv value passing by Mathias Krause · 7 years ago
  8. 901efea libpayload: x86/exec - fix return value passing by Mathias Krause · 7 years ago
  9. d42c38b libpayload: x86/exec - fix libpayload API magic value by Mathias Krause · 7 years ago
  10. b144a34 libpayload: fix build by Patrick Georgi · 7 years ago
  11. 0ffef88 build system: don't run xcompile or git for %clean/%config targets by Patrick Georgi · 7 years ago
  12. 674e971 libpayload: drivers/keyboard: report power button events by Shelley Chen · 7 years ago
  13. 3e7f14b libpayload: Enable USB HID in veyron configuration by Paul Kocialkowski · 8 years ago
  14. 9a3f06d libpayload: usb: Reset ohci controller when trying to shutdown ohci by Jeffy Chen · 8 years ago
  15. b6cadc6 libpayload: Add VPD address into lib_sysinfo by Kan Yan · 7 years ago
  16. 7a9ec36 libpayload: Update ARM CrOS devices configuration by Paul Kocialkowski · 8 years ago
  17. b5623de libpayload: usb: handle situation with no free device address by Patrick Georgi · 7 years ago
  18. a370ae8 libpayload: xhci: plug leak by Patrick Georgi · 7 years ago
  19. 61dac13 libpayload: timer: cast cpu_khz to make sure 64bit math is used by Patrick Georgi · 7 years ago
  20. 35562d8 libpayload: Get current tick from high register in generic timer by Paul Kocialkowski · 8 years ago
  21. 4134680 libpayload/drivers/video: Improve check in if condition by Patrick Georgi · 8 years ago
  22. 5250852 libpayload/.../PDCurses: Improve compatibility with ncurses by Patrick Georgi · 8 years ago
  23. 83f75bf libpayload/.../PDCurses: avoid reading orig before NULL checking it by Patrick Georgi · 8 years ago
  24. d1e2edf libpayload: Add Cougar Point PCH's AHCI to whitelist by Nico Huber · 8 years ago
  25. bf618cb libpayload: increase MAX_ARGC_COUNT by Jeremy Compostella · 8 years ago
  26. 58caa8b libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaults by Julius Werner · 8 years ago
  27. 4fda9bd libpayload: Replace majority of timer drivers with a generic one by Julius Werner · 8 years ago
  28. 11302f3 libpayload: mvmap2315: Introduce timer driver by Hakim Giydan · 8 years ago
  29. 3ab8ce5 libpayload: Fix strtok_r by Jeremy Compostella · 8 years ago
  30. 26d484a Fix newlines at the end of files by Martin Roth · 8 years ago
  31. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  32. 1143d08 libpayload: head.S: Avoid clearing BSS (and heap) again by Julius Werner · 8 years ago
  33. 55ffccf libpayload: cbfs: Fix minor memory leak in some edge cases by Julius Werner · 8 years ago
  34. e25d3ff libpayload: lzma: Allocate scratchpad on the heap by Julius Werner · 8 years ago
  35. 41ddd4f libpayload: arm64: Fix MMU range overlap check by Julius Werner · 8 years ago
  36. aded214 libpayload: split "Drivers" config section in Kconfig by Antonello Dettori · 8 years ago
  37. bb9722b Add newlines at the end of all coreboot files by Martin Roth · 8 years ago
  38. 33ab4fe libpayload: fix leak in libcbfs by Patrick Georgi · 8 years ago
  39. e8c4133 libpayload: Drop superfluous "continue" by Patrick Georgi · 8 years ago
  40. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  41. e9808b1 cbgfx: Use memset() for faster screen clearing if possible by Julius Werner · 8 years ago
  42. 49f7dd9 libpayload/pci: Correct MASK macro names by Furquan Shaikh · 8 years ago
  43. 8c7e416 libpayload: usb: xhci: Support rockchip xHCI controller by Liangfeng Wu · 8 years ago
  44. 2c51572 arm64: Add stack dump to exception handler by Julius Werner · 8 years ago
  45. 2296479 libpayload: cbfs: Add cbfs_handle API for more fine-grained accesses by Julius Werner · 8 years ago
  46. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  47. c1ae7e9 libpayload: ipq40xx: Introduce timer and uart driver by Varadarajan Narayanan · 8 years ago
  48. 5dc87fe libpayload/arm64: Mark existing framebuffer as DMAable by Patrick Georgi · 8 years ago
  49. 8e0ffe2 libpayload: xhci: Set MPS based on speed by Varadarajan Narayanan · 8 years ago
  50. d2ea674 libpayload: Add nyan config by Paul Kocialkowski · 8 years ago
  51. c012428 libpayload: time: split time.h from libpayload.h by Stef van Os · 8 years ago
  52. 41f0e0f libpayload: disable EHCI & XHCI in defconfig-mips by Martin Roth · 8 years ago
  53. 777028f libpayload: Split off generic serial API from 8250 driver by Stefan Reinauer · 8 years ago
  54. cb672a5 libpayload: Enable USB support by default by Marcel Meißner · 10 years ago
  55. a4fbc38 libpayload/libc: Fix memset/sizeof usage by Jonathan Neuschäfer · 8 years ago
  56. 7b9bca0 libpayload: mmu: Initialize the base 4GiB as device memory by huang lin · 8 years ago
  57. 6959f5c libpayload: update junit.xml target, clean up output by Martin Roth · 8 years ago
  58. 94534b3 libpayload: recreate config files by Stefan Reinauer · 8 years ago
  59. 8218445 libpayload: Move base address, stack and heap size to Kconfig by Stefan Reinauer · 8 years ago
  60. 347a752 libpayload: Make comment into help text by Stefan Reinauer · 8 years ago
  61. 805d44f libpayload: Fix ARM workaround code by Stefan Reinauer · 8 years ago
  62. f0acf47 libpayload: Add comment about ARM64 exception stack by Stefan Reinauer · 8 years ago
  63. 1e6b86b libpayload: Move MEMMAP_RAM_ONLY to generic options by Stefan Reinauer · 8 years ago
  64. 8fda044 libpayload: Drop CONFIG_LP_CHROMEOS by Stefan Reinauer · 8 years ago
  65. 96d14ac libpayload: Unify defconfigs by Stefan Reinauer · 8 years ago
  66. 6116f36 codebase: Change makefile $(shell pwd) commands to $(CURDIR) by Martin Roth · 8 years ago
  67. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  68. 152e5a0 libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSC by Aaron Durbin · 8 years ago
  69. d4adf58 libpayload: use 32bit access when accessing 4byte wide uart registers by Patrick Georgi · 8 years ago
  70. 5bcbd11 libpayload: Add timer driver for armada38x by Ruilin Hao · 9 years ago
  71. d201e8c cbgfx: add error code to cbgfx_init by Daisuke Nojiri · 9 years ago
  72. 6d2c722 libpayload: add archive.h by Daisuke Nojiri · 9 years ago
  73. 5a8d619 libpayload/configs/config.veyron: Use CONFIG_LP_8250_SERIAL_CONSOLE by Martin Roth · 9 years ago
  74. 2a27a85 libpayload/configs/config.purin: Use CONFIG_LP_8250_SERIAL_CONSOLE by Martin Roth · 9 years ago
  75. 03688ec libpayload: get cbfs offset & size for default media from lib_sysinfo by Daisuke Nojiri · 9 years ago
  76. 4d5317e libpayload: Remove redundant 8250 MMIO32 UART driver by Alexandru Gagniuc · 9 years ago
  77. 5bbc5e5 libpayload: PDCurses: Remove trailing whitespace by Stefan Reinauer · 9 years ago
  78. fe35623 libpayload: udc/dwc2: Ignore setup packet in check for queue empty by Furquan Shaikh · 9 years ago
  79. 1dcb10e libpayload: queue: Add a helper macro for checking singleton queue by Furquan Shaikh · 9 years ago
  80. 4f85a1e libpayload: Rename PDCurses-3.4 to PDCurses by Stefan Reinauer · 9 years ago
  81. 2ea24da PDCurses: Don't hard code version number by Stefan Reinauer · 9 years ago
  82. bf54c2c libpayload/udc: dwc2: Add handler for add_strings by Furquan Shaikh · 9 years ago
  83. 3d6c95c libpayload/udc: dwc2: Add timeout for shutdown operation by Furquan Shaikh · 9 years ago
  84. 1528ffa libpayload: xhci: Add delay to get reset working more reliably by Rajmohan Mani · 9 years ago
  85. 102245f libpayload: Avoid confusing usb debug output in dwc2 driver by Patrick Georgi · 9 years ago
  86. b791799 libpayload: Fix building dwc2 UDC driver with debug enabled by Patrick Georgi · 9 years ago
  87. f86d035 libpayload: Allow non-default CBFS media by Patrick Georgi · 9 years ago
  88. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  89. 8db7e67 libpayload: usbmsc: Add small delay during initialization to fix CZ60 by Julius Werner · 9 years ago
  90. 564fbbe libpayload: Fix building dwc2 UDC driver by Patrick Georgi · 9 years ago
  91. 2ccb280 cbfs: read cbfs offset and size from sysinfo by Daisuke Nojiri · 9 years ago
  92. a5c5db3 cbgfx: Fix spelling of calculate_position() by Jason A. Donenfeld · 9 years ago
  93. 990ae70 libpayload/libcbgfx: Add license headers by Patrick Georgi · 9 years ago
  94. dcc63b6 cbgfx: remove load_bitmap by Daisuke Nojiri · 9 years ago
  95. 20b7907 cbgfx: add get_image_dimension by Daisuke Nojiri · 9 years ago
  96. 9aed146 cbgfx: make the code more descriptive by Daisuke Nojiri · 9 years ago
  97. a11e3ff cbgfx: add pivot option to draw_bitmap by Daisuke Nojiri · 9 years ago
  98. f865152 cbgfx: use bilinear interpolation to scale bitmap by Daisuke Nojiri · 9 years ago
  99. bed16d9 cbgfx: add load_bitmap by Daisuke Nojiri · 9 years ago
  100. fed269b cbgfx: add clear_screen by Daisuke Nojiri · 9 years ago