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
--
> 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
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
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
*/ /* 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
__
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
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
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
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
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
?
--
Jon Smirl
jonsm...@gmail.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
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
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:
>> >
>> >>
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>
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
___
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
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
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
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
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
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
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.
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
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
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
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.
--
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,
| 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
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
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:
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
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
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
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
35 matches
Mail list logo