1. 8c740b0 lib/coreboot_table: Rename lb_fill_pcie by Arthur Heymans · 1 year, 10 months ago
  2. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 10 months ago
  3. 239b5df include: Add SPDX-License-Identifiers to files missing them by Martin Roth · 2 years, 1 month ago
  4. d16c2aa coreboot_tables: Add PCIe info to coreboot table by Jianjun Wang · 2 years, 5 months ago
  5. 6412076 coreboot_table: Move VBOOT_VBNV support by Kyösti Mälkki · 3 years, 7 months ago
  6. 5817c56 src/include: Add missing includes by Elyes HAOUAS · 4 years, 1 month ago
  7. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  8. a8fa251 write_tables: return a pointer to the table by Ronald G. Minnich · 6 years ago
  9. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  10. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  11. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  12. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  13. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago
  14. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  15. 246115e coreboot: make lb_framebuffer a weak function by robbie zhang · 9 years ago
  16. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  17. fb5d5b1 cbtable: describe boot media by Patrick Georgi · 9 years ago
  18. 69139e0 coreboot_tables: Add CBMEM ID and tag for MTC by Furquan Shaikh · 9 years ago
  19. b396a66 vpd: populate coreboot table with serialno by Stephen Barber · 9 years ago
  20. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  21. a5aac76 drivers/spi: Pass flash parameters from coreboot to payload by Dan Ehrenberg · 10 years ago
  22. efb546d ramoops: Add support for passing ramoops region through cb tables. by Furquan Shaikh · 10 years ago
  23. 627b3bd cbtables: Add RAM config information by David Hendricks · 10 years ago
  24. dd94b5f chromeos: move VPD MAC address retrieval function by Vadim Bendebury · 10 years ago
  25. 274ef41 vpd: retrieve mac addresses and pass them to bootloader by Vadim Bendebury · 10 years ago
  26. 86b0c8b chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table by Vadim Bendebury · 10 years ago
  27. b0c302f Publish the board ID value in coreboot table, when configured by Vadim Bendebury · 10 years ago
  28. 6ead253 Export board-status info. by Vladimir Serbinenko · 10 years ago
  29. 39937cc boot/coreboot_tables.h: Use `it is` instead of `it easy` in comment by Paul Menzel · 10 years ago
  30. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  31. 1f5487a coreboot_tables: reduce redundant data structures by Julius Werner · 11 years ago
  32. 6578475 ChromeOS: Use common fill_lb_gpio() by Kyösti Mälkki · 11 years ago
  33. bbf6f3d console uart: Fill coreboot table entries by Kyösti Mälkki · 10 years ago
  34. 3f7ad7b coreboot: don't return struct lb_memory * from write_tables() by Aaron Durbin · 10 years ago
  35. 2d5cec6 coreboot: remove unused get_lb_mem() function by Aaron Durbin · 10 years ago
  36. 4904802 coreboot: introduce notion of bootmem for memory map at boot by Aaron Durbin · 10 years ago
  37. 16e899b cbmem: Export ACPI GNVS cbmem pointer in coreboot table by Duncan Laurie · 11 years ago
  38. 5ae3175 Drop obsolete CONSOLE_LOGBUF by Stefan Reinauer · 11 years ago
  39. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  40. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  41. 642b1db7 Eliminate use of pointers in coreboot table by Stefan Reinauer · 11 years ago
  42. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  43. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  44. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 11 years ago
  45. b8ad224 cbmem: replace pointer type by uint64_t by Stefan Reinauer · 12 years ago
  46. 4c29d7f Do not allow modifying memory table directly by Kyösti Mälkki · 12 years ago
  47. 31324c6 Fill out ChromeOS specific coreboot table extensions by Stefan Reinauer · 12 years ago
  48. 22c0468 Refactor publishing CBMEM addresses through coreboot table. by Vadim Bendebury · 13 years ago
  49. 2e43867 Add timestamp table pointer to the coreboot table. by Vadim Bendebury · 13 years ago
  50. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  51. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  52. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  53. 16db6c3 Whitespace/typo/cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  54. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  55. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  56. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  57. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  58. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  59. 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
  60. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  61. efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  62. 6d07c93 Fix all build problems on PPC except the _SDA_BASE issues caused by the by Stefan Reinauer · 15 years ago
  63. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  64. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  65. 06755e4 Patch for AMD RS690 chipset. by Michael Xie · 16 years ago
  66. c2e8fd4 Adds a field to the serial port descriptor about the configured line speed. by Patrick Georgi · 16 years ago
  67. 3bbf2ff Add a new record type "console" for lbtable, and insert one record by Patrick Georgi · 17 years ago
  68. 8c2a0c1 This patch adds a new record type for lbtable to provide information by Patrick Georgi · 17 years ago
  69. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
  70. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  71. 0d304c1 comment and unify lb_uint64 handling as discussed on the mailinglist by Stefan Reinauer · 19 years ago
  72. ec01aa9 - Fix the definition of the linuxbios table so all of the compilers by Eric Biederman · 20 years ago
  73. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  74. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago