aboutsummaryrefslogtreecommitdiff
path: root/payloads/coreinfo
AgeCommit message (Expand)Author
2020-11-02coreinfo: Add support for link time optimizationJacob Garber
2020-10-30.gitignore: Split into subdirectory filesPatrick Georgi
2020-10-20payloads/coreinfo: Rename pci_scan_bus()Felix Singer
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-09-14coreinfo: Use SPDX license identifiersJacob Garber
2020-08-24libpayload: Cache physical location of CBMEM entriesNico Huber
2020-08-24libpayload: Cache physical cbmem console addressNico Huber
2020-08-18payloads/coreinfo: Fix `make clean`Nico Huber
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09payloads: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-02-17payloads: Fix typosElyes HAOUAS
2020-02-04coreinfo/coreinfo.c: Correct main function signatureJacob Garber
2019-10-02coreinfo/coreinfo.c: Support both lower and upper case alphabetsHimanshu Sahdev
2019-08-20Makefile.inc, payloads: Enable -WvlaJacob Garber
2019-07-07payloads/coreinfo: Enable -Wmissing-prototypesJacob Garber
2019-07-07payloads/coreinfo: Make internal functions staticJacob Garber
2019-07-07payloads/coreinfo: Enable -WextraJacob Garber
2019-07-07payloads/coreinfo: Use correct integer types for loop indicesJacob Garber
2019-07-07payloads/coreinfo: Use fixed-width integers for cpuidJacob Garber
2019-05-15payloads/coreinfo: Remove unused variableJacob Garber
2019-04-01payloads/coreinfo: Free buffer before returningJacob Garber
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-11-06payloads/coreinfo/cbfs_module.c: Get rid of void pointer mathRichard Spiegel
2018-06-15util/cbfstool: Support FIT payloadsPatrick Rudolph
2018-06-14coreinfo: Skip unpopulated PCI functionsKyösti Mälkki
2018-05-16Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich
2018-05-15cbfs/payload type: Fix build warning and whitespace in namePaul Menzel
2018-05-04cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph
2018-04-27payloads/coreinfo/README: Remove trailing whitespaceElyes HAOUAS
2017-09-11payloads/coreinfo: Free buffer before returningMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-27coreinfo: Use regular `if` over `#if` for `IS_ENABLED`Nicola Corna
2017-06-07payloads: change coreboot to lowercaseMartin Roth
2017-04-20Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner
2017-01-24build system: don't run xcompile or git for %clean/%config targetsPatrick Georgi
2016-10-13coreinfo: make the CBFS list scrollableBen Gardner
2016-08-03payloads/coreinfo: Set KCONFIG_CONFIG valueMartin Roth
2016-07-20coreinfo: Add support to read timestampsAntonello Dettori
2016-04-26coreinfo: Update MakefileMartin Roth
2016-04-21coreinfo: Build libpayload in coreinfo directoryIru Cai
2016-04-10coreinfo: Move time to the last lineJonathan Neuschäfer
2016-03-18coreinfo: Allow numbers in addition to F keysStefan Reinauer
2016-03-16coreinfo: Rename libpayload variablesStefan Reinauer
2016-03-15coreinfo: Use tinycursesStefan Reinauer
2016-03-15coreinfo: Pretty print RAM addressesStefan Reinauer
2016-03-13coreinfo: Remove the LAR moduleJonathan Neuschäfer
2016-03-11codebase: Change makefile $(shell pwd) commands to $(CURDIR)Martin Roth
2016-03-11coreinfo: Fix libpayload to not install to libpayload/libpayloadMartin Roth
2016-03-11coreinfo/nvram: Print correct line numbersJonathan Neuschäfer
2016-03-11coreinfo: Default to first non-empty categoryJonathan Neuschäfer
2016-03-11coreinfo/cbfs: Add some missing file typesJonathan Neuschäfer
2016-03-11coreinfo: Show "No modules selected" when appropriateJonathan Neuschäfer
2016-03-11coreinfo/cbfs: Don't assume that the free space is at the endJonathan Neuschäfer
2016-03-11coreinfo/Makefile: change $(obj) to $(coreinfo_obj)Martin Roth
2016-03-11coreinfo: Remove .xcompile when doing a cleanMartin Roth
2016-02-28coreinfo: quote $(AS) and $(CC) in $(LPAS) and $(LPCC)Iru Cai
2016-02-02payloads/coreinfo: Add defaultbuild targetMartin Roth
2015-12-02coreinfo: use coreboot crosscompilerMartin Roth
2015-11-21coreinfo: Rewrite bootlog_moduleYasha Cherikovsky
2015-11-19coreinfo: Move screen dimensions to headerYasha Cherikovsky
2015-11-19coreinfo: Fix off-by-one in displayed month of yearYasha Cherikovsky
2015-11-19coreinfo: Hide blinking cursorYasha Cherikovsky
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-17coreinfo: reboot when finishedMaxime de Roucy
2015-07-13coreinfo: Fix build output (cosmetical)Stefan Reinauer
2015-07-13coreinfo: fix compilationStefan Reinauer
2015-07-01coreinfo: use coreboot's kconfigStefan Reinauer
2015-07-01coreinfo: Use IS_ENABLED() to query Kconfig variablesStefan Reinauer
2015-06-30coreinfo: Drop local Kconfig copyStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-05-23payloads/coreinfo/multiboot_module.c: Trivial fix indentsEdward O'Callaghan
2014-05-09payloads/coreinfo/README: Use `It is` instead of `Its`Paul Menzel
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-12-13coreinfo: Build libpayload from coreinfo makefileMarc Jones
2012-12-12coreinfo: changes to get the USB keyboard workingDave Frodin
2012-12-08coreinfo: Make better calls to libpayload build scriptsMarc Jones
2012-12-07coreinfo: change the foreground/background colorsDave Frodin
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-08-15coreinfo: fix build error (TRIVIAL)Alexandru Gagniuc
2012-01-07Eliminate magic numbersPhilip Prindeville
2012-01-07Cleanup access to vendor/part # infoPhilip Prindeville
2011-12-24Use convenience function to checksumPhilip Prindeville
2011-12-24Replace UNPACK_CB64 macro with inlinePhilip Prindeville
2011-12-21Respect linker orderChristian Ruppert
2011-12-02Mirror Fix coreinfo usage of cb_infoQingPei Wang
2011-04-01Add build instructions for coreinfo, specially pointing out installing ...Yang Hamo Bai
2010-08-05Change default path and configuration for Coreinfo.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2009-08-24Update Coreinfo to use TAG_FORWARD in tables.Myles Watson
2009-07-07Add initial support for a CBFS module for coreinfo.Uwe Hermann
2008-11-11Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan
2008-11-11[PATCH] coreinfo: Add multiboot parsing supportJordan Crouse
2008-09-30Do not try to display non-printable characters on the bootlog andUlf Jordan
2008-09-24Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan
2008-09-05define array size in a single place (trivial)Stefan Reinauer
2008-08-13off by 1. (trivial)Stefan Reinauer
2008-08-13commit real fix to pci module of coreinfo (trivial)Stefan Reinauer
2008-08-11This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan