Age | Commit message (Expand) | Author |
2024-08-27 | libpayload: Set reasonable arch defaults | Arthur Heymans |
2024-03-13 | cbfs: Remove broken remnants of PAYLOAD_INFO feature | Julius Werner |
2024-01-24 | Makefiles: Rename top-level Makefiles from .inc to .mk | Martin Roth |
2023-08-01 | payloads/coreinfo: Use C99 flexible arrays | Elyes Haouas |
2022-10-13 | payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity | Elyes Haouas |
2022-05-16 | payloads/coreinfo/coreboot_module.c: Remove 'break' after 'return' | Elyes Haouas |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2021-07-13 | util/kconfig: Uprev to Linux 5.13's kconfig | Patrick Georgi |
2021-02-17 | treewide: Remove trailing whitespace | Martin Roth |
2021-02-07 | coreinfo: Use libpayload's new `Makefile.payload` | Nico Huber |
2021-02-07 | coreinfo: Unexport COREBOOT_EXPORTS | Nico Huber |
2020-11-02 | coreinfo: Add support for link time optimization | Jacob Garber |
2020-10-30 | .gitignore: Split into subdirectory files | Patrick Georgi |
2020-10-20 | payloads/coreinfo: Rename pci_scan_bus() | Felix Singer |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-14 | coreinfo: Use SPDX license identifiers | Jacob Garber |
2020-08-24 | libpayload: Cache physical location of CBMEM entries | Nico Huber |
2020-08-24 | libpayload: Cache physical cbmem console address | Nico Huber |
2020-08-18 | payloads/coreinfo: Fix `make clean` | Nico Huber |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | payloads: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-02-17 | payloads: Fix typos | Elyes HAOUAS |
2020-02-04 | coreinfo/coreinfo.c: Correct main function signature | Jacob Garber |
2019-10-02 | coreinfo/coreinfo.c: Support both lower and upper case alphabets | Himanshu Sahdev |
2019-08-20 | Makefile.inc, payloads: Enable -Wvla | Jacob Garber |
2019-07-07 | payloads/coreinfo: Enable -Wmissing-prototypes | Jacob Garber |
2019-07-07 | payloads/coreinfo: Make internal functions static | Jacob Garber |
2019-07-07 | payloads/coreinfo: Enable -Wextra | Jacob Garber |
2019-07-07 | payloads/coreinfo: Use correct integer types for loop indices | Jacob Garber |
2019-07-07 | payloads/coreinfo: Use fixed-width integers for cpuid | Jacob Garber |
2019-05-15 | payloads/coreinfo: Remove unused variable | Jacob Garber |
2019-04-01 | payloads/coreinfo: Free buffer before returning | Jacob Garber |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-11-06 | payloads/coreinfo/cbfs_module.c: Get rid of void pointer math | Richard Spiegel |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-06-14 | coreinfo: Skip unpopulated PCI functions | Kyösti Mälkki |
2018-05-16 | Revert "cbfs/payload type: Fix build warning and whitespace in name" | Ronald G. Minnich |
2018-05-15 | cbfs/payload type: Fix build warning and whitespace in name | Paul Menzel |
2018-05-04 | cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF | Patrick Rudolph |
2018-04-27 | payloads/coreinfo/README: Remove trailing whitespace | Elyes HAOUAS |
2017-09-11 | payloads/coreinfo: Free buffer before returning | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-27 | coreinfo: Use regular `if` over `#if` for `IS_ENABLED` | Nicola Corna |
2017-06-07 | payloads: change coreboot to lowercase | Martin Roth |
2017-04-20 | Turn CBMEM console into a ring buffer that can persist across reboots | Julius Werner |
2017-01-24 | build system: don't run xcompile or git for %clean/%config targets | Patrick Georgi |
2016-10-13 | coreinfo: make the CBFS list scrollable | Ben Gardner |
2016-08-03 | payloads/coreinfo: Set KCONFIG_CONFIG value | Martin Roth |
2016-07-20 | coreinfo: Add support to read timestamps | Antonello Dettori |
2016-04-26 | coreinfo: Update Makefile | Martin Roth |
2016-04-21 | coreinfo: Build libpayload in coreinfo directory | Iru Cai |
2016-04-10 | coreinfo: Move time to the last line | Jonathan Neuschäfer |
2016-03-18 | coreinfo: Allow numbers in addition to F keys | Stefan Reinauer |
2016-03-16 | coreinfo: Rename libpayload variables | Stefan Reinauer |
2016-03-15 | coreinfo: Use tinycurses | Stefan Reinauer |
2016-03-15 | coreinfo: Pretty print RAM addresses | Stefan Reinauer |
2016-03-13 | coreinfo: Remove the LAR module | Jonathan Neuschäfer |
2016-03-11 | codebase: Change makefile $(shell pwd) commands to $(CURDIR) | Martin Roth |
2016-03-11 | coreinfo: Fix libpayload to not install to libpayload/libpayload | Martin Roth |
2016-03-11 | coreinfo/nvram: Print correct line numbers | Jonathan Neuschäfer |
2016-03-11 | coreinfo: Default to first non-empty category | Jonathan Neuschäfer |
2016-03-11 | coreinfo/cbfs: Add some missing file types | Jonathan Neuschäfer |
2016-03-11 | coreinfo: Show "No modules selected" when appropriate | Jonathan Neuschäfer |
2016-03-11 | coreinfo/cbfs: Don't assume that the free space is at the end | Jonathan Neuschäfer |
2016-03-11 | coreinfo/Makefile: change $(obj) to $(coreinfo_obj) | Martin Roth |
2016-03-11 | coreinfo: Remove .xcompile when doing a clean | Martin Roth |
2016-02-28 | coreinfo: quote $(AS) and $(CC) in $(LPAS) and $(LPCC) | Iru Cai |
2016-02-02 | payloads/coreinfo: Add defaultbuild target | Martin Roth |
2015-12-02 | coreinfo: use coreboot crosscompiler | Martin Roth |
2015-11-21 | coreinfo: Rewrite bootlog_module | Yasha Cherikovsky |
2015-11-19 | coreinfo: Move screen dimensions to header | Yasha Cherikovsky |
2015-11-19 | coreinfo: Fix off-by-one in displayed month of year | Yasha Cherikovsky |
2015-11-19 | coreinfo: Hide blinking cursor | Yasha Cherikovsky |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-17 | coreinfo: reboot when finished | Maxime de Roucy |
2015-07-13 | coreinfo: Fix build output (cosmetical) | Stefan Reinauer |
2015-07-13 | coreinfo: fix compilation | Stefan Reinauer |
2015-07-01 | coreinfo: use coreboot's kconfig | Stefan Reinauer |
2015-07-01 | coreinfo: Use IS_ENABLED() to query Kconfig variables | Stefan Reinauer |
2015-06-30 | coreinfo: Drop local Kconfig copy | Stefan Reinauer |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2014-05-23 | payloads/coreinfo/multiboot_module.c: Trivial fix indents | Edward O'Callaghan |
2014-05-09 | payloads/coreinfo/README: Use `It is` instead of `Its` | Paul Menzel |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2012-12-13 | coreinfo: Build libpayload from coreinfo makefile | Marc Jones |
2012-12-12 | coreinfo: changes to get the USB keyboard working | Dave Frodin |
2012-12-08 | coreinfo: Make better calls to libpayload build scripts | Marc Jones |
2012-12-07 | coreinfo: change the foreground/background colors | Dave Frodin |
2012-11-30 | Add multi-architecture support to cbfstool | David Hendricks |
2012-11-08 | Refactor the endianness conversion functions and header files. | Gabe Black |
2012-08-15 | coreinfo: fix build error (TRIVIAL) | Alexandru Gagniuc |
2012-01-07 | Eliminate magic numbers | Philip Prindeville |
2012-01-07 | Cleanup access to vendor/part # info | Philip Prindeville |
2011-12-24 | Use convenience function to checksum | Philip Prindeville |
2011-12-24 | Replace UNPACK_CB64 macro with inline | Philip Prindeville |
2011-12-21 | Respect linker order | Christian Ruppert |
2011-12-02 | Mirror Fix coreinfo usage of cb_info | QingPei Wang |
2011-04-01 | Add build instructions for coreinfo, specially pointing out installing ... | Yang Hamo Bai |
2010-08-05 | Change default path and configuration for Coreinfo. | Myles Watson |