Re: [U-Boot] [linux-sunxi] [PATCH 0/2] sunxi: Single u-boot binary for Allwinner A10/A13/A20 devices

2014-08-03 Thread jonsm...@gmail.com
afe.c > create mode 100644 configs/sunxi-generic-a10-a13-a20_FEL_defconfig > create mode 100644 configs/sunxi-generic-a10-a13-a20_defconfig > create mode 100644 include/configs/sun4i_sun5i_sun7i.h > > -- > 1.8.3.2 > > -- > You received this message because you are subsc

Re: [U-Boot] [linux-sunxi] Re: [PATCH] sunxi: Fix gmac not working reliable on the Bananapi

2014-09-29 Thread jonsm...@gmail.com
-- > You received this message because you are subscribed to the Google Groups > "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to linux-sunxi+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [linux-sunxi] Re: [PATCH] sunxi: Fix gmac not working reliable on the Bananapi

2014-09-30 Thread jonsm...@gmail.com
On Tue, Sep 30, 2014 at 8:02 AM, Hans de Goede wrote: > Hi, > > On 09/29/2014 08:35 PM, jonsm...@gmail.com wrote: >> On Mon, Sep 29, 2014 at 2:16 PM, Karsten Merker wrote: >>> On Mon, Sep 29, 2014 at 09:13:37AM +0300, Siarhei Siamashka wrote: >>>> How did you

[U-Boot] SPL: branching out of start.S

2011-11-22 Thread jonsm...@gmail.com
clear_bss /* skip relocation */ -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] SPL: branching out of start.S

2011-11-23 Thread jonsm...@gmail.com
*/ /* jump to it ... */mov pc, lr _board_init_r_ofs:#ifdef CONFIG_NAND_SPL .word nand_boot - _start #else .word board_init_r - _start#endif Even more if nand_boot is wrapped and renamed board_init_r(). -- Jon Smirl jonsm...@gmail.com __

[U-Boot] Some thoughts on SPL

2011-12-16 Thread jonsm...@gmail.com
ones. In my case I'd build one u-boot config that fits into 96K and another full 250K one. Of course the two config files could each include a common base config. Thoughts? -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.den

Re: [U-Boot] Some thoughts on SPL

2011-12-16 Thread jonsm...@gmail.com
t; On Fri, Dec 16, 2011 at 9:20 AM, jonsm...@gmail.com > wrote: >> The CPU I'm working with, the LPC3130, is kind of an in-between CPU >> for SPL. Instead of a tightly constrained RAM of 16KB or so I have >> 96KB to work with.  96KB is enough room to support all of the var

Re: [U-Boot] Some thoughts on SPL

2011-12-18 Thread jonsm...@gmail.com
On Sun, Dec 18, 2011 at 12:55 AM, Simon Glass wrote: > Hi Wolfgang, > > On Sat, Dec 17, 2011 at 12:08 PM, Wolfgang Denk wrote: >> Dear Simon Glass, >> >> In message >> you >> wrote: >>> >>> On Fri, Dec 16, 2011 at 9:20 AM, jonsm...@gmai

[U-Boot] Device tree in uboot eeprom environment

2012-03-14 Thread jonsm...@gmail.com
vices trees in the eeprom? Could the device tree be part of the uboot environment? -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Device tree in uboot eeprom environment

2012-03-15 Thread jonsm...@gmail.com
On Thu, Mar 15, 2012 at 12:14 PM, Wolfgang Denk wrote: > Dear "jonsm...@gmail.com", > > In message > you > wrote: >> >> The hardware has a good sized eeprom on it.  Is there any uboot >> support for having device trees or partial devices trees in the

[U-Boot] ext2 file system performance

2012-03-15 Thread jonsm...@gmail.com
? -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Targets in the Makefile, SPL and .img

2012-03-21 Thread jonsm...@gmail.com
If you make u-boot.img it doesn't also make in the SPL directory. Can this get fixed before the next release? -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Targets in the Makefile, SPL and .img

2012-03-21 Thread jonsm...@gmail.com
On Wed, Mar 21, 2012 at 5:38 PM, Tom Rini wrote: > On Wed, Mar 21, 2012 at 10:32:39AM -0400, jonsm...@gmail.com wrote: > >> If you make u-boot.img it doesn't also make in the SPL directory. Can >> this get fixed before the next release? > > Can you elaborate?  This

Re: [U-Boot] Targets in the Makefile, SPL and .img

2012-03-21 Thread jonsm...@gmail.com
On Wed, Mar 21, 2012 at 5:54 PM, Tom Rini wrote: > On Wed, Mar 21, 2012 at 05:46:38PM -0400, jonsm...@gmail.com wrote: >> On Wed, Mar 21, 2012 at 5:38 PM, Tom Rini wrote: >> > On Wed, Mar 21, 2012 at 10:32:39AM -0400, jonsm...@gmail.com wrote: >> > >> >>

Re: [U-Boot] ext2 file system performance

2012-03-30 Thread jonsm...@gmail.com
116, 0, 1024> <2630, 0, 1024> <2116, 0, 1024> <2118, 0, 262144> <2630, 0, 1024> <3144, 0, 1024> <2630, 0, 1024> <2632, 0, 262144> <3144, 0, 1024> <3658, 0, 1024> <3144, 0, 1024> <3146, 0, 262144> <3658, 0, 1024>

[U-Boot] Exception vector setup in arm926ejs/start.S

2011-10-26 Thread jonsm...@gmail.com
I'm looking at the code in arm926ejs/start.S and I don't see how the exception vector gets set up at 0x0. Is there an assumption that the first 4KB of wherever uboot gets initially loaded is also mapped to 0x0? -- Jon Smirl jonsm...@gmail.com ___

[U-Boot] SPL support and secondary image size

2011-11-03 Thread jonsm...@gmail.com
My primary SPL image needs the size of the secondary image built into it. How do I access that size while building the primary SPL image? -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

Re: [U-Boot] SPL support and secondary image size

2011-11-03 Thread jonsm...@gmail.com
On Thu, Nov 3, 2011 at 7:08 PM, jonsm...@gmail.com wrote: > On Thu, Nov 3, 2011 at 7:00 PM, Scott Wood wrote: >> On 11/03/2011 05:20 PM, jonsm...@gmail.com wrote: >>> My primary SPL image needs the size of the secondary image built into >>> it. How do I access t

Re: [U-Boot] SPL support and secondary image size

2011-11-03 Thread jonsm...@gmail.com
then used dd to chop it up into the two files: u-boot-spl.bin and u-boot.bin -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] SPL support and secondary image size

2011-11-03 Thread jonsm...@gmail.com
On Thu, Nov 3, 2011 at 9:37 PM, Tom Rini wrote: > On Thu, Nov 3, 2011 at 4:27 PM, jonsm...@gmail.com wrote: >> Some more info on the out of tree NXP code...   I didn't write it, I >> am just trying to get it working on a current uboot since the NXP >> u-boot code is t

Re: [U-Boot] SPL support and secondary image size

2011-11-03 Thread jonsm...@gmail.com
On Thu, Nov 3, 2011 at 10:11 PM, Aneesh V wrote: > Hi Jon, > > On Friday 04 November 2011 04:30 AM, Scott Wood wrote: >> >> On 11/03/2011 05:20 PM, jonsm...@gmail.com wrote: > > Looks like I am not seeing some mails in this thread. I didn't get your > f

Re: [U-Boot] SPL support and secondary image size

2011-11-04 Thread jonsm...@gmail.com
Verifying Checksum ... OK Wrong Image Type for bootm command ERROR: can't get kernel image! EA3131-NXP # -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Is FT232R chip supported in U-Boot?

2011-11-10 Thread jonsm...@gmail.com
ite different than that of U-Boot. Could you please comment on this? > > Regards, > Mahavir > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > > -- Jon Smirl jonsm...@gmail.

[U-Boot] Porting lpc313x support up to current u-boot

2011-10-15 Thread jonsm...@gmail.com
again I'll submit it to the main repository. -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Porting lpc313x support up to current u-boot

2011-10-16 Thread jonsm...@gmail.com
On Sat, Oct 15, 2011 at 11:37 PM, jonsm...@gmail.com wrote: > I'm porting the lpc313x uboot located here, up to current uboot.  It > is based on  U-boot.2009.11.1 > http://git.lpclinux.com/?p=uboot-2009.11-lpc313x.git;a=summary > > What do I do with the cpu directory? > htt

Re: [U-Boot] Porting lpc313x support up to current u-boot

2011-10-21 Thread jonsm...@gmail.com
On Fri, Oct 21, 2011 at 5:16 PM, Albert ARIBAUD wrote: > Hi Jon, > > Le 16/10/2011 22:07, jonsm...@gmail.com a écrit : >> >> On Sat, Oct 15, 2011 at 11:37 PM, jonsm...@gmail.com >>  wrote: >>> >>> I'm porting the lpc313x uboot located here

[U-Boot] A64 fastboot, faster way to compile/test

2016-08-14 Thread jonsm...@gmail.com
k getting it to do anything. I added a bunch of debug and the USB controller does not appear to be generating interrupts. Has anyone worked with A64 fastboot? Any tips on what might be wrong? I want a faster was to update the SD Card without physically moving it between machines. --

Re: [U-Boot] A64 fastboot, faster way to compile/test

2016-08-15 Thread jonsm...@gmail.com
On Sun, Aug 14, 2016 at 9:58 PM, Sergey Kubushyn wrote: > On Sun, 14 Aug 2016, jonsm...@gmail.com wrote: > >> I'm trying out various versions of the A64 u-boot -- Allwinner lichee, >> longsleep, apritzel, etc on the Pine64. I can get all of them up to >> the prompt,

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-02 Thread jonsm...@gmail.com
| 50 ++- > 34 files changed, 713 insertions(+), 201 deletions(-) > create mode 100644 arch/arm/cpu/armv8/lowlevel_init.S > create mode 100644 arch/arm/mach-sunxi/rmr_switch.S > create mode 100644 arch/arm/mach-sunxi/spl_switch.c > create mode 100644 configs/sun50i_spl32_defconfig > > -- > 2.8.2 > > -- > You received this message because you are subscribed to the Google Groups > "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to linux-sunxi+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-03 Thread jonsm...@gmail.com
On Tue, Jan 3, 2017 at 5:41 AM, Jagan Teki wrote: > On Tue, Jan 3, 2017 at 3:38 AM, jonsm...@gmail.com wrote: >> I recently ran into a probably with the UARTs on the A64. Many >> Bluetooth modules (like Ampak) use the UART. The data rate of EDR BT >> is 3Mb/s with about 2

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 8:36 AM, André Przywara wrote: > > On 04/01/17 11:25, Chen-Yu Tsai wrote: > > On Wed, Jan 4, 2017 at 6:28 PM, Jagan Teki wrote: > >> On Tue, Jan 3, 2017 at 2:52 PM, jonsm...@gmail.com > >> wrote: > >>> On Tue, Jan 3, 2017 at 5:

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 12:29 PM, André Przywara wrote: > On 04/01/17 16:40, jonsm...@gmail.com wrote: >> On Wed, Jan 4, 2017 at 8:36 AM, André Przywara >> wrote: >>> >>> On 04/01/17 11:25, Chen-Yu Tsai wrote: >>>> On Wed, Jan 4, 2017 at 6:28 PM, Jaga

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 12:29 PM, André Przywara wrote: > On 04/01/17 16:40, jonsm...@gmail.com wrote: >> On Wed, Jan 4, 2017 at 8:36 AM, André Przywara >> wrote: >>> >>> On 04/01/17 11:25, Chen-Yu Tsai wrote: >>>> On Wed, Jan 4, 2017 at 6:28 PM, Jaga

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 5:36 PM, André Przywara wrote: > On 04/01/17 19:00, jonsm...@gmail.com wrote: >> On Wed, Jan 4, 2017 at 12:29 PM, André Przywara >> wrote: >>> On 04/01/17 16:40, jonsm...@gmail.com wrote: >>>> On Wed, Jan 4, 2017 at 8:36 AM, André Przy

Re: [U-Boot] [linux-sunxi] [PATCH 1/2] sunxi: dts: OrangePi Zero: add Ethernet node

2017-01-14 Thread jonsm...@gmail.com
t; To unsubscribe from this group and stop receiving emails from it, send an > email to linux-sunxi+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Jon Smirl jonsm...@gmail.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot