summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: Rename top-level Makefiles from .inc to .mkMartin Roth2024-01-241-1/+1
* payloads/coreinfo: Use C99 flexible arraysElyes Haouas2023-08-012-3/+3
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-1/+1
* payloads/coreinfo/coreboot_module.c: Remove 'break' after 'return'Elyes Haouas2022-05-161-1/+0
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-141-4/+2
* util/kconfig: Uprev to Linux 5.13's kconfigPatrick Georgi2021-07-131-2/+2
* treewide: Remove trailing whitespaceMartin Roth2021-02-171-1/+1
* coreinfo: Use libpayload's new `Makefile.payload`Nico Huber2021-02-072-90/+35
* coreinfo: Unexport COREBOOT_EXPORTSNico Huber2021-02-071-0/+2
* coreinfo: Add support for link time optimizationJacob Garber2020-11-022-1/+14
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+2
* payloads/coreinfo: Rename pci_scan_bus()Felix Singer2020-10-201-3/+3
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-211-3/+0
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-1415-168/+30
* libpayload: Cache physical location of CBMEM entriesNico Huber2020-08-241-1/+1
* libpayload: Cache physical cbmem console addressNico Huber2020-08-241-1/+1
* payloads/coreinfo: Fix `make clean`Nico Huber2020-08-181-2/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1114-14/+0
* payloads: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-19/+2
* payloads: Fix typosElyes HAOUAS2020-02-171-1/+1
* coreinfo/coreinfo.c: Correct main function signatureJacob Garber2020-02-041-1/+4
* coreinfo/coreinfo.c: Support both lower and upper case alphabetsHimanshu Sahdev2019-10-021-2/+7
* Makefile.inc, payloads: Enable -WvlaJacob Garber2019-08-201-1/+1
* payloads/coreinfo: Enable -Wmissing-prototypesJacob Garber2019-07-071-1/+2
* payloads/coreinfo: Make internal functions staticJacob Garber2019-07-072-2/+2
* payloads/coreinfo: Enable -WextraJacob Garber2019-07-071-1/+1
* payloads/coreinfo: Use correct integer types for loop indicesJacob Garber2019-07-074-17/+13
* payloads/coreinfo: Use fixed-width integers for cpuidJacob Garber2019-07-072-8/+7
* payloads/coreinfo: Remove unused variableJacob Garber2019-05-151-6/+1
* payloads/coreinfo: Free buffer before returningJacob Garber2019-04-011-1/+3
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0710-22/+22
* payloads/coreinfo/cbfs_module.c: Get rid of void pointer mathRichard Spiegel2018-11-061-3/+3
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+4
* coreinfo: Skip unpopulated PCI functionsKyösti Mälkki2018-06-141-2/+12
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-161-1/+1
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-151-1/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-3/+3
* payloads/coreinfo/README: Remove trailing whitespaceElyes HAOUAS2018-04-271-2/+2
* payloads/coreinfo: Free buffer before returningMartin Roth2017-09-111-1/+3
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-3/+3
* coreinfo: Use regular `if` over `#if` for `IS_ENABLED`Nicola Corna2017-06-271-3/+2
* payloads: change coreboot to lowercaseMartin Roth2017-06-073-5/+5
* Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner2017-04-201-14/+31
* build system: don't run xcompile or git for %clean/%config targetsPatrick Georgi2017-01-241-3/+9
* coreinfo: make the CBFS list scrollableBen Gardner2016-10-131-6/+27
* payloads/coreinfo: Set KCONFIG_CONFIG valueMartin Roth2016-08-031-0/+1
* coreinfo: Add support to read timestampsAntonello Dettori2016-07-204-2/+302
* coreinfo: Update MakefileMartin Roth2016-04-261-2/+2
* coreinfo: Build libpayload in coreinfo directoryIru Cai2016-04-211-5/+6
* coreinfo: Move time to the last lineJonathan Neuschäfer2016-04-101-1/+1