diff options
author | Andrey Petrov <anpetrov@fb.com> | 2019-07-31 22:08:55 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-08-14 03:35:07 +0000 |
commit | bb9506121f709f452d18d135ed163166f76e44e4 (patch) | |
tree | f848a445f2ea3ecee29364935bd2469b6d4ad3a5 /src/soc/intel/fsp_broadwell_de/Makefile.inc | |
parent | f377fafd941a44252c4c7527ba08f798d222e7ff (diff) |
soc/fsp_broadwell_de: Implement SMBus read/write over IMC
Add read/write functions to hook it up with existing SPD retrieval code.
Signed-off-by: Andrey Petrov <anpetrov@fb.com>
Change-Id: I9f5993dc795badf72751a4e6c9d974119a653e30
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34679
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/fsp_broadwell_de/Makefile.inc')
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Makefile.inc b/src/soc/intel/fsp_broadwell_de/Makefile.inc index 52f16d3ade..70cb2de6ed 100644 --- a/src/soc/intel/fsp_broadwell_de/Makefile.inc +++ b/src/soc/intel/fsp_broadwell_de/Makefile.inc @@ -14,6 +14,7 @@ subdirs-y += ../../../lib/fsp romstage-y += gpio.c romstage-y += memmap.c romstage-y += tsc_freq.c +romstage-y += smbus-imc.c postcar-y += tsc_freq.c |