Re: [U-Boot-Users] U-Boot-Users Digest, Vol 25, Issue 133

Hi Navin, What is the value you have given to TEXT_BASE in board/pxa255_idp/config.mk
Regards Amit
-----Original Message----- From: u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users-bounces@lists.sourceforge.net] On Behalf Of u-boot-users-request@lists.sourceforge.net Sent: Monday, June 16, 2008 4:23 PM To: u-boot-users@lists.sourceforge.net Subject: U-Boot-Users Digest, Vol 25, Issue 133
Send U-Boot-Users mailing list submissions to u-boot-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/u-boot-users or, via email, send a message with subject or body 'help' to u-boot-users-request@lists.sourceforge.net
You can reach the person managing the list at u-boot-users-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of U-Boot-Users digest..."
Today's Topics:
1. Re: Value of CFG_PCI_MEMBASE (Stefan Roese) 2. Stops booting after RAM info (navin karnam) 3. [PATCH] cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably (Stefan Roese) 4. Re: [PATCH 1/1] FAT Bare Partition Support (Michal Simek) 5. Re: U-Boot booting from NAND (Kenneth Johansson) 6. Re: Hi All (Nobuhiro Iwamatsu) 7. How do work qemu_mips image? (Nobuhiro Iwamatsu) 8. Re: Hi All (harshadnimje)
----------------------------------------------------------------------
Message: 1 Date: Mon, 16 Jun 2008 09:43:07 +0200 From: Stefan Roese sr@denx.de Subject: Re: [U-Boot-Users] Value of CFG_PCI_MEMBASE To: "Sachin Rane" SRane@alphion.com Cc: u-boot-users@lists.sourceforge.net Message-ID: 200806160943.07250.sr@denx.de Content-Type: text/plain; charset="iso-8859-15"
On Monday 16 June 2008, Sachin Rane wrote:
Infact I was looking for the info to create a proper 'tlbentry' in 'init.S' As per my understanding the 'tlbentry' is to map 32-bit address to 36-bit address.
The 'tlbenry' for the PCI Memory in 'init.S' is : tlbentry( CFG_PCI_MEMBASE, SZ_256M, 0x00000000, 3, AC_R|AC_W|SA_G|SA_I )
The 'CFG_PCI_MEMBASE' is set to 0x80000000 in 'ocotea.h'.
My question is how to select the value for 'CFG_PCI_MEMBASE'. Can I use any value (say 0x50000000 ) provided it is not overlapping with other devices?
Yes. I suggest to start with 0x80000000 since this leaves the first 2 GB for SDRAM.
If we are using Board Memory Map as a reference then the 32-bit address 'CFG_PCI_MEMBASE' used in 'telbentry' should have set to: 0x90000000
Why is this? Which "Board Memory Map" are you referring to?
I am trying to find out the logic behind the selection of value for the variabale 'CFG_PCI_MEMBASE' in: tlbentry( CFG_PCI_MEMBASE, SZ_256M, 0x00000000, 3, AC_R|AC_W|SA_G|SA_I )
Whats the problems with using 0x80000000 here?
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================
------------------------------
Message: 2 Date: Mon, 16 Jun 2008 13:35:55 +0530 From: "navin karnam" navin.karnam@gmail.com Subject: [U-Boot-Users] Stops booting after RAM info To: u-boot-users@lists.sourceforge.net Message-ID: 162d31d50806160105g38f155fey433ed61bbed5da46@mail.gmail.com Content-Type: text/plain; charset="iso-8859-1"
-- Hi all,
I am new to this list, I planned port u-boot on my board(pxa255), followed the procedure in README and i am able to compile the uboot.
I loaded the image on board. The messages i got when i boot the board are
------------------------------------------------------------- U-Boot 0.4.5 (Jun 16 2008 - 12:24:00)
U-Boot code: A3000000 -> A301BD30 BSS: -> A301FE98 DRAM Configuration: Bank #0: a0000000 64 MB Bank #1: a4000000 0 kB Bank #2: a8000000 0 kB Bank #3: ac000000 0 kB -------------------------------------------------------------
and it stops at that point. Please give me an hint where i am making the mistake.
Regards, Naveen
participants (1)
-
Amit Kumar