Re: [PATCH v2 8/9] x86: dm: Mark driver model as dead when disabling CAR

2023-09-19 Thread Bin Meng
On Thu, Sep 7, 2023 at 11:58 PM Simon Glass wrote: > > When turning off CAR, set the flag to make sure that nothing tries to use > driver model in SPL before jumping to U-Bot proper, since its tables are > in CAR. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new patch to mark d

[PATCH v2 8/9] x86: dm: Mark driver model as dead when disabling CAR

2023-09-07 Thread Simon Glass
When turning off CAR, set the flag to make sure that nothing tries to use driver model in SPL before jumping to U-Bot proper, since its tables are in CAR. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to mark driver model as dead when disabling CAR arch/x86/lib/spl.c | 3 +++ 1