Age | Commit message (Expand) | Author |
2021-09-20 | sconfig: Emit device structure pointers if alias names are provided | Furquan Shaikh |
2021-09-16 | util/sconfig: Update static.c to include boot/coreboot_tables.h | Tim Wawrzynczak |
2021-09-13 | util/sconfig: Extract handling of SMBIOS data | Angel Pons |
2021-09-13 | util/sconfig: Always generate SMBIOS CPP guards | Angel Pons |
2021-09-08 | sconfig: Ensure at least one `device` node below each `chip` | Nico Huber |
2021-09-01 | util/sconfig: Compare probe conditions for override device match | Furquan Shaikh |
2021-07-14 | util/sconfig: Remove unused devicetree keywords ESPI & LPC | Martin Roth |
2021-05-24 | sconfig: Emit probe_list in all stages | Furquan Shaikh |
2021-05-05 | util/sconfig: Fix null pointer dereferences | Tim Wawrzynczak |
2021-05-03 | util/sconfig: Add support for discontiguous FW_CONFIG fields | Tim Wawrzynczak |
2021-02-20 | sconfig: Use get_chip_instance() to set base_chip_instance | Furquan Shaikh |
2021-02-17 | treewide: Remove trailing whitespace | Martin Roth |
2021-01-22 | sconfig: Handle smbios_slot_desc in overridetree | Frans Hendriks |
2021-01-11 | util/sconfig: Emit chip config pointers for PCI devices on root bus | Furquan Shaikh |
2021-01-11 | util/sconfig: Change __pci*|__pnp* device pointers to const | Furquan Shaikh |
2020-12-28 | device + util/sconfig: introduce new device `gpio` | Michael Niewöhner |
2020-11-20 | sconfig: Apply 'hidden' state from override tree | Duncan Laurie |
2020-11-04 | util/sconfig: Report which key is duplicate | Patrick Georgi |
2020-10-30 | fw_config: Convert fw_config to a 64-bit field | Tim Wawrzynczak |
2020-10-26 | sconfig: Split up sconfig-generated static.h | Tim Wawrzynczak |
2020-10-09 | sconfig: Allow chipset to provide a base devicetree | Duncan Laurie |
2020-09-18 | sconfig: Add function for parse+override of tree | Duncan Laurie |
2020-09-18 | sconfig: Switch to getopt | Duncan Laurie |
2020-09-11 | sconfig: Allow to link devices to other device's drivers | Nico Huber |
2020-07-06 | devicetree: Remove weak declarations for ops | Kyösti Mälkki |
2020-06-02 | sconfig: Add support for firmware configuration | Duncan Laurie |
2020-06-02 | util/sconfig: Move default includes out of emit_chips() | Nico Huber |
2020-06-02 | util/sconfig: Refactor and fix add_register() | Nico Huber |
2020-05-12 | util/sconfig: Add LPC and ESPI buses | Raul E Rangel |
2020-05-09 | util/: Replace GPLv2 boiler plate with SPDX header | Patrick Georgi |
2020-05-09 | AUTHORS, util/: Drop individual copyright notices | Patrick Georgi |
2020-05-07 | util/sconfig: Drop use of ref_count for chip_instance | Furquan Shaikh |
2020-05-07 | util/sconfig: Move chip instance id assignment to emit_chips() | Furquan Shaikh |
2020-05-07 | util/sconfig: Drop id from struct device maintained by sconfig | Furquan Shaikh |
2020-05-05 | sconfig: Allow `register` entries below devices, too | Nico Huber |
2020-03-30 | util/sconfig: emit NULL sibling fields | Aaron Durbin |
2020-02-08 | Add configurable ramstage support for minimal PCI scanning | Ronald G. Minnich |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2019-11-26 | util/sconfig: Fix illogical override rule for resource | Bill XIE |
2019-10-05 | util/sconfig: Issue header for exposed PCI and PNP names | Nico Huber |
2019-09-06 | util/sconfig: Expose usable PCI and PNP device names | Kyösti Mälkki |
2019-07-17 | device: Move pci_irqs outside DEVTREE_EARLY | Kyösti Mälkki |
2019-07-12 | util/sconfig: Fix compile error with older glibc-headers | Werner Zeh |
2019-07-10 | util/sconfig: Add commonlib/helpers.h | Kyösti Mälkki |
2019-07-10 | util/sconfig: Declare the repeated devicetree storage | Kyösti Mälkki |
2019-05-22 | util/sconfig: Move 'static' at beginning of declaration | Elyes HAOUAS |
2019-05-07 | sconfig: Add SMBIOS type 9 entries | Patrick Rudolph |
2019-04-24 | util/sconfig: Throw an error if override tree has no devices | Furquan Shaikh |
2018-09-16 | sconfig: Allow setting device status in device tree | Hung-Te Lin |
2018-07-26 | util: Add description.md to each util | Tom Hiller |
2018-06-25 | util/sconfig: Get rid of ops from struct device | Furquan Shaikh |
2018-06-25 | util/sconfig: Add support for overriding base tree properties/node | Furquan Shaikh |
2018-06-25 | util/sconfig: Enable parsing of override device tree | Furquan Shaikh |
2018-06-13 | util/sconfig: Prepare sconfig to allow parsing multiple trees | Furquan Shaikh |
2018-06-08 | util/sconfig: Get rid of rescnt in struct device | Furquan Shaikh |
2018-06-08 | util/sconfig: Re-factor device structure in parse tree | Furquan Shaikh |
2018-06-08 | util/sconfig: Make queue handling more generic within main.c | Furquan Shaikh |
2018-06-08 | sconfig/main.c: Fix number of arguments in fprintf | Maulik V Vaghela |
2018-06-08 | util/sconfig: Get rid of unused parameter to walk_device_tree | Furquan Shaikh |
2018-06-05 | util/sconfig: Get rid of nextdev member in struct device | Furquan Shaikh |
2018-06-05 | util/sconfig: Get rid of struct header | Furquan Shaikh |
2018-06-05 | util/sconfig: Add helper function for allocating memory | Furquan Shaikh |
2018-06-05 | util/sconfig: Get rid of bus pointer in device structure | Furquan Shaikh |
2018-06-05 | util/sconfig: Re-factor emitting of headers to static.c | Furquan Shaikh |
2018-06-05 | util/sconfig: Re-factor sconfig to not assume chip as device | Furquan Shaikh |
2018-05-11 | devicetree: Add USB device type | Duncan Laurie |
2018-01-25 | sconfig: Add a new mmio resource type | Justin TerAvest |
2017-04-25 | lib: provide clearer devicetree semantics | Aaron Durbin |
2017-04-14 | util/blobtool & sconfig: Update GENPARSER Kconfig question | Martin Roth |
2017-02-16 | sconfig: Add a new "SPI" device type | Furquan Shaikh |
2016-08-08 | sconfig: Reformat C code | Martin Roth |
2016-08-08 | sconfig: Remove mainboard chip.h support | Martin Roth |
2016-08-08 | sconfig: Remove bootblock and Kconfig modes | Martin Roth |
2016-08-08 | sconfig: Update command line parameters | Martin Roth |
2016-08-08 | sconfig: pass in devicetree filename | Martin Roth |
2016-05-16 | sconfig: Add a new generic device type | Duncan Laurie |
2016-05-16 | sconfig: Add 10bit addressing mode to i2c device type | Duncan Laurie |
2016-05-16 | sconfig: Allow strings in devicetree.cb | Duncan Laurie |
2016-05-08 | util/sconfig: Fix warnings | Stefan Reinauer |
2015-11-14 | sconfig: remove warning about root_complex | Patrick Georgi |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2014-10-07 | sconfig: add cpu device type | Aaron Durbin |
2014-08-04 | sconfig: improve argument parsing | Patrick Georgi |
2014-08-04 | util/sconfig/main.c: Remove assigned but unused variable `link` | Paul Menzel |
2014-08-04 | sconfig: more careful string resource handling | Patrick Georgi |
2014-07-30 | util/sconfig: fix check for count of command line arguments | Daniele Forsi |
2014-04-16 | sconfig: Fix build dependencies | Patrick Georgi |
2014-01-20 | sconfig: don't "const" structs twice | Patrick Georgi |
2013-12-05 | sconfig: avoid regenerating the binary all the time | Patrick Georgi |
2013-06-24 | AMD: Drop empty root_complex | Kyösti Mälkki |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-01-16 | use a relative path for #line 3 | David Hendricks |
2012-11-29 | Make mainboard_ops and mainboard.c file optional | Kyösti Mälkki |
2012-11-27 | Provide weak empty declarations of all chip_ops used on a board | Patrick Georgi |
2012-11-17 | Cleanup sconfig | Kyösti Mälkki |
2012-11-06 | Drop redundant CHIP_NAME in mainboard.c | Kyösti Mälkki |
2012-10-08 | Every chip must have chip_operations | Kyösti Mälkki |