Re: [U-Boot] [PATCH 4/4] x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer

2017-06-01 Thread Bin Meng
On Thu, Jun 1, 2017 at 11:12 AM, Simon Glass wrote: > On 31 May 2017 at 02:04, Bin Meng wrote: >> At present lpe/lpss-sio/scc FSP properties are all boolean, but in >> fact for "enable-lpe" it has 3 possible options. This adds macros >> for these options

Re: [U-Boot] [PATCH 4/4] x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer

2017-05-31 Thread Simon Glass
On 31 May 2017 at 02:04, Bin Meng wrote: > At present lpe/lpss-sio/scc FSP properties are all boolean, but in > fact for "enable-lpe" it has 3 possible options. This adds macros > for these options and change the property from a boolean type to > an integer type, and change

Re: [U-Boot] [PATCH 4/4] x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer

2017-05-31 Thread Stefan Roese
On 31.05.2017 10:04, Bin Meng wrote: At present lpe/lpss-sio/scc FSP properties are all boolean, but in fact for "enable-lpe" it has 3 possible options. This adds macros for these options and change the property from a boolean type to an integer type, and change their names to explicitly

[U-Boot] [PATCH 4/4] x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer

2017-05-31 Thread Bin Meng
At present lpe/lpss-sio/scc FSP properties are all boolean, but in fact for "enable-lpe" it has 3 possible options. This adds macros for these options and change the property from a boolean type to an integer type, and change their names to explicitly indicate what the property is really for.