Dear Mike Frysinger,
In message <201201151903.09599.vap...@gentoo.org> you wrote:
>
> > +ifndef CONFIG_CMD_EXT4
> > +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o
> > +endif
>
> the CONFIG_CMD_EXT4 check is not necessary. if someone tries to enable
> CONFIG_CMD_EXT4_WRITE but not CONFIG_CMD_EXT4
On Mon, Jan 16, 2012 at 3:34 AM, Tom Rini wrote:
> On Sun, Jan 15, 2012 at 1:40 PM, Remy Bohmer wrote:
>> Hi All,
>>
>> 2011/12/22 Ilya Yanok :
>>> Hi Govindraj,
>>>
>>> On 22.12.2011 10:55, Govindraj wrote:
>
> Signed-off-by: Ilya Yanok
> ---
> Changes from V3:
> - None
>>>
* add support for board VL+MA2SC
* adds vl_ma2sc_config for standard NOR boot configuration
* adds vl_ma2sc_ram_config for RAM load configuration
Signed-off-by: Jens Scharsig
---
MAINTAINERS |1 +
board/BuS/vl_ma2sc/Makefile | 54
board/BuS/vl_ma2sc/vl_ma2sc.c | 5
Signed-off-by: Albert ARIBAUD
---
include/configs/edminiv2.h |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
index 88d32b2..9134884 100644
--- a/include/configs/edminiv2.h
+++ b/include/configs/edminiv2.h
@@ -
Because of wrong disassembled codes from C by the optimization of toolchain,
it occurs a problem that wrong register is read if the functions were called
in the asm code.
This patch uses keyword "volatile" for fixing it for sure. And, it is inserted
only when the function is extern in the driver/g
This patch adds support for Samsung TRATS board
Signed-off-by: HeungJun, Kim
Signed-off-by: Kyungmin Park
---
Changes for v2:
- sort the list of the name in MAINTAINERS
- modify to GPLv2+
- change assem code in lowlevel_init.S to C code in lowlevel_util.c
- do not defile values for v
This patch add watchdog.h for Exynos4
Signed-off-by: HeungJun, Kim
Signed-off-by: Kyungmin Park
---
Changes for v3:
- Created
Changes for v4:
- Not changed
arch/arm/include/asm/arch-exynos/watchdog.h | 53 +++
1 files changed, 53 insertions(+), 0 deletions(-)
This patch adds power.h and SAMSUNG_BASE() macro for using Exynos4 power.
Signed-off-by: HeungJun, Kim
Signed-off-by: Kyungmin Park
---
Changes for v3:
- Created
Changes for v4:
- Not changed
arch/arm/include/asm/arch-exynos/cpu.h |1 +
arch/arm/include/asm/arch-exynos/power.h |
This patch series support for Samsung TRATS board, and add the headers of
watchdog and power, and current version is 4.
I missed logs of v2 on this thread, so I'm going to add this:
http://lists.denx.de/pipermail/u-boot/2012-January/114857.html
Also, this patch is tested on Samsung TRATS board.
Hi Tom,
Le 13/01/2012 20:33, Tom Rini a écrit :
Hi Albert,
The following changes since commit 10a4fa9e22b9677819b3901a87eec05875b346ad:
Aneesh V (1):
omap4: fix boot issue on ES2.0 Panda
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Andreas Mül
On Mon, Jan 16, 2012 at 3:03 PM, Eric Miao wrote:
> On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk wrote:
>> Dear Eric Miao,
>>
>> In message <1313559224-4627-1-git-send-email-eric.m...@linaro.org> you wrote:
>>> Ignore the return value of eth_getenv_enetaddr_by_index(), and if it
>>> fails, fall
Rachna,
> -Original Message-
> From: Patil, Rachna
> Sent: Friday, January 13, 2012 3:34 PM
> To: u-boot@lists.denx.de
> Cc: Rini, Tom; Kumar Nath, Chandan; Zhang, Jonathan; Patil, Rachna
> Subject: [PATCH 3/3] ARM: AM33XX: Add i2c support
>
> Add i2c driver board hookup for AM335X EVM.
>
On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk wrote:
> Dear Eric Miao,
>
> In message <1313559224-4627-1-git-send-email-eric.m...@linaro.org> you wrote:
>> Ignore the return value of eth_getenv_enetaddr_by_index(), and if it
>> fails, fall back to use dev->enetaddr, which could be filled up by
>>
Hello Mike,
Mike Frysinger wrote:
> On Sunday 15 January 2012 02:53:42 Heiko Schocher wrote:
>> --- a/common/main.c
>> +++ b/common/main.c
>>
>> +#if defined(CONFIG_MENU_SHOW)
>> +bootdelay = menu_show();
>> +#endif
>
> should the current bootdelay get passed in ?
Yep, fixed.
bye,
Heiko
--
Hello Mike,
Mike Frysinger wrote:
> On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote:
>> add the possibility to show a statusline when printing a menu
>
> do you have any examples ?
Used in the cam_enc_4xx update patch, see:
[U-Boot] arm, davinci: cam_enc_4xx board updates
http://patchwo
Hello Mike,
Mike Frysinger wrote:
> On Sunday 15 January 2012 02:53:40 Heiko Schocher wrote:
>> --- a/common/main.c
>> +++ b/common/main.c
>>
>> +if ((first) && (timeout)) {
>
> those inner parens make no sense
Yep, fixed.
>> +ulong start = get_timer(0);
>> +
Hello Mike,
Mike Frysinger wrote:
> On Sunday 15 January 2012 02:45:49 Heiko Schocher wrote:
>> - ubootimage
>> U-Boot image
>> - splimage
>> SPL image
>> - dfenvimage
>> Default Environment image
>> - ublheader
>> TI davinci UBL header image
>
> for ... ?
Oh, right, forgotten to add thi
Simon,
Could you also add
Signed-off-by: Jim Lin
for me?
Thanks,
Jim
-Original Message-
From: Mike Frysinger [mailto:vap...@gentoo.org]
Sent: Sunday, January 15, 2012 12:12 PM
To: Simon Glass
Cc: u-boot@lists.denx.de; Jim Lin; Tom Warren; Scott Wood
Subject: Re: [U-Boot] [PATCH 5/6
Hi Mike,
On 01/16/2012 07:32 AM, Mike Frysinger wrote:
All arches init these variables the same way, so move the logic
into the core net code to avoid duplicating it everywhere else.
Signed-off-by: Mike Frysinger
---
arch/arm/lib/board.c| 11 ---
arch/avr32/lib/board.c
All arches init these variables the same way, so move the logic
into the core net code to avoid duplicating it everywhere else.
Signed-off-by: Mike Frysinger
---
arch/arm/lib/board.c| 11 ---
arch/avr32/lib/board.c |5 -
arch/blackfin/lib/board.c |9 +
On Monday 09 January 2012 21:30:41 Kim Phillips wrote:
> On Mon, 9 Jan 2012 23:21:40 +0530 uma shankar wrote:
> > Kernel does not mount the partition if we use this particular crc file.
> > Hence, we are keeping the existing crc16.c file.
>
> setting the standard for new filesystem implementations
On Monday 09 January 2012 12:56:16 uma.shan...@samsung.com wrote:
> --- a/common/Makefile
> +++ b/common/Makefile
>
> +ifndef CONFIG_CMD_EXT4
> +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o
> +endif
the CONFIG_CMD_EXT4 check is not necessary. if someone tries to enable
CONFIG_CMD_EXT4_WRITE but
On Sunday 15 January 2012 14:46:07 Stephan Linz wrote:
> In xilinx_ll_temac_initialize() the memory is already zero-ed
> by the call to calloc, so this loop is useless.
has this driver already been merged ? if not, the process is to update the
patch and send the new version to the list as a v2 .
On Sun, Jan 15, 2012 at 1:40 PM, Remy Bohmer wrote:
> Hi All,
>
> 2011/12/22 Ilya Yanok :
>> Hi Govindraj,
>>
>> On 22.12.2011 10:55, Govindraj wrote:
Signed-off-by: Ilya Yanok
---
Changes from V3:
- None
Changes from V2:
- None
Changes from V1:
- C
Hi All,
2011/12/22 Ilya Yanok :
> Hi Govindraj,
>
> On 22.12.2011 10:55, Govindraj wrote:
>>>
>>> Signed-off-by: Ilya Yanok
>>> ---
>>> Changes from V3:
>>> - None
>>> Changes from V2:
>>> - None
>>> Changes from V1:
>>> - CONFIG_OMAP_EHCI_PHYx_RESET changed to CONFIG_OMAP_EHCI_PHYx_RESET_GPIO
Hi,
2012/1/12 Simon Glass :
> This adds basic support for the Tegra2 USB controller. Board files should
> call board_usb_init() to set things up.
>
> Configuration is performed through the FDT, with aliases used to set the
> order of the ports, like this fragment:
>
> aliases {
>
Hi,
2011/12/21 Allen Martin :
> This moves keyboard polling logic from USB HCD drivers into USB
> keyboard driver. Remove usb_event_poll() as keyboard polling was
> the only user of this API. With this patch USB keyboard works with
> EHCI controllers again. Tested on a tegra2 seaboard.
>
> Sign
Hi,
2011/12/23 Allen Martin :
> If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard
> device is detected.
>
> Signed-off-by: Allen Martin
> ---
> common/usb_kbd.c | 6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
Applied to u-boot-usb. Thanks.
Kind regards,
R
Hi,
2012/1/12 Simon Glass :
> CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning
> field in the EHCI controller on reset.
>
> Signed-off-by: Simon Glass
> ---
>
> README | 3 +++
> drivers/usb/host/ehci-hcd.c | 7 +++
> drivers/usb/host/ehci.h |
Hi,
2012/1/9 Vincent Palatin :
> When keys are pressed on the numeric keypad, emit key codes for the numbers,
> operators, dot and enter.
>
> Signed-off-by: Vincent Palatin
> ---
> common/usb_kbd.c | 10 ++
> 1 files changed, 10 insertions(+), 0 deletions(-)
Applied to u-boot-usb. Tha
Hi,
2012/1/9 Vincent Palatin :
> When doing a "GET_REPORT" request on the keyboard control endpoint,
> the report ID should 0 (ie report ID not used) rather than 1
> as reports are not used in boot mode.
>
> Signed-off-by: Vincent Palatin
> ---
Applied to u-boot-usb. Thanks.
Kind regards,
Remy
Hi,
2011/12/21 Wolfgang Grandegger :
> From: Wolfgang Grandegger
>
> Following the corresponding Linux code, this patch relaxes reset timings
> waiting at least 100ms after power to the ports. There are some reports
> that it helps make enumeration work better on some high speed devices.
> Furthe
In xilinx_ll_temac_initialize() the memory is already zero-ed
by the call to calloc, so this loop is useless.
Signed-off-by: Stephan Linz
---
drivers/net/xilinx_ll_temac.c |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/drivers/net/xilinx_ll_temac.c b/drivers/net/xili
Hi,
2012/1/9 Vincent Palatin :
> Fix the crash when running several times usb_init() with a USB ethernet
> device plugged.
>
> Signed-off-by: Vincent Palatin
> Tested-by: Wolfgang Grandegger
> ---
> drivers/usb/eth/usb_ether.c | 7 +--
> include/net.h | 1 +
> net/eth.c
Am Sonntag, den 15.01.2012, 13:47 -0500 schrieb Mike Frysinger:
> On Sunday 15 January 2012 13:29:26 Stephan Linz wrote:
> > Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger:
> > > On Sunday 15 January 2012 10:46:02 Stephan Linz wrote:
> > > > +/* Data buffer for LL TEMAC Rx and Tx d
On Thursday 12 January 2012 20:59:41 Scott Wood wrote:
> --- a/drivers/mtd/nand/fsl_elbc_nand.c
> +++ b/drivers/mtd/nand/fsl_elbc_nand.c
>
> +#ifndef CONFIG_SYS_NAND_BASE_LIST
> +#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
> +#endif
would this be better off in nand.h ?
-mike
sign
On Sunday 15 January 2012 13:29:26 Stephan Linz wrote:
> Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger:
> > On Sunday 15 January 2012 10:46:02 Stephan Linz wrote:
> > > +/* Data buffer for LL TEMAC Rx and Tx direction */
> > > +static unsigned char rx_buffer[PKTSIZE_ALIGN]
> > > __
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 01/15/2012 04:28 PM, Fabio Estevam wrote:
> On Sun, Jan 15, 2012 at 10:10 AM, Matthias Fuchs
> wrote:
>
>> That's what I also tried. But from the ref manual I got no idea.
>> When we do not find a hy to deassert the chip select manually, we cannot
>> avoid this read.
>
> I was assuming that
Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger:
> On Sunday 15 January 2012 10:46:02 Stephan Linz wrote:
> > +/* Data buffer for LL TEMAC Rx and Tx direction */
> > +static unsigned char rx_buffer[PKTSIZE_ALIGN]
> > __attribute((aligned(DMAALIGN)));
> > +static unsigned char tx_buf
On Sunday 15 January 2012 02:53:42 Heiko Schocher wrote:
> --- a/common/main.c
> +++ b/common/main.c
>
> +#if defined(CONFIG_MENU_SHOW)
> + bootdelay = menu_show();
> +#endif
should the current bootdelay get passed in ?
-mike
signature.asc
Description: This is a digitally signed message par
On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote:
> add the possibility to show a statusline when printing a menu
do you have any examples ?
> +void menu_display_statusline(struct menu *m)
a prototype needs to be in menu.h, and documented
-mike
signature.asc
Description: This is a digit
On Sunday 15 January 2012 02:53:40 Heiko Schocher wrote:
> --- a/common/main.c
> +++ b/common/main.c
>
> + if ((first) && (timeout)) {
those inner parens make no sense
> + ulong start = get_timer(0);
> + ulong delay = timeout * CONFIG_SYS_HZ;
w
On Sunday 15 January 2012 02:45:49 Heiko Schocher wrote:
> - ubootimage
> U-Boot image
> - splimage
> SPL image
> - dfenvimage
> Default Environment image
> - ublheader
> TI davinci UBL header image
for ... ?
is it even possible to `bootm` these currently ?
-mike
signature.asc
Descripti
On Sunday 15 January 2012 10:46:02 Stephan Linz wrote:
> +/* Data buffer for LL TEMAC Rx and Tx direction */
> +static unsigned char rx_buffer[PKTSIZE_ALIGN]
> __attribute((aligned(DMAALIGN)));
> +static unsigned char tx_buffer[PKTSIZE_ALIGN]
> __attribute((aligned(DMAALIGN)));
come code already d
From: Michal Simek
Enable phylib and mii support for LLTEMAC or AXI EMAC
ethernet drivers on Microblaze systems.
Signed-off-by: Michal Simek
Acked-by: Stephan Linz
---
include/configs/microblaze-generic.h | 21 +
1 files changed, 21 insertions(+), 0 deletions(-)
diff --
Expand the specific configuration for the microblaze-generic
board in xparameters.h with a faked setup to enable the
LL_TEMAC driver.
Note: From now the microblaze-generic board is no longer a
valid board configuration for a real piece of hardware. Rather
than, we use the file config.mk and xparam
NET_MULTI enables to use several ethernet drivers but
microblaze-generic platform config file select only
one driver.
Reported-by: Michal Simek
Signed-off-by: Stephan Linz
---
include/configs/microblaze-generic.h | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/
Initialize ll_temac driver.
Reported-by: Michal Simek
Signed-off-by: Stephan Linz
---
.../xilinx/microblaze-generic/microblaze-generic.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c
b/board/xilinx/microblaze-g
Back to the discussion from the last three months I have refactored the
LL TEMAC driver again. The version V8 is ready to next review and
testing. I myself have tested it successfully on an ML605 (TEMAC hard
core) and on a SP3ADSP1800 (TEMAC soft core). Thanks to Marek, Wolfgang,
Andy and Michal to
On Sun, Jan 15, 2012 at 10:10 AM, Matthias Fuchs wrote:
> That's what I also tried. But from the ref manual I got no idea.
> When we do not find a hy to deassert the chip select manually, we cannot
> avoid this read.
I was assuming that the chip select deassertion was correctly being
handled by
On Sun, Jan 15, 2012 at 8:03 AM, Fabio Estevam wrote:
> CONFIG_NET_MULTI is not used anymore, so remove it from board files.
>
> Cc: Marek Vasut
> Cc: Stefano Babic
> Cc: Kumar Gala
> Cc: Sandeep Paulraj
> Signed-off-by: Fabio Estevam
Acked-by: Tom Rini
For the TI bits.
--
Tom
__
CONFIG_NET_MULTI is not used anymore, so remove it from board files.
Cc: Marek Vasut
Cc: Stefano Babic
Cc: Kumar Gala
Cc: Sandeep Paulraj
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Fix P1010RDB and p1_p2_rdb_pc targets
include/configs/P1010RDB.h |4
include/configs
On 15/01/2012 02:12, Mike Frysinger wrote:
> On Saturday 14 January 2012 05:08:46 Stefano Babic wrote:
>> On 11/01/2012 13:47, Fabio Estevam wrote:
>>> CONFIG_NET_MULTI is not used anymore, so remove it from board
>>> files.
>>>
>>> include/configs/P1010RDB.h |5 -
>>> include/conf
On 01/14/2012 09:14 PM, Fabio Estevam wrote:
> On Sat, Jan 14, 2012 at 6:09 PM, Matthias Fuchs wrote:
>> This cannot work. I do not understand what you are trying to achieve with
>> this.
>
> I would like to avoid the extra dummy read that your patch proposes.
That's what I also tried. But from
Hello Sughosh,
Sughosh Ganu wrote:
> hi Heiko,
>
> On Fri Jan 13, 2012 at 04:29:29PM +0100, Heiko Schocher wrote:
>> Hello Sugosh,
>>
>> Sughosh Ganu wrote:
>>> hi Christian,
>>>
>>> On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch wrote:
Hi Sughosh,
I had a look at the patch a
56 matches
Mail list logo