mb/dell: Add Latitude E5530 (Ivy Bridge)
commit5f6dc2867f0b102b7b52c22f4081a540aaf0549f
authorNicholas Chin <nic.c3.14@gmail.com>
Thu, 1 Feb 2024 05:57:07 +0000 (31 22:57 -0700)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Mon, 26 Aug 2024 22:36:34 +0000 (26 22:36 +0000)
treed3f408da5a8aff6b13885eccac2335efaa483691
parentea9be8b505186393620c3a8126ac79eaca9c81d9
mb/dell: Add Latitude E5530 (Ivy Bridge)

Mainboard is QXW10/LA-7902P (UMA). I do not physically have this board;
someone with physical access to one sent me the output of autoport which
I then modified to produce this port. I was also sent the VBT binary,
which was obtained from `/sys/kernel/debug/dri/0/i915_vbt` while running
version A21 of the vendor firmware.

This was originally tested and found to be working as a standalone board
port in Libreboot, but this variant based port in upstream coreboot has
not been tested.

This can be internally flashed by sending a command to the EC, which
causes the EC to pull the FDO pin low and the firmware to skip setting
up any chipset based write protections [1]. The EC is the SMSC MEC5055,
which seems to be compatible with the existing MEC5035 code.

Change-Id: Idaf6618df70aa19d8e60b2263088737712dec5f0
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82125
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
src/mainboard/dell/snb_ivb_latitude/Kconfig
src/mainboard/dell/snb_ivb_latitude/Kconfig.name
src/mainboard/dell/snb_ivb_latitude/variants/e5530/data.vbt [new file with mode: 0644]
src/mainboard/dell/snb_ivb_latitude/variants/e5530/early_init.c [new file with mode: 0644]
src/mainboard/dell/snb_ivb_latitude/variants/e5530/gpio.c [new file with mode: 0644]
src/mainboard/dell/snb_ivb_latitude/variants/e5530/hda_verb.c [new file with mode: 0644]
src/mainboard/dell/snb_ivb_latitude/variants/e5530/overridetree.cb [new file with mode: 0644]