summaryrefslogtreecommitdiffstats
path: root/util/sconfig
Commit message (Expand)AuthorAgeFilesLines
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* Remove executable flag from source codes and text filesPetr Cvek2022-07-142-0/+0
* SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons2021-11-047-388/+443
* 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
* sconfig: Ensure at least one `device` node below each `chip`Nico Huber2021-09-083-147/+160
* util/sconfig: Compare probe conditions for override device matchFurquan Shaikh2021-09-011-7/+75
* util/sconfig: Remove unused devicetree keywords ESPI & LPCMartin Roth2021-07-146-282/+259
* 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-037-371/+511
* sconfig: Use get_chip_instance() to set base_chip_instanceFurquan Shaikh2021-02-201-1/+1
* treewide: Remove trailing whitespaceMartin Roth2021-02-171-42/+42
* 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-286-402/+312
* 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-303-18/+23
* sconfig: Split up sconfig-generated static.hTim Wawrzynczak2020-10-261-31/+108
* sconfig: Allow chipset to provide a base devicetreeDuncan Laurie2020-10-097-725/+663
* 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-117-377/+530
* devicetree: Remove weak declarations for opsKyösti Mälkki2020-07-061-3/+10
* sconfig: Add support for firmware configurationDuncan Laurie2020-06-027-252/+700
* 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-126-154/+179
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-095-50/+5
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-095-25/+5
* util/sconfig: Drop use of ref_count for chip_instanceFurquan Shaikh2020-05-072-89/+30
* 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-072-14/+7
* sconfig: Allow `register` entries below devices, tooNico Huber2020-05-053-284/+353
* util/sconfig: emit NULL sibling fieldsAaron Durbin2020-03-301-0/+2
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-087-359/+367
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+1
* 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-122-1/+2
* util/sconfig: Add commonlib/helpers.hKyösti Mälkki2019-07-102-0/+2
* 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-077-249/+345