On Thu, Sep 7, 2023 at 11:58 PM Simon Glass <[email protected]> wrote: > > These boards have various problems which prevent them from booting. In > the case of link there was a recent regression with PCI probing added to > SPL. For samus_tpl it needs a few tweaks to get things back up and > running. > > This series resolves all known issues. > > For v2, the 'Avoid starting up PCI automatically in SPL' patch has been > replaced with a global_data flag. > > Changes in v2: > - Add new patch to allow marking driver model as dead > - Reword commit message for clarity and to fix typo > - Add new patch to mark driver model as dead when disabling CAR > > Simon Glass (9): > dm: core: Allow marking driver model as dead > x86: broadwell: Show the memory delay > x86: Add some log categories > x86: samus_tpl: Correct text base and alloc sizes > x86: spl: Change the condition for copying U-Boot to RAM > x86: broadwell: Avoid initing the CPU twice > x86: broadwell: Set up MTRRs > x86: dm: Mark driver model as dead when disabling CAR > x86: doc: Update the list of supported Chromebooks >
series applied to u-boot-x86/next, thanks!

