Hi Marek,
> Dear Lukasz Majewski,
>
> > Hi Heiko,
> >
> > > add the possibility to set the iSerialNumber board specific.
> > > Default value for iSerialNumber is 0x0. This value can
> > > changed board specific through the new function
> > > g_dnl_set_serialnumber() which must be called from the
The SAMA5D36 chip is the superset product of SAMA5D3x family.
For detail information please refer to:
http://www.atmel.com/Microsite/sama5d3/default.aspx
Signed-off-by: Josh Wu
---
arch/arm/cpu/armv7/at91/sama5d3_devices.c |4 +++-
arch/arm/include/asm/arch-at91/sama5d3.h |3 +++
2 f
The max timeout value esdhc host can accept was about 2.69 sec
At 50 Mhz SD_CLK period, the max busy timeout
value = 2^27 * SD_CLK period ~= 2.69 sec.
In case erase command CMD38 timeout is caculate by
mult * 300ms * num(unit by erase group), so the time one erase
group need should be more than 3
If the block rang was not algined, We tried to algined the range,
then erase the block. So the block range erased should be less or
equal to the block range send. If error occured during erase procedure
part of them will be erased. And use should resend the block rang to
continue erase the reset of
Once mmc initialization was faild has_init should be set to 0,
prepard for the next initialization to recover from error.
Once mmcinfo command failed error should point out instead of print
incorrect mmc device information.
Error log:
=> mmcinfo
Device: FSL_SDHC
Manufacturer ID: 0
OEM: 0
Name: Tr
Erass sequence:
1. check if erase command is support by card. If not return.
2. Check the erase range to see if it was aligned. The min erase size
should be one erase group. SD card it was one block(512), mmc card
it should be one erase group.
3. If not, aligned the erase rang according to the eras
Esdhc host version number is incorrect in host capacity register.
The value read from was 0x14. Correct it to 0x13.
Signed-off-by: Haijun Zhang
---
arch/powerpc/include/asm/config_mpc85xx.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h
b/arch/powe
Read command class from csd register and secure erase
support bit from ext csd register. Also calculate the erase
timeout and secure erase timeout.
If read ext csd error, error status should be returned instead of
give some incorrect information.
Error log:
=>
=> mmcinfo
Device: FSL_SDHC
Manufact
Add command class define.
Add mmc erase and secure erase define.
Add secure erase and trim support bit define.
Signed-off-by: Haijun Zhang
---
include/mmc.h | 49 +
1 file changed, 49 insertions(+)
diff --git a/include/mmc.h b/include/mmc.h
index
Updating the Multiplier and Dividers values for all DPLLs for EPOS EVM.
Following are the DPLL locking frequencies at OPP NOM:
MPU locks at 600MHz
Core locks at 1000MHz
Per locks at 960MHz
DDR locks at 266MHz
Signed-off-by: Lokesh Vutla
---
arch/arm/cpu/armv7/am33xx/clock.c| 12 +++
Adding Maintainer for AM43xx.
Signed-off-by: Lokesh Vutla
---
boards.cfg |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards.cfg b/boards.cfg
index 5e10125..52db48d 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -263,7 +263,7 @@ Active arm armv7 am33xx
Adding DPLLs Multiplier and DIvider values for GP EVM
Following are the DPLL locking frequencies at OPP NOM
MPU locks at 600MHz
Core locks at 1000MHz
Per locks at 960MHz
DDR locks at 400MHz
Signed-off-by: Lokesh Vutla
---
board/ti/am43xx/board.c | 17 +
1 file changed, 17 inser
GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C).
Adding details for the same.
Below is the brief description of DDR3 init sequence(SW leveling):
-> Enable VTT regulator
-> Configure VTP
-> Configure DDR IO settings
-> Disable initialization and refreshes until EMIF registers are program
AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A)
Adding LPDDR2 init sequence and register details for the same.
Below is the brief description of LPDDR2 init sequence:
-> Configure VTP
-> Configure DDR IO settings
-> Disable initialization and refreshes until EMIF registers are prog
Current Booting devices list is different from that of AM33xx.
Updating the same.
Signed-off-by: Lokesh Vutla
---
arch/arm/include/asm/arch-am33xx/spl.h | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/arch/arm/include/asm/arch-am33xx/spl.h
b/arch/arm/include/a
From: Sekhar Nori
CONFIG_ENV_VARS_UBOOT_CONFIG, CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and
CONFIG_BOARD_LATE_INIT is already set. Adding support to detect the
board. These variables are used by findfdt.
Signed-off-by: Sekhar Nori
Signed-off-by: Lokesh Vutla
---
board/ti/am43xx/board.c | 16 ++
Selecting the Master osc clk as Timer2 clock source.
Signed-off-by: Lokesh Vutla
---
arch/arm/cpu/armv7/am33xx/clock_am43xx.c |4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/cpu/armv7/am33xx/clock_am43xx.c
b/arch/arm/cpu/armv7/am33xx/clock_am43xx.c
index c4890f2..22963b7 100
Add Extra env settings.
This is derived from am335x Extra ENV settings.
Signed-off-by: Lokesh Vutla
---
include/configs/am43xx_evm.h | 63 ++
1 file changed, 63 insertions(+)
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index
From: Sekhar Nori
Add support for reading onboard EEPROM to enable
board detection.
Signed-off-by: Sekhar Nori
Signed-off-by: Lokesh Vutla
---
arch/arm/include/asm/arch-am33xx/omap.h |2 ++
board/ti/am43xx/board.c | 46 +++
board/ti/am43xx/boa
Updating the mux data for UART, and adding data for i2c0 and mmc.
Signed-off-by: Lokesh Vutla
---
arch/arm/include/asm/arch-am33xx/mux_am43xx.h |4 +++-
board/ti/am43xx/mux.c | 24 ++--
2 files changed, 25 insertions(+), 3 deletions(-)
diff --gi
This Patch series updates support for AM4372 EPOS and GP EVM boards.
AM4372 is a low cost Cortex-A9 based application processor targeted at existing
ARM9/ARM11 base of customers that need more processing capabilities.
Currently there are two boards with AM4372 SoC: EPOS and GP EVM.
Except for few d
Use ti_armv7_common.h config file to inclde the common
configs.
Signed-off-by: Lokesh Vutla
---
board/ti/am43xx/board.c |2 +-
include/configs/am43xx_evm.h | 130 +-
2 files changed, 28 insertions(+), 104 deletions(-)
diff --git a/board/ti/am43x
PRCM, timer base addresses and offsets are different from
AM33xx. Updating the same.
Signed-off-by: Lokesh Vutla
---
arch/arm/include/asm/arch-am33xx/cpu.h | 17 +++--
arch/arm/include/asm/arch-am33xx/hardware.h|8
arch/arm/include/asm/arch-am33xx/h
AM4372 uses PL310 L2 Cache. Enable the configs for the same.
Signed-off-by: Lokesh Vutla
---
include/configs/am43xx_evm.h |5 +
1 file changed, 5 insertions(+)
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 4815357..b0269a7 100644
--- a/include/configs/am
Hello Simon.
> You should put an alias for arm in your ~/.patman file, like this:
>
> albert: Albert Aribaud
> arm: albert
>
> There is also a -t option to skip bad aliases.
Thanks! It worked.
I love this tool. :-)
I have one more question.
Does patman have a tag to handle the message area b
Hello Vaibhav Bedia,
Am 04.11.2013 20:45, schrieb Vaibhav Bedia:
Hi Marek,
On Mon, Nov 4, 2013 at 12:34 PM, Marek Vasut wrote:
Dear Vaibhav Bedia,
On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote:
[...]
Hups, missed this EMail ... :-(
No problem. Happens all the time :)
Hmm.. som
Signed-off-by: Masahiro Yamada
---
arch/arm/lib/_divsi3.S | 1 -
arch/arm/lib/_modsi3.S | 1 -
arch/blackfin/include/asm/clock.h | 1 -
arch/blackfin/lib/__kgdb.S | 1 -
arch/mips/include/asm/inca-ip.h | 1 -
arch/powerpc/include/asm/8x
Signed-off-by: Eric Nelson
---
No change in V2
arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 78
arch/arm/include/asm/arch-mx6/mx6q_pins.h | 82 --
2 files changed, 160 deletions(-)
diff --git a/arch/arm/include/asm/arch-mx6/mx6dl_pins.h
Signed-off-by: Eric Nelson
---
No change in V2
arch/arm/include/asm/arch-mx6/mx6q_pins.h | 24
1 file changed, 24 insertions(+)
diff --git a/arch/arm/include/asm/arch-mx6/mx6q_pins.h
b/arch/arm/include/asm/arch-mx6/mx6q_pins.h
index 437ea31..ec1bbdd 100644
--- a/arch/ar
This patch set consolidates mux and pad declarations for the i.MX6
Dual/Quad and Dual-Lite/Solo processor variants.
Patch 1 replaces the mux/pad names with their equivalents from
the Linux kernel (from linux-next). This
Patch 2 removes a set of completely useless pad declarations
Patch 3
This patch set consolidates mux and pad declarations for the i.MX6
Dual/Quad and Dual-Lite/Solo processor variants.
Patch 1 replaces the mux/pad names with their equivalents from
the Linux kernel (from linux-next). This
Patch 2 removes a set of completely useless pad declarations
Patch 3
On 11/04/2013 03:56 PM, Eric Nelson wrote:
This patch set consolidates mux and pad declarations for the i.MX6
Dual/Quad and Dual-Lite/Solo processor variants.
Patch 1 replaces the mux/pad names with their equivalents from
the Linux kernel (from linux-next). This
Patch 2 removes a set of
Signed-off-by: Eric Nelson
---
arch/arm/include/asm/arch-mx6/mx6q_pins.h | 24
1 file changed, 24 insertions(+)
diff --git a/arch/arm/include/asm/arch-mx6/mx6q_pins.h
b/arch/arm/include/asm/arch-mx6/mx6q_pins.h
index 437ea31..ec1bbdd 100644
--- a/arch/arm/include/asm/ar
Signed-off-by: Eric Nelson
---
arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 78
arch/arm/include/asm/arch-mx6/mx6q_pins.h | 82 --
2 files changed, 160 deletions(-)
diff --git a/arch/arm/include/asm/arch-mx6/mx6dl_pins.h
b/arch/arm/inclu
Hi Paul,
2013/10/23 Paul Burton :
> This series adds support for booting on a physical MIPS Malta board
> using a coreFPGA6 core card.
>
> The first 6 patches lay some groundwork, then the next 8 genericise
> the existing qemu-malta board to also function on a physical Malta.
>
> In the final patc
On Fri, Oct 04, 2013 at 08:40:02AM -0500, Rob Herring wrote:
> From: Rob Herring
>
> Since CONFIG_SYS_HZ is required to be 1000, this series consolidates the
> definition to a common definition and removes it from platform config
> headers.
>
> I split this version into 3 patches to pass mailli
On Fri, Oct 18, 2013 at 01:04:42PM -0500, Rob Herring wrote:
> From: Rob Herring
>
> pxelinux and syslinux differ in their handling of absolute paths in menu
> files. A pxelinux path is aways prepended with the bootfile path while
> syslinux allows for absolute paths. u-boot was always treating
On Mon, Sep 30, 2013 at 05:11:48PM -0500, Rob Herring wrote:
> From: Rob Herring
>
> The definitions for CONFIG_SYS_PROMPT are varied with little reason other
> than to display the board name. Over half the definitions are "==> ", so
> make this the default. The rest of the boards remain unchang
On Fri, Oct 04, 2013 at 10:22:39AM -0500, Rob Herring wrote:
> From: Rob Herring
>
> Much of the timer code is re-implemented for each platform/arch yet it
> is all pretty much the same code.
>
> This series introduces a common implementation of timer functions and
> simplifies the platform co
From: Andrew Bradford
Commit f6d1f6e4a58edae4776937647381a43fea5e83a5 broke selection of UARTs
other than UART0 for am335x_evm configurations by setting CONS_INDEX to
1 for all configurations. Revert the CONS_INDEX changes.
Signed-off-by: Andrew Bradford
---
boards.cfg | 10 +-
1 file
On Wed, Oct 16, 2013 at 05:23:23PM +0300, Nikita Kiryanov wrote:
> This patch ports the Linux driver for DataImage SCF0403852GGU04 and
> SCF0403526GGU20 LCD panels into U-Boot. As a preparation step, variable SPI
> word
> length support is added to omap3_spi and the generic SPI interface.
> Final
Update my email address as ti814x_evm maintainer to save
people some frustrating bounces and non-response.
Signed-off-by: Matt Porter
---
boards.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards.cfg b/boards.cfg
index 5e10125..cd6bec4 100644
--- a/boards.cfg
+++ b/bo
The PXA incorrectly uses CONFIG_SYS_HZ, which should be 1000 across
U-Boot. Fix this.
Signed-off-by: Marek Vasut
Cc: Tom Rini
Cc: Albert Aribaud
---
include/configs/balloon3.h | 10 +-
include/configs/palmld.h | 10 +-
include/configs/palmtc.h | 10 +-
include/confi
Hi Marek,
On Mon, Nov 4, 2013 at 12:34 PM, Marek Vasut wrote:
> Dear Vaibhav Bedia,
>
>> On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote:
>> [...]
>>
>> > Hups, missed this EMail ... :-(
>>
>> No problem. Happens all the time :)
>>
>> > Hmm.. some boards from siemens do not use the RTC, so
Dear Albert Aribaud,
please pull u-boot-atmel/master into u-boot-arm/master.
The following changes since commit 304db0b38cfb04cfdb05a740d5ef27da06ea98ea:
arm: Remove IXP425 boards pdnb3 and scpu (2013-10-17 09:28:08 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-at
Dear Heiko Schocher,
Heiko Schocher writes:
>From: Roger Meier
>
>Signed-off-by: Roger Meier
>Acked-by: Bo Shen
>Reviewed-by: Heiko Schocher
>Cc: Andreas Bießmann
>
>---
>changes for v2:
> - add Acked-by from Bo Shen
>---
> arch/arm/include/asm/arch-at91/at91_rstc.h | 7 +++
> 1 file cha
Dear Bo Shen,
Bo Shen writes:
>Get rid of too many ifdeffery in usb ohci driver
>
>Add following two configuration for USB clock selecting
>- CONFIG_USB_ATMEL_CLK_SEL_PLLB: using PLLB as usb ohci input clock
>- CONFIG_USB_ATMEL_CLK_SEL_UPLL: using UPLL as usb ohci input clock
>
>Signed-off-by: Bo
Dear Bo Shen,
Bo Shen writes:
>Add usb host support for at91sam9n12ek board.
>
>Signed-off-by: Bo Shen
>
>---
>arch/arm/include/asm/arch-at91/at91_pmc.h |2 ++
> board/atmel/at91sam9n12ek/at91sam9n12ek.c | 11 +++
> drivers/usb/host/ohci-at91.c | 11 +--
> inclu
Dear e...@bus-elektronik.de,
e...@bus-elektronik.de writes:
>From: "Jens Scharsig (BuS Elektronik)"
>
>Since more functions are enabled, the eb_cpux9k2_ram target does not boot.
>This patch changed the TEXT_BASE, that the code fits between TEXT_BASE and ram
>end.
>
>Signed-off-by: Jens Schars
Dear Bo Shen,
Bo Shen writes:
>Get DMA bus width from design config register
>
>Signed-off-by: Bo Shen
>
>---
>drivers/net/macb.c | 20 +++-
> drivers/net/macb.h | 11 +++
> 2 files changed, 30 insertions(+), 1 deletion(-)
applied to u-boot-atmel/master, thanks!
Best
From: Yen Lin
The RDY bit indicates that a transfer is complete. This needs to be
cleared by SW before every single HW transaction, rather than only
at the start of each SW transaction (those being made up of n HW
transactions).
It seems that earlier HW may have cleared this bit autonomously whe
Hi Eric,
On 04/11/2013 18:37, Eric Nelson wrote:
> On 11/04/2013 10:28 AM, Fabio Estevam wrote:
>> Hi Tapani,
>>
>> On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote:
We are worried that we might not familiar enough with u-boot
development to get
such changes accepted in reason
On Mon, Nov 4, 2013 at 3:37 PM, Eric Nelson
wrote:
> On 11/04/2013 10:28 AM, Fabio Estevam wrote:
>>
>> Hi Tapani,
>>
>> On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote:
We are worried that we might not familiar enough with u-boot development
to get
such changes accepted
On 11/04/2013 10:28 AM, Fabio Estevam wrote:
Hi Tapani,
On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote:
We are worried that we might not familiar enough with u-boot development to get
such changes accepted in reasonable time.
I do not know what you mean for a reasonable time. Merge wi
Dear Vaibhav Bedia,
> On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote:
> [...]
>
> > Hups, missed this EMail ... :-(
>
> No problem. Happens all the time :)
>
> > Hmm.. some boards from siemens do not use the RTC, so this approach
> > is not possible here ...
>
> By unused do you mean it
Dear Lukasz Majewski,
> Hi Heiko,
>
> > add the possibility to set the iSerialNumber board specific.
> > Default value for iSerialNumber is 0x0. This value can
> > changed board specific through the new function
> > g_dnl_set_serialnumber() which must be called from the
> > board specific functio
Hi Tapani,
On Tue, Sep 10, 2013 at 11:47 AM, Stefano Babic wrote:
>> We are worried that we might not familiar enough with u-boot development to
>> get
>> such changes accepted in reasonable time.
>
> I do not know what you mean for a reasonable time. Merge window is
> closed, that is patchsets
Hello Lukasz,
Am 04.11.2013 16:12, schrieb Lukasz Majewski:
Hi Heiko,
add the possibility to set the iSerialNumber board specific.
Default value for iSerialNumber is 0x0. This value can
changed board specific through the new function
g_dnl_set_serialnumber() which must be called from the
board
On Wed, 30 Oct 2013 15:18:17 +0100
Andreas Bießmann wrote:
> Signed-off-by: Andreas Bießmann
> ---
> drivers/video/bus_vcxk.c | 15 ---
> 1 file changed, 15 deletions(-)
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-Boot@lists
Am 2013-10-30 15:18, schrieb Andreas Bießmann:
> Signed-off-by: Andreas Bießmann
> ---
> drivers/video/bus_vcxk.c | 15 ---
> 1 file changed, 15 deletions(-)
>
> diff --git a/drivers/video/bus_vcxk.c b/drivers/video/bus_vcxk.c
> index 0138bca..60a5cc5 100644
> --- a/drivers/video/
Hi Heiko,
> add the possibility to set the iSerialNumber board specific.
> Default value for iSerialNumber is 0x0. This value can
> changed board specific through the new function
> g_dnl_set_serialnumber() which must be called from the
> board specific function g_dnl_bind_fixup().
>
Tested-by:
On Mon, Nov 04, 2013 at 05:09:03PM +0800, Sonic Zhang wrote:
> Hi Tom,
>
> Please pull the following patches from u-boot-blackfin into your tree.
>
> Thanks
>
> Sonic Zhang
>
>
> The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:
>
> Merge branch 'master' of git:/
On Thu, Oct 31, 2013 at 10:03:26AM +0200, Pantelis Antoniou wrote:
> Hi Tom,
>
> The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:
>
> Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30
> 08:36:48 -0400)
>
> are available in the git repository at:
Hello,
The following changes since commit 304db0b38cfb04cfdb05a740d5ef27da06ea98ea:
arm: Remove IXP425 boards pdnb3 and scpu (2013-10-17 09:28:08 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to f6723794fd8f3362c4f3b5d0f36
On Mon, Oct 07, 2013 at 06:55:46PM +0300, Nikita Kiryanov wrote:
> Current predefines do not fit cm-t3730 very well (some of them produce
> artifacts in the image).
> Update LCD predefines to accommodate both cm-t35 and cm-t3730 modules.
>
> Signed-off-by: Nikita Kiryanov
> Signed-off-by: Igor G
On Mon, Oct 07, 2013 at 05:28:49PM +0300, Nikita Kiryanov wrote:
> Current default bootdelay of 10 seconds is too long.
> Reduce default bootdelay to 3 seconds.
>
> Signed-off-by: Nikita Kiryanov
> Signed-off-by: Igor Grinberg
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Descr
On Fri, Oct 18, 2013 at 06:04:19PM -0400, Tom Rini wrote:
> rdaddr was missing which is a common location for loading ramdisks to.
> loadaddr was higher than it needs to be, so use the same value other TI
> platforms use.
>
> Signed-off-by: Tom Rini
Applied to u-boot-ti/master, thanks!
--
Tom
On Mon, Oct 07, 2013 at 05:28:50PM +0300, Nikita Kiryanov wrote:
> Turn on GPIO commands for cm-t35 and cm-t3730.
>
> Signed-off-by: Nikita Kiryanov
> Signed-off-by: Igor Grinberg
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Thu, Oct 17, 2013 at 04:35:38PM +0530, SRICHARAN R wrote:
> The change from 0x64656465 to 0x64646464 is to remove the weak pull
> enabled on DQS, nDQS lines. This pulls the differential signals in the
> same direction which is not intended. So disabling the weak pulls improves
> signal integrit
On Fri, Oct 04, 2013 at 10:51:40AM -0400, Tom Rini wrote:
> With changes to increase the size of the device tree (required to move
> more data out of the kernel and into DT), loading the args at the old
> address leads to us overwriting things later on. To correct this, load
> the args file to wh
On Fri, Oct 04, 2013 at 02:52:02PM -0400, Tom Rini wrote:
> From: Minal Shah
>
> UART booting is supported on this SoC, but via UART3 rather than UART1.
> Because of this we must change the board to use UART3 for all console
> access (only one UART is exposed on this board and a slight HW mod is
On Sat, Sep 21, 2013 at 03:04:25AM +0200, Javier Martinez Canillas wrote:
> There seems to be a naming convention for the configuration
> files for boards using the same SoC family. This makes
> easier to do changes that affect different boards based
> on the same SoC.
>
> Since the IGEPv2 board
On Tue, Oct 01, 2013 at 12:32:04PM -0400, Tom Rini wrote:
> There is a board-specific portion for calling watchdog enable itself, in
> main U-Boot.
>
> Signed-off-by: Tom Rini
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Fri, Sep 06, 2013 at 05:21:24AM +0200, Heiko Schocher wrote:
> - switch to correct ecc layout used by the RBL
> enable CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC
> - update default environment
> - change A2CR to correct value for UART boot mode
> - adapt cs3cfg timings for nand
> - change LED bo
On Sat, Sep 21, 2013 at 03:04:23AM +0200, Javier Martinez Canillas wrote:
> There seems to be a naming convention for the configuration
> files for boards using the same SoC family. This makes
> easier to do changes that affect different boards based
> on the same SoC.
>
> Since the IGEP COM AQUI
On Fri, Sep 06, 2013 at 03:04:46PM +0200, Andreas Bie??mann wrote:
> From: Thomas Weber
>
> Signed-off-by: Thomas Weber
> Signed-off-by: Andreas Bie??mann
Applied to u-boot-ti/master along with the rest of the series, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Mon, Sep 16, 2013 at 09:49:58PM +0300, Igor Grinberg wrote:
> Compulab boards use the same eeprom code, so move the eeprom related
> code to live under board/compulab/common directory.
> Also make several adjustments to eeprom functions namespace, so it will
> be generic for compulab boards.
>
On Mon, Sep 16, 2013 at 09:49:59PM +0300, Igor Grinberg wrote:
> Compulab OMAP3 boards use the same display initialization code.
> Move the display initialization code to live under board/compulab/common
> directory.
>
> Signed-off-by: Igor Grinberg
> Tested-by: Nikita Kiryanov
Applied to u-bo
On Fri, Sep 06, 2013 at 05:21:23AM +0200, Heiko Schocher wrote:
> enable the RBL/UBL ECC layout through
> CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define
>
> see for more info:
> http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout
>
> Signed-off-by: Heiko Schocher
> Cc: Tom Rini
> Cc:
On Wed, Aug 28, 2013 at 09:00:29AM -0400, Tom Rini wrote:
> The RTC IP block here provides 3 scratch registers. Currently when
> using DeepSleep on am335x the scratch0/1 registers are used so moving
> ourself to scratch2 makes cooperation easier.
>
> Signed-off-by: Tom Rini
Applied to u-boot-t
On Wed, Aug 28, 2013 at 09:00:27AM -0400, Tom Rini wrote:
> We shouldn't rely on a define to hide this cast for us.
>
> Signed-off-by: Tom Rini
Applied to u-boot-ti/master.
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing lis
On Wed, Aug 28, 2013 at 09:00:30AM -0400, Tom Rini wrote:
> Enable the bootcount driver for am335x in general. We leave adding a
> bootlimit and altbootcmd to the environment to the board ports.
>
> Signed-off-by: Tom Rini
Applied to u-boot-ti/master.
--
Tom
signature.asc
Description: Digi
On Tue, Sep 03, 2013 at 07:47:18PM +0530, Lokesh Vutla wrote:
> Update omap4_common.h to use ti_armv7_common.h
>
> Testing:
> * Boot tested on OMAP4430 ES2.1 OMAP4460 ES1.1 SDP, OMAP4 PANDA/PANDA ES
> * Verified ./MAKEALL -s omap
>
> Signed-off-by: Lokesh Vutla
Applied to u-boot-ti/master, tha
On Wed, Aug 28, 2013 at 09:00:28AM -0400, Tom Rini wrote:
> Create a common header file for the RTC IP block that is shared between
> davinci and am33xx.
>
> Signed-off-by: Tom Rini
Applied to u-boot-ti/master.
--
Tom
signature.asc
Description: Digital signature
On Fri, Nov 01, 2013 at 10:26:26AM -0400, Tom Rini wrote:
> Cc: Masahiro Yamada
> Cc: Wolfgang Denk
> Cc: Kim Phillips
> Cc: York Sun
> Signed-off-by: Tom Rini
> ---
> board/freescale/t1040qds/Makefile | 36 +---
> board/keymile/kmp204x/Makefile| 21 +-
On Fri, Nov 01, 2013 at 10:27:32AM -0400, Tom Rini wrote:
> Signed-off-by: Tom Rini
> ---
> board/keymile/kmp204x/Makefile | 15 +--
> 1 file changed, 1 insertion(+), 14 deletions(-)
>
> diff --git a/board/keymile/kmp204x/Makefile b/board/keymile/kmp204x/Makefile
> index 1fdb346..
On Mon, Oct 21, 2013 at 11:53:23AM +0900, Masahiro Yamada wrote:
> This series uses the followings as prerequisites:
> - First step towards Kbuild: Use Kbuild style makefiles (19 patch files)
> - Second step towards Kbuild: Descend down like Kbuild (6 patch files)
>
> In 'First step towards Kbu
On Thu, Oct 17, 2013 at 05:34:46PM +0900, Masahiro Yamada wrote:
> Kbuild in U-Boot has been talked for a while
> and RFC patches were posted by Simon Glass.
>
> (Refer to "RFC: Add Kbuild system to U-Boot"
> posted by Simon, May 12, 2013)
>
> Simon's effort is a good start point but
> varous cr
On Thu, Oct 17, 2013 at 08:38:50PM +0900, Masahiro Yamada wrote:
> I have been just wondering why the U-Boot top Makefile is so dirty.
>
> It is sprinkled with SoC-specific code as follows:
>
> ifneq ($(CONFIG_OMAP_COMMON),)
> LIBS-y += $(CPUDIR)/omap-common/libomap-common.o
> endif
On 10/21/2013 04:53 AM, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
> Cc: Andreas Bießmann
> ---
> arch/avr32/cpu/Makefile | 40
> ---
> arch/avr32/cpu/at32ap700x/Makefile| 22 +--
> arch/avr32/lib/Makefile
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/04/2013 01:56 AM, Heiko Schocher wrote:
> Hello Tom,
>
> Am 29.10.2013 12:30, schrieb Heiko Schocher:
>> Hello Igor,
>>
>> Am 29.10.2013 12:07, schrieb Igor Grinberg:
>>> On 10/28/13 08:19, Heiko Schocher wrote:
Hello Igor,
Am 2
On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wrote:
[...]
> Hups, missed this EMail ... :-(
>
No problem. Happens all the time :)
> Hmm.. some boards from siemens do not use the RTC, so this approach
> is not possible here ...
>
By unused do you mean it's not powered up or is it simply not pr
Dear Heiko Schocher,
> Hello Marek,
>
> Am 04.11.2013 14:13, schrieb Marek Vasut:
> > Hi Heiko,
> >
> >> Hello Stefano, Marek,
> >>
> >> Am 04.11.2013 13:03, schrieb Stefano Babic:
> >>> Hi Marek,
> >>>
> >>> On 04/11/2013 12:50, Marek Vasut wrote:
> Hi Stefano,
>
> > Hi Marek,
The endless waiting for a bit to be set can cause a hang, add a timeout
so we prevent such situation. A testcase for such a hang is below. The
testcase assumes a device to be present at address 0x50 and a device to
NOT be present at address 0x42 . Also note that the "sleep 1" induced
delays are imp
Hello Marek,
Am 04.11.2013 14:13, schrieb Marek Vasut:
Hi Heiko,
Hello Stefano, Marek,
Am 04.11.2013 13:03, schrieb Stefano Babic:
Hi Marek,
On 04/11/2013 12:50, Marek Vasut wrote:
Hi Stefano,
Hi Marek,
On 02/11/2013 18:23, Marek Vasut wrote:
+ if (!timeout) {
+
Hello Bedia,
Am 04.11.2013 13:45, schrieb Vaibhav Bedia:
Hi Heiko,
On Mon, Nov 4, 2013 at 2:02 AM, Heiko Schocher wrote:
Patch 1 introduces bootcount support for the 3 siemens boards. As there
is no other possibility on this boards, the bootcounter is stored in the
environment. To prevent a "
Hi Heiko,
> Hello Stefano, Marek,
>
> Am 04.11.2013 13:03, schrieb Stefano Babic:
> > Hi Marek,
> >
> > On 04/11/2013 12:50, Marek Vasut wrote:
> >> Hi Stefano,
> >>
> >>> Hi Marek,
> >>>
> >>> On 02/11/2013 18:23, Marek Vasut wrote:
> +if (!timeout) {
> +
As
http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast
states:
"Initialize devices only when they are needed within U-Boot"
enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is
enabled. Enable this in ti_am335x_common.h, so all boards in mainline
should work as bef
Dear Masahiro Yamada,
Dear Tom Rini,
On 10/21/2013 04:53 AM, Masahiro Yamada wrote:
what is the time line for integrating Kbuild?
I have some changes which would also touch makefiles and wonder if I
should wait for Kbuild integration.
Best regards
Andreas Bießmann
___
From: Samuel Egli
- dxr2: define unused pins as input
- do not enable RTC32K OSC on dxr2 board
- update default environment
- add splashpos=m,m to default environment, so splash screen is always
centered.
- adapt environment for bootcount feature
- add altbootcmd to default environment
1 - 100 of 133 matches
Mail list logo