1. ef40209 cbfs: 64-bit cleanups by Ronald G. Minnich · 11 years ago
  2. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  3. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  4. de1fe7f CBMEM: Always have early initialisation by Kyösti Mälkki · 11 years ago
  5. 0fbbff4 CBMEM: Rename high_tables variables and make them static by Kyösti Mälkki · 11 years ago
  6. 625f103 CBMEM: Drop parameters from cbmem_init() by Kyösti Mälkki · 11 years ago
  7. d50cdf1 CBMEM: Drop parameter from cbmem_reinit() by Kyösti Mälkki · 11 years ago
  8. f9f74af CBMEM x86: Unify get_cbmem_toc() by Kyösti Mälkki · 11 years ago
  9. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  10. c04afd6 CBMEM: Add cbmem_locate_table() by Kyösti Mälkki · 11 years ago
  11. dcb688e CBMEM: Unify get_top_of_ram() by Kyösti Mälkki · 11 years ago
  12. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  13. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  14. cbf2bd7 lib: Fix spelling by Martin Roth · 11 years ago
  15. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  16. 40131cf cbmem: use boot state machine by Aaron Durbin · 11 years ago
  17. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  18. a1db81b4 cbmem: add CBMEM_ID_ROMSTAGE_INFO id by Aaron Durbin · 11 years ago
  19. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  20. 13c2c02 Tell CBMEM code about ACPI GNVS section by Stefan Reinauer · 12 years ago
  21. cabc804 Tell CBMEM pretty printer about MRC cache by Stefan Reinauer · 12 years ago
  22. f722373 S3 code in coreboot public folder. by zbao · 12 years ago
  23. be25a4d CBMEM CONSOLE: Add CBMEM type for console buffer. by Vadim Bendebury · 13 years ago
  24. e246b31 Include arch/acpi.h instead of manually adding acpi_slp_type. by Stefan Reinauer · 13 years ago
  25. 6f72d69 Add timestamp collecting to coreboot. by Vadim Bendebury · 13 years ago
  26. e186060 Initialize CBMEM early. by Vadim Bendebury · 13 years ago
  27. 4e22a3b Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods by Tobias Diedrich · 14 years ago
  28. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  29. 475916d Compile cbmem.c instead of including it in romstage, by Rudolf Marek · 14 years ago
  30. c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 14 years ago
  31. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  32. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  33. a953f37 Debugging facility improvements. by Uwe Hermann · 14 years ago
  34. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  35. 84b685a Consolidate ifdefs in src/lib/cbmem.c for readability. by Myles Watson · 14 years ago
  36. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  37. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  38. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  39. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  40. a8888bd Remove redundant declarations. Trivial. by Myles Watson · 15 years ago
  41. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  42. 3b31402 by Stefan Reinauer · 15 years ago