summaryrefslogtreecommitdiffstats
path: root/util/intelmetool
Commit message (Expand)AuthorAgeFilesLines
* Spell *Boot Guard* with a space for official spellingPaul Menzel2021-12-161-5/+5
* .gitignore: Ignore .test/.dependencies globallyPatrick Georgi2020-10-311-2/+0
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+3
* intelmetool: Add PCI ID for Cometlake-UMatt DeVillier2020-10-121-0/+2
* util/intelmetool: Fix the BootGuard dump featurePablo Stebler2020-09-235-64/+71
* util/intelmetool: Fix error messageEvgeny Zinoviev2020-07-151-1/+1
* util/intelmetool: Add support for Intel Cannon Point LP HECI ControllerMatt DeVillier2020-06-141-0/+2
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-111-11/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-113-3/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-092-21/+2
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-093-11/+2
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-069-106/+9
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-069-22/+8
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-063-6/+3
* util/intelmetool: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-4/+4
* util/*/Makefile: Rename -W to -WextraJacob Garber2019-07-231-1/+1
* util/intelmetool: Add Intel Cannon Lake PCH HECI Controller to supported PCI ...Robin Broda2019-04-231-0/+2
* intelmetool: Add more flag descriptionsDamien Zammit2019-03-072-0/+6
* intelmetool: Consolidate all model support from upstreamDamien Zammit2019-03-072-67/+273
* intelmetool: Use GPLv2+ where possibleDamien Zammit2019-02-258-12/+15
* treewide: use /usr/bin/env where appropriateYegor Timoshenko2018-11-171-1/+1
* util: Add description.md to each utilTom Hiller2018-07-261-0/+1
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-22/+22
* util/intelmetool: Add Makefile target for OLDARC definitionMatthias Gazzari2018-05-231-1/+4
* util/intelmetool: Fix missing commaMatthias Gazzari2018-05-221-1/+1
* util/intelmetool: Be explicit about *kernel* cmdline argumentsJonathan Neuschäfer2018-04-282-3/+3
* util/intelmetool: Add additional helpful error messagesPatrick Rudolph2018-04-162-3/+6
* util/intelmetool: Fix bootguard dumpPatrick Rudolph2018-04-161-9/+9
* util/intelmetool: Add support for platforms without RCBAPatrick Rudolph2018-04-163-37/+56
* util/intelmetool: Fix crash on strict devmem kernelsPatrick Rudolph2018-04-162-4/+9
* intelmetool: Include <sys/io.h> for musl-libcIvan J2018-04-051-0/+1
* util/intelmetool: Fix some platformsPatrick Rudolph2017-11-302-16/+17
* util/intelmetool: Add bootguard information dump supportPhilipp Deppenwiese2017-11-257-33/+259
* util/intelmetool: Fix lint errors and warningsPatrick Rudolph2017-11-255-217/+331
* intelmetool: Print colored capabilitiesMaximilian Schander2017-11-031-1/+1
* intelmetool: Do small cosmetic changesMaximilian Schander2017-11-035-78/+92
* intelmetool: Add support for Sunrise Point LPYouness Alaoui2017-10-221-1/+3
* intelmetool: Add support for Sunrise Point-HShawn Chang2017-09-061-1/+5
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-071-1/+1
* intelmetool: Enable warning *set-but-unused-variable*Paul Menzel2017-05-111-1/+1
* intelmetool: Comment out unused variablePaul Menzel2017-05-111-3/+3
* intelmetool: Enhance missing packages helpVincent Legoll2017-05-111-2/+3
* intelmetool: Use correct type for pointerPaul Menzel2017-05-061-1/+1
* intelmetool: handle failures to mmap MEI memoryPaul Wise2017-05-052-0/+14
* intelmetool: free sb pci_dev struct allocated by pci_get_dev()Paul Wise2017-05-051-0/+1
* intelmetool: Print strerror() results for mmap errorsPaul Wise2017-05-051-4/+5
* util/intelmetool: Check for NULL return from pci_lookup_nameYouness Alaoui2017-04-041-0/+4
* util/intelmetool: Fix access to deleted data on stackYouness Alaoui2017-04-041-6/+7
* util/intelmetool: Add support for Wildcat Point LPHuan Truong2017-03-081-4/+6
* util/intelmetool: Fix segfault on edge casesHuan Truong2017-03-081-1/+2