summaryrefslogtreecommitdiffstats
path: root/util/sconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-167-242/+261
* util: Add description.md to each utilTom Hiller2018-07-261-0/+1
* util/sconfig: Get rid of ops from struct deviceFurquan Shaikh2018-06-252-6/+9
* util/sconfig: Add support for overriding base tree properties/nodeFurquan Shaikh2018-06-252-10/+394
* util/sconfig: Enable parsing of override device treeFurquan Shaikh2018-06-251-6/+43
* util/sconfig: Prepare sconfig to allow parsing multiple treesFurquan Shaikh2018-06-131-23/+32
* util/sconfig: Get rid of rescnt in struct deviceFurquan Shaikh2018-06-082-7/+3
* util/sconfig: Re-factor device structure in parse treeFurquan Shaikh2018-06-085-300/+410
* util/sconfig: Make queue handling more generic within main.cFurquan Shaikh2018-06-081-12/+62
* sconfig/main.c: Fix number of arguments in fprintfMaulik V Vaghela2018-06-081-1/+1
* util/sconfig: Get rid of unused parameter to walk_device_treeFurquan Shaikh2018-06-081-5/+4
* util/sconfig: Get rid of nextdev member in struct deviceFurquan Shaikh2018-06-052-11/+10