[OpenWrt-Devel] [PATCH 0/2] i.MX6 U-Boot updates

2013-09-25 Thread Eric Nelson
oards (which are in main-line U-Boot). Eric Nelson (2): U-Boot: Use git instead of FTP, consolidate download uboot-imx6: add support for Nitrogen6x boards package/boot/uboot-envtools/Makefile | 10 - package/boot/uboot-imx6/Makefile | 39 2

[OpenWrt-Devel] [PATCH 2/2] uboot-imx6: add support for Nitrogen6x boards

2013-09-25 Thread Eric Nelson
Signed-off-by: Eric Nelson --- package/boot/uboot-imx6/Makefile | 30 ++ 1 file changed, 30 insertions(+) diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 080079f..1f73460 100644 --- a/package/boot/uboot-imx6/Makefile +++ b

[OpenWrt-Devel] [PATCH 1/2] U-Boot: Use git instead of FTP, consolidate download

2013-09-25 Thread Eric Nelson
tools and uboot-imx6 should also use a single target PKG_SOURCE so only one download is needed. Signed-off-by: Eric Nelson --- package/boot/uboot-envtools/Makefile | 10 +- package/boot/uboot-imx6/Makefile | 9 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/pa

[OpenWrt-Devel] OpenWRT N00b hoping to add support for i.MX6 boards

2013-09-25 Thread Eric Nelson
ry. We're hoping to point at our Github repository for the kernel sources, and I didn't see any references to other git repositories in the target/linux/ tree. Is there OpenWRT policy regarding use of main-line? Any guidance is appreciated. Regards, Eric

Re: [OpenWrt-Devel] [PATCH 1/2] U-Boot: Use git instead of FTP, consolidate download

2013-09-25 Thread Eric Nelson
Hi Luka, On 09/25/2013 04:55 PM, Luka Perkov wrote: Hi Eric, On Wed, Sep 25, 2013 at 03:43:00PM -0700, Eric Nelson wrote: While attempting to build for i.MX6, the FTP transfer of U-Boot v2013.07 failed. I'm not certain whether ftp access to tarballs has been promised by Denx, but it

Re: [OpenWrt-Devel] [PATCH 2/2] uboot-imx6: add support for Nitrogen6x boards

2013-09-25 Thread Eric Nelson
Thanks Luka, On 09/25/2013 05:16 PM, Luka Perkov wrote: Hi Eric, > +define uboot/nitrogen6dl + TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 512MB board +endef Shouldn't here be 1024MB? Ouch! You're right of course. You'd think I'd know our own product lineup without having to read boa

[OpenWrt-Devel] [PATCH 1/2] uboot-imx6: alphabetize wandboard variants

2013-09-25 Thread Eric Nelson
Signed-off-by: Eric Nelson --- package/boot/uboot-imx6/Makefile | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 21c7b09..21fc9bd 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package

[OpenWrt-Devel] [PATCH V2 2/2] uboot-imx6: add support for Nitrogen6x boards

2013-09-25 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 alphabetizes the list and fixes nitrogen6dl/dl2g. Depends on patch "uboot-imx6: alphabetize wandboard variants" Patch 1/2 was nacked, so no update will be sent. package/boot/uboot-imx6/Makefile | 30 ++ 1 file c

Re: [OpenWrt-Devel] [PATCH 1/2] U-Boot: Use git instead of FTP, consolidate download

2013-09-26 Thread Eric Nelson
Thanks Luka, On 09/26/2013 02:05 AM, Luka Perkov wrote: Hi Eric, On Wed, Sep 25, 2013 at 05:33:28PM -0700, Eric Nelson wrote: I wasn't suggesting anything different, and the patch includes the same tag (v2013.07). Decisions about when to update are completely separate from the protcol,

[OpenWrt-Devel] [PATCH V3 2/2] uboot-imx6: add support for Nitrogen6x boards

2013-09-26 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 alphabetizes the list and fixes nitrogen6dl/dl2g. V3 fixes the second part of nitrogen6dl/dl2g (UBOOTS list) Depends on patch "uboot-imx6: alphabetize wandboard variants" Patch 1/2 was nacked, so no update will be sent. package/boot/uboot-imx6/Mak

Re: [OpenWrt-Devel] [PATCH V3 2/2] uboot-imx6: add support for Nitrogen6x boards

2013-09-26 Thread Eric Nelson
On 09/26/2013 12:11 PM, Luka Perkov wrote: Hi Eric, On Thu, Sep 26, 2013 at 11:28:44AM -0700, Eric Nelson wrote: V3 fixes the second part of nitrogen6dl/dl2g (UBOOTS list) You are not in sync with the latest trunk. I've already fixed this in r38205. Thanks