[U-Boot] [PATCH v2 02/10] spl: misc: Allow misc drivers in SPL and TPL

2018-11-18 Thread Simon Glass
In some cases it is necessary to read the keyboard in early phases of U-Boot. The cros_ec keyboard is kept in the misc directory. Update the config to allow this. Signed-off-by: Simon Glass --- Changes in v2: - Leave the misc uclass alone since it stops sandbox_spl working drivers/misc/Kconfig

Re: [U-Boot] [PATCH v2 02/10] spl: misc: Allow misc drivers in SPL and TPL

2019-05-22 Thread Simon Glass
On Thu, 31 Jan 2019 at 02:39, Jean-Jacques Hiblot wrote: > > > On 31/01/2019 03:57, Simon Glass wrote: > > Hi Jean-Jacques, > > > > On Tue, 20 Nov 2018 at 06:49, Jean-Jacques Hiblot wrote: > >> Hi Simon, > >> > >> On 18/11/2018 16:14, Simon Glass wrote: > >>> In some cases it is necessary to read

Re: [U-Boot] [PATCH v2 02/10] spl: misc: Allow misc drivers in SPL and TPL

2018-11-20 Thread Jean-Jacques Hiblot
Hi Simon, On 18/11/2018 16:14, Simon Glass wrote: In some cases it is necessary to read the keyboard in early phases of U-Boot. The cros_ec keyboard is kept in the misc directory. Update the config to allow this. Signed-off-by: Simon Glass --- Changes in v2: - Leave the misc uclass alone sinc

Re: [U-Boot] [PATCH v2 02/10] spl: misc: Allow misc drivers in SPL and TPL

2019-01-30 Thread Simon Glass
Hi Jean-Jacques, On Tue, 20 Nov 2018 at 06:49, Jean-Jacques Hiblot wrote: > > Hi Simon, > > On 18/11/2018 16:14, Simon Glass wrote: > > In some cases it is necessary to read the keyboard in early phases of > > U-Boot. The cros_ec keyboard is kept in the misc directory. Update the > > config to al

Re: [U-Boot] [PATCH v2 02/10] spl: misc: Allow misc drivers in SPL and TPL

2019-01-31 Thread Jean-Jacques Hiblot
On 31/01/2019 03:57, Simon Glass wrote: Hi Jean-Jacques, On Tue, 20 Nov 2018 at 06:49, Jean-Jacques Hiblot wrote: Hi Simon, On 18/11/2018 16:14, Simon Glass wrote: In some cases it is necessary to read the keyboard in early phases of U-Boot. The cros_ec keyboard is kept in the misc director