mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-03 21:49:32 +00:00
This update consists of two changes. Stoney: Enable Boottime Calibration The BTC feature is required for the SMU to correctly support AVFS. Without it, the SMU may send unsupportable VIDs to the regulator and cause the system to crash. Stoney: Remove SERIRQ setup Remove the SERIRQ setup in AGESA. It is platform specific and there isn't an AGESA API for changing the setting. In addition to not having an override, it was being set in amd_init_post, prior to memory setup, so prior to any possible interrupt handler. Finally it was setting quiet mode, which isn't supported by some LPC devices that can't recover, once switched to continiuos mode. A corresponding change to hudson lpc setup code in coreboot is required. Change-Id: I66bc60957af88ce4604de0b3727ef77891beadfb Signed-off-by: Marc Jones <marcj303@gmail.com> Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>