summaryrefslogtreecommitdiff
path: root/src/lib/reg_script.c
AgeCommit message (Expand)Author
2020-06-17lib/reg_script: Add guards for <arch/io.h>Kyösti Mälkki
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-11-21soc/intel/fsp_baytrail: Drop supportArthur Heymans
2019-09-14src/: Replace some __PRE_RAM__ useKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-01-04src: Get rid of device_tElyes HAOUAS
2017-11-03lib/reg_script.c: Remove unused assignmentPaul Menzel
2017-07-06src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-15src/lib: Clean up general issues found by checkpatch.plLee Leahy
2017-03-13src/lib: Fix brace positionsLee Leahy
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2016-05-05lib/reg_script: Fix bracesStefan Reinauer
2016-05-04lib/reg_script: Add display supportLee Leahy
2016-04-30lib/reg_script: Allow multiple independent handlersLee Leahy
2016-04-30lib/regscript: Add exclusive-or (xor) supportLee Leahy
2016-02-22fsp_baytrail: Add full support for iosf access in reg_scriptWerner Zeh
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-07baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner
2015-04-04Add table driven way to add platform specific reg_script routinesLee Leahy
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-05-10baytrail: add more iosf access functionsAaron Durbin
2014-05-10reg_script: add reg_script_run_on_dev()Aaron Durbin
2014-05-07reg_script: add iosf lpss port accessAaron Durbin
2014-05-07reg_script: add iosf paths for score, ccu, and sscAaron Durbin
2014-05-06regscript: Add support for MSR typeDuncan Laurie
2014-03-04Add a generic register script handlerDuncan Laurie