index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
reg_script.c
Age
Commit message (
Expand
)
Author
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-04
src: Get rid of device_t
Elyes HAOUAS
2017-11-03
lib/reg_script.c: Remove unused assignment
Paul Menzel
2017-07-06
src/lib: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-03-15
src/lib: Clean up general issues found by checkpatch.pl
Lee Leahy
2017-03-13
src/lib: Fix brace positions
Lee Leahy
2017-03-13
src/lib: Use tabs instead of spaces
Lee Leahy
2017-03-09
src/lib: Fix space between type, * and variable name
Lee Leahy
2016-05-05
lib/reg_script: Fix braces
Stefan Reinauer
2016-05-04
lib/reg_script: Add display support
Lee Leahy
2016-04-30
lib/reg_script: Allow multiple independent handlers
Lee Leahy
2016-04-30
lib/regscript: Add exclusive-or (xor) support
Lee Leahy
2016-02-22
fsp_baytrail: Add full support for iosf access in reg_script
Werner Zeh
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-07
baytrail: Change all SoC headers to <soc/headername.h> system
Julius Werner
2015-04-04
Add table driven way to add platform specific reg_script routines
Lee Leahy
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2014-05-10
baytrail: add more iosf access functions
Aaron Durbin
2014-05-10
reg_script: add reg_script_run_on_dev()
Aaron Durbin
2014-05-07
reg_script: add iosf lpss port access
Aaron Durbin
2014-05-07
reg_script: add iosf paths for score, ccu, and ssc
Aaron Durbin
2014-05-06
regscript: Add support for MSR type
Duncan Laurie
2014-03-04
Add a generic register script handler
Duncan Laurie