[U-Boot] [PATCH 0/4] Use THUMB mode for VCMA9 U-Boot builts

2016-02-09 Thread David Müller
Patch 1 fixes a bug in the calling of board_init_r() in THUMB mode. Patch 2-3 enable THUMB support for the ARM920T architecture. Patch 4 finally activates THUMB mode for VCMA9. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/lis

[U-Boot] [PATCH 1/4] arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)

2016-02-09 Thread David Müller
Signed-off-by: David Müller --- arch/arm/lib/crt0.S | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S index 2f4c14e..8415f77 100644 --- a/arch/arm/lib/crt0.S +++ b/arch/arm/lib/crt0.S @@ -167,8 +167,12 @@ clbss_l:cmpr0, r1

[U-Boot] [PATCH 4/4] arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode

2016-02-09 Thread David Müller
Signed-off-by: David Müller --- include/configs/VCMA9.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 42af34f..de7d5c2 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -20,6 +20,8 @@ * High Level Configuration

[U-Boot] [PATCH 3/4] arm: build some file(s) as ARM mode only

2016-02-09 Thread David Müller
Signed-off-by: David Müller --- arch/arm/cpu/arm920t/Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/cpu/arm920t/Makefile b/arch/arm/cpu/arm920t/Makefile index 6582938..1832b9d 100644 --- a/arch/arm/cpu/arm920t/Makefile +++ b/arch/arm/cpu/arm920t/Makefile @@ -13,3

[U-Boot] [PATCH 2/4] arm: the ARM920T is THUMB capable, so select the appropriate ISA

2016-02-09 Thread David Müller
Signed-off-by: David Müller --- arch/arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index cd7d880..6defdfb 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -9,7 +9,7 @@ endif # This selects which instruction set

[U-Boot] [PATCH 5/5] s3c24xx: serial: Remove dead code

2016-02-05 Thread David Müller
Signed-off-by: David Müller --- drivers/serial/serial_s3c24x0.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/serial/serial_s3c24x0.c b/drivers/serial/serial_s3c24x0.c index fb895fd..d4e7df2 100644 --- a/drivers/serial/serial_s3c24x0.c +++ b/drivers/serial/serial_s3c24x0.c

[U-Boot] [PATCH 1/5] Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.

2016-02-05 Thread David Müller
Signed-off-by: David Müller --- arch/powerpc/cpu/mpc8xx/serial.c | 22 - common/Makefile | 1 - common/board_f.c | 3 -- common/main.c | 14 -- common/modem.c| 100

[U-Boot] [PATCH 3/5] Remove unused CONFIG_HWFLOW option and associated dead code.

2016-02-05 Thread David Müller
Signed-off-by: David Müller --- drivers/serial/serial_imx.c | 7 --- drivers/serial/serial_s3c24x0.c | 35 --- 2 files changed, 42 deletions(-) diff --git a/drivers/serial/serial_imx.c b/drivers/serial/serial_imx.c index d43a5fe..8d9166b 100644 --- a

[U-Boot] [PATCH 4/5] doc: Remove any reference to CONFIG_MODEM_SUPPORT, CONFIG_CMD_HWFLOW, CONFIG_HWFLOW and friends from the documentation.

2016-02-05 Thread David Müller
Signed-off-by: David Müller --- README | 28 -- doc/README.Modem | 72 2 files changed, 100 deletions(-) delete mode 100644 doc/README.Modem diff --git a/README b/README index c7c9e0a..9a5be6c 100644 --- a

[U-Boot] [PATCH 2/5] Remove unused CONFIG_CMD_HWFLOW option and associated dead code.

2016-02-05 Thread David Müller
Signed-off-by: David Müller --- cmd/load.c | 30 -- include/config_cmd_all.h | 1 - 2 files changed, 31 deletions(-) diff --git a/cmd/load.c b/cmd/load.c index 0aa7937..65557e4 100644 --- a/cmd/load.c +++ b/cmd/load.c @@ -1081,33 +1081,3 @@ U_BOOT_CMD

[U-Boot] [PATCH 0/5] s3c24xx serial driver cleanup patches

2016-02-05 Thread David Müller
This is a serie of cleanup patches: Patch 1-3 remove 3 unused config options and the related dead code from several drivers and U-Boot main code. Patch 4 removes any reference for the 3 unused config options from the documentation. Patch 5 removes another pi

[U-Boot] [PATCH v2] fs: handle the fileaddr variable in the same way as in the network case

2016-01-08 Thread David Müller
Signed-off-by: David Müller --- fs/fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/fs.c b/fs/fs.c index b2d6a53..a2f1bf5 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -427,6 +427,7 @@ int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], } puts(&qu

[U-Boot] [PATCH] fs: handle the fileaddr variable in the same way as in the network case

2016-01-08 Thread David Müller
--- fs/fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/fs.c b/fs/fs.c index b2d6a53..a2f1bf5 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -427,6 +427,7 @@ int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], } puts("\n"); + setenv_hex("fileaddr", add

[U-Boot] [PATCH] SMDK2410: convert to generic board

2014-10-30 Thread David Müller
Compile-time tested only, as I currently don't have access to the eval board. Signed-off-by: David Müller --- include/configs/smdk2410.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index d4ae19f..5df0e28 100644 --- a/in

[U-Boot] [PATCH] VCMA9: remove EXT2 support

2014-09-30 Thread David Müller
remove the seldomly used EXT2 support because the U-Boot binary will not fit into the 512KiB flash otherwise. Signed-off-by: David Müller --- include/configs/VCMA9.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 0d8a13c..a97f5fa

[U-Boot] [PATCH] PATI: fix broken SPI access

2014-09-30 Thread David Müller
fix broken SPI access by adding/activating BOARD_EARLY_INIT_F functionality and calling spi_init_f() from there. Signed-off-by: David Müller --- board/mpl/pati/pati.c | 5 + include/configs/PATI.h | 1 + 2 files changed, 6 insertions(+) diff --git a/board/mpl/pati/pati.c b/board/mpl/pati

[U-Boot] [PATCH 4/4] PATI: convert to generic board

2014-09-30 Thread David Müller
Signed-off-by: David Müller --- include/configs/PATI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/PATI.h b/include/configs/PATI.h index d823b0f..65ab65d 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -21,6 +21,8 @@ #define

[U-Boot] [PATCH 2/4] MIP405: convert to generic board

2014-09-30 Thread David Müller
Signed-off-by: David Müller --- include/configs/MIP405.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 68824fd..147f122 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -21,6 +21,8 @@ #define

[U-Boot] [PATCH 1/4] PIP405: convert to generic board

2014-09-30 Thread David Müller
Signed-off-by: David Müller --- include/configs/PIP405.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index a6f505a..9a1b2ac 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -21,6 +21,8 @@ #define

[U-Boot] Activate generic board feature on all MPL boards

2014-09-30 Thread David Müller
[PATCH 1/4] PIP405: convert to generic board [PATCH 2/4] MIP405: convert to generic board [PATCH 3/4] VCMA9: convert to generic board [PATCH 4/4] PATI: convert to generic board ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

[U-Boot] [PATCH 3/4] VCMA9: convert to generic board

2014-09-30 Thread David Müller
Signed-off-by: David Müller --- include/configs/VCMA9.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index d40185e..0d8a13c 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -28,6 +28,8 @@ #define

Re: [U-Boot] U-boot hangs on imx6 pci driver

2014-06-04 Thread David Müller (ELSOFT AG)
Tim Harvey wrote: > When enabling PCI support in u-boot my 3.14 kernel hangs somewhere > during PCI init or enumeration (can't tell as uart is not up yet) Enabling "earlyprintk" support may help. > David, on your board(s) do you have a PCIe switch as well? Not yet, but this (using a PEX8603) i

Re: [U-Boot] U-boot hangs on imx6 pci driver

2014-05-30 Thread David Müller (ELSOFT AG)
Fabio Estevam wrote: > On Wed, May 28, 2014 at 4:40 AM, "David Müller (ELSOFT AG)" > wrote: >> I use an additional delay in imx6_add_pcie_port() as a workaround so far. > > How much of additional delay? Could you please share your patch? diff --git a/drivers/pci/h

Re: [U-Boot] U-boot hangs on imx6 pci driver

2014-05-28 Thread David Müller (ELSOFT AG)
Marek Vasut wrote: > Observed Results: After some hundreds of the soft-reboot cycles, the > i210 is not recognized. This is caused by the PCI express link > failing to come up. We see "link never came up" message in the kernel > log. Just a guest but maybe this is "errata #18" of the i210. A litt

Re: [U-Boot] U-boot hangs on imx6 pci driver

2014-05-27 Thread David Müller (ELSOFT AG)
Marek Vasut wrote: > Take a look at SR# 1-1347946851 in the FSL internal bug tracker. It > looks like the PCIe IP core implementation in the MX6 is bugged in my > opinion. Are there any publicly available info regarding this SR? Dave ___ U-Boot mailing

Re: [U-Boot] iMX6 PCie inbound traffic not working

2014-04-24 Thread David Müller (ELSOFT AG)
Krunal Desai wrote: > Can you get a dump of config space for the 82574? What are its BARs? => pci display 1.0.0 0 40 : 10d38086 0016 0200 0010 0010: 0110 01010001 0112 0020: 8086 0030: 00c8 01

[U-Boot] iMX6 PCie inbound traffic not working

2014-04-24 Thread David Müller (ELSOFT AG)
Hello I tried to use a Intel 82574 based miniPCIe NIC on a Freescale iMX6 eval board as shown below. It seems that the NIC is unable to read and/or write the descriptors in system memory. The settings of the PCIe core registers seems to be OK (according to the iMX6 RM). Any idea what i am missing

Re: [U-Boot] [PATCH] e1000: remove redundant assignment

2014-04-16 Thread David Müller (ELSOFT AG)
> Signed-off-by: David Mueller > Joe Hershberger Sorry, Cc missing. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] e1000: remove redundant assignment

2014-04-16 Thread David Müller
Signed-off-by: David Mueller Joe Hershberger --- drivers/net/e1000.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c index 9a66e68..9d9b259 100644 --- a/drivers/net/e1000.c +++ b/drivers/net/e1000.c @@ -4532,7 +4532,6 @@ static int e1000_set_phy_type

[U-Boot] How to convert iMX6 IOMux data to U-Boot format

2014-03-28 Thread David Müller (ELSOFT AG)
Hello Is there a tool or script to convert the iMX6 IOmux data generated to the Freescale IOMux tool into the format used by U-Boot? Any hints are appreciated. Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-b

Re: [U-Boot] [PATCH] VCMA9: Enable CONFIG_CMD_NAND_YAFFS

2013-03-06 Thread David Müller (ELSOFT AG)
Tom Rini wrote: > As this board has NAND and supports YAFFS2, add CONFIG_MD_NAND_YAFFS > > Cc: David Müller > Signed-off-by: Tom Rini Acked-by: David Müller ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PING] Re: [PATCH V3] ARM: fix s3c2410 timer code

2012-02-08 Thread David Müller (ELSOFT AG)
Hello Any news? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] add STM29F400BB to table of supported legacy flashs

2012-02-06 Thread David Müller (ELSOFT AG)
Signed-off-by: David Mueller diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c index 36d30c3..2350f36 100644 --- a/drivers/mtd/jedec_flash.c +++ b/drivers/mtd/jedec_flash.c @@ -69,6 +69,9 @@ #define SST39SF010A0x00B5 #define SST39SF020A0x00B6 +/* STM */ +#define STM29F

[U-Boot] [PING] Re: [PATCH 0/4] use CFI driver for all MPL boards

2012-01-08 Thread David Müller (ELSOFT AG)
Hello Any news? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PING] Re: [PATCH] ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board

2012-01-08 Thread David Müller (ELSOFT AG)
Hello Any news? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PING] Re: [PATCH V3] ARM: fix s3c2410 timer code

2012-01-08 Thread David Müller (ELSOFT AG)
Hello Any news? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 4/4] board/mpl/pati: use the CFI driver for the PATI board

2011-12-22 Thread David Müller
Signed-off-by: David Mueller --- board/mpl/pati/Makefile |4 ++-- include/configs/PATI.h | 13 + 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/board/mpl/pati/Makefile b/board/mpl/pati/Makefile index dae381d..0fe508c 100644 --- a/board/mpl/pati/Makefile +++ b/

[U-Boot] [PATCH 3/4] board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board

2011-12-22 Thread David Müller
Signed-off-by: David Mueller --- board/mpl/mip405/Makefile |6 -- board/mpl/mip405/mip405.c | 22 +- include/configs/MIP405.h | 15 +++ 3 files changed, 36 insertions(+), 7 deletions(-) diff --git a/board/mpl/mip405/Makefile b/board/mpl/mip405/Makefi

[U-Boot] [PATCH 2/4] board/mpl/pip405: use the CFI driver for the PIP405 board

2011-12-22 Thread David Müller
Signed-off-by: David Mueller --- board/mpl/pip405/Makefile | 11 ++- board/mpl/pip405/pip405.c | 23 --- include/configs/PIP405.h | 16 3 files changed, 38 insertions(+), 12 deletions(-) diff --git a/board/mpl/pip405/Makefile b/board/mpl/pip40

[U-Boot] [PATCH 1/4] board/mpl/common: remove the old legacy flash

2011-12-22 Thread David Müller
Signed-off-by: David Mueller --- board/mpl/common/common_util.c | 202 -- board/mpl/common/common_util.h |4 + board/mpl/common/flash.c | 872 3 files changed, 182 insertions(+), 896 deletions(-) delete mode 100644 board/mpl/common/fl

[U-Boot] [PATCH 0/4] use CFI driver for all MPL boards

2011-12-22 Thread David Müller
This patch set converts all MPL boards to make use the generic CFI driver by doing the following: - remove the old legacy flash driver and adjust the common code shared by all MPL boards - adjust each board specfic configuration --- board/mpl/common/common_util.c | 202 -- boar

[U-Boot] [PATCH] ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board

2011-12-22 Thread David Müller
Signed-off-by: David Mueller --- include/configs/VCMA9.h|3 +-- include/configs/smdk2410.h |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index a370c15..fa00a04 100644 --- a/include/configs/VCMA9.h +++ b/includ

[U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2011-12-22 Thread David Müller
This patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Signed-off-by: David Mueller --- arch/arm/cpu/arm920t/s3c24x0/timer.c | 64 ++--- 1 files changed, 20 insertions(+), 44 deletions(-) Changes for V2: - rebase to master Changes for V

[U-Boot] [PATCH] board/mpl/common/isa.c: Fix GCC 4.6 build warnings

2011-12-12 Thread David Müller
Fix: ../common/isa.c: In function 'handle_isa_int': ../common/isa.c:385:21: warning: variable 'isr2' set but not used [-Wunused-but-set-variable] ../common/isa.c:385:16: warning: variable 'isr1' set but not used [-Wunused-but-set-variable] Signed-off-by: David Mueller --- board/mpl/common/isa

[U-Boot] [PATCH V2] ARM: fix s3c24x0 timer code

2011-12-08 Thread David Müller
This patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Signed-off-by: David Mueller --- arch/arm/cpu/arm920t/s3c24x0/timer.c | 40 +++-- arch/arm/include/asm/global_data.h |7 ++ 2 files changed, 25 insertions(+), 22 deletions(-)

Re: [U-Boot] U-Boot maintainers: some boards are broken by recent mach-type update

2011-11-05 Thread David Müller (ELSOFT AG)
Hi Albert Albert ARIBAUD wrote: > U-Boot maintainers of such boards (in Cc: of this mail) should provide a > patch to re-introduce the MACH_TYPE_XX definition in their boards' > config header file in include/configs/. Could you please apply the following patches: - http://patchwork.ozlabs.

[U-Boot] [PATCH 1/2] ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE

2011-10-31 Thread David Müller
Signed-off-by: David Mueller --- include/configs/VCMA9.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 8b8113d..a370c15 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -29,6 +29,9 @@ #ifnd

[U-Boot] [PATCH 2/2] ARM: remove superfluous setting of arch_number in board specific code.

2011-10-31 Thread David Müller
Signed-off-by: David Mueller --- board/mpl/vcma9/vcma9.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/board/mpl/vcma9/vcma9.c b/board/mpl/vcma9/vcma9.c index e63625b..9f259c2 100644 --- a/board/mpl/vcma9/vcma9.c +++ b/board/mpl/vcma9/vcma9.c @@ -72,9 +72,6 @@ int boa

Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-29 Thread David Müller (ELSOFT AG)
Hello Albert ARIBAUD wrote: > In message<4dd760eb.2050...@elsoft.ch> you wrote: >> >> please also apply the following patch and friends >> >> http://patchwork.ozlabs.org/patch/93595/ >> >> this will make VCMA9 board work with current U-Boot release. > > Applied to arm tree, will send a pull requ

Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-20 Thread David Müller (ELSOFT AG)
Hello, please also apply the following patch and friends http://patchwork.ozlabs.org/patch/93595/ this will make VCMA9 board work with current U-Boot release. Thank you Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

[U-Boot] [PATCH V5 4/4] VCMA9: various cleanups/code style fixes

2011-05-02 Thread David Müller
Signed-off-by: David Müller --- board/mpl/vcma9/Makefile|4 +- board/mpl/vcma9/cmd_vcma9.c | 56 + board/mpl/vcma9/lowlevel_init.S | 549 ++- board/mpl/vcma9/vcma9.c | 272 +--- board/mpl/vcma9/vcma9.h |

[U-Boot] [PATCH V5 3/4] VCMA9: use CFI driver (and remove the old one)

2011-05-02 Thread David Müller
Signed-off-by: David Müller --- board/mpl/vcma9/Makefile |2 +- board/mpl/vcma9/flash.c | 432 -- board/mpl/vcma9/vcma9.c | 12 ++ include/configs/VCMA9.h | 28 +-- 4 files changed, 22 insertions(+), 452 deletions(-) delete mode 100644 bo

[U-Boot] [PATCH V5 2/4] VCMA9: remove unneeded config.mk

2011-05-02 Thread David Müller
Signed-off-by: David Müller --- board/mpl/vcma9/config.mk | 24 include/configs/VCMA9.h |2 ++ 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 board/mpl/vcma9/config.mk diff --git a/board/mpl/vcma9/config.mk b/board/mpl/vcma9/config.mk del

[U-Boot] [PATCH V5 0/4] update VCMA9 port

2011-05-02 Thread David Müller
This patch serie brings the VCMA9 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file - various cleanups/coding style f

[U-Boot] [PATCH V5 1/4] VCMA9: use ARM relocation feature to fix build error

2011-05-02 Thread David Müller
Signed-off-by: David Müller --- include/configs/VCMA9.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) Changes for V5: - remove unneeded comment and change subject diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index ebe9e42..3cd1bc3 100644 --- a/include/confi

Re: [U-Boot] [PATCH] mpc83xx fdt: do not adjust clock frequency of external UARTs

2011-04-17 Thread David Müller (ELSOFT AG)
Tabi Timur-B04825 wrote: > May I see it? Please see attached file. Dave /* * * Copyright 2005, 2006 Freescale Semiconductor Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Sof

Re: [U-Boot] [PATCH] mpc83xx fdt: do not adjust clock frequency of external UARTs

2011-04-15 Thread David Müller (ELSOFT AG)
Hello Timur Tabi wrote: > Just out of curiosity -- do you have an example of a device tree with > an external UART? Yes. Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mpc83xx fdt: do not adjust clock frequency of external UARTs

2011-04-15 Thread David Müller
The current 83xx FDT implementation adjusts the clock frequency of all 16550 UARTs found in the device tree. This behaviour is ok for the UARTs which are part of the SoC, but wrong for any additional external UART. Signed-off-by: David Müller --- arch/powerpc/cpu/mpc83xx/fdt.c | 27 +

[U-Boot] [PATCH V4 4/4] VCMA9: various cleanups/code style fixes

2011-04-12 Thread David Müller
Signed-off-by: David Müller --- board/mpl/vcma9/cmd_vcma9.c |4 +- board/mpl/vcma9/lowlevel_init.S | 549 ++- board/mpl/vcma9/vcma9.c | 272 +--- board/mpl/vcma9/vcma9.h | 117 + include/configs/VCMA9.h

[U-Boot] [PATCH V4 2/4] VCMA9: remove unneeded config.mk

2011-04-12 Thread David Müller
Signed-off-by: David Müller --- board/mpl/vcma9/config.mk | 24 include/configs/VCMA9.h |2 ++ 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 board/mpl/vcma9/config.mk diff --git a/board/mpl/vcma9/config.mk b/board/mpl/vcma9/config.mk del

[U-Boot] [PATCH V4] update VCMA9 port

2011-04-12 Thread David Müller
This patch serie brings the VCMA9 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file - various cleanups/coding style f

[U-Boot] [PATCH V4 3/4] VCMA9: use the CFI driver (and remove the old one)

2011-04-12 Thread David Müller
Signed-off-by: David Müller --- board/mpl/vcma9/Makefile |2 +- board/mpl/vcma9/flash.c | 432 -- board/mpl/vcma9/vcma9.c | 12 ++ include/configs/VCMA9.h | 28 +-- 4 files changed, 22 insertions(+), 452 deletions(-) delete mode 100644 bo

[U-Boot] [PATCH V4 1/4] VCMA9: activate ARM relocation feature

2011-04-12 Thread David Müller
Signed-off-by: David Müller --- include/configs/VCMA9.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index ebe9e42..b723908 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -247,4 +247,10 @@

[U-Boot] [PATCH V6 4/4] SMDK2410: various cleanup/code style fixes

2011-03-25 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/smdk2410.c | 61 +--- include/configs/smdk2410.h| 145 ++--- 2 files changed, 135 insertions(+), 71 deletions(-) diff --git a/board/samsung/smdk2410/smdk2410.c b/board/samsung/smdk241

[U-Boot] [PATCH V6 0/4] update SMDK2410 port

2011-03-25 Thread David Müller
This patch serie brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file - various cleanups/code style

[U-Boot] [PATCH V6 1/4] SMDK2410: activate ARM relocation feature

2011-03-25 Thread David Müller
Signed-off-by: David Müller --- include/configs/smdk2410.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 62fe97e..17038f5 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -17

[U-Boot] [PATCH V6 3/4] SMDK2410: use the CFI driver (and remove the old one)

2011-03-25 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/Makefile |2 +- board/samsung/smdk2410/flash.c| 433 - board/samsung/smdk2410/smdk2410.c | 12 + include/configs/smdk2410.h| 32 +-- 4 files changed, 25 insertions(+), 454 deletions

[U-Boot] [PATCH V6 2/4] SMDK2410: remove unneeded config.mk

2011-03-25 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/config.mk | 25 - include/configs/smdk2410.h |2 ++ 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 board/samsung/smdk2410/config.mk diff --git a/board/samsung/smdk2410/config.mk b/

Re: [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> IMHO "Zero" should be correct with activated ARM reloc. > > Sorry but I can't understand. > Why? > Please let me know. Excerpt from doc/README.arm-relocation: maybe adapt CONFIG_SYS_TEXT_BASE (this must be checked from board maintainers) This *must* be done for boards, whic

Re: [U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> You are talking about the "#undef", right? > > Right. :) Ok, will be done. Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> +#define CONFIG_SYS_TEXT_BASE 0x0 > > Zero is right? Maybe 0x33F8? IMHO "Zero" should be correct with activated ARM reloc. Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> +/* additions for new relocation code, must be added to all boards */ >> +#undef CONFIG_SYS_ARM_WITHOUT_RELOC > > Please remove this define. > >> +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 >> +#define CONFIG_SYS_INIT_SP_ADDR(CONFIG_SYS_SDRAM_BASE + 0x1000 - \ >> +

[U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk

2011-03-17 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/config.mk | 25 - include/configs/smdk2410.h |2 ++ 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 board/samsung/smdk2410/config.mk diff --git a/board/samsung/smdk2410/config.mk b/

[U-Boot] [PATCH V5 4/4] SMDK2410: various cleanups/code style fixes

2011-03-17 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/smdk2410.c | 61 +--- include/configs/smdk2410.h| 145 ++--- 2 files changed, 135 insertions(+), 71 deletions(-) diff --git a/board/samsung/smdk2410/smdk2410.c b/board/samsung/smdk241

[U-Boot] [PATCH V5 3/4] SMDK2410: use the CFI driver (and remove the old one)

2011-03-17 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/Makefile |2 +- board/samsung/smdk2410/flash.c| 433 - board/samsung/smdk2410/smdk2410.c | 12 + include/configs/smdk2410.h| 32 +-- 4 files changed, 25 insertions(+), 454 deletions

[U-Boot] [PATCH V5 0/4] update SMDK2410 port

2011-03-17 Thread David Müller
This patch serie brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file --- board/samsung/smdk2410/M

[U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature

2011-03-17 Thread David Müller
Signed-off-by: David Müller --- include/configs/smdk2410.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 62fe97e..38b5684 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -1

[U-Boot] [PATCH V4 3/4] use the CFI driver (and remove the old one)

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/Makefile |2 +- board/samsung/smdk2410/flash.c| 433 - board/samsung/smdk2410/smdk2410.c | 12 + include/configs/smdk2410.h| 32 +-- 4 files changed, 25 insertions(+), 454 deletions

[U-Boot] [PATCH V4 4/4] various cleanups/code style fixes

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/smdk2410.c | 61 +--- include/configs/smdk2410.h| 141 ++--- 2 files changed, 133 insertions(+), 69 deletions(-) diff --git a/board/samsung/smdk2410/smdk2410.c b/board/samsung/smdk241

[U-Boot] [PATCH V4 2/4] remove unneeded config.mk

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/config.mk | 25 - include/configs/smdk2410.h |2 ++ 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 board/samsung/smdk2410/config.mk diff --git a/board/samsung/smdk2410/config.mk b/

[U-Boot] [PATCH V4 1/4] activate ARM relocation feature

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- include/configs/smdk2410.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 62fe97e..38b5684 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -1

[U-Boot] [PATCH V4 0/4] update SMDK2410 port

2011-03-12 Thread David Müller
This patch serie brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file --- board/samsung/smdk2410/M

[U-Boot] [PING #2] Re: [PATCH V3] update VCMA9 port

2011-03-01 Thread David Müller (ELSOFT AG)
Hello Anybody home? http://lists.denx.de/pipermail/u-boot/2011-January/085072.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PING #2] Re: [PATCH V3] update SMDK2410 port

2011-03-01 Thread David Müller (ELSOFT AG)
Hello Anybody home? http://lists.denx.de/pipermail/u-boot/2011-January/085070.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PING #2] Re: [PATCH] add print_cpuinfo to s3c24x0

2011-03-01 Thread David Müller (ELSOFT AG)
Hello Anybody home? http://lists.denx.de/pipermail/u-boot/2010-December/083032.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PING] Re: [PATCH V3] update VCMA9 port

2011-02-01 Thread David Müller (ELSOFT AG)
Hello Any news? http://lists.denx.de/pipermail/u-boot/2011-January/085072.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PING] Re: [PATCH V3] update SMDK2410 port

2011-02-01 Thread David Müller (ELSOFT AG)
Hello Any news? http://lists.denx.de/pipermail/u-boot/2011-January/085070.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PING] Re: [PATCH] add print_cpuinfo to s3c24x0

2011-02-01 Thread David Müller (ELSOFT AG)
Hello Any news? http://lists.denx.de/pipermail/u-boot/2010-December/083032.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V3] update VCMA9 port

2011-01-11 Thread David Müller
This patch brings the VCMA9 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - various cleanups and coding style fixes - remove the unneeded config.mk f

[U-Boot] [PATCH V3] update SMDK2410 port

2011-01-11 Thread David Müller
This patch brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file Signed-off-by: David Müller ---

[U-Boot] [PATCH V2] update VCMA9 port

2011-01-10 Thread David Müller
This patch brings the VCMA9 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file - various cleanups and coding style fi

[U-Boot] [PATCH V2] update SMDK2410 port

2011-01-10 Thread David Müller
This patch brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file Signed-off-by: David Müller diff

Re: [U-Boot] [PATCH] update VCMA9 port

2011-01-10 Thread David Müller (ELSOFT AG)
Wolfgang Denk schrieb: > Please move this line into your board config file, and drop the > config.mk file. Ok, will be done. >> - * Modified for the Samsung SMDK2410 by >> - * (C) Copyright 2002 >> + * Modified for MPL VCMA9 by >> * David Mueller, ELSOFT AG, > > I understand this file was cre

[U-Boot] [PATCH] update VCMA9 port

2010-12-21 Thread David Müller
This patch brings the VCMA9 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - various cleanups and coding style fixes Signed-off-by: David Mueller di

[U-Boot] [PATCH] add AM29F400BB to table of supported legacy flashs

2010-12-21 Thread David Müller
Signed-off-by: David Mueller diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c index 223fb71..da8c9b1 100644 --- a/drivers/mtd/jedec_flash.c +++ b/drivers/mtd/jedec_flash.c @@ -41,6 +41,7 @@ #define AM29DL800BB0x22CB #define AM29DL800BT0x224A +#define AM29F400BB 0

[U-Boot] [PATCH] update SMDK2410 port

2010-12-03 Thread David Müller
Hello This patch brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) Dave Signed-off-by: David Müller diff --git a/board/samsung/smd

[U-Boot] [PATCH] add print_cpuinfo to s3c24x0

2010-12-03 Thread David Müller
Hello This patch adds support for "print_cpuinfo" on Samsung s3c24x0 based targets. If activated by "#define CONFIG_DISPLAY_CPUINFO", the chip ID and the 3 main cpu frequencies will be displayed. Dave Signed-off-by: David Müller diff --git a/arch/arm/cpu/arm920t/s3c24x0/Makefile b/arch/arm/c

[U-Boot] [PATCH] fix s3c24x0 timer code

2010-11-29 Thread David Müller (ELSOFT AG)
Hello The attached patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Dave Signed-off-by: David Mueller diff --git a/arch/arm/cpu/arm920t/s3c24x0/timer.c b/arch/arm/cpu/arm920t/s3c24x0/timer.c index 8cf9ff6..2903ba7 100644 --- a/arch/arm/cpu/arm920t/s3c24x0/timer.c ++

[U-Boot] [PATCH] fix s3c2410_nand timing default values

2010-11-29 Thread David Müller (ELSOFT AG)
Hello The attached patch fixes wrong timing default values and adds the possibility to specify board specific timing value in the board config file. Dave Signed-off-by: David Mueller diff --git a/drivers/mtd/nand/s3c2410_nand.c b/drivers/mtd/nand/s3c2410_nand.c index f70daef..27351fb 100644 --

[U-Boot] timer problem with new ARM relocation feature

2010-10-11 Thread David Müller (ELSOFT AG)
Hello The timer implementation for s3c24xx based SoC (arch/arm/cpu/arm920t/s3c24x0/timer.c) uses several global variables. With the newly introduced ARM relocation feature, this timer code does no longer work as expected. What is the proposed fix/workaround for this? Is moving these variables to

  1   2   >