[U-Boot] [PATCH V2] arm/board.c: avoid ifdef using weak default functions

2009-11-26 Thread Alessandro Rubini
From: Alessandro Rubini rub...@unipv.it While it's a matter of personal taste, I prefer to avoid ifdef when possible. For example, I don't like to add BOARD_LATE_INIT in the config file just to add a board_late_init() function. Also, I think the file is more readable without the ifdef stuff.

Re: [U-Boot] [PATCH V2] arm/board.c: avoid ifdef using weak default functions

2009-11-26 Thread Joakim Tjernlund
From: Alessandro Rubini rub...@unipv.it While it's a matter of personal taste, I prefer to avoid ifdef when possible. For example, I don't like to add BOARD_LATE_INIT in the config file just to add a board_late_init() function. Also, I think the file is more readable without the ifdef

Re: [U-Boot] [PATCH v7 2/2] arm: A320: Add support for Faraday A320 evaluation board

2009-11-26 Thread Po-Yu Chuang
Dear Tom and Wolfgang, 2009/11/26 Tom tom@windriver.com: Po-Yu Chuang wrote: Dear Wolfgang and Tom, I posted a new version (v8) of this patch two weeks ago to fix a compiler warning. http://lists.denx.de/pipermail/u-boot/2009-November/064105.html Please use the new version (v8)

Re: [U-Boot] [PATCH] AT91: revise serial lines pullup configuration,

2009-11-26 Thread Tom
Wolfgang Denk wrote: Dear Tom, In message 4a60eb7c.4010...@poczta.fm Andrzej Wolski wrote: Currently pullups are incorrectly set for all AT91 SoCs: pullup for TXD line is enabled, what is not necessary, but pullup for RXD line, what may be necessary for some boards, is disabled. This patch

Re: [U-Boot] An error in u-boot-2009.08/cpu/arm920t/start.S

2009-11-26 Thread Tom
Alessandro Rubini wrote: Does someone have the s3c2410 manual? 2410UserManual.pdf: USER'S MANUAL S3C2410A ­ 200MHz 266MHz 32-Bit RISC Microprocessor Revision 1.0 [...] INTERRUPT SUB MASK (INTSUBMSK) REGISTER This register has 11 bits each of which is related to an

Re: [U-Boot] [PATCH 3/5] Added configuration file for AM3517EVM

2009-11-26 Thread Tom
Hiremath, Vaibhav wrote: -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, November 24, 2009 1:16 AM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 3/5] Added configuration file for AM3517EVM Dear hvaib...@ti.com, In message

Re: [U-Boot] [PATCH 4/5] AM3517EVM: Add mux configuration

2009-11-26 Thread Tom
Hiremath, Vaibhav wrote: -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, November 24, 2009 1:19 AM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 4/5] AM3517EVM: Add mux configuration Dear hvaib...@ti.com, In message

Re: [U-Boot] [PATCH 5/5] AM3517: Add support for EMIF4

2009-11-26 Thread Tom
Hiremath, Vaibhav wrote: -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, November 24, 2009 1:21 AM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 5/5] AM3517: Add support for EMIF4 Dear hvaib...@ti.com, In message

Re: [U-Boot] [PATCH] TI DaVinci: Adding a README for the DaVinci series of SOC's

2009-11-26 Thread Tom
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com Adding an initial README for the DaVinci series of SOC's Signed-off-by: Sandeep Paulraj s-paul...@ti.com This is fine Ack Tom ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] Weird problem with kernel/initrd loading

2009-11-26 Thread Ioannis Kyriakopoulos
Hi all, I have a query regarding the boot of an initrd with U-boot. ASAIK, ramdisk.gz should be converted to a type supported by U-boot with the use of mkimage tool (with a -T ramdisk switch). Also, the bootm command should be invoked by passing the address of uImage first and then the

Re: [U-Boot] [PATCH V2] arm/board.c: avoid ifdef using weak default functions

2009-11-26 Thread Tom
Alessandro Rubini wrote: From: Alessandro Rubini rub...@unipv.it While it's a matter of personal taste, I prefer to avoid ifdef when possible. For example, I don't like to add BOARD_LATE_INIT in the config file just to add a board_late_init() function. Also, I think the file is more

Re: [U-Boot] [PATCH V2] arm/board.c: avoid ifdef using weak default functions

2009-11-26 Thread Tom
Joakim Tjernlund wrote: From: Alessandro Rubini rub...@unipv.it While it's a matter of personal taste, I prefer to avoid ifdef when possible. For example, I don't like to add BOARD_LATE_INIT in the config file just to add a board_late_init() function. Also, I think the file is more readable

Re: [U-Boot] [PATCH] NAND: Add config option for imx27lite

2009-11-26 Thread Tom
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com We will get compilation warnings without CONFIG_SYS_64BIT_VSPRINTF being defined in the board config. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- include/configs/imx27lite.h |1 + 1 files changed, 1

Re: [U-Boot] about ## Unknown FLASH on Bank 0

2009-11-26 Thread Wolfgang Denk
Dear Peter Pan, In message 48abf2c20911252320h15babe52xe059e72d9ec6d...@mail.gmail.com you wrote: The part of code I given out is in my get_flash_size() function in my flash.c. i Ah. You're re-inventing the wheel one more time, it seems? Have fun... This part of code is used to read out

Re: [U-Boot] Debugging U-boot after relocation

2009-11-26 Thread Wolfgang Denk
Dear Dunda, Matthias, In message 569685f045b85741820d0265e0d2999d019cf...@tddhh01.hh.thales-naval.de you wrote: Then, I calculate the RAM address for the symbols as described in DULG-10.1.2.: RAM is 512 MB -- 0x2000 Monitor Len according to board specific file is 256k -- 0x0004

Re: [U-Boot] Weird problem with kernel/initrd loading

2009-11-26 Thread Wolfgang Denk
Dear Ioannis Kyriakopoulos, In message snt111-ds83cb13aa8d729b0d4a82fa7...@phx.gbl you wrote: OMAP3 beagleboard.org # setenv bootargs 'console=ttyS2,115200n8, root=/dev/ram0 rw initrd=0x8160,8M, init=/linuxrc' OMAP3 beagleboard.org # mmcinit; fatload mmc 0 0x80002000 uImage; fatload

Re: [U-Boot] [PATCH 1/1] avr32/hsdramc: Move conditional compilation to Makefile

2009-11-26 Thread Tom
Wolfgang Denk wrote: Dear Tom, In message 1244889058-5961-1-git-send-email-plagn...@jcrosoft.com JC wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Haavard Skinnemoen haavard.skinnem...@atmel.com --- cpu/at32ap/Makefile |2 +- cpu/at32ap/hsdramc.c |

Re: [U-Boot] [PATCH] TI DaVinci: Adding a README for the DaVinci series of SOC's

2009-11-26 Thread Tom
Tom wrote: s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com Adding an initial README for the DaVinci series of SOC's Signed-off-by: Sandeep Paulraj s-paul...@ti.com This is fine Ack Tom Pushed to arm/next Tom ___ U-Boot

[U-Boot] [PATCH 2/2] ppc/85xx: Add ATM config for MPC8569MDS

2009-11-26 Thread Liu Yu
Signed-off-by: Liu Yu yu@freescale.com --- Makefile |3 ++- include/configs/MPC8569MDS.h |5 + 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index bcb3fe9..fe1b2d1 100644 --- a/Makefile +++ b/Makefile @@ -2502,8 +2502,9 @@

[U-Boot] [PATCH 1/2] ppc/85xx: Add PIB/ATM support for MPC8569mds

2009-11-26 Thread Liu Yu
Signed-off-by: Liu Yu yu@freescale.com --- board/freescale/common/pq-mds-pib.c |2 +- board/freescale/mpc8569mds/mpc8569mds.c |7 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c index