Patrick Georgi has uploaded a new patch set (#35) to the change originally created by HAOUAS Elyes. ( https://review.coreboot.org/c/coreboot/+/45517 )
Change subject: nb/intel: Introduce MCHBAR accessor functions ......................................................................
nb/intel: Introduce MCHBAR accessor functions
This adds functions to replace our current macros: mchbar{8,16,32}_and(addr, mask) mchbar{8,16,32}_or(addr, value) mchbar{8,16,32}_and_or(addr, mask, value)
Also, move common BAR macros to nb/intel/common/mchbar_ops.h.
Change-Id: I5fa844a8a13a75d6d802ca48f72c513bfa16d0a5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Signed-off-by: Patrick Georgi pgeorgi@google.com --- A src/northbridge/intel/common/mchbar_ops.h M src/northbridge/intel/gm45/gm45.h M src/northbridge/intel/haswell/haswell.h M src/northbridge/intel/i945/i945.h M src/northbridge/intel/ironlake/ironlake.h M src/northbridge/intel/pineview/pineview.h M src/northbridge/intel/sandybridge/sandybridge.h M src/northbridge/intel/x4x/x4x.h 8 files changed, 114 insertions(+), 118 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/45517/35