Hi all,
In my last email, I had mentioned porting to *Enter ATX E-G41D2* but the
shipment never arrived and the seller cancelled it so I got *Consistent
H-81* motherboard with 4th gen i3. A while back, someone on #coreboot IRC
had mentioned about https://aprilthe.pink/coreboot.html which has a section
on getting dumps from the stock firmware.

I ran the following commands:

lspci -vvvnnxx > lspci.log
lsusb -vvv > lsusb.log
superiotool -daeV > superiotool.log
inteltool -a > inteltool.log
inteltool -g > gpio-unparsed.log
ectool -i > ectool.log
msrtool > msrtool.log
dmidecode > dmidecode.log
nvramtool -x > nvramtool.log
dmesg > dmesg.log
acpidump > acpidump.log
i2c-detect -l > i2c-devs.log
cp /sys/kernel/debug/dri/0000:00:02.0/i915_vbt data.vbt
cat /proc/interrupts > interrupts.log
flashprog -p internal -r stock.rom
for x in /sys/class/sound/card0/hw*; do cat "$x/init_pin_configs" >
pin_"$(basename "$x")"; done
for x in /proc/asound/card0/codec#*; do cat "$x" > "$(basename "$x")"; done

All logs and stock.rom are here in google drive
<https://drive.google.com/drive/folders/1a7wqm4ZKT2vYROsUUQnLDMtY4Waw1ytW?usp=sharing>
(view
access, no sign-in needed), coreboot's autoport seems to be experimental on
Haswell so I did not go that route yet. Since it's my first time porting, I
am not very sure on the next steps, just sharing the logs here in case it's
helpful to anyone.

Best regards,
Ashok
_______________________________________________
coreboot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to