summaryrefslogtreecommitdiff
path: root/src/include/lib.h
AgeCommit message (Expand)Author
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-01-09Primitive memory testDavid Hendricks
2014-12-31arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki
2014-05-05lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel
2014-04-28AMD: Add common header file for CAR setupKyösti Mälkki
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2014-01-14lib: Add log2 ceiling functionAlexandru Gagniuc
2014-01-14lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2013-12-26AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includesKyösti Mälkki
2013-12-21Add simple hexdump functionStefan Reinauer
2013-06-10ramtest.c: Add silent ram_checkAlexandru Gagniuc
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2012-11-13Clean up stack checking codeStefan Reinauer
2012-07-24Implement stack overflow checking for the BSPRonald G. Minnich
2012-02-13AMD Geode cpus: apply un-written naming rulesKyösti Mälkki
2012-01-12lib: add ram_check_nodieSven Schnelle
2011-04-21more ifdef -> if fixesStefan Reinauer
2010-12-17drop one more version of doing serial uart output differently.Stefan Reinauer
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-04-02Fix console prototypes for non-romcc boards.Myles Watson
2010-03-19Get rid of a few warnings:Myles Watson
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2009-10-28Create lib.h for homeless prototypes.Myles Watson