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
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
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
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
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
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
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:
>-
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
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
-
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
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
>
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
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:
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
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
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
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
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
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
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
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
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
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
>>
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
>
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:
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
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
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
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
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
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_
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
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
> ---
>
>
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
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
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
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:
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
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
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
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
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
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
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 ->
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
- 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
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
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
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(+)
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
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
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
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
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
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
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
>>>
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/
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
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
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
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
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
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.
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
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
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
66 matches
Mail list logo