Dear Piotr Wilczek,
On 12/11/13 23:22, Piotr Wilczek wrote:
> Trats2 config is updated to support DFU mode.
> Malloc pool must be increased for DFU buffer allocation.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> Changes for v2:
> - modified subject
Hello Kuop-Jung,
Am 02.12.2013 03:57, schrieb Kuo-Jung Su:
From: Kuo-Jung Su
This changeset adapts the fti2c010.c to the new i2c driver model.
Changes for v3:
1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w
routines.
2. fti2c010: serial out r/w address in MSB order
Hi,
Am 28.11.2013 17:04, schrieb Nikita Kiryanov:
Writing zero into I2Ci.I2C_CNT register causes random I2C failures in OMAP3
based devices. This seems to be related to the following advisory which
apears in multiple erratas for OMAP3 SoCs (OMAP35xx, DM37xx), as well as
OMAP4430 TRM:
Advisory:
Am 2013-11-29 12:13, schrieb Andreas Bießmann:
> Signed-off-by: Andreas Bießmann
> ---
> board/BuS/vl_ma2sc/vl_ma2sc.c |5 +++--
> board/egnite/ethernut5/ethernut5.c |3 ++-
> board/esd/meesc/meesc.c|5 +++--
> board/esd/otc570/otc570.c |5 +++--
> board
Hi,
I can't understand that why u-boot code relocate itself form flash to RAM?
why it doesn't execute from flash?
Can anybody explain. Plz
Tejas
--
View this message in context:
http://u-boot.10912.n7.nabble.com/Why-u-boot-relocate-from-flash-to-RAM-tp168739.html
Sent from the U-Boot mailing
add support for the AT91SAM9G20 boards from siemens. The
patches are checkpatch clean, and a "./MAKEALL -s at91" compiles
clean. Resending this patchset now without switching to the
'ATMEL_LEGACY' PIO API (Are there some patches I missed?)
I hope I find time for sending the patches for booting thi
enable support for the siemens AT91SAM9G20 based boards taurus
and axm.
Signed-off-by: Roger Meier
Reviewed-by: Heiko Schocher
Cc: Andreas Bießmann
Cc: Bo Shen
---
- changes for v2:
- add comments from bo shen
- use gpio api
- remove unneccessary comment
- use at91_wait_for_rese
enable support for the siemens AT91SAM9G20 based board corvus.
Signed-off-by: Boris Schmidt
Reviewed-by: Heiko Schocher
Cc: Andreas Bießmann
Cc: Bo Shen
---
- changes for v2:
- add comments from Bo Shen
- use gpio api
- remove unneccessary comment
- use at91_wait_for_reset
Hello Andreas,
Am 27.11.2013 13:10, schrieb andr...@oetken.name:
As proposed by Heiko I made some small changes and verified the patch with the
checkpatch-script.
From 169f40e72fceb222bb15dd59c1337f42371e97a5 Mon Sep 17 00:00:00 2001
From: Andreas Oetken
Date: Wed, 27 Nov 2013 13:09:19 +0100
Hi.
I noticed a trivial problem of this patch:
include/{autoconf.mk.tmp,spl-autoconf.mk.tmp,tpl-autoconf.mk.tmp} remain on
success.
I posted v2 to fix this issue.
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lis
On BSC9131 and BSC9132: For High Capacity SD Cards (> 2 GBytes), the
32-bit source address specifies the memory address in block address
format. Block length is fixed to 512 bytes as per the SD High Capacity
specification. So we need to convert the block address format
to byte address format to cal
Card detection pin is ineffective on T4240QDS.
This workaround force sdhc driver scan and initialize the card regardless
of whether the card is inserted. if no card is in the slot, the error message
"card is not inserted" will be prompted.
Signed-off-by: Haijun Zhang
---
drivers/mmc/fsl_esdhc.c
The upper 4 data signals of esdhc are shared with spi flash.
So detect if the upper 4 pins are assigned to esdhc
before enable sdhc 8 bit width.
Signed-off-by: Haijun Zhang
---
drivers/mmc/fsl_esdhc.c| 6 ++
include/configs/T4240QDS.h | 2 ++
2 files changed, 8 insertions(+)
diff --git
res3 should be 4 bytes
Signed-off-by: Minkyu Kang
Cc: Dominik Klein
---
arch/arm/include/asm/arch-exynos/power.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-exynos/power.h
b/arch/arm/include/asm/arch-exynos/power.h
index 8db18c5..2bfee18 100
Hi,
I can not understand why u-boot relocate it self to RAM from flash? Why is
it not executing from flash?
Can anybody explain.
--
Thanks and Regards
Tejas Patel
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boo
The build rules of
- include/autoconf.mk.dep
- include/autoconf.mk
- include/spl-autoconf.mk
- include/tpl-autoconf.mk
were not nice.
They created empty files (which are never updated)
if an error occurs during preprocessing.
Signed-off-by: Masahiro Yamada
---
Before this commit, Makefi
Hi, Rajeshwari
It didn't need to include this patch.
Best Regards,
Jaehoon Chung
On 12/02/2013 02:39 PM, Rajeshwari Birje wrote:
> Hi All,
>
> Iam a bit confused here.
> After Jaehoon Chung has submitted the following patch:
> "https://www.mail-archive.com/u-boot@lists.denx.de/msg126921.html";
Hi All,
Iam a bit confused here.
After Jaehoon Chung has submitted the following patch:
"https://www.mail-archive.com/u-boot@lists.denx.de/msg126921.html";
Do we need to include this patch also?
Regards,
Rajeshwari Shinde.
On Fri, Nov 29, 2013 at 5:46 PM, Alexey Brodkin
wrote:
>> All looks go
Hi Andreas,
On 11/29/2013 07:13 PM, Andreas Bießmann wrote:
This patch define new names for GPIO pins on at91 devices. Follow up patches
will convert the whole infrastructure to use these new definitions.
Signed-off-by: Andreas Bießmann
---
arch/arm/include/asm/arch-at91/gpio.h | 24 ++
Fix the set_mmc_clk() for exnos4x12.
If board is exynos4x12, mmc clock should be set to wrong value.
Signed-off-by: Jaehoon Chung
---
arch/arm/cpu/armv7/exynos/clock.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/exynos/clock.c
b/arch/arm/cpu/armv7
2013/11/30 Axel Lin :
> For invalid bus number, current code returns NULL in the default case of
> switch-case statements. In additional, pins[bus] is always not NULL because
> it is the address of specific row of the two-dimensional array.
> Thus this patch removes these unnecessary test.
>
> Sign
2013/11/30 Axel Lin :
> For invalid bus number, current code returns NULL in the default case of
> switch-case statements. In additional, pins[bus] is always not NULL because
> it is the address of specific row of the two-dimensional array.
> Thus this patch removes these unnecessary test.
>
> Sign
Hi Masahiro,
It seems this header is never used any more. Applied, thanks.
Sonic
On Fri, Nov 29, 2013 at 2:34 PM, Masahiro Yamada
wrote:
> Signed-off-by: Masahiro Yamada
> ---
>
> Hello, Sonic
>
> Could you check this patch?
>
> It looks like arch/blckfin/cpu/bootrom-asm-offsets.h
> is always
Using the TPL/SPL method to booting from 8k page NAND flash.
- Add 4kB size tlb for minimal SPL image;
- Add 256kB size SRAM tlb for second step booting;
- Add spl.c for TPL image boot;
- Add spl_minimal.c for minimal SPL image;
- Add C291PCIE_NAND/C292PCIE_N
On Thursday 28 November 2013 04:33 AM, Vaibhav Bedia wrote:
> On Wed, Nov 27, 2013 at 4:34 AM, Lokesh Vutla wrote:
> [...]
>> Ideally the default value should be exported from e-fuse values.
>> EMIF does some HW sequence according to the value exported here. This filed
>> tells
>> what type of me
On Thursday 28 November 2013 04:18 AM, Vaibhav Bedia wrote:
> On Wed, Nov 27, 2013 at 1:58 AM, Lokesh Vutla wrote:
>> On Wednesday 27 November 2013 05:36 AM, Vaibhav Bedia wrote:
>>> On Mon, Nov 25, 2013 at 12:08 AM, Lokesh Vutla wrote:
On Friday 22 November 2013 02:07 AM, Vaibhav Bedia wrot
Add SPI SPL boot support for sama5d3xek board.
Signed-off-by: Bo Shen
---
arch/arm/cpu/at91-common/spl.c |2 ++
arch/arm/include/asm/arch-at91/spl.h |2 ++
board/atmel/sama5d3xek/sama5d3xek.c |2 ++
include/configs/sama5d3xek.h | 11 +++
4 files changed, 17 i
Prepare for nand spl boot support. It supports nand software ECC and
hardware PMECC.
This patch is take as reference.
Signed-off-by: Bo Shen
---
drivers/mtd/nand/atmel_nand.c | 206 +
include/nand.h|6 ++
2 files changed, 212 insertio
Add NAND SPL boot support with hardware PMECC.
Signed-off-by: Bo Shen
---
arch/arm/cpu/at91-common/spl.c |2 ++
arch/arm/include/asm/arch-at91/spl.h |2 ++
board/atmel/sama5d3xek/sama5d3xek.c |2 ++
include/configs/sama5d3xek.h | 12
4 files changed, 18
This patch enable spi and nand spl boot support on sama5d3xek
Bo Shen (3):
arm: atmel: sama5d3: add spi spl boot support
mtd: nand: atmel: prepare for nand spl boot support
arm: atmel: sama5d3: add nand spl boot support
arch/arm/cpu/at91-common/spl.c |4 +
arch/arm/include/asm/ar
As mEMAC1 and mEMAC2 are dual-role MACs, which are used as 1G or 10G MAC.
So we update dynamically 'cell-index' to '2' and '3' for 10GEC3 and 10GEC4.
Also change 'fsl,fman-port-1g-rx' to 'fsl,fman-port-10g-rx', ditto for Tx.
Signed-off-by: Shengzhou Liu
---
v2: rebase to master branch of latest g
From: Kuo-Jung Su
Coding style cleanup
Signed-off-by: Kuo-Jung Su
Cc: Heiko Schocher
---
Changes for v2 & v3:
- Nothing updates
drivers/i2c/fti2c010.c | 31 ---
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/drivers/i2c/fti2c010.c b/drivers/i
From: Kuo-Jung Su
This changeset adapts the fti2c010.c to the new i2c driver model.
Changes for v3:
1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w
routines.
2. fti2c010: serial out r/w address in MSB order: coding style update
Changes for v2:
1. cmd_eeprom: bug fix
On 21/11/13 23:46, Piotr Wilczek wrote:
> This patch add new defines for usb phy for Exynos4x12.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> Chnages for v4:
> - no changes
>
> Chnages for v3:
> - removed unnecessary empty line
>
> Changes for v2
On 21/11/13 23:46, Piotr Wilczek wrote:
> This patch adds support for USB and enables 'ums' command on Trats2 board.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
>
> Acked-by: Jaehoon Chung
> ---
> Changes for v4:
> - removed empty line
> - added check i
Dear Przemyslaw Marczak,
On 13/11/13 19:54, Przemyslaw Marczak wrote:
> Changes:
> - define function usb_cable_connected() in trats board file
> which returns 1 if cable is connected and 0 otherwise
> - trats.h: add CONFIG_USB_CHECK_CABLE
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Minkyu Kang
PING
On Mon, Nov 25, 2013 at 3:36 PM, Sonic Zhang wrote:
> From: sonic
>
> The FLAT GNU toolchain doesn't include the dlfcn.h header file.
>
> Signed-off-by: Sonic Zhang
> ---
> include/dlmisc.h | 24
> modules/mixer/simple/sbasedl.c |4
> src/
Dear Albert Aribaud,
please pull u-boot-atmel/master into u-boot-arm/master.
This PR supersedes http://patchwork.ozlabs.org/patch/291044/
The following changes since commit 56eb3da43fab5990a4b7bc118b76c7cae2ceb140:
arm, am335x: update for the siemens boards (2013-11-12 09:53:59 -0500)
are ava
Dear e...@bus-elektronik.de,
e...@bus-elektronik.de writes:
>From: "Jens Scharsig (BuS Elektronik)"
>
>* remove mature defines from board config
>
>Signed-off-by: Jens Scharsig (BuS Elektronik)
>
>---
>include/configs/eb_cpux9k2.h | 4
> 1 file changed, 4 deletions(-)
applied to u-boot-atm
Dear Bo Shen,
Bo Shen writes:
>The MPDDRC supports different type of SDRAM
>This patch add ddr2 initialization function
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v4:
> - Using blank replace table after defined
> - Align the register define with datasheet
> - constify the ram_address and dd
Dear Bo Shen,
Bo Shen writes:
>Enable the PIO peripherals early than other peripherals.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v4:
> - None
>Changes in v3:
> - Correct the clock enable code, the ID can not OR
>
>Changes in v2:
> - None
>
> board/atmel/sama5d3xek/sama5d3xek.c |6
Dear Bo Shen,
Bo Shen writes:
>In config_cmd_default.h, it will use CONFIG_SYS_NO_FLASH to decide
>whether include CONFIG_CMD_FLASH and CONFIG_CMD_IMLS. So, if the
>CONFIG_SYS_NO_FLASH defined later than include/config_cmd_default.h,
>These two commands will be included always.
>
>So move CONFIG_
Dear Bo Shen,
Bo Shen writes:
>Enable Atmel sama5d3xek boart spl boot support, which can load u-boot
>from SD card with FAT file system.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v4:
> - Add comments to DDR refresh timing register.
>
>Changes in v3:
> - Move plla and mck configure to spl.c
Dear Heiko Schocher,
Heiko Schocher writes:
>add common phy reset code into a common function.
>
>Signed-off-by: Heiko Schocher
>Cc: Andreas Bießmann
>Cc: Bo Shen
>Cc: Jens Scharsig
>Cc: Sergey Lapin
>Cc: Stelian Pop
>Cc: Albin Tonnerre
>Cc: Eric Benard
>Cc: Markus Hubig
>Acked-by: Jens
Dear Bo Shen,
Bo Shen writes:
>The PLLADIV2 bit is not defined in at91sam9261 SoC, so remove it.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v4:
> - New
>Changes in v3:
> - None
>Changes in v2:
> - None
>
> include/configs/pm9261.h |6 ++
> 1 file changed, 2 insertions(+), 4 deletions
Dear Bo Shen,
Bo Shen writes:
>As the DBGU and PIT has its own ID on sama5d3 SoC, while not share
>with SYS ID. So, correct them.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v4:
> - None
>Changes in v3:
> - None
>Changes in v2:
> - None
>
> arch/arm/cpu/armv7/at91/sama5d3_devices.c |2 +-
Dear Bo Shen,
Bo Shen writes:
>Correct the error define of DIV.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v4:
> - None
>Changes in v3:
> - None
>Changes in v2:
> - None
>
> arch/arm/include/asm/arch-at91/at91_pmc.h |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
applied to u
Dear Bo Shen,
Bo Shen writes:
>The offset of MULA field in PLLA register in sama5d3 is 18,
>and the length only 7 bits.
>
>Signed-off-by: Bo Shen
>
>---
>Changes in v4:
> - None
>Changes in v3:
> - None
>Changes in v2:
> - None
>
> arch/arm/include/asm/arch-at91/at91_pmc.h |4
> 1 fil
This new dumpimage tool makes it easy to unpack images created by mkimage.
The tool was written by:
Guilherme Maciel Ferreira
I have tidied it up a little and resubmitted it, since no response was
received to my earlier email.
You can review this change here (complete with patman tags):
ht
From: Guilherme Maciel Ferreira
This function should be declared static.
Signed-off-by: Guilherme Maciel Ferreira
Signed-off-by: Simon Glass
---
Changes in v2:
- Correct checkpatch problems
tools/mkimage.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/mkimage.c
From: Guilherme Maciel Ferreira
Add a test for dumpimage.
Signed-off-by: Guilherme Maciel Ferreira
Signed-off-by: Simon Glass
---
Changes in v2:
- Tidy up shell script style a little
- Updated test to include coverage for the new -o option
test/image/test-imagetools.sh | 141 +++
From: Guilherme Maciel Ferreira
In order to avoid duplicating code and keep only one point of modification,
the functions, structs and defines useful for "dumpimage" were moved from
"mkimage" to a common module called "imagetool".
This modification also weakens the coupling between image types (
From: Guilherme Maciel Ferreira
Given a multi-file image created through the mkimage's -d option:
$ mkimage -A x86 -O linux -T multi -n x86 -d vmlinuz:initrd.img:System.map \
multi.img
Image Name: x86
Created: Thu Jul 25 10:29:13 2013
Image Type: Intel x86 Linux Multi-File Im
The last users of CONFIG_KGDB_SER_INDEX were removed more than 3 years
ago in commits 550650ddd0 and bf16500f79, either kgdb subsystem should
care about this parameter or it should be gone completely.
Signed-off-by: Vladimir Zapolskiy
---
include/configs/B4860QDS.h |1 -
include/con
Hi Prafulla,
On Thu, Nov 28, 2013 at 07:32:35PM -0800, Prafulla Wadaskar wrote:
> > so we missed v2013.10. Any chance to pull them now for
> > v2014.01?
>
> I am sorry about that.
> I will send new pull request for this.
Can you please take this one too:
http://patchwork.ozlabs.org/patch/287388
Dear Vladimir Zapolskiy,
> Dear Marek Vasut,
>
> On 12/01/13 01:06, Marek Vasut wrote:
> > Dear Vladimir Zapolskiy,
> >
> >> On 11/30/13 17:42, Marek Vasut wrote:
> >>> Dear Vladimir Zapolskiy,
> >>>
> For LPC32XX high-speed UART it is required to send a carriage return
> symbol along
On 11/30/13 08:59, Michael Trimarchi wrote:
> This patch change the per_clocks_enable() function used in OMAP3
> code to enable peripherals clocks. Only required clock should be
> activated. So if the board use the uart(x) as a console we need
> to activate it. The Board's config should include def
57 matches
Mail list logo