summaryrefslogtreecommitdiffstats
path: root/src/include/lib.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Add __fls() (Find Last Set)Jianjun Wang2021-12-131-0/+3
* lib: Fix log2_ceil() for 0xffffffffYu-Ping Wu2021-12-081-2/+2
* lib/hexdump: remove hexdump32 and use hexdump insteadFelix Held2021-05-271-1/+0
* lib/ramtest: Fix ram_check() declarationsKyösti Mälkki2021-01-181-3/+3
* lib and libpayload: Add popcnt functionsAngel Pons2020-10-151-0/+3
* lib and libpayload: add 64-bit versions of clz, __ffs and log2Tim Wawrzynczak2020-10-141-0/+4
* src/include: improve the description of hexstrtobinAnna Karas2020-07-071-0/+2
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-2/+0
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-1/+2
* lib: remove ulzma()Aaron Durbin2016-07-011-1/+0
* hexstrtobin: Add a library function to decode ASCII hex into binaryDuncan Laurie2016-05-211-0/+13
* lzma: Port size-checking ulzman() version to corebootJulius Werner2016-02-121-2/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* lib/hexdump: Add xxd hintLee Leahy2015-07-221-1/+5
* lib: Unify log2() and related functionsJulius Werner2015-06-051-6/+12
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-5/+0
* Primitive memory testDavid Hendricks2015-01-091-0/+3
* arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki2014-12-311-3/+0
* lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel2014-05-051-1/+1
* AMD: Add common header file for CAR setupKyösti Mälkki2014-04-281-8/+0
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-111-0/+1
* lib: Add log2 ceiling functionAlexandru Gagniuc2014-01-141-0/+1
* lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc2014-01-141-1/+2
* lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc2014-01-131-1/+1
* AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includesKyösti Mälkki2013-12-261-0/+1
* Add simple hexdump functionStefan Reinauer2013-12-211-0/+3
* ramtest.c: Add silent ram_checkAlexandru Gagniuc2013-06-101-0/+1
* Drop prototype guarding for romccStefan Reinauer2013-05-101-2/+2
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+1
* Clean up stack checking codeStefan Reinauer2012-11-131-2/+2
* Implement stack overflow checking for the BSPRonald G. Minnich2012-07-241-1/+7
* AMD Geode cpus: apply un-written naming rulesKyösti Mälkki2012-02-131-1/+1
* lib: add ram_check_nodieSven Schnelle2012-01-121-0/+1
* more ifdef -> if fixesStefan Reinauer2011-04-211-1/+1
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-171-3/+0
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-111-1/+1
* Fix console prototypes for non-romcc boards.Myles Watson2010-04-021-0/+1
* Get rid of a few warnings:Myles Watson2010-03-191-0/+22
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-1/+1
* Create lib.h for homeless prototypes.Myles Watson2009-10-281-0/+30