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