Re: [U-Boot] [v3 PATCH] RISCV: image: Add booti support.

2019-05-06 Thread Atish Patra
On 5/5/19 4:07 AM, Karsten Merker wrote: On Wed, May 01, 2019 at 01:07:31PM -0700, Atish Patra wrote: This patch adds booti support for RISC-V Linux kernel. The existing bootm method will also continue to work as it is. It depends on the following kernel patch which adds the header to the flat

Re: [U-Boot] [v3 PATCH] RISCV: image: Add booti support.

2019-05-01 Thread Tom Rini
On Wed, May 01, 2019 at 01:07:31PM -0700, Atish Patra wrote: > This patch adds booti support for RISC-V Linux kernel. The existing > bootm method will also continue to work as it is. > > It depends on the following kernel patch which adds the header to the > flat Image. Gzip compressed Image (Ima

[U-Boot] [v3 PATCH] RISCV: image: Add booti support.

2019-05-01 Thread Atish Patra
This patch adds booti support for RISC-V Linux kernel. The existing bootm method will also continue to work as it is. It depends on the following kernel patch which adds the header to the flat Image. Gzip compressed Image (Image.gz) support is not enabled with this patch. https://patchwork.kernel

Re: [U-Boot] [U-BOOT][V3 PATCH] configs: icore: Fix U-Boot proper loading from nand

2019-03-08 Thread Fabio Estevam
On Fri, Mar 8, 2019 at 4:35 AM Shyam Saini wrote: > > From: Michael Trimarchi > > SPL on Engicam i.Core M6 boards enabled DM, so it would require some > malloc() pool before relocation in order to load U-Boot proper properly. > > So, enable SPL malloc() pool of 0x2000 size similarly like what we

[U-Boot] [U-BOOT][V3 PATCH] configs: icore: Fix U-Boot proper loading from nand

2019-03-07 Thread Shyam Saini
From: Michael Trimarchi SPL on Engicam i.Core M6 boards enabled DM, so it would require some malloc() pool before relocation in order to load U-Boot proper properly. So, enable SPL malloc() pool of 0x2000 size similarly like what we have used for icore mmc defconfigs. Reviewed-by: Jagan Teki T

Re: [U-Boot] [U-Boot, V3, PATCH 3/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X

2019-03-07 Thread Daniel Schwierzeck
Am Do., 7. März 2019 um 02:31 Uhr schrieb : > > From: Rosy Song > > See details in chapter 8.6.2 and 8.6.4 (page 140-141) of qca9563 datasheet, > >NFRAC[17:0] > > So the mask of [17:5] is 0x1fff not 0x3fff. > > Signed-off-by: Rosy Song > > Changes for v2-v3: >- add more information for

Re: [U-Boot] [U-Boot, V3, PATCH 2/3] mips: add initial support for qca956x referenced board

2019-03-07 Thread Daniel Schwierzeck
Am Do., 7. März 2019 um 02:31 Uhr schrieb : > > From: Rosy Song > > QCA9563 is CPU used on AP152 board : > > Clock speed : 750 MHz , > Arch : Mips 74Kc, > Eth : SGMII interface, > MIMO config : 3 * 3 450M, > 2 * USB 2.0, > > Signed-off-by: Rosy Song > > Changes for v2: >-

[U-Boot] [U-Boot, V3, PATCH 3/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X

2019-03-06 Thread rosysong
From: Rosy Song See details in chapter 8.6.2 and 8.6.4 (page 140-141) of qca9563 datasheet, NFRAC[17:0] So the mask of [17:5] is 0x1fff not 0x3fff. Signed-off-by: Rosy Song Changes for v2-v3: - add more information for this commit --- arch/mips/mach-ath79/include/mach/ar71xx_regs.h

[U-Boot] [U-Boot, V3, PATCH 2/3] mips: add initial support for qca956x referenced board

2019-03-06 Thread rosysong
From: Rosy Song QCA9563 is CPU used on AP152 board : Clock speed : 750 MHz , Arch : Mips 74Kc, Eth : SGMII interface, MIMO config : 3 * 3 450M, 2 * USB 2.0, Signed-off-by: Rosy Song Changes for v2: - coding Style cleanup - remove ununsed flash chip in defconfig -

[U-Boot] [U-Boot, V3, PATCH 1/3] ag7xxx: add initial support for s17

2019-03-06 Thread rosysong
From: Rosy Song S17 ethernet support is for QCA8337N, which used on AP152 (QCA9563) board. It is a 7 ports GbE switch. Signed-off-by: Rosy Song Changes for v2-v3: - add more commit message for s17 --- drivers/net/ag7xxx.c | 140 ++- 1 file changed, 1

Re: [U-Boot] [v3 patch] net: fman: Support both new and legacy FMan Compatibles

2018-09-28 Thread York Sun
On 08/28/2018 08:49 PM, Zhao Qiang wrote: > Recently the FMan Port and MAC compatibles were changed. > This patch aligns the FMan Port and MAC compatibles > to the new FMan device tree binding document. > The FMan device tree binding document can be found in the Linux > kernel: > version 3.18.0 >

Re: [U-Boot] [v3 patch] net: fman: Support both new and legacy FMan Compatibles

2018-09-21 Thread York Sun
On 09/20/2018 07:57 PM, Qiang Zhao wrote: > Hi York, > > It seems nobody have comments on this patch, > Could you help to take action on it? > I will try when I get a chance. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx

Re: [U-Boot] [v3 patch] net: fman: Support both new and legacy FMan Compatibles

2018-09-20 Thread Qiang Zhao
Hi York, It seems nobody have comments on this patch, Could you help to take action on it? Best Regards Qiang Zhao > -Original Message- > From: Zhao Qiang > Sent: 2018年8月29日 11:47 > To: York Sun ; joe.hershber...@ni.com > Cc: u-boot@lists.denx.de; Qiang Zhao > Subject: [v3 patch] net:

[U-Boot] [v3 patch] net: fman: Support both new and legacy FMan Compatibles

2018-08-28 Thread Zhao Qiang
Recently the FMan Port and MAC compatibles were changed. This patch aligns the FMan Port and MAC compatibles to the new FMan device tree binding document. The FMan device tree binding document can be found in the Linux kernel: version 3.18.0 commit 297d35fd2a7d3fbd4e5c0f0c1c18213117ba11ba ./Docume

Re: [U-Boot] [v3 PATCH 2/3] arm: mxs: Enable booting of mx28 without battery

2015-02-10 Thread Stefano Babic
On 25/01/2015 02:07, Graeme Russ wrote: > Section 4.1.2 of Freescale Application Note AN4199 describes the > configuration required to operate the mx28 from a 5V source without a > battery. > > This patch changes the behaviour of the dropout control of the DC-DC > converter (refer to section 11.12

Re: [U-Boot] [v3 PATCH 3/3] arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode

2015-02-10 Thread Stefano Babic
On 25/01/2015 02:07, Graeme Russ wrote: > When booting in JTAG mode, there is no way to use soft break-points, and > no way of knowing when SPL has finished executing (so the user can issue > a 'halt' command to load u-boot.bin for example) > > Add a debug output and simple loop to stop execution

Re: [U-Boot] [v3 PATCH 1/3] arm: mxs: Add debug outputs and comments to mxs SPL source files

2015-02-10 Thread Stefano Babic
On 25/01/2015 02:07, Graeme Russ wrote: > It is difficult to track down fail to boot issues in the mxs SPL. > Implement the following to make it easier: > - Add debug outputs to allow tracing of SPL progress in order to track > where failure to boot occurs. DEUBUG and CONFIG_SPL_SERIAL_SUPPORT mus

[U-Boot] [v3 PATCH 1/3] arm: mxs: Add debug outputs and comments to mxs SPL source files

2015-01-24 Thread Graeme Russ
It is difficult to track down fail to boot issues in the mxs SPL. Implement the following to make it easier: - Add debug outputs to allow tracing of SPL progress in order to track where failure to boot occurs. DEUBUG and CONFIG_SPL_SERIAL_SUPPORT must be defined to enable debug output in SPL - Ad

[U-Boot] [v3 PATCH 2/3] arm: mxs: Enable booting of mx28 without battery

2015-01-24 Thread Graeme Russ
Section 4.1.2 of Freescale Application Note AN4199 describes the configuration required to operate the mx28 from a 5V source without a battery. This patch changes the behaviour of the dropout control of the DC-DC converter (refer to section 11.12.9 of the mx28 Application Processor Reference Manua

[U-Boot] [v3 PATCH 3/3] arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode

2015-01-24 Thread Graeme Russ
When booting in JTAG mode, there is no way to use soft break-points, and no way of knowing when SPL has finished executing (so the user can issue a 'halt' command to load u-boot.bin for example) Add a debug output and simple loop to stop execution at the completion of the SPL initialisation as a p

[U-Boot] [v3 PATCH 0/3] Add support for booting mx28 boards without a battery

2015-01-24 Thread Graeme Russ
This series adds support for booting mx28 based boards which do not include a battery as per Freescale application note AN4199 Patch 1 adds SPL debug output to help track down where early init of the power block and SDRAM fails (define DEBUG and CONFIG_SPL_SERIAL_SUPPORT in order to enable) Patch

Re: [U-Boot] [v3 PATCH 0/12] arm, at91, spl: add spl support for the taurus and corvus boards

2014-11-05 Thread Heiko Schocher
Hello Andreas, Am 06.11.2014 01:24, schrieb Andreas Bießmann: Hi Heiko, On 31.10.14 08:30, Heiko Schocher wrote: This patchset add SPL support for the AT91SAM9G20 based taurus board, and the AT91SAM9M10G45 based corvus board from siemens, and replaces the at91bootstrap code. The boot.bin whi

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-11-05 Thread Jagan Teki
On 6 November 2014 05:06, Andreas Bießmann wrote: > Dear Jagan Teki, > > On 31.10.14 13:31, Heiko Schocher wrote: >> Hello Jagan, >> >> Am 31.10.2014 11:48, schrieb Jagan Teki: >>> On 31 October 2014 13:00, Heiko Schocher wrote: Signed-off-by: Heiko Schocher Reviewed-by: Bo Shen >>

Re: [U-Boot] [v3 PATCH 0/12] arm, at91, spl: add spl support for the taurus and corvus boards

2014-11-05 Thread Andreas Bießmann
Hi Heiko, On 31.10.14 08:30, Heiko Schocher wrote: > > This patchset add SPL support for the AT91SAM9G20 based taurus board, > and the AT91SAM9M10G45 based corvus board from siemens, and replaces > the at91bootstrap code. > > The boot.bin which replaces the at91bootstrap image can created with >

Re: [U-Boot] [v3 PATCH 01/12] spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:30, Heiko Schocher wrote: > move CONFIG_SYS_SPI_WRITE_TOUT into drivers/spi/atmel_spi.h > and define a default value. Delete this define in the board > config files, where it is possible (all boards use currently > the same value). > > Signed-off-by: Heiko Schocher Reviewed-by:

Re: [U-Boot] [v3 PATCH 12/12] arm, spl, at91: add spl support for the corvus board

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:31, Heiko Schocher wrote: > replaces the at91bootstrap code with SPL code. > make the spl image with: > ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin > > this writes the length of the spl image into the 6th > execption vector. This is needed from the ROM bootloa

Re: [U-Boot] [v3 PATCH 10/12] arm, spl, at91: add at91sam9260 and at91sam9g45 spl support

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:31, Heiko Schocher wrote: > add support for using spl code on at91sam9260 and at91sam9g45 > based boards. > > Signed-off-by: Heiko Schocher > Reviewed-by: Bo Shen Reviewed-by: Andreas Bießmann > > --- > > Changes in v3: > add comment from Bo shen > - fix AT91_PMC_MCKR_CSS_M

Re: [U-Boot] [v3 PATCH 08/12] spl, nand, atmel_nand: add erase one block function

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:31, Heiko Schocher wrote: > erase one nand block in spl code. keep it simple, as size matters > This is used on the upcoming taurus spl support. > > Signed-off-by: Heiko Schocher > Acked-by: Scott Wood > Reviewed-by: Bo Shen Reviewed-by: Andreas Bießmann > > --- > > Changes

Re: [U-Boot] [v3 PATCH 07/12] mtd: atmel_nand: add missign include

2014-11-05 Thread Andreas Bießmann
Hi Heiko, On 31.10.14 09:02, Heiko Schocher wrote: > Hello Bo, > > Am 31.10.2014 08:43, schrieb Bo Shen: >> Hi Heiko, >> Sorry for missing the subject typo error on v2 review. >> >> s/missign/missing. > > Ups ... corrected ... > >> I think it can be corrected when apply. > > That would be grea

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-11-05 Thread Andreas Bießmann
Dear Jagan Teki, On 31.10.14 13:31, Heiko Schocher wrote: > Hello Jagan, > > Am 31.10.2014 11:48, schrieb Jagan Teki: >> On 31 October 2014 13:00, Heiko Schocher wrote: >>> Signed-off-by: Heiko Schocher >>> Reviewed-by: Bo Shen >>> >>> --- >>> >>> Changes in v3: >>> add Reviewed-by from Bo Shen

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-11-05 Thread Andreas Bießmann
Dear Heiko Schocher, On 31.10.14 08:30, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Reviewed-by: Bo Shen > > --- > > Changes in v3: > add Reviewed-by from Bo Shen > > Changes in v2: > - add comment from Jagan Teki: > - remove spi_init_f() from board file > - remove CONFIG_SYS_

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-10-31 Thread Heiko Schocher
Hello Jagan, Am 31.10.2014 11:48, schrieb Jagan Teki: On 31 October 2014 13:00, Heiko Schocher wrote: Signed-off-by: Heiko Schocher Reviewed-by: Bo Shen --- Changes in v3: add Reviewed-by from Bo Shen Changes in v2: - add comment from Jagan Teki: - remove spi_init_f() from board file

Re: [U-Boot] [v3 PATCH 01/12] spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header

2014-10-31 Thread Jagan Teki
On 31 October 2014 13:00, Heiko Schocher wrote: > move CONFIG_SYS_SPI_WRITE_TOUT into drivers/spi/atmel_spi.h > and define a default value. Delete this define in the board > config files, where it is possible (all boards use currently > the same value). > > Signed-off-by: Heiko Schocher > --- > >

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-10-31 Thread Jagan Teki
On 31 October 2014 13:00, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Reviewed-by: Bo Shen > > --- > > Changes in v3: > add Reviewed-by from Bo Shen > > Changes in v2: > - add comment from Jagan Teki: > - remove spi_init_f() from board file > - remove CONFIG_SYS_SPI_WRITE_TOUT fr

[U-Boot] [v3 PATCH 0/12] arm, at91, spl: add spl support for the taurus and corvus boards

2014-10-31 Thread Heiko Schocher
This patchset add SPL support for the AT91SAM9G20 based taurus board, and the AT91SAM9M10G45 based corvus board from siemens, and replaces the at91bootstrap code. The boot.bin which replaces the at91bootstrap image can created with mkimage: ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl

Re: [U-Boot] [v3 PATCH 07/12] mtd: atmel_nand: add missign include

2014-10-31 Thread Heiko Schocher
Hello Bo, Am 31.10.2014 08:43, schrieb Bo Shen: Hi Heiko, Sorry for missing the subject typo error on v2 review. s/missign/missing. Ups ... corrected ... I think it can be corrected when apply. That would be great, thanks! bye, Heiko On 10/31/2014 03:31 PM, Heiko Schocher wrote: using

Re: [U-Boot] [v3 PATCH 07/12] mtd: atmel_nand: add missign include

2014-10-31 Thread Bo Shen
Hi Heiko, Sorry for missing the subject typo error on v2 review. s/missign/missing. I think it can be corrected when apply. On 10/31/2014 03:31 PM, Heiko Schocher wrote: using this driver in SPL code with CONFIG_SPL_NAND_ECC configured leads in an compileerror. Fix this. Signed-off-by:

[U-Boot] [v3 PATCH 11/12] arm, at91, spl: add spl support for the taurus board

2014-10-31 Thread Heiko Schocher
replaces the at91bootstrap code with SPL code. make the spl image with: ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin this writes the length of the spl image into the 6th execption vector. This is needed from the ROM bootloader. Signed-off-by: Heiko Schocher Reviewed-by: Bo S

[U-Boot] [v3 PATCH 12/12] arm, spl, at91: add spl support for the corvus board

2014-10-31 Thread Heiko Schocher
replaces the at91bootstrap code with SPL code. make the spl image with: ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin this writes the length of the spl image into the 6th execption vector. This is needed from the ROM bootloader. Signed-off-by: Heiko Schocher Reviewed-by: Bo Sh

[U-Boot] [v3 PATCH 10/12] arm, spl, at91: add at91sam9260 and at91sam9g45 spl support

2014-10-31 Thread Heiko Schocher
add support for using spl code on at91sam9260 and at91sam9g45 based boards. Signed-off-by: Heiko Schocher Reviewed-by: Bo Shen --- Changes in v3: add comment from Bo shen - fix AT91_PMC_MCKR_CSS_MASK and AT91_PMC_MCKR_PRES_MASK - make matrix_init weak, and add it in the taurus board code - do

[U-Boot] [v3 PATCH 09/12] spl, mtd, nand, atmel_nand: invert device ready pin logic

2014-10-31 Thread Heiko Schocher
device ready pin is signalling that the device is ready on state 1 not on 0. Simmiliar as it is in drivers/mtd/nand/nand_spl_simple.c Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann Reviewed-by: Bo Shen Acked-by: Scott Wood --- Changes in v3: add Acked-by from Scott Wood add Revi

[U-Boot] [v3 PATCH 07/12] mtd: atmel_nand: add missign include

2014-10-31 Thread Heiko Schocher
using this driver in SPL code with CONFIG_SPL_NAND_ECC configured leads in an compileerror. Fix this. Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann Reviewed-by: Bo Shen --- Changes in v3: add Reviewed-by from Bo Shen Changes in v2: add Reviewed-by: Andreas Bießmann drivers/m

[U-Boot] [v3 PATCH 01/12] spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header

2014-10-31 Thread Heiko Schocher
move CONFIG_SYS_SPI_WRITE_TOUT into drivers/spi/atmel_spi.h and define a default value. Delete this define in the board config files, where it is possible (all boards use currently the same value). Signed-off-by: Heiko Schocher --- Changes in v3: rebased against 571bdf16a78e9e116a93d46f4809c4f8a

[U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-10-31 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Reviewed-by: Bo Shen --- Changes in v3: add Reviewed-by from Bo Shen Changes in v2: - add comment from Jagan Teki: - remove spi_init_f() from board file - remove CONFIG_SYS_SPI_WRITE_TOUT from board config file instead define a default in the spi driver ->

[U-Boot] [v3 PATCH 08/12] spl, nand, atmel_nand: add erase one block function

2014-10-31 Thread Heiko Schocher
erase one nand block in spl code. keep it simple, as size matters This is used on the upcoming taurus spl support. Signed-off-by: Heiko Schocher Acked-by: Scott Wood Reviewed-by: Bo Shen --- Changes in v3: add Acked-by from Scott Wood add Reviewed-by from Bo Shen Changes in v2: add comment f

[U-Boot] [v3 PATCH 04/12] arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45

2014-10-31 Thread Heiko Schocher
- compile mpddrc ram init code also for AT91SAM9M10G45 based boards. - in CONFIG_SAMA5D3 case, look for the ATMEL_MPDDRC_CR_DECOD_INTERLEAVED in the cr configuration Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann Reviewed-by: Bo Shen --- Changes in v3: add Reviewed-by from Bo

[U-Boot] [v3 PATCH 06/12] spl, nand: add option to boot raw u-boot.bin image only

2014-10-31 Thread Heiko Schocher
enable to boot only a raw u-boot.bin image from nand with the CONFIG_SPL_NAND_RAW_ONLY define. This option saves space on boards where spl space is low. Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann Reviewed-by: Bo Shen --- on the siemens taurus board, this option saved 0x14d byt

[U-Boot] [v3 PATCH 03/12] arm, at91, mpddrc: fix typo in ddr2_init()

2014-10-31 Thread Heiko Schocher
use the configure value for computing the ba_off value not the value from the cr register. This leaded in a wrong ram configuration on the upcoming corvus spl board support. Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann --- Changes in v3: ignore 80 characters length as Bo Shen an

[U-Boot] [v3 PATCH 05/12] arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define

2014-10-31 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Reviewed-by: Bo Shen --- Changes in v3: add Reviewed-by from Bo Shen Changes in v2: add comment from Andreas Biessmann: - rename "MPDDRC_CR_EBISHARE" to "MPDDRC_CR_DQMS_SHARED" arch/arm/include/asm/arch-at91/atmel_mpddrc.h | 1 + 1 file changed, 1 insertion(+)

Re: [U-Boot] [v3 PATCH] mpc5200: Add a4m2k board port

2013-03-09 Thread Wolfgang Denk
Dear Stefan Roese, In message <1360239011-1852-1-git-send-email...@denx.de> you wrote: > This patch adds the a4m2k MPC5200B board port. Its a derivate of > the a3m071 board with only minor changes. > > Additionally this patch includes some clean-up changes: > - Remove I2C support from a3m071 as i

[U-Boot] [v3 PATCH] mpc5200: Add a4m2k board port

2013-02-07 Thread Stefan Roese
This patch adds the a4m2k MPC5200B board port. Its a derivate of the a3m071 board with only minor changes. Additionally this patch includes some clean-up changes: - Remove I2C support from a3m071 as its unused - Fix/enhance default env variables - Fix some comments - Add newly introduced CONFIG_SP

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-19 Thread seedshope
On 01/15/2011 02:15 AM, Albert ARIBAUD wrote: > Le 14/01/2011 17:56, seedshope a écrit : >> On 01/15/2011 12:39 AM, Albert ARIBAUD wrote: >>> Hi seedshope, >>> >>> Le 14/01/2011 16:45, seedshope a écrit : On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: > Le 13/01/2011 14:36, seedshope a écri

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-14 Thread seedshope
On 01/15/2011 02:15 AM, Albert ARIBAUD wrote: > Le 14/01/2011 17:56, seedshope a écrit : >> On 01/15/2011 12:39 AM, Albert ARIBAUD wrote: >>> Hi seedshope, >>> >>> Le 14/01/2011 16:45, seedshope a écrit : On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: > Le 13/01/2011 14:36, seedshope a écri

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-14 Thread Albert ARIBAUD
Le 14/01/2011 17:56, seedshope a écrit : > On 01/15/2011 12:39 AM, Albert ARIBAUD wrote: >> Hi seedshope, >> >> Le 14/01/2011 16:45, seedshope a écrit : >>> On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: Le 13/01/2011 14:36, seedshope a écrit : > Modify Makefile for cpu_init.c and Start.s u

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-14 Thread seedshope
On 01/15/2011 12:39 AM, Albert ARIBAUD wrote: > Hi seedshope, > > Le 14/01/2011 16:45, seedshope a écrit : >> On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: >>> Le 13/01/2011 14:36, seedshope a écrit : Modify Makefile for cpu_init.c and Start.s use some label,this defined u-boot.lds of arc

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-14 Thread Albert ARIBAUD
Hi seedshope, Le 14/01/2011 16:45, seedshope a écrit : > On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: >> Le 13/01/2011 14:36, seedshope a écrit : >>> Modify Makefile for cpu_init.c and Start.s use some label,this defined >>> u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script >>>

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-14 Thread seedshope
On 01/14/2011 11:45 PM, seedshope wrote: > On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: >> Le 13/01/2011 14:36, seedshope a écrit : >>> Modify Makefile for cpu_init.c and Start.s use some label,this defined >>> u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script >>> board/samsung/

Re: [U-Boot] [v3 patch 4/4] SMDK6400: Fix SMDK6400 SDRAM init

2011-01-14 Thread seedshope
On 01/14/2011 08:53 AM, Minkyu Kang wrote: > Dear seedshope, > > On 13 January 2011 22:36, seedshope wrote: >> Since SDRAM init function have already change, So the SDRAM >> initial function must be change. >> >> Signed-off-by: seedshope >> >> diff --git a/board/samsung/smdk6400/smdk6400.c >> b/b

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-14 Thread seedshope
On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: > Le 13/01/2011 14:36, seedshope a écrit : >> Modify Makefile for cpu_init.c and Start.s use some label,this defined >> u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script >> board/samsung/smdk6400/u-boot-nand.lds. So add some label for

Re: [U-Boot] [v3 patch 4/4] SMDK6400: Fix SMDK6400 SDRAM init

2011-01-13 Thread Minkyu Kang
Dear seedshope, On 13 January 2011 22:36, seedshope wrote: > Since SDRAM init function have already change, So the SDRAM > initial function must be change. > > Signed-off-by: seedshope > > diff --git a/board/samsung/smdk6400/smdk6400.c > b/board/samsung/smdk6400/smdk6400.c > index 35aa40b..043d

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-13 Thread Albert ARIBAUD
Le 13/01/2011 14:36, seedshope a écrit : > Modify Makefile for cpu_init.c and Start.s use some label,this defined > u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script > board/samsung/smdk6400/u-boot-nand.lds. So add some label form u-boot.lds > to u-boot-nand.lds > > Signed-off-by

[U-Boot] [v3 patch 4/4] SMDK6400: Fix SMDK6400 SDRAM init

2011-01-13 Thread seedshope
Since SDRAM init function have already change, So the SDRAM initial function must be change. Signed-off-by: seedshope diff --git a/board/samsung/smdk6400/smdk6400.c b/board/samsung/smdk6400/smdk6400.c index 35aa40b..043d553 100644 --- a/board/samsung/smdk6400/smdk6400.c +++ b/board/samsung/smdk

[U-Boot] [v3 patch 3/4] SMDK6400: Fix build error for nand_spl support

2011-01-13 Thread seedshope
Add some relocation symbols to u-boot.lds and disable LED functions in start.s to support nand_spl. Signed-off-by: seedshope diff --git a/arch/arm/cpu/arm1176/start.S b/arch/arm/cpu/arm1176/start.S index 237dcfe..ae3706a 100644 --- a/arch/arm/cpu/arm1176/start.S +++ b/arch/arm/cpu/arm1176/start.

[U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-13 Thread seedshope
Modify Makefile for cpu_init.c and Start.s use some label,this defined u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script board/samsung/smdk6400/u-boot-nand.lds. So add some label form u-boot.lds to u-boot-nand.lds Signed-off-by: seedshope diff --git a/arch/arm/cpu/arm1176/s3c6

[U-Boot] [v3 patch 1/4] SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefined

2011-01-13 Thread seedshope
Fix CONFIG_SYS_INIT_SP_ADDR undefined issue. Signed-off-by: seedshope diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index 671f2c7..c9acf58 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -44,6 +44,11 @@ #define CONFIG_PERIPORT_BASE 0x7000

[U-Boot] v3 patch

2011-01-10 Thread York Sun
The following is the v3 patch. Since the last version, the change to hwconfig has been dropped. Adding SPD registers has been dropped as well. Interactive debugging DDR will be submitted later after cleaning up. York Sun ___ U-Boot mailing list U-Bo