Re: [PATCH v7 03/17] x86: apl: Add systemagent driver

2019-12-14 Thread Bin Meng
On Tue, Dec 10, 2019 at 10:06 PM Bin Meng wrote: > > On Mon, Dec 9, 2019 at 8:32 AM Simon Glass wrote: > > > > This driver handles communication with the systemagent which needs to be > > told when U-Boot has completed its init. > > > > Signed-off-by: Simon Glass > > > > --- > > > > Changes in v

Re: [PATCH v7 03/17] x86: apl: Add systemagent driver

2019-12-10 Thread Bin Meng
On Mon, Dec 9, 2019 at 8:32 AM Simon Glass wrote: > > This driver handles communication with the systemagent which needs to be > told when U-Boot has completed its init. > > Signed-off-by: Simon Glass > > --- > > Changes in v7: > - Add a comment to enable_bios_reset_cpl() > > Changes in v6: None

[PATCH v7 03/17] x86: apl: Add systemagent driver

2019-12-08 Thread Simon Glass
This driver handles communication with the systemagent which needs to be told when U-Boot has completed its init. Signed-off-by: Simon Glass --- Changes in v7: - Add a comment to enable_bios_reset_cpl() Changes in v6: None Changes in v5: None Changes in v4: - Add a comment for enable_bios_rese