I think that before we go ahead and do changes, we should ask ourselves:
Why does a bootloader need LED support?
Just because its on the board?
Do we need to support all LEDs because they are there?
i implemented the LED command because it seemed to have some application,
even though I could not
add header definition of faraday interrupt controller
Signed-off-by: Macpaul Lin
---
include/faraday/ftintc010.h | 101 +++
1 files changed, 101 insertions(+), 0 deletions(-)
create mode 100644 include/faraday/ftintc010.h
diff --git a/include/faraday/ft
On 15/12/2011 18:22, Marek Vasut wrote:
>> Let imx_get_mac_from_fuse function be a common function, so that other
>> mx28 boards can reuse it.
>>
>> Signed-off-by: Fabio Estevam
Hi Marek,
>> +writel(OCOTP_CTRL_RD_BANK_OPEN, &ocotp_regs->hw_ocotp_ctrl_set);
>> +
>> +if (mx28_wait_mask_clr
On 15/12/2011 23:07, Fabio Estevam wrote:
> Let dram_init function be a common function, so that other mx28 boards
> can reuse it.
>
> Signed-off-by: Fabio Estevam
> ---
> -int board_init(void)
> +int dram_init(void)
> {
> - /* Adress of boot parameters */
> - gd->bd->bi_boot_params =
This patch removes the unused definitions:
CONFIG_OMAP3_MICRON_DDR
CONFIG_OMAP3_NUMONYX_DDR
CONFIG_OMAP3_INFINEON_DDR
Signed-off-by: Thomas Weber
---
include/configs/cm_t35.h|3 ---
include/configs/dig297.h|3 ---
include/configs/igep0020.h |3 ---
include/config
On 15/12/2011 23:07, Fabio Estevam wrote:
> Add initial support for Freescale MX28EVK board.
>
> Tested boot via SD card and by loading a kernel via TFTP through
> the FEC interface.
>
> Signed-off-by: Fabio Estevam
> ---
Hi Fabio,
> +int dram_init(void)
> +{
> + mx28_dram_init();
> +
On 16/12/2011 06:54, Shawn Guo wrote:
> Hi,
>
Hi Shawn,
> I'm running v2011.12-rc1 (with one missing usdhc patch applied) on
> mx6qarm2 board, and seeing a problem. When I install u-boot on a
> blank SD card, it boots fine with messge "*** Warning - bad CRC,
> using default environment" seen as
On Fri, Dec 16, 2011 at 3:54 AM, Shawn Guo wrote:
> Hi,
>
> I'm running v2011.12-rc1 (with one missing usdhc patch applied) on
> mx6qarm2 board, and seeing a problem. When I install u-boot on a
> blank SD card, it boots fine with messge "*** Warning - bad CRC,
> using default environment" seen as
On 16/12/2011 10:33, Fabio Estevam wrote:
>
> The weak function was introduced by this commit:
> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=97039ab98c551c7860bc0977d684ef686159e0d7
>
> which breaks non CONFIG_FSL_ESDHC users.
Ok, I see - the patch is more related to Freescale SOCs as to th
> Let imx_get_mac_from_fuse function be a common function, so that other
> mx28 boards can reuse it.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v4:
> - No changes
> Change since v3:
> - Add a note about the first two MAC addresses being from Freescale vendor.
What changes are in V5?
> Add initial support for Freescale MX28EVK board.
>
> Tested boot via SD card and by loading a kernel via TFTP through
> the FEC interface.
>
> Signed-off-by: Fabio Estevam
> ---
> - For correct operation of saving environment variables into the SD card,
> the following patch is needed:
> http:
> On 15/12/2011 18:22, Marek Vasut wrote:
> >> Let imx_get_mac_from_fuse function be a common function, so that other
> >> mx28 boards can reuse it.
> >>
> >> Signed-off-by: Fabio Estevam
>
> Hi Marek,
Hi Stefano,
>
> >> + writel(OCOTP_CTRL_RD_BANK_OPEN, &ocotp_regs->hw_ocotp_ctrl_set);
> >>
> On Thursday 15 December 2011 08:26:41 Marek Vasut wrote:
> > First of the CHECKPATCH series of patches with per-file checkpatch fixes.
> >
> > This series fixes all files fpgadata.c, which contains PPC FPGA
> > firmwares. There are no functional changes, only CHECKPATCH fixes.
>
> i don't reall
> On Thursday 15 December 2011 08:45:48 Marek Vasut wrote:
> > This series fixes the logo files by aligning them to 8 bytes per line and
> > fixing subsequent CHECKPATCH issues.
>
> same comment as fpgadata.c ... would make more sense to find/update the
> tool creating these files rather than hand
On 16/12/2011 10:53, Marek Vasut wrote:
>> On 15/12/2011 18:22, Marek Vasut wrote:
Let imx_get_mac_from_fuse function be a common function, so that other
mx28 boards can reuse it.
Signed-off-by: Fabio Estevam
>>
Hi Marek,
>>> Be careful here. 0x00 0x04 prefix might not be co
> On 16/12/2011 10:53, Marek Vasut wrote:
> >> On 15/12/2011 18:22, Marek Vasut wrote:
> Let imx_get_mac_from_fuse function be a common function, so that other
> mx28 boards can reuse it.
>
> Signed-off-by: Fabio Estevam
>
> Hi Marek,
Hi Stefano,
DISCLAIMER: I'm terribly ti
On 16/12/2011 11:39, Marek Vasut wrote:
>>
>> Hi Marek,
>
> Hi Stefano,
>
> DISCLAIMER: I'm terribly tired today, had early class.
ok, I understand..;-)
>
> You disable fuses and use ethaddr. Why do we need them? We don't, but the
> hardware is in the CPU and someone might use it so let's su
> On 16/12/2011 11:39, Marek Vasut wrote:
> >> Hi Marek,
> >
> > Hi Stefano,
> >
> > DISCLAIMER: I'm terribly tired today, had early class.
>
> ok, I understand..;-)
>
> > You disable fuses and use ethaddr. Why do we need them? We don't, but the
> > hardware is in the CPU and someone might use
On 13/12/2011 14:44, Jason Liu wrote:
> Cc: Stefano Babic
> Signed-off-by: Jason Liu
> ---
> arch/arm/cpu/armv7/mx6/clock.c |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/cpu/armv7/mx6/clock.c b/arch/arm/cpu/armv7/mx6/clock.c
> index b143535..fa3a124
On 13/12/2011 14:44, Jason Liu wrote:
> Cc: Stefano Babic
> Signed-off-by: Jason Liu
> ---
> drivers/net/fec_mxc.c | 10 ++
> drivers/net/fec_mxc.h |7 ++-
> 2 files changed, 16 insertions(+), 1 deletions(-)
>
Acked-by : Stefano Babic
Best regards,
Stefano Babic
--
==
On 13/12/2011 14:44, Jason Liu wrote:
> This enable the network function on the i.mx6q armadillo2
> board(arm2), thus we can use tftp to load image from network.
>
> Cc: Stefano Babic
> Signed-off-by: Jason Liu
> Tested-by: Dirk Behme
> ---
> board/freescale/mx6qarm2/mx6qarm2.c | 90
> +
Hi Luka,
On Fri, 16 Dec 2011 00:32:15 +0100
Luka Perkov wrote:
> Cosmetic patch for first U-Boot line that gets printed.
>
> Signed-off-by: Luka Perkov
> ---
> diff --git a/include/version.h b/include/version.h
> index c908bd3..ac5a39a 100644
> --- a/include/version.h
> +++ b/include/version.h
Hi all,
I'm new to this mailing-list and to u-boot.
I've to port the TI SDK_5.02 to a LogicPD_SOM_AM1808 -based application board.
The SDK_5.02 is based on PSP_03.21.00.04, whose u-boot was developed on git
u-boot 2010.12
The question is
What's the better, to start from SDK's u-boot or from git
All,
There is a bug rendering SDCard support useless on Freescale esdhc
controller.
File drivers/mmc/fsl_esdhc.c, function esdhc_pio_read_write
*change: *
struct fsl_esdhc *regs = mmc->priv;
*to:*
struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv;
volatile struct fsl_esdhc *reg
Hi Jim
On Dec 17, 2011 1:11 AM, "Jim Lentz" wrote:
>
> All,
>
> There is a bug rendering SDCard support useless on Freescale esdhc
controller.
>
> File drivers/mmc/fsl_esdhc.c, function esdhc_pio_read_write
>
> *change: *
>
> struct fsl_esdhc *regs = mmc->priv;
>
> *to:*
>
> struct fsl_esdhc_cfg
Hi Jim,
On Fri, Dec 16, 2011 at 11:48 AM, Jim Lentz wrote:
> All,
>
> There is a bug rendering SDCard support useless on Freescale esdhc
> controller.
Which Freescale processor do you use?
Please describe in details the problem you see, how to reproduce it,
the U-boot version
that you use, etc.
>-Original Message-
>From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>On Behalf Of Stefano Babic
>Sent: Friday, December 16, 2011 7:30 PM
>To: Jason Liu
>Cc: u-boot@lists.denx.de
>Subject: Re: [U-Boot] [PATCH 3/3] i.mx6q: arm2: Add the enet function
>support
>
>On 1
Hi Fabio,
On 12/16/2011 12:07 AM, Fabio Estevam wrote:
Tested boot via SD card and by loading a kernel via TFTP through
the FEC interface.
Have you any idea why this works from SD card but not by USB recovery
using exactly same sb file?
By quick look it seems that control is not passed back
On 12/16/2011 09:51 AM, Fabio Estevam wrote:
Hi Jim,
On Fri, Dec 16, 2011 at 11:48 AM, Jim Lentz wrote:
All,
There is a bug rendering SDCard support useless on Freescale esdhc
controller.
Which Freescale processor do you use?
Please describe in details the problem you see, how to reproduce
This patch add the ethernet function support for i.mx6q/arm2 board.
The patch has been tested ok by: Dirk Behme
on freescale i.mx6qarm2 board.
Jason Liu (3):
i.mx: i.mx6q: Add the enet clock function
fec: add the i.mx6q enet driver support
i.mx6q: arm2: Add the enet function support
arch
Cc: Stefano Babic
Signed-off-by: Jason Liu
Acked-by: Stefano Babic
---
v2: Add Stefano's ack
---
arch/arm/cpu/armv7/mx6/clock.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/clock.c b/arch/arm/cpu/armv7/mx6/clock.c
index b143535..fa3a124 10
Cc: Stefano Babic
Signed-off-by: Jason Liu
Acked-by: Stefano Babic
---
v2: Add Stefano's ack
---
drivers/net/fec_mxc.c | 10 ++
drivers/net/fec_mxc.h |7 ++-
2 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index b0
This enable the network function on the i.mx6q armadillo2
board(arm2), thus we can use tftp to load image from network.
Cc: Stefano Babic
Signed-off-by: Jason Liu
Tested-by: Dirk Behme
---
v2: use constant define and remove ETHPRIME config
---
board/freescale/mx6qarm2/mx6qarm2.c | 90 ++
Hi,
this is a new submission of the Simon's work to add a way to
boot Linux directly from the SPL. From the last patchset series,
the main changes introduced by me are the following:
- compile the cache functions in SPL to make cleanup_before_linux()
available.
- do not call I"C function on boa
From: Simon Schwarz
This adds some configs for devkit8000 to use the new spl command
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V10 changes:
This is new in V10 was split from other patch
include/configs/devkit8000.h |8
1 files changed,
From: Simon Schwarz
This implements booting of Linux from NAND in SPL
Related config parameters:
CONFIG_SYS_NAND_SPL_KERNEL_OFFS
Offset in NAND of direct boot kernel image to use in SPL
CONFIG_SYS_SPL_ARGS_ADDR
Address where the kernel boot arguments are expected - this is
From: Simon Schwarz
Linux crashes if the GPMC isn't configured for the dm9000.
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V2 changes:
nothing
V3 changes:
nothing
V4 changes:
noting
V5 changes:
nothing
V6 changes:
nothing
V7 changes:
FIX multiline c
From: Simon Schwarz
This adds a spl command to the u-boot.
Related config:
CONFIG_CMD_CPL
activate/deactivate the command
CONFIG_CMD_SPL_NAND_OFS
Offset in NAND to use
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V2 changes:
CHG corrected
From: Simon Schwarz
This adds Linux booting to the SPL
This depends on CONFIG_MACH_TYPE patch by Igor Grinberg
(http://article.gmane.org/gmane.comp.boot-loaders.u-boot/105809)
Related CONFIGs:
CONFIG_SPL_OS_BOOT
Activates/Deactivates the OS booting feature
CONFIG_SPL_OS_BOOT_KEY
From: Simon Schwarz
This only outputs "Assuming u-boot.bin..." if debug is active.
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V11: no changes
arch/arm/cpu/armv7/omap-common/spl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git
From: Simon Schwarz
- Implements spl_start_uboot() for devkit8000
- Add configs to activate direct OS boot from SPL
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V10 changes:
sliced from the implementation
added an implementation of spl_start_uboot for de
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
arch/arm/cpu/armv7/Makefile |4 ++--
arch/arm/cpu/armv7/cpu.c|2 ++
arch/arm/lib/Makefile |5 +++--
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/arch/arm/cpu/armv7/Makefile
Call i2c initialization in spl_board_init only if I2C
is configured for the board.
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
arch/arm/cpu/armv7/omap3/board.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/om
The SPL used on OMAPx can be reused by other SOCs from different
architectures. Move common files into common/ directory.
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
arch/arm/cpu/armv7/omap-common/Makefile| 10 --
common/Makefile
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
common/spl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/spl.c b/common/spl.c
index 5fdf3fb..cf5395e 100644
--- a/common/spl.c
+++ b/common/spl.c
@@ -125,7 +125,7 @@ __noretur
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
board/technexion/twister/twister.c | 23 +++
include/configs/twister.h | 16
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/board/technexion/twis
The SPL is developped first for TI-OMAPx. The patch
move OMAP specific function into OMAP directory.
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
arch/arm/cpu/armv7/omap-common/Makefile |2 +
arch/arm/cpu/armv7/omap-common/spl_omap.c | 71 +
On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
> Hi,
>
> this is a new submission of the Simon's work to add a way to
> boot Linux directly from the SPL. From the last patchset series,
> the main changes introduced by me are the following:
>
> - compile the cache functions in SPL to make cl
On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
> Signed-off-by: Stefano Babic
> CC: Tom Rini
> CC: Wolfgang Denk
> CC: Simon Schwarz
As I said in my reply to the intro email..
> -ifndef CONFIG_SPL_BUILD
> +#ifndef CONFIG_SPL_BUILD
Is why I assume this is an RFC :)
This patch is fine
On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
> Call i2c initialization in spl_board_init only if I2C
> is configured for the board.
>
> Signed-off-by: Stefano Babic
> CC: Tom Rini
> CC: Wolfgang Denk
> CC: Simon Schwarz
> ---
> arch/arm/cpu/armv7/omap3/board.c | 2 ++
> 1 files ch
On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
> The SPL used on OMAPx can be reused by other SOCs from different
> architectures. Move common files into common/ directory.
Thanks for tackling this. My immediate concern however is that this
breaks building nand_spl/ boards, but is that re
On Friday 16 December 2011 07:13:47 Anatolij Gustschin wrote:
> On Fri, 16 Dec 2011 00:32:15 +0100 Luka Perkov wrote:
> > Cosmetic patch for first U-Boot line that gets printed.
> >
> > --- a/include/version.h
> > +++ b/include/version.h
> >
> > #define U_BOOT_VERSION_STRING U_BOOT_VERSION " ("
On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
> The SPL is developped first for TI-OMAPx. The patch
> move OMAP specific function into OMAP directory.
I wonder if we should fold this into the mv'ing patch as well.
[snip]
> diff --git a/include/spl.h b/include/spl.h
> +/* Boot type */
> +
On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
> Signed-off-by: Stefano Babic
> CC: Tom Rini
> CC: Wolfgang Denk
> CC: Simon Schwarz
[snip]
> +#ifdef CONFIG_SPL_BUILD
> +#undef CONFIG_HARD_I2C
> +#endif
If we switch the I2C test to CONFIG_SPL_I2C_SUPPORT this part here can
go away, yes
On 16/12/2011 16:45, Tom Rini wrote:
> On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
>> Hi,
>>
>> this is a new submission of the Simon's work to add a way to
>> boot Linux directly from the SPL. From the last patchset series,
>> the main changes introduced by me are the following:
>>
>> -
On Thursday 15 December 2011 21:13:55 Kyle Moffett wrote:
> The version from the kernel is not directly usable as it has code for
> supporting CONFIG_LOCALVERSION from Kconfig, but the version that was
> imported is very similar to the one in Linux v3.2-rc4.
NAK: this breaks localversion-* support
this needs to be behind a CONFIG_EXT4_WRITE or something similar. most people
want to read their fs's, not write them.
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On 16/12/2011 16:55, Tom Rini wrote:
> On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
>> The SPL used on OMAPx can be reused by other SOCs from different
>> architectures. Move common files into common/ directory.
>
> Thanks for tackling this. My immediate concern however is that this
> b
On 16/12/2011 17:01, Tom Rini wrote:
> On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
>> Signed-off-by: Stefano Babic
>> CC: Tom Rini
>> CC: Wolfgang Denk
>> CC: Simon Schwarz
> [snip]
>> +#ifdef CONFIG_SPL_BUILD
>> +#undef CONFIG_HARD_I2C
>> +#endif
>
> If we switch the I2C test to CO
On 16/12/2011 16:59, Tom Rini wrote:
> On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
>> The SPL is developped first for TI-OMAPx. The patch
>> move OMAP specific function into OMAP directory.
>
> I wonder if we should fold this into the mv'ing patch as well.
I can squash the two patches,
On 16/12/2011 16:17, Jason Liu wrote:
> Cc: Stefano Babic
> Signed-off-by: Jason Liu
> Acked-by: Stefano Babic
>
> ---
> v2: Add Stefano's ack
Jason,
if you prefer it is not required to send a new version with only the
ACK. Patchworks has already applied my ACK to the previous patch.
Howerve
On Thu, Dec 15, 2011 at 11:09 PM, Peter Barada wrote:
> On 12/15/2011 01:30 PM, Tom Rini wrote:
>> On Thu, Dec 15, 2011 at 10:15 AM, Peter Barada
>> wrote:
>>> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo
>>> reference boards. It assumes U-boot is loaded to SDRAM with the
>>> h
On Thursday 15 December 2011 12:39:28 uma.shan...@samsung.com wrote:
> From: Uma Shankar
NAK: please add some sort of description here. you must document all the
places you're copying code from for example, and retain all the appropriate
copyrights. as it stands, this patch is a mess from tha
On Fri, Dec 16, 2011 at 9:18 AM, Stefano Babic wrote:
> On 16/12/2011 16:59, Tom Rini wrote:
>> On Fri, Dec 16, 2011 at 8:37 AM, Stefano Babic wrote:
>>> The SPL is developped first for TI-OMAPx. The patch
>>> move OMAP specific function into OMAP directory.
>>
>> I wonder if we should fold this
On Wednesday 14 December 2011 03:25:39 Donggeun Kim wrote:
> +int do_fat_fswrite(cmd_tbl_t *cmdtp, int flag, int argc, char * const
static
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.de
On Friday 16 December 2011 04:54:42 Marek Vasut wrote:
> > On Thursday 15 December 2011 08:26:41 Marek Vasut wrote:
> > > First of the CHECKPATCH series of patches with per-file checkpatch
> > > fixes.
> > >
> > > This series fixes all files fpgadata.c, which contains PPC FPGA
> > > firmwares. The
Hi all,
In board/davinci/da8xxevm/da850.c
#ifdef CONFIG_USE_NOR
/* Set the GPIO direction as output */
clrbits_be32((u32 *)GPIO_BANK0_REG_DIR_ADDR, (0x01 << 11));
/* Set the output as low */
val = readl(GPIO_BANK0_REG_SET_ADDR);
On Friday 16 December 2011 04:54:42 Marek Vasut wrote:
> The reason is to make it all checkpatch clean.
also, it's questionable whether this goal even makes sense. but i've said
this many times in the past, and people don't seem to care. they've got their
useless blinders on.
-mike
signature
On Tuesday 13 December 2011 20:56:47 Macpaul Lin wrote:
> 2011/12/12 Wolfgang Denk
> > Hi everybody,
> >
> > after long struggeling we finally have a -rc1.
> >
> > Please help testing, so we can fix the remaining issues before the
> > release, which I decided to shift to December 23.
>
> I have
The CPU I'm working with, the LPC3130, is kind of an in-between CPU
for SPL. Instead of a tightly constrained RAM of 16KB or so I have
96KB to work with. 96KB is enough room to support all of the various
boot modes (uart, nand, spi, USB, etc) but not enough room for the
full uboot command set. So
On Wednesday 14 December 2011 03:48:24 Che-Liang Chiou wrote:
> --- /dev/null
> +++ b/drivers/tpm/tpm.c
>
> +int tis_sendrecv(const uint8_t *sendbuf, size_t send_size, uint8_t
> *recvbuf, + size_t *recv_len)
> +{
> + error("%s: invalid send_size %zx\n", __func__, send_size);
On Monday 12 December 2011 05:17:49 Marek Vasut wrote:
> > On Sunday 11 December 2011 08:42:07 Marek Vasut wrote:
> > > > On Saturday 10 December 2011 20:09:30 Marek Vasut wrote:
> > > > > Introduce ne2k_register_io(in, out), which allows user to supply
> > > > > two functions. One for reading data
On Dec 16, 2011, at 11:07, Mike Frysinger wrote:
> On Thursday 15 December 2011 21:13:55 Kyle Moffett wrote:
>> The version from the kernel is not directly usable as it has code for
>> supporting CONFIG_LOCALVERSION from Kconfig, but the version that was
>> imported is very similar to the one in Li
On Fri, Dec 16, 2011 at 09:53:20AM -0500, Jim Lentz wrote:
> On 12/16/2011 09:51 AM, Fabio Estevam wrote:
> > Hi Jim,
> >
> > On Fri, Dec 16, 2011 at 11:48 AM, Jim Lentz wrote:
> >> All,
> >>
> >> There is a bug rendering SDCard support useless on Freescale esdhc
> >> controller.
> > Which Freesca
On Sunday 11 December 2011 11:53:11 Daniel Schwierzeck wrote:
> --- a/README
> +++ b/README
> @@ -374,6 +374,12 @@ The following options need to be configured:
> Defines the string to utilize when trying to match PCIe device
> tree nodes for the given platform.
>
> +- G
> On Monday 12 December 2011 05:17:49 Marek Vasut wrote:
> > > On Sunday 11 December 2011 08:42:07 Marek Vasut wrote:
> > > > > On Saturday 10 December 2011 20:09:30 Marek Vasut wrote:
> > > > > > Introduce ne2k_register_io(in, out), which allows user to supply
> > > > > > two functions. One for re
On Dec 16, 2011, at 00:05, Mike Frysinger wrote:
> On Thursday 15 December 2011 22:32:41 Kyle Moffett wrote:
>> This new #define is set in config_cmd_defaults.h (which is automatically
>> included on every board by "mkconfig"), but this allows boards to elect
>> to omit the "reset" command if neces
On Friday 16 December 2011 13:49:15 Moffett, Kyle D wrote:
> On Dec 16, 2011, at 00:05, Mike Frysinger wrote:
> > On Thursday 15 December 2011 22:32:41 Kyle Moffett wrote:
> >> This new #define is set in config_cmd_defaults.h (which is automatically
> >> included on every board by "mkconfig"), but
On Friday 16 December 2011 13:13:33 Marek Vasut wrote:
> On Friday 16 December 2011 12:33:53 Mike Frysinger wrote:
> > rename ISA_OFFSET to CONFIG_NE2000_IO_OFFSET, then move the "2" to
> > CONFIG_NE2000_IO_STRIDE, and move them both to the board config header.
> > then you get one unified set:
> >
Hi,
2011/12/16 Simon Glass :
> On Tue, Dec 13, 2011 at 10:16 PM, Igor Grinberg
> wrote:
>> There is no benefit in using u8, so switch to unsigned to reduce the
>> binary image size (by 20 bytes).
>>
>> Signed-off-by: Igor Grinberg
>> Acked-by: Simon Glass
>
> Looks good thanks
>
>> ---
>> v2:
Hi,
2011/12/12 Igor Grinberg :
> Clean a mixup between u32 and int as a return type
> for functions returning error values.
> Use int as it is native (and widely used) return type.
>
> Signed-off-by: Igor Grinberg
> ---
> drivers/usb/ulpi/ulpi-viewport.c | 4 ++--
> drivers/usb/ulpi/ulpi.c
Dear Donggeun Kim,
In message <1323851092-821-1-git-send-email-dg77@samsung.com> you wrote:
> By removing variable of 'part_size' in fs/fat.c,
> compile error occurs when enabling FAT write feature.
> The variable should be declared only when CONFIG_FAT_WRITE is defined.
> This patch removes c
Hi,
2011/12/12 Igor Grinberg :
> Add the argument value to the error message.
>
> Signed-off-by: Igor Grinberg
> ---
> drivers/usb/ulpi/ulpi.c | 12 ++--
> 1 files changed, 6 insertions(+), 6 deletions(-)
Applied to -u-boot-usb. Thanks.
Kind regards,
Remy
___
Hi Igor,
2011/12/15 Igor Grinberg :
Where does it say that only this one is supported in the code?
>>>
>>> You mean comments or the code?
>>
>> Well the filename seems generic and not specific to that chip. Are
>> viewports something that other chips can support?
>
> Let me clarify:
> 1) It i
Hi,
2011/12/15 Lukasz Majewski :
> This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal)
> reference target.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> CC: Remy Bohmer
> ---
> Changes for v2:
> - Rename the S5PC210_Univ
Hi Remy,
On Fri, Dec 16, 2011 at 12:10 PM, Remy Bohmer wrote:
> Hi Igor,
>
> 2011/12/15 Igor Grinberg :
> Where does it say that only this one is supported in the code?
You mean comments or the code?
>>>
>>> Well the filename seems generic and not specific to that chip. Are
>>> view
This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo
reference boards. It assumes U-boot is loaded to SDRAM with the
help of another small bootloader (x-load) running from SRAM.
Signed-off-by: Peter Barada
Cc: Tom Rini
Cc: Igor Grinberg
---
Changes for V3:
Inline identify_board()
Hi All,
2011/12/15 Tom Rini :
> In 9792987721c7980453fe6447c3fa6593b44f8458 Stefan describes a usecase
> where the previous behavior of leaving wMaxPacketSize be unaligned
> caused fatal problems. The initial fix for this problem was incomplete
> however as it showed another cases of non-aligned
On 12/16/2011 03:31 PM, Peter Barada wrote:
> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo
> reference boards. It assumes U-boot is loaded to SDRAM with the
> help of another small bootloader (x-load) running from SRAM.
[snip]
My apologies, I forgot to change the subject to [PATC
Hi,
2011/12/16 Simon Glass :
> Hi Remy,
>
> On Fri, Dec 16, 2011 at 12:10 PM, Remy Bohmer wrote:
>> Hi Igor,
>>
>>> Here the configs are documented.
>>> I admit, it is not that brilliant documentation...
>>
>> Are you planning to post an update of this patch? The rest of the
>> series I already p
> On Friday 16 December 2011 13:13:33 Marek Vasut wrote:
> > On Friday 16 December 2011 12:33:53 Mike Frysinger wrote:
> > > rename ISA_OFFSET to CONFIG_NE2000_IO_OFFSET, then move the "2" to
> > > CONFIG_NE2000_IO_STRIDE, and move them both to the board config header.
> > > then you get one unifie
On Dec 16, 2011, at 14:30, Mike Frysinger wrote:
> On Friday 16 December 2011 13:49:15 Moffett, Kyle D wrote:
>> On Dec 16, 2011, at 00:05, Mike Frysinger wrote:
>>> On Thursday 15 December 2011 22:32:41 Kyle Moffett wrote:
This new #define is set in config_cmd_defaults.h (which is automatical
The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:
Merge branch 'ag...@denx.de' of git://git.denx.de/u-boot-staging
(2011-12-12 14:51:16 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Igor Grinberg (4):
USB: ULPI: switc
Several bugfixes have occurred upstream since this script was imported
into U-Boot. In particular, the script currently in U-Boot does not
describe commit f8bbb4dad0e9d91b7a51d6cc54dcf66d142f50fe correctly,
resulting in a version of "2011.09" instead of "2011.09-01460-gf8bbb4d".
With that commit
This removes dependency on global variable "new" from EHCI driver with
CONFIG_SYS_USB_EVENT_POLL turned on and gets USB keyboard working with
EHCI driver again.
Signed-off-by: Allen Martin
---
common/usb_kbd.c| 18 +-
drivers/usb/host/ehci-hcd.c | 30 -
On 12/16/2011 11:20 AM, jonsm...@gmail.com wrote:
> The CPU I'm working with, the LPC3130, is kind of an in-between CPU
> for SPL. Instead of a tightly constrained RAM of 16KB or so I have
16K? Luxury! :-)
Many boards have only 4K, and IIRC some have only 2K.
> 96KB to work with. 96KB is enoug
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 Friday 16 December 2011 15:42:26 Moffett, Kyle D wrote:
> On Dec 16, 2011, at 14:30, Mike Frysinger wrote:
> > On Friday 16 December 2011 13:49:15 Moffett, Kyle D wrote:
> >> On Dec 16, 2011, at 00:05, Mike Frysinger wrote:
> >>> On Thursday 15 December 2011 22:32:41 Kyle Moffett wrote:
> T
On Wed, Dec 14, 2011 at 9:06 AM, Tom Rini wrote:
> On Tue, Dec 13, 2011 at 11:58 AM, Tom Rini wrote:
>> The following changes since commit
>> 953209bf5ef0889a1baa02aa0ed5324f53ff8fda: Wolfgang Grandegger (1):
>> arm: add __aeabi_unwind_cpp_pr1() function to avoid linker
>> complaints
>> are
These boards were meaning to deploy this value:
#define LCRR_DBYP0x8000
but were missing a zero, and hence toggling a bit that
lands in an area marked as reserved in the 8548 reference
manual.
According to the documentation, LCRR_DBYP should be used as:
PLL bypass. This bit sho
1 - 100 of 108 matches
Mail list logo