Re: [U-Boot] [PATCH v3 024/108] x86: spl: Support init of a PUNIT

2019-11-02 Thread Bin Meng
On Mon, Oct 28, 2019 at 3:12 PM Bin Meng wrote: > > On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > > > The x86 power unit handles power management. Support initing this device > > which is modelled as a new type of system controller since there are no > > operations needed. > > > > Signe

Re: [U-Boot] [PATCH v3 024/108] x86: spl: Support init of a PUNIT

2019-10-28 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > The x86 power unit handles power management. Support initing this device > which is modelled as a new type of system controller since there are no > operations needed. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Fix 'err-%d'

[U-Boot] [PATCH v3 024/108] x86: spl: Support init of a PUNIT

2019-10-20 Thread Simon Glass
The x86 power unit handles power management. Support initing this device which is modelled as a new type of system controller since there are no operations needed. Signed-off-by: Simon Glass --- Changes in v3: - Fix 'err-%d' typo Changes in v2: None arch/x86/include/asm/cpu.h | 1 + arch/x86