1. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  2. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 3 months ago
  3. 93a195c lib: Remove unused <stdlib.h> and use <types.h> when appropriate by Elyes HAOUAS · 2 years, 6 months ago
  4. 54a4f17 lib/imd_cbmem.c: Add a helper function to indicate that cbmem is ready by Arthur Heymans · 4 years, 5 months ago
  5. 215e7fc src/lib: Remove unused function parameters in imd.c by Anna Karas · 4 years ago
  6. ebddada src: Remove unused 'include <bootstate.h>' by Elyes HAOUAS · 4 years, 2 months ago
  7. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 3 months ago
  8. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  9. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  10. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  11. b6161be lib/imd_cbmem: Rename imd_cbmem into imd, use directly by Patrick Georgi · 4 years, 7 months ago
  12. 596947c lib/imd_cbmem: Remove the indirections that hide imd_cbmem by Patrick Georgi · 4 years, 7 months ago
  13. 5e4c663 lib/imd_cbmem: Eliminate unnecessary NULL check by Patrick Georgi · 4 years, 7 months ago
  14. cd666d9 lib/imd_cbmem: Remove indirection through cbmem_get_imd() by Patrick Georgi · 4 years, 7 months ago
  15. 462a7dae lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  16. 1c54bc4 lib/cbmem: Remove the cbmem_top_init() hook by Arthur Heymans · 4 years, 9 months ago
  17. c4c5d85 lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG by Arthur Heymans · 4 years, 8 months ago
  18. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  19. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 9 months ago
  20. e3acc8f src/: Replace some __PRE_RAM__ use by Kyösti Mälkki · 4 years, 10 months ago
  21. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  22. 42c44c2 Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER by Subrata Banik · 5 years ago
  23. f5cf60f Move calls to quick_ram_check() before CBMEM init by Kyösti Mälkki · 5 years ago
  24. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  25. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  26. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  27. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  28. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  29. 84258db lib/fit_payload: Add coreboot tables support for FDT. by Philipp Deppenwiese · 6 years ago
  30. 9ab9db0 lib/bootmem: Introduce custom bootmem tags by Patrick Rudolph · 6 years ago
  31. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  32. dfdea2a lib/cbmem: provide optional cbmem top initialization hook by Aaron Durbin · 7 years ago
  33. 403fdbc lib/cbmem: use globals for non CAR global migration platforms by Aaron Durbin · 7 years ago
  34. fb53242 lib/cbmem: remove cbmem_region_used() by Aaron Durbin · 7 years ago
  35. 33e5790 lib/imd_cbmem: remove unused #include by Aaron Durbin · 7 years ago
  36. d46b8d5 lib/imd_cbmem: remove unused funciton by Aaron Durbin · 7 years ago
  37. e20a319 src/lib: Use tabs instead of spaces by Lee Leahy · 7 years ago
  38. 1e9a914 arch/x86,lib: make cbmem console work in postcar stage by Aaron Durbin · 8 years ago
  39. 3c814b2 cbmem: Always maintain backing store struct in a global on non-x86 by Julius Werner · 8 years ago
  40. e2422e3 src/lib: Enable display of cbmem during romstage and postcar by Lee Leahy · 8 years ago
  41. 447d948 cbmem: Fix cbmem_add_bootmem() by Andrey Petrov · 8 years ago
  42. 555d6c2 cbmem: Add utility to get memory region occupied by cbmem by Alexandru Gagniuc · 9 years ago
  43. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  44. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  45. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  46. 7138ee4 cbmem: remove cbmem_set_top() by Aaron Durbin · 9 years ago
  47. e1fb052 CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  48. 522149c cbmem: Add initial allocation support by Lee Leahy · 9 years ago
  49. 0dff57d cbmem: switch over to imd-based cbmem by Aaron Durbin · 9 years ago