Age | Commit message (Expand) | Author |
2021-12-13 | lib: Add __fls() (Find Last Set) | Jianjun Wang |
2021-12-08 | lib: Fix log2_ceil() for 0xffffffff | Yu-Ping Wu |
2021-05-27 | lib/hexdump: remove hexdump32 and use hexdump instead | Felix Held |
2021-01-18 | lib/ramtest: Fix ram_check() declarations | Kyösti Mälkki |
2020-10-15 | lib and libpayload: Add popcnt functions | Angel Pons |
2020-10-14 | lib and libpayload: add 64-bit versions of clz, __ffs and log2 | Tim Wawrzynczak |
2020-07-07 | src/include: improve the description of hexstrtobin | Anna Karas |
2020-06-02 | src: Remove redundant includes | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-03-27 | Move calls to quick_ram_check() before CBMEM init | Kyösti Mälkki |
2016-07-01 | lib: remove ulzma() | Aaron Durbin |
2016-05-21 | hexstrtobin: Add a library function to decode ASCII hex into binary | Duncan Laurie |
2016-02-12 | lzma: Port size-checking ulzman() version to coreboot | Julius Werner |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-07-22 | lib/hexdump: Add xxd hint | Lee Leahy |
2015-06-05 | lib: Unify log2() and related functions | Julius Werner |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-01-09 | Primitive memory test | David Hendricks |
2014-12-31 | arch/x86: Declare GDT symbols and move_gdt() | Kyösti Mälkki |
2014-05-05 | lib/hexdump: Use `size_t` for length parameter of `hexdump32()` | Paul Menzel |
2014-04-28 | AMD: Add common header file for CAR setup | Kyösti Mälkki |
2014-02-11 | Move hexdump32() to lib/hexdump. | Kyösti Mälkki |
2014-01-14 | lib: Add log2 ceiling function | Alexandru Gagniuc |
2014-01-14 | lib/hexdump: Take const void * and size_t as arguments | Alexandru Gagniuc |
2014-01-13 | lib: Make log2() available in romstage on ARM, not just x86 | Alexandru Gagniuc |
2013-12-26 | AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes | Kyösti Mälkki |
2013-12-21 | Add simple hexdump function | Stefan Reinauer |
2013-06-10 | ramtest.c: Add silent ram_check | Alexandru Gagniuc |
2013-05-10 | Drop prototype guarding for romcc | Stefan Reinauer |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2012-11-13 | Clean up stack checking code | Stefan Reinauer |
2012-07-24 | Implement stack overflow checking for the BSP | Ronald G. Minnich |
2012-02-13 | AMD Geode cpus: apply un-written naming rules | Kyösti Mälkki |
2012-01-12 | lib: add ram_check_nodie | Sven Schnelle |
2011-04-21 | more ifdef -> if fixes | Stefan Reinauer |
2010-12-17 | drop one more version of doing serial uart output differently. | Stefan Reinauer |
2010-12-11 | After this has been brought up many times before, rename src/arch/i386 to | Stefan Reinauer |
2010-04-02 | Fix console prototypes for non-romcc boards. | Myles Watson |
2010-03-19 | Get rid of a few warnings: | Myles Watson |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2009-10-28 | Create lib.h for homeless prototypes. | Myles Watson |