summaryrefslogtreecommitdiffstats
path: root/src/lib/reg_script.c
Commit message (Expand)AuthorAgeFilesLines
* lib/reg_script: Add cast to fix compilation on x86_64Patrick Rudolph2020-12-011-6/+6
* lib/reg_script: Add guards for <arch/io.h>Kyösti Mälkki2020-06-171-1/+13
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* soc/intel/fsp_baytrail: Drop supportArthur Heymans2019-11-211-2/+1
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-2/+3
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src: Get rid of device_tElyes HAOUAS2019-01-041-2/+11
* lib/reg_script.c: Remove unused assignmentPaul Menzel2017-11-031-1/+0
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-3/+3
* src/lib: Clean up general issues found by checkpatch.plLee Leahy2017-03-151-2/+2
* src/lib: Fix brace positionsLee Leahy2017-03-131-4/+2
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-4/+4
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-091-1/+1
* lib/reg_script: Fix bracesStefan Reinauer2016-05-051-1/+2
* lib/reg_script: Add display supportLee Leahy2016-05-041-11/+71
* lib/reg_script: Allow multiple independent handlersLee Leahy2016-04-301-19/+7
* lib/regscript: Add exclusive-or (xor) supportLee Leahy2016-04-301-0/+38
* fsp_baytrail: Add full support for iosf access in reg_scriptWerner Zeh2016-02-221-7/+10
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-1/+1
* Add table driven way to add platform specific reg_script routinesLee Leahy2015-04-041-14/+73
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-6/+6
* baytrail: add more iosf access functionsAaron Durbin2014-05-101-0/+68
* reg_script: add reg_script_run_on_dev()Aaron Durbin2014-05-101-2/+7
* reg_script: add iosf lpss port accessAaron Durbin2014-05-071-0/+5
* reg_script: add iosf paths for score, ccu, and sscAaron Durbin2014-05-071-0/+15
* regscript: Add support for MSR typeDuncan Laurie2014-05-061-38/+78
* Add a generic register script handlerDuncan Laurie2014-03-041-0/+418