index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
reg_script.c
Age
Commit message (
Expand
)
Author
2020-12-01
lib/reg_script: Add cast to fix compilation on x86_64
Patrick Rudolph
2020-06-17
lib/reg_script: Add guards for <arch/io.h>
Kyösti Mälkki
2020-06-17
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-04
src/lib: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2019-11-21
soc/intel/fsp_baytrail: Drop support
Arthur Heymans
2019-09-14
src/: Replace some __PRE_RAM__ use
Kyösti Mälkki
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