Re: [U-Boot] [PATCH v6 0/3] Add TI816X EVM support

2013-08-16 Thread Tom Rini
On Tue, Jul 02, 2013 at 12:05:57PM +0200, TENART Antoine wrote: > Changes for v6: > - fix typo in commit message > > Changes for v5: > - use wd_timer structure for WDT > - remove some magic > - remove memtest and verify from config > - fix a redefinition warning (VTP1_CTRL_ADD

Re: [U-Boot] [PATCH v6 0/3] Add TI816X EVM support

2013-08-09 Thread Tom Rini
On Fri, Jul 26, 2013 at 03:42:49PM +0200, TENART Antoine wrote: > Hi, > > Since the merge window is open, any comment / news on the serie ? Things look good and I shall pick it up soon for u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [PATCH v6 0/3] Add TI816X EVM support

2013-07-26 Thread TENART Antoine
Hi, Since the merge window is open, any comment / news on the serie ? -- Antoine ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v6 0/3] Add TI816X EVM support

2013-07-12 Thread TENART Antoine
Hi, Any news on the status of this serie ? -- Antoine ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v6 0/3] Add TI816X EVM support

2013-07-02 Thread TENART Antoine
I forgot to add the description of this patchset. Sorry for the noise. This serie introduce the support of the TI816X EVM board. The serie fits into the existing AM33XX SoC support and reuse some definitions from the TI814X. Based on the implementation in the TI-PSP-04.00.02.14 vendor tree: htt

[U-Boot] [PATCH v6 0/3] Add TI816X EVM support

2013-07-02 Thread TENART Antoine
Changes for v6: - fix typo in commit message Changes for v5: - use wd_timer structure for WDT - remove some magic - remove memtest and verify from config - fix a redefinition warning (VTP1_CTRL_ADDR) - rebase on top of "ARM: AM33xx: Cleanup clocks and hwinit" Changes for v