Re: [U-Boot] EXT: RE: [PATCH] Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig

2019-04-23 Thread Ray, Ian (GE Healthcare)
> On 19 Apr 2019, at 12.11, Patrick DELAUNAY wrote: > > Hi Alex, > >> >> This converts the following to Kconfig: >> CONFIG_SUPPORT_EMMC_BOOT >> >> Signed-off-by: Alex Kiernan >> --- >> Green travis build: >> >> https://travis-ci.org/akiernan/u-boot/builds/521906850 >> >> Testing

Re: [U-Boot] EXT: Re: [PATCH 13/13] bootcount: i2c: Delay after writing

2019-03-14 Thread Ray, Ian (GE Healthcare)
> On 13 Mar 2019, at 15.42, Stefano Babic wrote: > > On 13/03/19 14:01, Heiko Schocher wrote: >> Hello Stefano, >> >> Am 13.03.2019 um 11:04 schrieb Stefano Babic: >>> Hi Ian, >>> >>> On 31/01/19 15:21, Ian Ray wrote: Since 2018.11, the pattern of bootcount load and store has changed

Re: [U-Boot] EXT: [PATCH v2 0/2] Update RV3029 driver to DM and add DM-backed bootcount support

2018-11-27 Thread Ray, Ian (GE Healthcare)
> On 28 Nov 2018, at 0.00, Philipp Tomsich > wrote: > > > On one of our application-specific carrier boards, a MicroCrystal > RV3029 acts as an off-module battery-backed RTC for the RK3399-Q7. > The RV3029 is intended both to provide RTC services (to Linux) and > to store the bootcount in

Re: [U-Boot] EXT: [PATCH 1/8] Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMIT

2018-02-12 Thread Ray, Ian (GE Healthcare)
> On 11 Feb 2018, at 14.06, Alex Kiernan wrote: > > CONFIG_BOOTCOUNT was only used in mx53ppd, merge it with > CONFIG_BOOTCOUNT_LIMIT > > Signed-off-by: Alex Kiernan Reviewed-by: Ian Ray > --- > > configs/mx53ppd_defconfig |

Re: [U-Boot] EXT: [PATCH v1 1/5] bootcount: config: Make the SYS_BOOTCOUNT_ADDR available also for non EXT setups

2018-02-12 Thread Ray, Ian (GE Healthcare)
> On 10 Feb 2018, at 12.20, Lukasz Majewski wrote: > > This commit gives the opportunity to reuse the CONFIG_SYS_BOOTCOUNT_ADDR > Kconfig entry also for boards, which do not use EXT as a storage for > bootcount (i.e. on flash ones). > > Signed-off-by: Lukasz Majewski

Re: [U-Boot] EXT: Re: [PATCH 2/2] Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to Kconfig

2018-02-12 Thread Ray, Ian (GE Healthcare)
> On 11 Feb 2018, at 21.23, Alex Kiernan wrote: > > On Fri, Feb 9, 2018 at 10:53 PM, Lukasz Majewski wrote: >> This converts the following to Kconfig: >> CONFIG_SYS_BOOTCOUNT_SINGLEWORD >> >> Signed-off-by: Lukasz Majewski >> --- >> >>

Re: [U-Boot] [PATCH v2 1/2] board: ge: bx50v3: fix AR8033 reset timing issue

2017-03-21 Thread Ray, Ian (GE Healthcare)
On 21/02/17 17:31, Stefano Babic wrote: >On 21/02/2017 02:56, Ken Lin wrote: >> Add the delay (10ms) to ensure the clock is stable and to meet the clock-to- >reset(1ms) requirement recommended in the AR8033 datasheet >> >> Signed-off-by: Ken Lin >> --- >> Changes from v1

Re: [U-Boot] [PATCH v2 2/2] board: ge: bx50v3: apply the proper register setting to fix the voltage peak issue

2017-03-21 Thread Ray, Ian (GE Healthcare)
On 21/02/2017 17:31, Stefano Babic wrote: >On 21/02/2017 02:56, Ken Lin wrote: >> Apply the proper setting for the reserved bits in SetDes Test and System Mode >Control register >> to avoid the voltage peak issue while we do the IEEE PHY comformance test >> >> Signed-off-by: Ken Lin