aboutsummaryrefslogtreecommitdiff
path: root/util/sconfig
AgeCommit message (Expand)Author
2024-01-31device/device.h: Rename busses for clarityArthur Heymans
2024-01-29device/device.h: Drop multiple linksArthur Heymans
2024-01-26util: Rename Makefiles from .inc to .mkMartin Roth
2023-07-31util/sconfig: rework help text printingFelix Held
2023-07-31util/sconfig: Don't hardcode PCI device domainArthur Heymans
2023-07-03util/sconfig: Improve usage and long optionsJakub Czapiga
2023-04-22lib/version: Move board identification stringsKyösti Mälkki
2023-04-11util/sconfig: Remove unused ioapic and irq keywordsArthur Heymans
2023-02-07tree: Drop repeated wordsAlexander Goncharov
2023-01-31util/sconfig: Remove lapic devices from devicetree parsersArthur Heymans
2022-11-24src/device + util/sconfig: Introduce new device 'mdio'Mario Scheithauer
2022-11-22util: Add SPDX license headers to MakefilesMartin Roth
2022-09-15sconfig: Allow to specify device operationsNico Huber
2022-07-14commonlib: Substitude macro "__unused" in compiler.hBill XIE
2022-07-14Remove executable flag from source codes and text filesPetr Cvek
2021-11-04SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons
2021-09-20sconfig: Emit device structure pointers if alias names are providedFurquan Shaikh
2021-09-16util/sconfig: Update static.c to include boot/coreboot_tables.hTim Wawrzynczak
2021-09-13util/sconfig: Extract handling of SMBIOS dataAngel Pons
2021-09-13util/sconfig: Always generate SMBIOS CPP guardsAngel Pons
2021-09-08sconfig: Ensure at least one `device` node below each `chip`Nico Huber
2021-09-01util/sconfig: Compare probe conditions for override device matchFurquan Shaikh
2021-07-14util/sconfig: Remove unused devicetree keywords ESPI & LPCMartin Roth
2021-05-24sconfig: Emit probe_list in all stagesFurquan Shaikh
2021-05-05util/sconfig: Fix null pointer dereferencesTim Wawrzynczak
2021-05-03util/sconfig: Add support for discontiguous FW_CONFIG fieldsTim Wawrzynczak
2021-02-20sconfig: Use get_chip_instance() to set base_chip_instanceFurquan Shaikh
2021-02-17treewide: Remove trailing whitespaceMartin Roth
2021-01-22sconfig: Handle smbios_slot_desc in overridetreeFrans Hendriks
2021-01-11util/sconfig: Emit chip config pointers for PCI devices on root busFurquan Shaikh
2021-01-11util/sconfig: Change __pci*|__pnp* device pointers to constFurquan Shaikh
2020-12-28device + util/sconfig: introduce new device `gpio`Michael Niewöhner
2020-11-20sconfig: Apply 'hidden' state from override treeDuncan Laurie
2020-11-04util/sconfig: Report which key is duplicatePatrick Georgi
2020-10-30fw_config: Convert fw_config to a 64-bit fieldTim Wawrzynczak
2020-10-26sconfig: Split up sconfig-generated static.hTim Wawrzynczak
2020-10-09sconfig: Allow chipset to provide a base devicetreeDuncan Laurie
2020-09-18sconfig: Add function for parse+override of treeDuncan Laurie
2020-09-18sconfig: Switch to getoptDuncan Laurie
2020-09-11sconfig: Allow to link devices to other device's driversNico Huber
2020-07-06devicetree: Remove weak declarations for opsKyösti Mälkki
2020-06-02sconfig: Add support for firmware configurationDuncan Laurie
2020-06-02util/sconfig: Move default includes out of emit_chips()Nico Huber
2020-06-02util/sconfig: Refactor and fix add_register()Nico Huber
2020-05-12util/sconfig: Add LPC and ESPI busesRaul E Rangel
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-05-07util/sconfig: Drop use of ref_count for chip_instanceFurquan Shaikh
2020-05-07util/sconfig: Move chip instance id assignment to emit_chips()Furquan Shaikh
2020-05-07util/sconfig: Drop id from struct device maintained by sconfigFurquan Shaikh
2020-05-05sconfig: Allow `register` entries below devices, tooNico Huber
2020-03-30util/sconfig: emit NULL sibling fieldsAaron Durbin
2020-02-08Add configurable ramstage support for minimal PCI scanningRonald G. Minnich
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2019-11-26util/sconfig: Fix illogical override rule for resourceBill XIE
2019-10-05util/sconfig: Issue header for exposed PCI and PNP namesNico Huber
2019-09-06util/sconfig: Expose usable PCI and PNP device namesKyösti Mälkki
2019-07-17device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki
2019-07-12util/sconfig: Fix compile error with older glibc-headersWerner Zeh
2019-07-10util/sconfig: Add commonlib/helpers.hKyösti Mälkki
2019-07-10util/sconfig: Declare the repeated devicetree storageKyösti Mälkki
2019-05-22util/sconfig: Move 'static' at beginning of declarationElyes HAOUAS
2019-05-07sconfig: Add SMBIOS type 9 entriesPatrick Rudolph
2019-04-24util/sconfig: Throw an error if override tree has no devicesFurquan Shaikh
2018-09-16sconfig: Allow setting device status in device treeHung-Te Lin
2018-07-26util: Add description.md to each utilTom Hiller
2018-06-25util/sconfig: Get rid of ops from struct deviceFurquan Shaikh
2018-06-25util/sconfig: Add support for overriding base tree properties/nodeFurquan Shaikh
2018-06-25util/sconfig: Enable parsing of override device treeFurquan Shaikh
2018-06-13util/sconfig: Prepare sconfig to allow parsing multiple treesFurquan Shaikh
2018-06-08util/sconfig: Get rid of rescnt in struct deviceFurquan Shaikh
2018-06-08util/sconfig: Re-factor device structure in parse treeFurquan Shaikh
2018-06-08util/sconfig: Make queue handling more generic within main.cFurquan Shaikh
2018-06-08sconfig/main.c: Fix number of arguments in fprintfMaulik V Vaghela
2018-06-08util/sconfig: Get rid of unused parameter to walk_device_treeFurquan Shaikh
2018-06-05util/sconfig: Get rid of nextdev member in struct deviceFurquan Shaikh
2018-06-05util/sconfig: Get rid of struct headerFurquan Shaikh
2018-06-05util/sconfig: Add helper function for allocating memoryFurquan Shaikh
2018-06-05util/sconfig: Get rid of bus pointer in device structureFurquan Shaikh
2018-06-05util/sconfig: Re-factor emitting of headers to static.cFurquan Shaikh
2018-06-05util/sconfig: Re-factor sconfig to not assume chip as deviceFurquan Shaikh
2018-05-11devicetree: Add USB device typeDuncan Laurie
2018-01-25sconfig: Add a new mmio resource typeJustin TerAvest
2017-04-25lib: provide clearer devicetree semanticsAaron Durbin
2017-04-14util/blobtool & sconfig: Update GENPARSER Kconfig questionMartin Roth
2017-02-16sconfig: Add a new "SPI" device typeFurquan Shaikh
2016-08-08sconfig: Reformat C codeMartin Roth
2016-08-08sconfig: Remove mainboard chip.h supportMartin Roth
2016-08-08sconfig: Remove bootblock and Kconfig modesMartin Roth
2016-08-08sconfig: Update command line parametersMartin Roth
2016-08-08sconfig: pass in devicetree filenameMartin Roth
2016-05-16sconfig: Add a new generic device typeDuncan Laurie
2016-05-16sconfig: Add 10bit addressing mode to i2c device typeDuncan Laurie
2016-05-16sconfig: Allow strings in devicetree.cbDuncan Laurie
2016-05-08util/sconfig: Fix warningsStefan Reinauer
2015-11-14sconfig: remove warning about root_complexPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-10-07sconfig: add cpu device typeAaron Durbin