summaryrefslogtreecommitdiff
path: root/src/include/lib.h
AgeCommit message (Expand)Author
2021-01-18lib/ramtest: Fix ram_check() declarationsKyösti Mälkki
2020-10-15lib and libpayload: Add popcnt functionsAngel Pons
2020-10-14lib and libpayload: add 64-bit versions of clz, __ffs and log2Tim Wawrzynczak
2020-07-07src/include: improve the description of hexstrtobinAnna Karas
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-03-27Move calls to quick_ram_check() before CBMEM initKyösti Mälkki
2016-07-01lib: remove ulzma()Aaron Durbin
2016-05-21hexstrtobin: Add a library function to decode ASCII hex into binaryDuncan Laurie
2016-02-12lzma: Port size-checking ulzman() version to corebootJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-07-22lib/hexdump: Add xxd hintLee Leahy
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-05-21Remove address from GPLv2 headersPatrick Georgi
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