summaryrefslogtreecommitdiffstats
path: root/util/sconfig/main.c
Commit message (Expand)AuthorAgeFilesLines
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons2021-11-041-0/+27
* sconfig: Emit device structure pointers if alias names are providedFurquan Shaikh2021-09-201-2/+16
* util/sconfig: Update static.c to include boot/coreboot_tables.hTim Wawrzynczak2021-09-161-0/+1
* util/sconfig: Extract handling of SMBIOS dataAngel Pons2021-09-131-17/+26
* util/sconfig: Always generate SMBIOS CPP guardsAngel Pons2021-09-131-10/+4
* util/sconfig: Compare probe conditions for override device matchFurquan Shaikh2021-09-011-7/+75
* util/sconfig: Remove unused devicetree keywords ESPI & LPCMartin Roth2021-07-141-8/+0
* sconfig: Emit probe_list in all stagesFurquan Shaikh2021-05-241-1/+1
* util/sconfig: Fix null pointer dereferencesTim Wawrzynczak2021-05-051-1/+1
* util/sconfig: Add support for discontiguous FW_CONFIG fieldsTim Wawrzynczak2021-05-031-30/+114
* sconfig: Use get_chip_instance() to set base_chip_instanceFurquan Shaikh2021-02-201-1/+1
* sconfig: Handle smbios_slot_desc in overridetreeFrans Hendriks2021-01-221-0/+12
* util/sconfig: Emit chip config pointers for PCI devices on root busFurquan Shaikh2021-01-111-5/+20
* util/sconfig: Change __pci*|__pnp* device pointers to constFurquan Shaikh2021-01-111-4/+4
* device + util/sconfig: introduce new device `gpio`Michael Niewöhner2020-12-281-0/+4
* sconfig: Apply 'hidden' state from override treeDuncan Laurie2020-11-201-0/+6
* util/sconfig: Report which key is duplicatePatrick Georgi2020-11-041-1/+1
* fw_config: Convert fw_config to a 64-bit fieldTim Wawrzynczak2020-10-301-14/+17
* sconfig: Split up sconfig-generated static.hTim Wawrzynczak2020-10-261-31/+108
* sconfig: Allow chipset to provide a base devicetreeDuncan Laurie2020-10-091-21/+76
* sconfig: Add function for parse+override of treeDuncan Laurie2020-09-181-10/+14
* sconfig: Switch to getoptDuncan Laurie2020-09-181-20/+43
* sconfig: Allow to link devices to other device's driversNico Huber2020-09-111-12/+103
* devicetree: Remove weak declarations for opsKyösti Mälkki2020-07-061-3/+10
* sconfig: Add support for firmware configurationDuncan Laurie2020-06-021-0/+278
* util/sconfig: Move default includes out of emit_chips()Nico Huber2020-06-021-3/+3
* util/sconfig: Refactor and fix add_register()Nico Huber2020-06-021-18/+19
* util/sconfig: Add LPC and ESPI busesRaul E Rangel2020-05-121-0/+8
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-5/+1
* util/sconfig: Drop use of ref_count for chip_instanceFurquan Shaikh2020-05-071-86/+21
* util/sconfig: Move chip instance id assignment to emit_chips()Furquan Shaikh2020-05-071-7/+3
* util/sconfig: Drop id from struct device maintained by sconfigFurquan Shaikh2020-05-071-7/+6
* util/sconfig: emit NULL sibling fieldsAaron Durbin2020-03-301-0/+2
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-081-0/+2
* util/sconfig: Fix illogical override rule for resourceBill XIE2019-11-261-5/+14
* util/sconfig: Issue header for exposed PCI and PNP namesNico Huber2019-10-051-15/+36
* util/sconfig: Expose usable PCI and PNP device namesKyösti Mälkki2019-09-061-0/+16
* device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki2019-07-171-12/+11
* util/sconfig: Fix compile error with older glibc-headersWerner Zeh2019-07-121-0/+2
* util/sconfig: Add commonlib/helpers.hKyösti Mälkki2019-07-101-0/+1
* util/sconfig: Declare the repeated devicetree storageKyösti Mälkki2019-07-101-10/+14
* util/sconfig: Move 'static' at beginning of declarationElyes HAOUAS2019-05-221-1/+1
* sconfig: Add SMBIOS type 9 entriesPatrick Rudolph2019-05-071-1/+40
* util/sconfig: Throw an error if override tree has no devicesFurquan Shaikh2019-04-241-0/+5
* sconfig: Allow setting device status in device treeHung-Te Lin2018-09-161-2/+4
* util/sconfig: Get rid of ops from struct deviceFurquan Shaikh2018-06-251-3/+9
* util/sconfig: Add support for overriding base tree properties/nodeFurquan Shaikh2018-06-251-10/+388
* util/sconfig: Enable parsing of override device treeFurquan Shaikh2018-06-251-6/+43