From fab5482a1f0c91238283cb7c62aad0a89e1bb4ac Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sat, 25 May 2024 17:13:49 +0000 Subject: mb/google/trulo: Program EC ranges (host cmd and memory map) This patch adds chip config entries for EC host cmd and memory map ranges. TEST=Able to build Google/Trulo. Change-Id: Id4b0f3bba934c8da56b6d7ca8579b46b6cccac28 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/82650 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Eric Lai --- src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb index a5e2217fef..7f6a091999 100644 --- a/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/trulo/devicetree.cb @@ -1,4 +1,11 @@ chip soc/intel/alderlake + + # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f + register "gen1_dec" = "0x00fc0801" + register "gen2_dec" = "0x000c0201" + # EC memory map range is 0x900-0x9ff + register "gen3_dec" = "0x00fc0901" + device domain 0 on end end -- cgit v1.2.3