1. 40e42a8 fix coreboot compilation without serial console enabled. by Stefan Reinauer · 13 years ago
  2. 679d38b This patch fixes an 'write_tables: coreboot table didn't fit (f0221)' issue. by Josef Kellermann · 14 years ago
  3. a3eb534 ... And fix the other compile time issues in cmos_layout.bin support by Patrick Georgi · 14 years ago
  4. cef3b89 Report if cmos_layout.bin can't be found when it should. by Patrick Georgi · 14 years ago
  5. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  6. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago[Renamed from src/arch/i386/boot/coreboot_table.c]
  7. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  8. e0a000c Add support for reserved regions to resources and coreboot tables. by Myles Watson · 14 years ago
  9. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  10. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  11. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  12. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  13. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  14. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  15. 2549d52 fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. by Stefan Reinauer · 14 years ago
  16. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  17. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  18. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  19. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  20. 2d892f1 Get rid of the ugly warning the right way. by Myles Watson · 15 years ago
  21. 339722e Revert my too-hasty commit. by Myles Watson · 15 years ago
  22. 8f84813 Silence an ugly-looking warning. Two casts were not enough, so just don't cast by Myles Watson · 15 years ago
  23. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  24. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  25. b883d4c Make all those locally used functions static instead of exporting them. (triv) by Stefan Reinauer · 15 years ago
  26. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  27. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  28. bab4f92 Clean up acpi table writing code, and don't rely by Patrick Georgi · 15 years ago
  29. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  30. bccaafc add_mainboard_resources is necessary for some boards (eg. kontron), but by Patrick Georgi · 15 years ago
  31. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  32. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  33. efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  34. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  35. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  36. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  37. 06755e4 Patch for AMD RS690 chipset. by Michael Xie · 16 years ago
  38. 96e3022 This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai. by Roman Kononov · 16 years ago
  39. c2e8fd4 Adds a field to the serial port descriptor about the configured line speed. by Patrick Georgi · 16 years ago
  40. 3bbf2ff Add a new record type "console" for lbtable, and insert one record by Patrick Georgi · 17 years ago
  41. 8c2a0c1 This patch adds a new record type for lbtable to provide information by Patrick Georgi · 17 years ago
  42. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago[Renamed (99%) from src/arch/i386/boot/linuxbios_table.c]
  43. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  44. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
  45. 47cb7c7 next part of YhLu's large patch. I am not sure whether the tables.c by Yinghai Lu · 17 years ago
  46. ba43064 Trivial patch: by Stefan Reinauer · 17 years ago
  47. 57e700f great check-in message: by Roman Kononov · 18 years ago
  48. 4f1cb23 move mptable to 960k to 1M https://openbios.org/roundup/linuxbios/issue55 by Stefan Reinauer · 18 years ago
  49. 4bd0de0 add cmos checksum range to linuxbios table by Stefan Reinauer · 19 years ago
  50. 0d304c1 comment and unify lb_uint64 handling as discussed on the mailinglist by Stefan Reinauer · 19 years ago
  51. ec01aa9 - Fix the definition of the linuxbios table so all of the compilers by Eric Biederman · 20 years ago
  52. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  53. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  54. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  55. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  56. 5268557 - Cleanups on the romcc side including a pci interface that uses by Eric Biederman · 21 years ago
  57. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago