Re: [U-Boot] U-boot memory test results

2014-01-17 Thread Joe Kulikauskas
Hello aryanlak, Am 17.01.2014 09:11, schrieb aryanlak: > Hi all, > > I want to perform memory test (FLASH) during U-boot and read the results > after the operating system (Linux) is booted up. > Is it possible? If so, can anyone guide me to do so? This could work by setting a u-boot environment v

[U-Boot] Formatting bootable SD, freescale platform

2012-02-09 Thread Joe Kulikauskas
Hello, Does anybody happen to know a reference with _details_ of how to format and mkfs an SD card to be bootable for freescale platform? Background: I'm using a freescale utility ( https://github.com/kergoth/boot-format), but it fails at runtime, unhappy with my SD MBR. Console output is shown

[U-Boot] arm: empty isb() in set_cr

2012-11-27 Thread Joe Kulikauskas
#define isb() __asm__ __volatile__ ("" : : : "memory") is in arch/arm/include/asm/system.h. In my build, that is going into set_cr(), producing no instruction. Is that correct? It has been in code since http://lists.denx.de/pipermail/u-boot/2009-March/049870.html. Looks like it's used only

[U-Boot] arm: Question regarding empty isb() in set_cr

2012-12-01 Thread Joe Kulikauskas
If someone could explain, or point me to email, I would appreciate it. Thanks in advance, Joe Kulikauskas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] ARM: interrupt_init before relocation, write fails

2013-10-24 Thread Joe Kulikauskas
,ff0a0fc0 (ff0a0050=IRQ_STACK_START_IN) Before this patch, abort stack setup was done after relocation, so target location is in RAM and writeable. interrupt_init: 9FFB4020 e59f3010 LDR R3,9ffb4038 (9ffb3054=IRQ_STACK_START_IN) If I revert that patch, I don't see that problem.

Re: [U-Boot] ARM: interrupt_init before relocation, write fails

2013-11-06 Thread Joe Kulikauskas
Tue, 5 Nov 2013 10:22:24 -0600, Rob Herring > > wrote: > > > >> On Thu, Oct 24, 2013 at 4:37 PM, Andrew Ruder wrote: > >>> On Wed, Oct 23, 2013 at 11:41:45AM -0600, Joe Kulikauskas wrote: > > > > (putting back more context) > > > >>>> v2013.1