Hello,
I would like to generalize that driver and make it also
CONFIG_NET_MULTI-able.
Currently it contains hard coded functionality for the LPC2292 Cpu
and is used by only two boards: lpc2292sodimm and SMN42.
Since the driver could be clearly generic, using just SPI and two I/O
Pins for
/reset
Hello Steve,
Steve Sakoman wrote:
> This patch modifies the init routine to follow the TRM
> recommendations. It also modifies the i2c_read_byte function
> to reflect subtle differences between the i2c controller in
> OMAP3 and OMAP4.
>
> Signed-off-by: Steve Sakoman
> Acked-by: Nishanth Menon
Hello Wolfgang,
please pull from u-boot-i2c
The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-video
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
Mike F
Hello Mike,
Mike Frysinger wrote:
> Since the vast majority of GPIO I2C implementations behave the same way,
> support the common GPIO framework with default settings.
>
> This adds two new defines CONFIG_SOFT_I2C_GPIO_{SCL,SDA} so that boards
> which want GPIO I2C support need only define these.
Add mvsata_ide port 1 initialization in edminiv2 init code
Add mvsata_ide and cmd_ide configuration in edminiv2 config
Signed-off-by: Albert Aribaud
---
board/LaCie/edminiv2/edminiv2.c |8
include/configs/edminiv2.h | 33 -
2 files changed, 40
Add MVSATAHC definitions to orion5x.
Add support for orion5x in cmd_ide.
Signed-off-by: Albert Aribaud
---
arch/arm/include/asm/arch-orion5x/orion5x.h |3 +++
common/cmd_ide.c|4
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/arm/incl
This driver only provides initialization code; actual driving
is done by cmd_ide.c using the ATA compatibility mode of the
Marvell SATAHC controller.
Signed-off-by: Albert Aribaud
---
drivers/block/Makefile |7 +++--
drivers/block/mvsata_ide.c | 60 +
This configuration option replaces a complex conditional
in cmd_ide.c with an explicit define to be added to SoC or
board configs.
Signed-off-by: Albert Aribaud
---
This patch set introduces CONFIG_IDE_SWAP_IO as suggested by
Wolfgang Denk, adds orion5x support to cmd_ide.c and adds IDE
support t
On Fri, 2010-07-23 at 20:14 -0700, Steve Sakoman wrote:
> This is version 2 of the patch set. It incorporates all feedback to date.
>
> This patch series adds support for:
> - pad mux initialization
> - OMAP4 TWL6030 companion chip initialization
> - usb driver and gadget support
These patche
Signed-off-by: Steve Sakoman
---
include/configs/omap4_panda.h | 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index 4bec00b..1d76467 100644
--- a/include/configs/omap4_panda.h
+++ b/include/conf
Signed-off-by: Steve Sakoman
---
arch/arm/include/asm/arch-omap3/cpu.h |3 +++
arch/arm/include/asm/arch-omap4/cpu.h |3 +++
drivers/usb/musb/omap3.c | 16
drivers/usb/musb/omap3.h |3 ++-
4 files changed, 24 insertions(+), 1 deletions(-)
Specify vram on command line, remove erroneous call to nandboot
in the boot script, add CONFIG_BOOTDELAY
Signed-off-by: Steve Sakoman
Acked-by: Nishanth Menon
---
include/configs/omap4_panda.h |5 -
include/configs/omap4_sdp4430.h |5 -
2 files changed, 8 insertions(+), 2 dele
Signed-off-by: Steve Sakoman
---
include/configs/omap4_sdp4430.h | 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
index c18e71a..e9909f9 100644
--- a/include/configs/omap4_sdp4430.h
+++ b/incl
This patch add the basic infrastructure for the TWL6030 driver and enables
support in the two existing OMAP4 boards, Panda and OMAP4430 SDP
Signed-off-by: Steve Sakoman
---
drivers/power/Makefile |1 +
drivers/power/twl6030.c | 77 +
include
This patch modifies the init routine to follow the TRM
recommendations. It also modifies the i2c_read_byte function
to reflect subtle differences between the i2c controller in
OMAP3 and OMAP4.
Signed-off-by: Steve Sakoman
Acked-by: Nishanth Menon
---
arch/arm/include/asm/arch-omap3/i2c.h |
The OMAP4 x-load code sets gptimer1 clock source to 32Khz. This isn't
acceptable for udelay. This patch changes from gptimer1 to gptimer2,
which uses sys_clk at 38.4 Mhz.
Signed-off-by: Steve Sakoman
---
arch/arm/cpu/armv7/omap-common/timer.c |9 -
include/configs/omap4_panda.h
Add functional multiplexing support for OMAP4 pads.
Configure all the pads for the OMAP4430 SDP
and OMAP4 Panda boards
Signed-off-by: Steve Sakoman
Signed-off-by: Aneesh V
---
arch/arm/cpu/armv7/omap4/board.c| 11 +
arch/arm/include/asm/arch-omap4/mux_omap4.h | 344 ++
This is version 2 of the patch set. It incorporates all feedback to date.
This patch series adds support for:
- pad mux initialization
- OMAP4 TWL6030 companion chip initialization
- usb driver and gadget support
It also fixes issues in the udelay implementation and the OMAP I2C
driver as we
On Wed, 21 Jul 2010 13:59:14 +0800
Jason Liu wrote:
> 2010/7/21 Scott Wood :
> > On Tue, 20 Jul 2010 08:43:55 +0800
> > Lei Wen wrote:
> >
> >> On Tue, Jul 20, 2010 at 4:22 AM, Scott Wood
> >> wrote:
> >> > On Mon, Jul 19, 2010 at 09:05:05PM +0800, Lei Wen wrote:
> >> >> Rebased version for th
None of the AMCC boards uses an embedded environment, so there is no
need to run "saveenv" after updating U-Boot. Drop the redundant
commands from the default environment.
Signed-off-by: Wolfgang Denk
---
include/configs/amcc-common.h |6 ++
1 files changed, 2 insertions(+), 4 deletions
On Fri, Jul 23, 2010 at 11:33 AM, Steve Sakoman wrote:
> On Wed, Jul 21, 2010 at 4:53 PM, Nishanth Menon
> wrote:
>
> diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c
> index 3256133..a91fe55 100644
> --- a/drivers/i2c/omap24xx_i2c.c
> +++ b/drivers/i2c/omap24x
On Wed, Jul 21, 2010 at 4:53 PM, Nishanth Menon
wrote:
diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c
index 3256133..a91fe55 100644
--- a/drivers/i2c/omap24xx_i2c.c
+++ b/drivers/i2c/omap24xx_i2c.c
@@ -41,6 +41,7 @@ void i2c_init (int speed, int slav
Hi Prafulla et al.,
Le 21/07/2010 12:26, Prafulla Wadaskar a écrit :
>> +#define __io
>> +
>
> Pls move this below inside #ifdef CONFIG_CMD_IDE
Wilco.
>> +#define CONFIG_CMD_IDE
>> +#define CONFIG_DOS_PARTITION
>> +#define CONFIG_CMD_EXT2
>
> It's good if you use #ifdef here and pull all IDE sp
Hi Detlev,
On Tue, Jun 29, 2010 at 16:19:41, Detlev Zundel wrote:
> Hi Sudhakar,
>
> > On Fri, Jun 25, 2010 at 16:40:19, Sudhakar Rajashekhara wrote:
> >> Hi,
> >>
> >> Spectrum digital has two versions of DM6467 EVM, DM6467 and DM6467T.
> >> Though there are some video related differences betwe
On Friday, July 23, 2010 04:19:18 shashikiran.bevenka...@wipro.com wrote:
> I'm using u-boot-2009.11, please help in enabling sspi utility command
> for MPC8569MDS board.
>
> I included the macro "#define CONFIG_CMD_SPI" in the file
> "include/configs/MPC8569MDS.h".
>
> following is the error
Le 20/07/2010 13:01, Rogan Dawes a écrit :
> On 2010/07/20 12:53 PM, Reinhard Meyer (-VC) wrote:
>> Rogan Dawes schrieb:
>>> You're not tempted to try to fix the CFI driver for your board anyway, I
>>> suppose? :-)
>>
>> Tempted: YES !
>>
>> Time available: (currently) NONE
>>
>> Being on the wish/
Applying a little creative format string allows us to shrink the initial
data read & display loop by only calling printf once. Re-using the local
data buffer to generate the string we want to display then allows us to
output everything with just one printf call instead of multiple calls to
the put
Signed-off-by: Mike Frysinger
---
note: i have no target that uses it, so i havent compile tested this.
but the change is straight forward enough ...
common/cmd_dataflash_mmc_mux.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_dataflash_mmc_mux.c b/co
Signed-off-by: Mike Frysinger
---
note: i have no target that uses it, so i havent compile tested this.
but the change is straight forward enough ...
common/cmd_mgdisk.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_mgdisk.c b/common/cmd_mgdisk.c
inde
No need to output spaces 1 char at a time in a loop when the printf code
can do the same thing with the right format string. This shrinks things
and gives a nice speed up when killing off lines more than a byte or two
as printf will send out the buffer in one big chunk.
Signed-off-by: Mike Frysin
Hi,
I'm using u-boot-2009.11, please help in enabling sspi utility command for
MPC8569MDS board.
I included the macro "#define CONFIG_CMD_SPI" in the file
"include/configs/MPC8569MDS.h".
following is the error when i done make.
common/libcommon.a(cmd_spi.o): In function `do_spi':
/home/
The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:
Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59
+0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Rupjyoti Sarmah (1):
ppc4xx/Canyonla
On Thursday 22 July 2010 19:06:27 Stefan Roese wrote:
> Signed-off-by: Stefan Roese
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+4
On Thursday 22 July 2010 19:06:14 Stefan Roese wrote:
> Signed-off-by: Stefan Roese
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+4
On Wednesday 21 July 2010 19:06:26 Stefan Roese wrote:
> Signed-off-by: Stefan Roese
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+
On Wednesday 21 July 2010 19:06:10 Stefan Roese wrote:
> This patch adds the "ecctest" command to test and simulate ECC errors
> (single bit and/or double bit) while running from SDRAM. Currently only
> the IBM DDR2 controller is supported (405EX, 440SP(e), 460EX/GT).
>
> This is done by copying a
On Wednesday 21 July 2010 11:08:27 Stefan Roese wrote:
> Use the correct macro instead of the hardcoded 0x4c to clear the ECC
> status in the 440/460 DDR(2) error status register after ECC
> initialization.
>
> Also the non-440 parts (405EX(r) right now) and the IBM DDR PPC variants
> (440GX) use
On Wednesday 21 July 2010 11:08:16 Stefan Roese wrote:
> Make sure that some SDRAM/DDR2 registers are only defined for the PPC
> variants really implementing those registers.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detle
On Tuesday 20 July 2010 07:06:03 Stefan Roese wrote:
> Using this define, a board can define an opimized RFDC value and use
> the auto calibration code to "tune" the remaining DDR2 controller
> calibration register.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Enginee
On Monday 19 July 2010 14:24:22 Stefan Roese wrote:
> This patch fixes some problems for the T3CORP board. Here the list
> of the changes:
>
> - Add 600-67 and 677 CPU frequency setting to chip_config
> command
> - Define CONFIG_DDR_RFDC_FIXED on t3corp:
> While using the "normal" auto calibra
On Wednesday 07 July 2010 14:44:48 Rupjyoti Sarmah wrote:
> Functions added to support board callbacks for USB init. This
> isolates USB manipulations such that it is only touched if USB is
> used by U-Boot.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering Gm
41 matches
Mail list logo