One update to you on debuging board_init_r()..
We bypass the trap_init call, control enters into the flash_init() in
cfi_flash.c
I am get following console o/p:
fwrite addr fc00 cmd ff 00ff00ff 64 bit x 32 bit
fwrite addr fc0002a8 cmd 98 00980098 64 bit x 32 bit
is= cmd 51
I am using board having ppc440x5 core with customized chip and not a
standard 440Gx.
Board is using Denali controller, as the register are completely different
we can not use the standard u-boot initialization.
We performed board specific initialization and training for DDR2.
When the code
I am using PPC440GX and DIMM SDRAM.
On 12-Jan-2010 3:20pm, Stefan Roese wrote:
On Tuesday 12 January 2010 10:09:57 anupbeh...@gmail.com wrote:
> In my case CONFIG_SYS_MONITOR_LEN is 256KB
> and CONFIG_SYS_MONITOR_BASE is 0xfffc
> my destaddr is 0x1ffd5000
>
> so gd->rel
In my case CONFIG_SYS_MONITOR_LEN is 256KB
and CONFIG_SYS_MONITOR_BASE is 0xfffc
my destaddr is 0x1ffd5000
so gd->reloc_off = destaddr - CONFIG_SYS_MONITOR_BASE;
so gd->reloc_off = 0x20015000
also gd->malloc = 0x1fed1000
After that it continuously restarts with error machine check exception.
Hi all!
I begin use U-Boot at my custom board based on ppc440x5.
Here is Mem Info that we are using on board:
16MB Nor flash with base address 0xfc00
512MB DDR with base addr 0x
256kb ISRAM with base addr 0xc000
TEXT_BASE 0xfffc
Tlb entries for board is:
tlbentry( 0xff
Hi Jerry,
Thanks for the information.
Please find my understanding about dts:
1. I will have to create board specific *.dts file.
2. Need to download latest dtc compiler.
3. Compile dts file using dtc compiler which will generate *.dtb file
4. Enable following macros in u-boot code
#define CONFI
Hi,
I am porting u-boot on ppc440x5 core based board. I need to support dts in
uboot.
As i am new to dts, can anyone please let me know the procedure to support
it in uboot?
Thanks,
Anup B.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists
Hi,
I am compiling latest u-boot code for ppc440x5.
My board is having 16MB nor flash, have I modified following parameter.
CONFIG_SYS_FLASH_BASE 0xfc00
TEXT_BASE 0xfcfc
bootpg 0xfcfff000
With these changes I am getting following error.
../gcc-4.2.4-glibc-2.3.6/powerpc-440-linux-gnu/bin
8 matches
Mail list logo