Re: [U-Boot] [PATCH v2 48/50] x86: broadwell: Update PCH to work in TPL

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > The early init should only happen once. Update the probe method to > deal with TPL, SPL and U-Boot proper. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a new patch to update PCH to work in TPL > > arch/x86/cpu/broadwell/p

[U-Boot] [PATCH v2 48/50] x86: broadwell: Update PCH to work in TPL

2019-04-25 Thread Simon Glass
The early init should only happen once. Update the probe method to deal with TPL, SPL and U-Boot proper. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch to update PCH to work in TPL arch/x86/cpu/broadwell/pch.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-)