1. 790b5cf {commonlib, libpayload}: Add "has_external_display" in coreboot table by Subrata Banik · 11 months ago
  2. a434f48 payloads/libpayload/include/coreboot_tables: Use C99 flexible arrays by Elyes Haouas · 1 year, 1 month ago
  3. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 10 months ago
  4. d16c2aa coreboot_tables: Add PCIe info to coreboot table by Jianjun Wang · 2 years, 5 months ago
  5. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 4 months ago
  6. cddba45 libpayload: Parse the ACPI RSDP table entry by Arthur Heymans · 2 years, 6 months ago
  7. 2f236c2 libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser by Jakub Czapiga · 2 years, 9 months ago
  8. 15066ba driver/intel/pmc_mux/conn: Move typec_orientation enum to coreboot_tables.h by Nick Vaccaro · 2 years, 11 months ago
  9. a62b418 coreboot tables: Add type-c port info to coreboot table by Nick Vaccaro · 2 years, 11 months ago
  10. bda86bd nvs: Add Chrome OS NVS (CNVS) information to coreboot tables by Furquan Shaikh · 3 years, 2 months ago
  11. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 9 months ago
  12. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 10 months ago
  13. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 4 months ago
  14. bea01e3 libpayload: Cache physical location of CBMEM entries by Nico Huber · 4 years, 1 month ago
  15. 14adb7e libpayload: Cache physical cbmem console address by Nico Huber · 4 years, 1 month ago
  16. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  17. 006eb9d libpayload: refactor fetching cbmem pointers by Patrick Georgi · 4 years, 11 months ago
  18. 3d4923d libpayload: Add fmap_cache to sysinfo_t by Furquan Shaikh · 5 years ago
  19. 564720f libpayload: cbgfx: Allow rotation of the display by Nicolas Boichat · 5 years ago
  20. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  21. d0bd544 commonlib: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago
  22. 5326ad7 libpayload: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago
  23. 2803346 Renumber cbtable tag MMC_INFO by Patrick Georgi · 5 years ago
  24. ddf2bc5 coreboot_tables: pass the early_mmc_wake_hw status to payload by Bora Guvendik · 6 years ago
  25. 8d0f599 vboot: make vboot workbuf available to payload by Joel Kitching · 5 years ago
  26. 44cff7a cbtable: remove chromeos_acpi from cbtable by Joel Kitching · 6 years ago
  27. 75b1f76 cbmem: rename vdat to chromeos_acpi by Joel Kitching · 6 years ago
  28. f38a10f libpayload: Add SKU ID coreboot table support by Julius Werner · 7 years ago
  29. 2e029ac libpayload: Minor board ID / RAM code cleanups by Julius Werner · 7 years ago
  30. 8db7f8b LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33 by Ronald G. Minnich · 7 years ago
  31. b6cadc6 libpayload: Add VPD address into lib_sysinfo by Kan Yan · 8 years ago
  32. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  33. 152e5a0 libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSC by Aaron Durbin · 9 years ago
  34. f61b35d libpayload: store boot media information in sysinfo by Patrick Georgi · 9 years ago
  35. 3cec871 libpayload: Parse MTC and fill mtc_start and mtc_size by Furquan Shaikh · 9 years ago
  36. da262a63 libpayload: cros: add serial number from coreboot table by Stephen Barber · 9 years ago
  37. 6cc5e52 libpayload: read register width from coreboot table by Vadim Bendebury · 10 years ago
  38. 6addd40 libpayload: Take flash parameters from coreboot by Dan Ehrenberg · 10 years ago
  39. 272afe8 libpayload: Add RAM code to sysinfo_t by David Hendricks · 10 years ago
  40. 6b322cc libpayload: Add support for parsing RAMOOPS range from coreboot by Furquan Shaikh · 10 years ago
  41. 522f9c6 libpayload: make wifi calibration table available through sysinfo by Vadim Bendebury · 10 years ago
  42. b7d7412 libpayload: cros: include mac addresses in coreboot table by Vadim Bendebury · 10 years ago
  43. 6051e83 libpayload: Add board id parsing by Vadim Bendebury · 10 years ago
  44. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  45. 1f5487a coreboot_tables: reduce redundant data structures by Julius Werner · 11 years ago
  46. f517c44 libpayload: Parse CBMEM ACPI GNVS pointer by Duncan Laurie · 11 years ago
  47. 5ae3175 Drop obsolete CONSOLE_LOGBUF by Stefan Reinauer · 11 years ago
  48. 3509ad3 libpayload: Fix whitespace errors by Stefan Tauner · 11 years ago
  49. 642b1db7 Eliminate use of pointers in coreboot table by Stefan Reinauer · 11 years ago
  50. a09760e libpayload: add x86 ROM variable MTRR support by Aaron Durbin · 11 years ago
  51. 5ca4f41 libpayload: add support for vboot_handoff by Aaron Durbin · 11 years ago
  52. d94512e libpayload: Add CB_ prefixes to some constants in coreboot_tables.h. by Gabe Black · 12 years ago
  53. 025667f libpayload: Change "GPIOs" into flags. by Gabe Black · 12 years ago
  54. d3890cc Update libpayloads understanding of the coreboot tables. by Gabe Black · 12 years ago
  55. 54c800a Move the definition of ipchksum into its own header file. by Gabe Black · 12 years ago
  56. 9a7c246 Cleanup access to vendor/part # info by Philip Prindeville · 13 years ago
  57. 7d95b3e Fix missing cast back to void * by Philip Prindeville · 13 years ago
  58. fe2f6b0 Use convenience function to checksum by Philip Prindeville · 13 years ago
  59. 46404d7 Replace UNPACK_CB64 macro with inline by Philip Prindeville · 13 years ago
  60. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  61. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  62. b700254 by Stefan Reinauer · 14 years ago
  63. 5f7d506 Add high coreboot table support to libpayload by Stefan Reinauer · 15 years ago
  64. 95a6e1c add get_option to libpayload, so coreboot cmos options can be queried. by Stefan Reinauer · 16 years ago
  65. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  66. 6a441bf Cosmetics, coding style fixes (trivial). by Uwe Hermann · 16 years ago
  67. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago