Age | Commit message (Expand) | Author |
2024-04-11 | tree: Drop unused <string.h> | Elyes Haouas |
2024-03-30 | commonlib: Remove blank lines before '}' and after '{' | Elyes Haouas |
2024-03-15 | treewide: Move stdlib.h to commonlib | Maximilian Brune |
2024-01-24 | acpi,arch,commonlib: Rename Makefiles from .inc to .mk | Martin Roth |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-02-08 | commonlib/storage: Add attach callback to sdhci_ctrlr | Shelley Chen |
2023-01-16 | commonlib/storage: Add common eMMC functions | Shelley Chen |
2023-01-14 | commonlib/storage: fix int-to-pointer-cast error | Shelley Chen |
2022-11-22 | src/commonlib: Remove unnecessary space after casts | Elyes Haouas |
2022-11-17 | commonlib/storage/sdhci.c: Remove "ERROR: " from log message | Elyes Haouas |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2021-12-13 | lib: Add __fls() (Find Last Set) | Jianjun Wang |
2020-09-21 | src/commonlib: Drop unneeded empty lines | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: move copyrights and authors to AUTHORS | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-02-24 | src/commonlib: Fix typos | Elyes HAOUAS |
2020-01-10 | src/commonlib/storage: Fix typos | Elyes HAOUAS |
2019-12-19 | storage/mmc: Fix wrong frequency setting for HS speed mode | Bora Guvendik |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-03 | src: Add missing include <stdlib.h> | Elyes HAOUAS |
2019-11-29 | commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-09-30 | device,drivers/: Drop some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/commonlib copyrights into AUTHORS file | Martin Roth |
2019-06-21 | commonlib/storage: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-16 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-11 | commonlib/storage: Make pci sdhci code compile in romstage | Bora Guvendik |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-16 | src/{commonlib,lib}: Fix typo | Elyes HAOUAS |
2018-07-09 | src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-07-02 | commonlib/storage: Make sd_mmc_go_idle an api | Bora Guvendik |
2018-06-04 | src/commonlib/storage: Move include <console.h> to sd_mmc.h | Elyes HAOUAS |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-02-07 | storage: Fix CMD13 failure issue | Barnali Sarkar |
2017-06-27 | commonlib/storage: Zero extend MMC capacity | Lee Leahy |
2017-06-20 | commonlib/storage: Fix MMC build | Lee Leahy |
2017-05-12 | commonlib: Move drivers/storage into commonlib/storage | Lee Leahy |