Re: [U-Boot] AT91 working SD with u-boot

2009-10-01 Thread Konrad Mattheis
case 1: So I think you just have to call at91_mci0_hw_init(1,4) for slot b. bye Konrad > -Ursprüngliche Nachricht- > Von: Sebastian Heutling [mailto:heutl...@who-ing.de] > Gesendet: Donnerstag, 1. Oktober 2009 10:26 > An: Konrad Mattheis > Cc: u-boot@lists.denx.de

[U-Boot] Merge Window

2009-10-01 Thread Konrad Mattheis
Hi, I already read that the merge window is closed. My question is, can I also send now patches to the list and somebody collect them for the next release, or is it better to wait for the next merge window? bye Konrad Mattheis ___ U-Boot mailing list

[U-Boot] AT91 working SD with u-boot

2009-10-01 Thread Konrad Mattheis
t cpu/arm926ejs/at91/at91sam9260_devices.c bye Konrad Mattheis ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v1 1/3] Make mmc init come before env_relocate

2009-09-24 Thread Konrad Mattheis
rite on 2. do in later high level linux/win (there it could be good to deliver an easy c code for the users) With this solution you also solve the problem with Scott Wood solution, because you already have the right env. variables at the start time. So no problem with serial,... Best regards,

Re: [U-Boot] [PATCH v1 1/3] Make mmc init come before env_relocate

2009-09-23 Thread Konrad Mattheis
s that are not in the mainline. For me the question is if where a good way to implement this feature? Do you have a good suggestion for solving the problem of initializations steps? I would really like to help to get this problem solved, because I'm building at the moment an G20/G45 board

Re: [U-Boot] SD Card in Spi mode boot mpc8315

2009-09-17 Thread Konrad Mattheis
Hi, SD boot is possible. I already got it working on at91sam9g20. But just first chance your release. First go to 2009.08 and try to get it working. Then you have to check if an sd driver for your CPU already implemented. bye Konrad ___ U-Boot mailing

[U-Boot] (no subject)

2009-09-15 Thread Konrad Mattheis
Hi Albin, now I tried your rewritten mmc driver. >- Use the updated driver that I rewrote, as seen here: > http://lists.denx.de/pipermail/u-boot/2009-August/059456.html > I have tested this code on my sam9g20/sam9260 boards with a wide range of sd > and mmc cards and it seems to work well.

[U-Boot] nash

2009-09-10 Thread Konrad Mattheis
Hi, for this howto you need "nash" as a tool for parsing the linuxrc http://www.denx.de/wiki/view/DULG/RootFileSystemInAReadOnlyFile Where can I find this tool. I need it for a at91sam9g20. bye Konrad ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH v3] AT91: Problems with SD

2009-09-09 Thread Konrad Mattheis
Hi Albin, so I describe you what I did. Downloaded u-boot 2009.08 changed: >#if defined(CONFIG_HAS_DATAFLASH) to: >#if defined(CONFIG_HAS_DATAFLASH) || defined(CONFIG_ATMEL_SPI) applied Patch: http://lists.denx.de/pipermail/u-boot/2009-September/060053.html then applied Patch V3: from mail a

Re: [U-Boot] [PATCH v2] AT91: Add SD/MMC controller support & [PATCH v3]

2009-09-09 Thread Konrad Mattheis
Hi Albin, >Someone encoutered the same issue: >http://lists.denx.de/pipermail/u-boot/2009-September/059684.html >This is because the patch is based on a change that was part of another patch >that added support to a new >board. You can work around this easily: in >at91sam9260_devices.c, simply

Re: [U-Boot] Question AT91SAM9G20 boot from SD

2009-09-04 Thread Konrad Mattheis
>> Hi, >> >> I have a AT91SAM9G20 and try to boot from SD-Card. >> I compiled u-boot, but the CONFIG_MMC is missing in the default mode. >> I found the default config for this board in >> /include/config/at91sam9260ek.h there I added the follofing lines: >> >> #define CONFIG_CMD_MMC 1 >> #define

[U-Boot] Question AT91SAM9G20 boot from SD

2009-09-04 Thread Konrad Mattheis
Hi, I have a AT91SAM9G20 and try to boot from SD-Card. I compiled u-boot, but the CONFIG_MMC is missing in the default mode. I found the default config for this board in /include/config/at91sam9260ek.h there I added the follofing lines: #define CONFIG_CMD_MMC 1 #define CONFIG_MMC 1 now I get a c