index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
cbmem.c
Age
Commit message (
Expand
)
Author
2014-01-06
CBMEM: Fix allocation for static CBMEM
Kyösti Mälkki
2014-01-06
CBMEM: Drop cbmem_base_check()
Kyösti Mälkki
2014-01-06
CBMEM ACPI: Move resume handler
Kyösti Mälkki
2013-11-18
cbfs: 64-bit cleanups
Ronald G. Minnich
2013-10-14
Revert "CBMEM: Always have early initialisation"
Kyösti Mälkki
2013-10-13
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-09-21
CBMEM: Always have early initialisation
Kyösti Mälkki
2013-09-11
CBMEM: Rename high_tables variables and make them static
Kyösti Mälkki
2013-09-11
CBMEM: Drop parameters from cbmem_init()
Kyösti Mälkki
2013-09-11
CBMEM: Drop parameter from cbmem_reinit()
Kyösti Mälkki
2013-09-11
CBMEM x86: Unify get_cbmem_toc()
Kyösti Mälkki
2013-09-11
CBMEM: Backup top_of_ram instead of cbmem_toc
Kyösti Mälkki
2013-09-11
CBMEM: Add cbmem_locate_table()
Kyösti Mälkki
2013-09-11
CBMEM: Unify get_top_of_ram()
Kyösti Mälkki
2013-09-11
CBMEM tables: Remove references to global high_tables_base
Kyösti Mälkki
2013-09-11
CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base
Kyösti Mälkki
2013-07-10
lib: Fix spelling
Martin Roth
2013-05-16
x86: add cache-as-ram migration option
Aaron Durbin
2013-05-01
cbmem: use boot state machine
Aaron Durbin
2013-03-21
cbmem: dynamic cbmem support
Aaron Durbin
2013-03-21
cbmem: add CBMEM_ID_ROMSTAGE_INFO id
Aaron Durbin
2013-01-12
Implement GCC code coverage analysis
Stefan Reinauer
2012-11-14
Tell CBMEM code about ACPI GNVS section
Stefan Reinauer
2012-05-03
Tell CBMEM pretty printer about MRC cache
Stefan Reinauer
2012-04-16
S3 code in coreboot public folder.
zbao
2012-03-29
CBMEM CONSOLE: Add CBMEM type for console buffer.
Vadim Bendebury
2012-03-28
Include arch/acpi.h instead of manually adding acpi_slp_type.
Stefan Reinauer
2012-03-28
Add timestamp collecting to coreboot.
Vadim Bendebury
2012-03-28
Initialize CBMEM early.
Vadim Bendebury
2011-09-12
Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods
Tobias Diedrich
2011-08-26
Add automatic SMBIOS table generation
Sven Schnelle
2010-12-13
Compile cbmem.c instead of including it in romstage,
Rudolf Marek
2010-12-13
Following patch adds support for suspend/resume functions. I had to change th...
Rudolf Marek
2010-12-13
We hardcode highmemory size in every northbridge! This is bad, and especiall...
Rudolf Marek
2010-11-22
1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...
Rudolf Marek
2010-11-10
Debugging facility improvements.
Uwe Hermann
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-31
Consolidate ifdefs in src/lib/cbmem.c for readability.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2009-11-12
Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
Myles Watson
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-10-27
Remove redundant declarations. Trivial.
Myles Watson
2009-10-27
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2009-10-26
CBMEM high table memory manager.
Stefan Reinauer