Re: [U-Boot] [PATCH v2] Ability to modify distro boot filename

2018-11-06 Thread Martyn Welch
On Mon, 2018-11-05 at 20:43 +0100, Heinrich Schuchardt wrote: > On 11/05/2018 07:13 PM, Martyn Welch wrote: > > Add in the ability to modify the distro boot filename. Whilst not > > immediately useful in normal usage, it allows an alternative > > configuration to be provi

[U-Boot] [PATCH v2] Ability to modify distro boot filename

2018-11-05 Thread Martyn Welch
the same boot path as for normal boot, just using an alternatively named configuration file. For example, by providing the following `altbootcmd` when bootcount is in use: altbootcmd=setenv boot_extlinx_conf extlinux-rollback.conf; \ run distro_bootcmd Signed-off-by: Martyn Welch

[U-Boot] [PATCH] Ability to modify distro boot filename

2018-11-05 Thread Martyn Welch
the same boot path as for normal boot, just using an alternatively named configuration file. For example, by providing the following `altbootcmd` when bootcount is in use: altbootcmd=setenv boot_config extlinux-rollback.conf; run distro_bootcmd Signed-off-by: Martyn Welch --- include

Re: [U-Boot] [PATCH v5 0/8] Add support for GE PPD

2017-11-09 Thread Martyn Welch
y (2): > > ext4: recover from filesystem corruption when reading > > bootcount: add support for bootcounter on EXT filesystem > > > > Martyn Welch (3): > > pwm: imx: Enable PWM support on i.MX53 > > arm: mx5: Add more register definitions > >

[U-Boot] [PATCH 03/16] net: e1000: split e1000_read_mac_addr

2017-11-08 Thread Martyn Welch
alling the register and, especially, the eeprom version directly in order to specify where to read the address from. Signed-off-by: Hannu Lounento <hannu.loune...@ge.com> CC: Joe Hershberger <joe.hershber...@ni.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> ---

[U-Boot] [PATCH 05/16] rtc: adding RX8010SJ rtc driver

2017-11-08 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Add a new driver for RX8010SJ rtc chip. The driver implements both formats of U-Boot driver model. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- drivers/rtc/Kconfig|

[U-Boot] [PATCH 16/16] board,ge,bx50v3 - rtc time validation

2017-11-08 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Validate the time at startup: - in case rtc error add to kernel command line RTC_ERROR - clamp date to 1-Jan-2036 Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- board/ge/bx50

[U-Boot] [PATCH 12/16] config: ge_bx50v3: read boot script

2017-11-08 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Read boot script from shared partition, if available. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- include/configs/ge_bx50v3.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deleti

[U-Boot] [PATCH 02/16] net: e1000: add support for writing to EEPROM

2017-11-08 Thread Martyn Welch
> CC: Joe Hershberger <joe.hershber...@ni.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- drivers/net/e1000.c | 171 +++- drivers/net/e1000.h | 3 + 2 files changed, 172 insertions(+), 2 deletions(-) diff --git a/drivers/n

[U-Boot] [PATCH 13/16] configs: ge_bx50v3: enable bootcount

2017-11-08 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Enable bootcount using an EXT file. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- include/configs/ge_bx50v3.h | 8 1 file changed, 8 insertions(+) diff --git a/include/configs/ge_

[U-Boot] [PATCH 14/16] board: ge: bx50v3: mount rootfs read-only

2017-11-08 Thread Martyn Welch
From: Hannu Lounento <hannu.loune...@ge.com> Change the kernel command line to mount the root filesystem read-only in order to be able to run filesystem check on it on boot. Signed-off-by: Hannu Lounento <hannu.loune...@ge.com> Signed-off-by: Martyn Welch <martyn.we...@

[U-Boot] [PATCH 04/16] net: e1000: implement eth_write_hwaddr

2017-11-08 Thread Martyn Welch
unento <hannu.loune...@ge.com> CC: Joe Hershberger <joe.hershber...@ni.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- drivers/net/e1000.c | 40 1 file changed, 40 insertions(+) diff --git a/drivers/net/e1000.c b/drivers/n

[U-Boot] [PATCH 10/16] board: ge: bx50v3: Enable hardware watchdog

2017-11-08 Thread Martyn Welch
-Boot and a few more seconds as a safety margin. Note that the PCIe controller is _not_ put back into a safe state prior to board reset. This is a problem if board reset is implemented as CPU reset. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collab

[U-Boot] [PATCH 08/16] board: ge: bx50v3: move FEC MAC address programming to driver

2017-11-08 Thread Martyn Welch
; Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- board/ge/bx50v3/bx50v3.c| 79 ++--- include/configs/ge_bx50v3.h | 2 ++ 2 files changed, 41 insertions(+), 40 deletions(-) diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50

[U-Boot] [PATCH 09/16] board: ge: bx50v3: program MAC address to I210

2017-11-08 Thread Martyn Welch
hwaddr in eth_legacy.c because the variable is undefined (not set even by bx50v3.c), would result in the eth0 interface's MAC address to be set to I210's default address. Signed-off-by: Hannu Lounento <hannu.loune...@ge.com> Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Marty

[U-Boot] [PATCH 11/16] board: ge: bx50v3: Support FIT and select configuration based on VPD

2017-11-08 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Modify configuration to support FIT. Set variable `confidx' from VPD, in order to load the correct device tree. Modify/simplify U-Boot environment to support loading FIT image. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welc

[U-Boot] [PATCH 06/16] board: ge: Enable access to i2c bus 1 and 2

2017-11-08 Thread Martyn Welch
cess to buses 1 & 2. In order to ensure that any users of the bus numbering prior to addition in VPD patches work, add buses before configuration related to mux on bus 0 and tweak VPD bus usage to fit new numbering scheme. Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- b

[U-Boot] [PATCH 07/16] configs: Add network device support for bx50v3 products

2017-11-08 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Modify b450v3, b650v3 and b850v3 defconfigs to enable the network devices found in these products. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- configs/ge_b450v3_defconfig |

[U-Boot] [PATCH 01/16] board: ge: mx53ppd: Move check_time() to common location

2017-11-08 Thread Martyn Welch
We are going to be using check_time() on more than the mx53ppd, move this function to a common location. Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- board/ge/common/Makefile| 2 +- board/ge/common/ge_common.c | 55 + bo

[U-Boot] [PATCH 00/16] Updates / improvements to bx50v3 support

2017-11-08 Thread Martyn Welch
bootcount configs: ge_bx50v3: automatic partition selection and video output failure message Martyn Welch (4): board: ge: mx53ppd: Move check_time() to common location board: ge: Enable access to i2c bus 1 and 2 board: ge: bx50v3: move FEC MAC address programming to driver board: ge: bx50v3

[U-Boot] [PATCH v5 6/8] rtc: add support for s35392a

2017-11-08 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de> --- Changes for v

[U-Boot] [PATCH v5 7/8] board: ge: make VPD code common

2017-11-08 Thread Martyn Welch
The VPD data is used on a number of GE products. Move the parsing code to a common location so that we can share this code. Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes in v4: - New patch. Changes in v5: - Fixed checkpatch issues. board/ge/bx50v3/Ma

[U-Boot] [PATCH v5 2/8] ext4: recover from filesystem corruption when reading

2017-11-08 Thread Martyn Welch
o zero the buffer in ext4fs_read_file. Also sanity check blocksize. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- fs/ext4/ext4_common.c | 10 ++ fs/ext4/ext4fs.c | 10 +- 2 files changed, 19 insertions(+), 1

[U-Boot] [PATCH v5 4/8] arm: mx5: Add more register definitions

2017-11-08 Thread Martyn Welch
Add register definitions require for video configuration. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Reviewed-by: Stefano Babic <sba...@denx.de> Cc: Stefano Babic <sba...@denx.de> --- Changes in v5: - Red

[U-Boot] [PATCH v5 5/8] bootcount: add support for bootcounter on EXT filesystem

2017-11-08 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Add support for bootcounter on an EXT filesystem. Sync configuration whitelist. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes for v2: - Adding Kconfig for EXT bootcount. Change

[U-Boot] [PATCH v5 3/8] pwm: imx: Enable PWM support on i.MX53

2017-11-08 Thread Martyn Welch
Add missing parts for i.MX53 PWM support Acked-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- Changes for v4: - Removed ifdef. arch/arm/include/asm/arch-mx5/imx-regs.h | 17

[U-Boot] [PATCH v5 0/8] Add support for GE PPD

2017-11-08 Thread Martyn Welch
the board support for the PPD. Ian Ray (2): ext4: recover from filesystem corruption when reading bootcount: add support for bootcounter on EXT filesystem Martyn Welch (3): pwm: imx: Enable PWM support on i.MX53 arm: mx5: Add more register definitions board: ge: make VPD code common

[U-Boot] [PATCH v5 6/8] rtc: add support for s35392a

2017-11-06 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de> --- Changes for v

[U-Boot] [PATCH v5 8/8] mx53: Add Board support for GE PPD

2017-11-06 Thread Martyn Welch
ned-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- Changes in v4: - Remove mach-type.h entry. - Move to ge board directory (to be able to use ge common code). - Remove now comm

[U-Boot] [PATCH v5 1/8] imx: mxc_i2c: tweak the i2c transfer method

2017-11-06 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Tweak the i2c transfer to work for devices that want to read data without addressing a register. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Acked-by: Heiko Schocher <h.

[U-Boot] [PATCH v5 4/8] arm: mx5: Add more register definitions

2017-11-06 Thread Martyn Welch
Add register definitions require for video configuration. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Reviewed-by: Stefano Babic <sba...@denx.de> Cc: Stefano Babic <sba...@denx.de> --- Changes in v5: - Red

[U-Boot] [PATCH v5 5/8] bootcount: add support for bootcounter on EXT filesystem

2017-11-06 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Add support for bootcounter on an EXT filesystem. Sync configuration whitelist. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes for v2: - Adding Kconfig for EXT bootcount. Change

[U-Boot] [PATCH v5 2/8] ext4: recover from filesystem corruption when reading

2017-11-06 Thread Martyn Welch
o zero the buffer in ext4fs_read_file. Also sanity check blocksize. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- fs/ext4/ext4_common.c | 10 ++ fs/ext4/ext4fs.c | 10 +- 2 files changed, 19 insertions(+), 1

[U-Boot] [PATCH v5 7/8] board: ge: make VPD code common

2017-11-06 Thread Martyn Welch
The VPD data is used on a number of GE products. Move the parsing code to a common location so that we can share this code. Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes in v4: - New patch. Changes in v5: - Fixed checkpatch issues. board/ge/bx50v3/Ma

[U-Boot] [PATCH v5 3/8] pwm: imx: Enable PWM support on i.MX53

2017-11-06 Thread Martyn Welch
Add missing parts for i.MX53 PWM support Acked-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- Changes for v4: - Removed ifdef. arch/arm/include/asm/arch-mx5/imx-regs.h | 17

[U-Boot] [PATCH v5 0/8] Add support for GE PPD

2017-11-06 Thread Martyn Welch
filesystem corruption when reading bootcount: add support for bootcounter on EXT filesystem Martyn Welch (3): pwm: imx: Enable PWM support on i.MX53 arm: mx5: Add more register definitions board: ge: make VPD code common Nandor Han (2): imx: mxc_i2c: tweak the i2c transfer method rtc

[U-Boot] [PATCH v4 4/8] arm: mx5: Add more register definitions

2017-11-03 Thread Martyn Welch
Add register definitions require for video configuration. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Reviewed-by: Stefano Babic <sba...@denx.de> Cc: Stefano Babic <sba...@denx.de> --- arch/arm/include/asm/

[U-Boot] [PATCH v4 6/8] rtc: add support for s35392a

2017-11-03 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de> --- drivers/rtc/Kc

[U-Boot] [PATCH v4 8/8] mx53: Add Board support for GE PPD

2017-11-03 Thread Martyn Welch
ned-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- Changes in v4: - Remove mach-type.h entry. - Move to ge board directory (to be able to use ge common code). - Remove now comm

[U-Boot] [PATCH v4 5/8] bootcount: add support for bootcounter on EXT filesystem

2017-11-03 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Add support for bootcounter on an EXT filesystem. Sync configuration whitelist. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes for v2: - Adding Kconfig for EXT bootcount. Change

[U-Boot] [PATCH v4 0/8] Add support for GE PPD

2017-11-03 Thread Martyn Welch
filesystem corruption when reading bootcount: add support for bootcounter on EXT filesystem Martyn Welch (3): pwm: imx: Enable PWM support on i.MX53 arm: mx5: Add more register definitions board: ge: make VPD code common Nandor Han (2): imx: mxc_i2c: tweak the i2c transfer method rtc

[U-Boot] [PATCH v4 1/8] imx: mxc_i2c: tweak the i2c transfer method

2017-11-03 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Tweak the i2c transfer to work for devices that want to read data without addressing a register. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Acked-by: Heiko Schocher <h.

[U-Boot] [PATCH v4 2/8] ext4: recover from filesystem corruption when reading

2017-11-03 Thread Martyn Welch
o zero the buffer in ext4fs_read_file. Also sanity check blocksize. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- fs/ext4/ext4_common.c | 10 ++ fs/ext4/ext4fs.c | 10 +- 2 files changed, 19 insertions(+), 1

[U-Boot] [PATCH v4 7/8] board: ge: make VPD code common

2017-11-03 Thread Martyn Welch
The VPD data is used on a number of GE products. Move the parsing code to a common location so that we can share this code. Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes in v4: - New patch. board/ge/bx50v3/Makefile | 2 +- board/ge/bx50v3/bx

[U-Boot] [PATCH v4 3/8] pwm: imx: Enable PWM support on i.MX53

2017-11-03 Thread Martyn Welch
Add missing parts for i.MX53 PWM support Acked-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes for v4: - Removed ifdef. arch/arm/include/asm/arch-mx5/imx-regs.h | 17 + drivers/pwm/pwm-imx-util.c

Re: [U-Boot] [PATCH v3 7/7] mx53: Add Board support for GE PPD

2017-11-01 Thread Martyn Welch
On Wed, 2017-11-01 at 16:53 +0100, Stefano Babic wrote: > Hi Martyn, Peter, > > On 01/11/2017 15:23, Martyn Welch wrote: > > From: Peter Senna Tschudin <peter.se...@collabora.com> > > > > Create board support for GE PPD, based on mx53loco. > > > > U

Re: [U-Boot] [PATCH v3 3/7] pwm: imx: Enable PWM support on i.MX53

2017-11-01 Thread Martyn Welch
On Wed, 2017-11-01 at 16:31 +0100, Stefano Babic wrote: > On 01/11/2017 15:23, Martyn Welch wrote: > > Add missing parts for i.MX53 PWM support > > > > Acked-by: Nandor Han <nandor@ge.com> > > Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk>

[U-Boot] [PATCH v3 0/7] Add support for GE PPD

2017-11-01 Thread Martyn Welch
filesystem corruption when reading bootcount: add support for bootcounter on EXT filesystem Martyn Welch (2): pwm: imx: Enable PWM support on i.MX53 arm: mx5: Add more register definitions Nandor Han (2): imx: mxc_i2c: tweak the i2c transfer method rtc: add support for s35392a Peter

[U-Boot] [PATCH v3 6/7] rtc: add support for s35392a

2017-11-01 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de> --- drivers/rtc/Kc

[U-Boot] [PATCH v3 3/7] pwm: imx: Enable PWM support on i.MX53

2017-11-01 Thread Martyn Welch
Add missing parts for i.MX53 PWM support Acked-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- arch/arm/include/asm/arch-mx5/imx-regs.h | 19 +++ drivers/pwm/pwm-imx-util.c

[U-Boot] [PATCH v3 2/7] ext4: recover from filesystem corruption when reading

2017-11-01 Thread Martyn Welch
o zero the buffer in ext4fs_read_file. Also sanity check blocksize. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- fs/ext4/ext4_common.c | 10 ++ fs/ext4/ext4fs.c | 10 +- 2 files changed, 19 insertions(+), 1

[U-Boot] [PATCH v3 1/7] imx: mxc_i2c: tweak the i2c transfer method

2017-11-01 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Tweak the i2c transfer to work for devices that want to read data without addressing a register. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de>

[U-Boot] [PATCH v3 5/7] bootcount: add support for bootcounter on EXT filesystem

2017-11-01 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Add support for bootcounter on an EXT filesystem. Sync configuration whitelist. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes for v2: - Adding Kconfig for EXT bootcount. Change

[U-Boot] [PATCH v3 4/7] arm: mx5: Add more register definitions

2017-11-01 Thread Martyn Welch
Add register definitions require for video configuration. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- arch/arm/include/asm/arch-mx5/crm_regs.h | 9 + arch/arm/includ

[U-Boot] [PATCH v3 7/7] mx53: Add Board support for GE PPD

2017-11-01 Thread Martyn Welch
ned-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- Changes for v2: - Replacing boot count related defines with default config. Changes for v3: - Update config due to BOOTCOUNT Kconfig a

[U-Boot] [PATCH v2 1/7] imx: mxc_i2c: tweak the i2c transfer method

2017-10-31 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Tweak the i2c transfer to work for devices that want to read data without addressing a register. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de>

[U-Boot] [PATCH v2 3/7] pwm: imx: Enable PWM support on i.MX53

2017-10-31 Thread Martyn Welch
Add missing parts for i.MX53 PWM support Acked-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- arch/arm/include/asm/arch-mx5/imx-regs.h | 19 +++ drivers/pwm/pwm-imx-util.c

[U-Boot] [PATCH v2 2/7] ext4: recover from filesystem corruption when reading

2017-10-31 Thread Martyn Welch
o zero the buffer in ext4fs_read_file. Also sanity check blocksize. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- fs/ext4/ext4_common.c | 10 ++ fs/ext4/ext4fs.c | 10 +- 2 files changed, 19 insertions(+), 1

[U-Boot] [PATCH v2 5/7] bootcount: add support for bootcounter on EXT filesystem

2017-10-31 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Add support for bootcounter on an EXT filesystem. Sync configuration whitelist. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> --- Changes for v2: - Adding Kconfig for EXT b

[U-Boot] [PATCH v2 7/7] mx53: Add Board support for GE PPD

2017-10-31 Thread Martyn Welch
ned-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- Changes for v2: - Replacing boot count related defines with default config. arch/arm/include/asm/mach-types.h | 1 + arch/arm/

[U-Boot] [PATCH v2 4/7] arm: mx5: Add more register definitions

2017-10-31 Thread Martyn Welch
Add register definitions require for video configuration. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> --- arch/arm/include/asm/arch-mx5/crm_regs.h | 9 + arch/arm/includ

[U-Boot] [PATCH v2 6/7] rtc: add support for s35392a

2017-10-31 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de> --- drivers/rtc/Kc

[U-Boot] [PATCH v2 0/7] Add support for GE PPD

2017-10-31 Thread Martyn Welch
filesystem corruption when reading bootcount: add support for bootcounter on EXT filesystem Martyn Welch (2): pwm: imx: Enable PWM support on i.MX53 arm: mx5: Add more register definitions Nandor Han (2): imx: mxc_i2c: tweak the i2c transfer method rtc: add support for s35392a Peter

[U-Boot] [PATCH 6/7] rtc: add support for s35392a

2017-10-26 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Add support for S35392A RTC. The driver supports both U-Boot driver models. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de> Signed-o

[U-Boot] [PATCH 4/7] arm: mx5: Add more register definitions

2017-10-26 Thread Martyn Welch
From: Martyn Welch <martyn.we...@collabora.co.uk> Add register definitions require for video configuration. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> Signed-off-by: Martyn We

[U-Boot] [PATCH 2/7] ext4: recover from filesystem corruption when reading

2017-10-26 Thread Martyn Welch
o zero the buffer in ext4fs_read_file. Also sanity check blocksize. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Signed-off-by: Martyn Welch <mar...@welchs.me.uk> --- fs/ext4/ext4_common.c | 10 ++ fs/ext4/ext4fs.c

[U-Boot] [PATCH 7/7] mx53: Add Board support for GE PPD

2017-10-26 Thread Martyn Welch
ned-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> Signed-off-by: Martyn Welch <mar...@welchs.me.uk> --- arch/arm/include/asm/mach-types.h | 1 + arch/arm/mach-imx/mx5/Kconfig

[U-Boot] [PATCH 1/7] imx: mxc_i2c: tweak the i2c transfer method

2017-10-26 Thread Martyn Welch
From: Nandor Han <nandor@ge.com> Tweak the i2c transfer to work for devices that want to read data without addressing a register. Signed-off-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Heiko Schocher <h...@denx.de>

[U-Boot] [PATCH 3/7] pwm: imx: Enable PWM support on i.MX53

2017-10-26 Thread Martyn Welch
From: Martyn Welch <martyn.we...@collabora.co.uk> Add missing parts for i.MX53 PWM support Acked-by: Nandor Han <nandor@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Cc: Stefano Babic <sba...@denx.de> Signed-off-by: Martyn Welch <mar...@

[U-Boot] [PATCH 0/7] Add support for GE PPD

2017-10-26 Thread Martyn Welch
filesystem corruption when reading bootcount: add support for bootcounter on EXT filesystem Martyn Welch (2): pwm: imx: Enable PWM support on i.MX53 arm: mx5: Add more register definitions Nandor Han (2): imx: mxc_i2c: tweak the i2c transfer method rtc: add support for s35392a Peter

[U-Boot] [PATCH 5/7] bootcount: add support for bootcounter on EXT filesystem

2017-10-26 Thread Martyn Welch
From: Ian Ray <ian@ge.com> Add support for bootcounter on an EXT filesystem. Sync configuration whitelist. Signed-off-by: Ian Ray <ian@ge.com> Signed-off-by: Martyn Welch <martyn.we...@collabora.co.uk> Signed-off-by: Martyn Welch <mar...@welc

<    1   2