Hi Fabio,
On 04/11/2013 00:50, Fabio Estevam wrote:
> Hi Stefano,
>
> On Fri, Nov 1, 2013 at 8:12 AM, Fabio Estevam
> wrote:
>> There is no real benefit in adding the board name into U-boot's prompt, so
>> remove the custom CONFIG_SYS_PROMPT definitions so that the standard "=> "
>> prompt is us
Hi Heiko,
On 11/04/2013 07:40 AM, Heiko Schocher wrote:
> 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 |
Hi Heiko,
On 11/04/2013 07:40 AM, Heiko Schocher wrote:
> add function for waiting if reset ends. If reset never ends,
> timeout and print an error message.
>
> Signed-off-by: Heiko Schocher
> Cc: Bo Shen
> Cc: Andreas Bießmann
>
> ---
> - changes for v2:
> - new in v2
> ---
> arch/arm/cpu
On 11/04/2013 07:40 AM, Heiko Schocher wrote:
> 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 g
On 04/11/2013 00:51, Fabio Estevam wrote:
> Hi Stefano,
>
> On Thu, Sep 26, 2013 at 11:10 PM, Fabio Estevam wrote:
>> From: Fabio Estevam
>>
>> Wandboard quad was not ported into U-boot at the time of writing the README.
>>
>> Add it to the list of Wandboard variants.
>>
>> Signed-off-by: Fabio
Hi Heiko,
On 11/04/2013 07:40 AM, Heiko Schocher wrote:
> 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
> - u
On 27/09/2013 04:10, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Wandboard quad was not ported into U-boot at the time of writing the README.
>
> Add it to the list of Wandboard variants.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
Hi Marek,
On 02/11/2013 18:23, Marek Vasut wrote:
> + if (!timeout) {
> + debug("MXS I2C: Failed receiving data!\n");
> + return -EINVAL;
> + }
> +
This is a real error and not a debug information. IM
Dear Heiko,
In message <1383547247-7017-3-git-send-email...@denx.de> you wrote:
> add function for waiting if reset ends. If reset never ends,
> timeout and print an error message.
I think this patch needs some rework.
First, I think we should point out in the commit mnessage that we're
not talk
Hi Michael,
On 03/11/2013 22:59, Michael Heimpold wrote:
> Setting the direction and an output value should be done by
> 1) set the desired output value,
> 2) switch to output.
>
> If this is done in the inverse order, there can be a glitch on
> the GPIO line.
>
> This patch fixes this by using
Hello Andreas,
Am 04.11.2013 09:43, schrieb Andreas Bießmann:
On 11/04/2013 07:40 AM, Heiko Schocher wrote:
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:
Hello Wolfgang,
Am 04.11.2013 10:03, schrieb Wolfgang Denk:
Dear Heiko,
In message<1383547247-7017-3-git-send-email...@denx.de> you wrote:
add function for waiting if reset ends. If reset never ends,
timeout and print an error message.
I think this patch needs some rework.
First, I think w
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://git.denx.de/u-boot-video (2013-10-30
08:36:48 -0400)
are available in the git reposi
Dear Mateusz Kulikowski,
On 11/01/2013 08:26 PM, Mateusz Kulikowski wrote:
> On 29.10.2013 10:12, Andreas Bießmann wrote:
+
+/*define the area offsets*/
+dataflash_protect_t area_list[NB_DATAFLASH_AREA] = {
+{0x, 0x1FFF, FLAG_PROTECT_SET, 0, "Bootstrap"},
+
Hello Andreas,
Am 04.11.2013 09:53, schrieb Andreas Bießmann:
Hi Heiko,
On 11/04/2013 07:40 AM, Heiko Schocher wrote:
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:
Hello Heiko,
On 11/04/2013 10:53 AM, Heiko Schocher wrote:
> Am 04.11.2013 09:53, schrieb Andreas Bießmann:
>> On 11/04/2013 07:40 AM, Heiko Schocher wrote:
>>> +erstl = readl(&rstc->mr)& AT91_RSTC_MR_ERSTL_MASK;
>>> +
>>> +/* Need to reset PHY -> 500ms reset */
>>> +writel(AT91_R
Hi Bo,
> After dfu buffer is initialized, the buffer should be all available,
> while not 0. Initialize its value to min(dfu_buf_size, dfu->r_left).
>
> Signed-off-by: Bo Shen
>
> ---
> drivers/dfu/dfu.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dfu/d
Hello Andreas,
Am 04.11.2013 11:15, schrieb Andreas Bießmann:
Hello Heiko,
On 11/04/2013 10:53 AM, Heiko Schocher wrote:
Am 04.11.2013 09:53, schrieb Andreas Bießmann:
On 11/04/2013 07:40 AM, Heiko Schocher wrote:
+erstl = readl(&rstc->mr)& AT91_RSTC_MR_ERSTL_MASK;
+
+/* Need t
Dear Wolfgang,
On 11/04/2013 10:03 AM, Wolfgang Denk wrote:
> In message <1383547247-7017-3-git-send-email...@denx.de> you wrote:
>> add function for waiting if reset ends. If reset never ends,
>> timeout and print an error message.
>
> I think this patch needs some rework.
>
> First, I think we
Hello Heiko,
On 11/04/2013 10:53 AM, Heiko Schocher wrote:
> Am 04.11.2013 09:53, schrieb Andreas Bießmann:
>> On 11/04/2013 07:40 AM, Heiko Schocher wrote:
>>> +
>>> +erstl = readl(&rstc->mr)& AT91_RSTC_MR_ERSTL_MASK;
>>> +
>>> +/* Need to reset PHY -> 500ms reset */
>>> +writel(
Hi,
Due to Diwali Festival, SLS will be closed from Oct. 31th to Nov. 6th.
We will return on Nov. 7th to the office. For urgent matter please call on
001-408-852-0067.
For more information about Diwali:
http://en.wikipedia.org/wiki/Diwali
Regards,
Hemal Patel
_
Hello Heiko,
On 11/04/2013 10:09 AM, Heiko Schocher wrote:
> Am 04.11.2013 09:43, schrieb Andreas Bießmann:
>> On 11/04/2013 07:40 AM, Heiko Schocher wrote:
>>> +#ifdef CONFIG_MACB
>>> +static void taurus_macb_hw_init(void)
>>> +{
>>> +struct at91_pmc *pmc = (struct at91_pmc *)ATMEL_BASE_PM
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().
>
> Signed-off
Hi,
[...]
> - Encourage custodians to delegate separable parts to new custodians
> (Lukasz volunteered for USB DFU)
In the meantime we have setup a new repo for this custodianship[1] and
are happy that Lukasz takes on this new responsibility.
As discussed the other custodians are invited to p
Hi Stefano,
> Hi Marek,
>
> On 02/11/2013 18:23, Marek Vasut wrote:
> > + if (!timeout) {
> > + debug("MXS I2C: Failed receiving data!\n");
> > + return -EINVAL;
> > + }
> > +
>
> This is a real error and not
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 27.10.2013 08:30, schrieb Igor Grinberg:
Hi Heiko,
On 10/22/13 11:03, Heiko Schocher wrote:
- add omap24xx driver to new
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) {
>>> + debug("MXS I2C: Failed receiving data!\n");
>>> + return -EINVAL;
>>> +
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) {
+ debug("MXS I2C: Failed receiving data!\n
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 "saveenv" on all reboots, a "upgrade_available"
> U-Boot
add the possibility to set the bcdDevice number board specific.
Therefore the weak function g_dnl_get_board_bcd_device_number()
is introduced. Used on the siemens boards.
Signed-off-by: Heiko Schocher
Acked-by: Lukasz Majewski
Cc: Marek Vasut
Cc: Kyungmin Park
---
- changes for v3
rebase ag
If no softreset save registers are found on the hardware
"bootcount" is stored in the environment. To prevent a
saveenv on all reboots, the environment variable
"upgrade_available" is introduced. If "upgrade_available" is
0, "bootcount" is always 0 therefore no need to save the
environment on u-boo
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().
Signed-off-by: Heiko Schocher
Cc:
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 "saveenv" on all reboots, a "upgrade_available"
U-Boot Environment variable is introduced.
Patch 2 makes the enabling of the RT
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
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
___
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
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 "
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) {
+
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
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,
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
-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 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
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 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 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 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 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 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: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 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 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 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 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 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 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 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 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 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 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 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 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
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 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:
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:/
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:
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/
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
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
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
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
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
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
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
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
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
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
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:
>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 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 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 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
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
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
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
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
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 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
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 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
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
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
1 - 100 of 133 matches
Mail list logo