Re: [U-Boot] [PATCH v5 017/101] x86: Drop unnecessary cpu code for TPL

2019-11-25 Thread Bin Meng
On Mon, Nov 25, 2019 at 12:11 PM Simon Glass wrote: > > We don't need to know every detail about the CPU in TPL. Drop some > superfluous functions to reduce code size. Add a simple CPU detection > algorithm which just supports Intel and AMD, since we only support TPL > on Intel, so far. > > Signed

[U-Boot] [PATCH v5 017/101] x86: Drop unnecessary cpu code for TPL

2019-11-24 Thread Simon Glass
We don't need to know every detail about the CPU in TPL. Drop some superfluous functions to reduce code size. Add a simple CPU detection algorithm which just supports Intel and AMD, since we only support TPL on Intel, so far. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Dr