Sir,
We are having our own custom board based on the FDI design,on which we are
not able to mount USB. In the eaboard configuration files support for usb in
the u-boot is there and we have commands to check the usb inserted. But this
was not the case with FDI board,there were no commands for usb
On 21/04/2013 19:00, Fabio Estevam wrote:
> Hi Stefano,
>
> On Wed, Apr 17, 2013 at 5:48 AM, Stefano Babic wrote:
>
>> Ok, let's do in this way - I agree that U-boot should only turn on the
>> clocks that it requires and do not touch the rest. But let's start
>> pushing this into u-boot-imx and
On 10/04/2013 09:17, Stefan Roese wrote:
> Titanium is a i.MX6 based board from ProjectionDesign / Barco. This
> patch adds support for this board with the newly introduced NAND
> support for i.MX6.
>
> Signed-off-by: Stefan Roese
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
On 22.04.2013 10:07, Stefano Babic wrote:
> On 10/04/2013 09:17, Stefan Roese wrote:
>> Titanium is a i.MX6 based board from ProjectionDesign / Barco. This
>> patch adds support for this board with the newly introduced NAND
>> support for i.MX6.
>>
>> Signed-off-by: Stefan Roese
>> ---
>
> Applie
On 02.04.2013 10:37, Stefan Roese wrote:
> This patch adds SPL booting support (NOR flash) for the
> PPC4xx platforms.
>
> This SPL booting (Falcon mode) will be used by the upcoming
> lcd4_lwmon5 board port (lwmon5 variant).
>
> Signed-off-by: Stefan Roese
Applied to u-boot-ppc4xx/master.
Tha
On 22.02.2013 11:36, Stefan Roese wrote:
> This new make target "u-boot-img-spl-at-end.bin" consists of the
> the real, full-blown U-Boot image and the U-Boot SPL binary
> directly attached to it. The full-blown U-Boot image has the
> mkimage header included, with its load-address and entry-point.
On 08.03.2013 16:50, Stefan Roese wrote:
> This patch adds the fast booting LWMON5 derivat "lcd4_lwmon5".
> Its a stripped down version of the full blown lwmon5 support,
> without ECC, USB, POST and some other stuff. It used the newly
> introduced SPL infrastrucure for SPL from NOR flash booting
>
HI Julius,
On Sat, Apr 20, 2013 at 12:30 AM, Julius Werner wrote:
>> XHCI ports are powered on after a H/W reset, however
>> EHCI ports are not. So disabling and re-enabling power
>> on all ports invariably.
>>
>> Signed-off-by: Amar
>> Signed-off-by: Vivek Gautam
>>
>> ---
>> Changes from v2:
Hi Tom!
Please pull the following pending patches:
The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
Prepare v2013.04 (2013-04-19 10:25:43 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
for you to fetch changes up t
On 22/04/2013 10:12, Stefan Roese wrote:
> On 22.04.2013 10:07, Stefano Babic wrote:
>> On 10/04/2013 09:17, Stefan Roese wrote:
>>> Titanium is a i.MX6 based board from ProjectionDesign / Barco. This
>>> patch adds support for this board with the newly introduced NAND
>>> support for i.MX6.
>>>
>>
Hi Simon,
> Hi Marek,
>
> Another U-Boot engineer and I are looking at running up driver model.
Good, I'm now free of the shackles of the university project. Bring it on.
> It seems to work in sandbox quite nicely. I had half a mind to try to
> get some core patches together for this merge wind
On 04.04.2013 15:53, Stefan Roese wrote:
> Sometimes it might make sense to verify the written data to NOR flash.
> This patch adds this feature. To enable this verify-after-write, you
> need to define CONFIG_FLASH_VERIFY in your board config header.
>
> Please note that this option is useless in
Hi Tom,
please pull the following patch:
The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
Prepare v2013.04 (2013-04-19 10:25:43 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
for you to fetch changes up to 352ef
On 16/04/13 20:22, Tom Rini wrote:
> On Tue, Apr 16, 2013 at 08:14:13PM +0100, Mark Jackson wrote:
>
>> On 16/04/13 16:48, Tom Rini wrote:
>>> On Tue, Apr 16, 2013 at 04:02:34PM +0100, Mark Jackson wrote:
+static struct cpsw_platform_data cpsw_data = {
+ .mdio_base = CPS
Currently the cm-t35 support code lives under board/cm_t35 directory.
Some of the code can be shared with other/future CompuLab boards,
so move the cm-t35 to live under board/compulab/cm_t35 directory.
Signed-off-by: Igor Grinberg
Tested-by: Nikita Kiryanov
---
board/{ => compulab}/cm_t35/Makef
Several minor updates to the cm-t35 config file.
Signed-off-by: Igor Grinberg
Tested-by: Nikita Kiryanov
---
include/configs/cm_t35.h | 18 +-
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 726714d..c6e
"cm-t35" in U-Boot source code is called "cm_t35".
Make the change "cm-t35" -> "cm_t35" for better greppability.
Signed-off-by: Igor Grinberg
---
MAINTAINERS |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 643a5ac..8e707d5 100644
--- a/MA
Add support for Atmel TPM devices with two wire interface.
Signed-off-by: Dirk Eibach
Signed-off-by: Reinhard Pfau
---
README |6 +++
drivers/tpm/Makefile|1 +
drivers/tpm/atmel_twi_tpm.c | 119 +++
3 files changed, 1
Signed-off-by: Dirk Eibach
---
arch/powerpc/lib/Makefile |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile
index 59c723b..8c4920b 100644
--- a/arch/powerpc/lib/Makefile
+++ b/arch/powerpc/lib/Makefile
@@ -63,7 +63,7 @@ ifn
From: Reinhard Pfau
if alen is 0: no longer start a write cycle before reading data.
Signed-off-by: Dirk Eibach
Signed-off-by: Reinhard Pfau
---
drivers/i2c/fsl_i2c.c |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c
i
If CONFIG_RELEASE_CORE0_ONLY is set, all cores except core0 are kept in
holdoff mode.
Signed-off-by: Dirk Eibach
---
arch/powerpc/cpu/mpc85xx/mp.c |8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/mp.c b/arch/powerpc/cpu/mpc85xx/mp.c
index 43
Dirk Eibach (4):
mpc85xx: Add CONFIG_RELEASE_CORE0_ONLY
Add Atmel I2C tpm
powerpc: Build arch/powerpc/lib/bootm.o depending on CONFIG_CMD_BOOTM
mpc85xx: Add gdsys ControlCenter Digital board
Reinhard Pfau (2):
tpm: add AUTH1 cmds for LoadKey2 and GetPubKey
i2c: fsl_i2c: i2c_read():
From: Reinhard Pfau
Extend the tpm library with support for single authorized (AUTH1) commands
as specified in the TCG Main Specification 1.2. (The internally used helper
functions are implemented in a way that they could also be used for double
authorized commands if someone needs it.)
Provide
A set of accessor functions was added to be able to access not only
memory mapped FPGA in a generic way.
Signed-off-by: Dirk Eibach
---
include/gdsys_fpga.h |5 +
1 file changed, 5 insertions(+)
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h
index 1758d74..c12a31d 100644
--- a
Dirk Eibach (11):
powerpc/ppc4xx: Add generic accessor functions for gdsys FPGA
powerpc/ppc4xx: Add gdsys mclink interface
powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers
powerpc/ppc4xx: Add bitbang i2c interface for gdsys boards
powerpc/ppc4xx: Use generic FPGA acce
mclink is a serial interface for communication between gdsys FPGA.
Signed-off-by: Dirk Eibach
---
board/gdsys/common/Makefile |2 +-
board/gdsys/common/mclink.c | 140 +++
board/gdsys/common/mclink.h | 31 ++
3 files changed, 172 insertions(
Signed-off-by: Dirk Eibach
---
board/gdsys/common/Makefile |2 +-
board/gdsys/common/cmd_fpga.c | 94 +
2 files changed, 95 insertions(+), 1 deletion(-)
create mode 100644 board/gdsys/common/cmd_fpga.c
diff --git a/board/gdsys/common/Makefile b/bo
This adds an i2c bitbang interface that can coexist with processor i2c.
Signed-off-by: Dirk Eibach
---
board/gdsys/common/Makefile |2 +-
board/gdsys/common/bb_i2c.c | 304 +++
board/gdsys/common/bb_i2c.h | 76 +++
3 files changed, 381 inser
Signed-off-by: Dirk Eibach
---
board/gdsys/405ep/405ep.c | 12
board/gdsys/common/osd.c | 70 +
2 files changed, 38 insertions(+), 44 deletions(-)
diff --git a/board/gdsys/405ep/405ep.c b/board/gdsys/405ep/405ep.c
index 6221171..e5fbd2e 1
Signed-off-by: Dirk Eibach
---
board/gdsys/405ep/iocon.c | 253 ++---
include/configs/iocon.h | 37 ---
include/gdsys_fpga.h | 15 ++-
3 files changed, 248 insertions(+), 57 deletions(-)
diff --git a/board/gdsys/405ep/iocon.c b/board/gdsys/
Signed-off-by: Dirk Eibach
---
board/gdsys/common/mclink.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/board/gdsys/common/mclink.c b/board/gdsys/common/mclink.c
index 6c86145..641a327 100644
--- a/board/gdsys/common/mclink.c
+++ b/board/gdsys/common/mclink.c
@@ -4
Marvell 88E1518 has an erratum that requires fixing up.
This patch checks for presence of this phy and adds code
for fixup.
Signed-off-by: Dirk Eibach
---
board/gdsys/405ep/iocon.c | 214 +
include/configs/iocon.h |3 +
2 files changed, 217 inse
OSD size was constant 32x16 characters.
Now the size is set as announced by the FPGA.
Signed-off-by: Dirk Eibach
---
board/gdsys/common/osd.c | 35 +++
1 file changed, 19 insertions(+), 16 deletions(-)
diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/
CONFIG_SYS_FLASH_PROTECTION was active on most gdsys boards by default,
while hardware flash protection was not implemented.
Hardware support was added recently and we get into trouble because backward
compatibility is broken (u-boot can't unprotect the protected flash after a
downgrade). So we dec
Signed-off-by: Dirk Eibach
---
board/gdsys/405ep/dlvision-10g.c | 20 ++--
board/gdsys/405ep/io.c | 20 ++--
board/gdsys/405ep/neo.c | 17 +
board/gdsys/405ex/405ex.c| 14 ++
board/gdsys/405ex/io64.c
Dear Marek,
In message <201304220109.14740.ma...@denx.de> you wrote:
>
> Looking through the code, it seems CONFIG_SYS_LOAD_ADDR is preferred over
> CONFIG_LOADADDR, so this should be fixed on all places then ? Just to be
> clear
> on this.
CONFIG_SYS_LOAD_ADDR is _used_, but not preferred ;-
On 22/04/13 11:04, Mark Jackson wrote:
> On 16/04/13 20:22, Tom Rini wrote:
>> On Tue, Apr 16, 2013 at 08:14:13PM +0100, Mark Jackson wrote:
>>
>>> On 16/04/13 16:48, Tom Rini wrote:
On Tue, Apr 16, 2013 at 04:02:34PM +0100, Mark Jackson wrote:
>
>
>
> +static struct cpsw_platform_data
NanoBone Specification:
---
CPU:
TI AM335x
Memory:
256MB DDR3
64MB NOR flash
256MB NAND flash
128KB FRAM
Ethernet:
2 x 10/100 connected to SMSC LAN8710 PHY
USB:
1 x USB2.0 Type A
I2C:
2Kbit EEPROM (Microchip 24AA02)
RTC (Maxim DS1338)
GPIO Expander (Micro
This series adjusts the image code to work with sandbox and prepares it for
verified boot to come later.
The primary goal here is to get image loading to work on sandbox, which is
mostly a set of fairly minor changes such as using map_sysmem() instead of
just a cast when converting from a U-Boot a
A few things have changed since this doc was written, so update it to
match the current state of things.
Signed-off-by: Simon Glass
---
Changes in v3:
- Update notes to note that generic board support has now landed
Changes in v2: None
doc/README.fdt-control | 9 -
1 file changed, 8 in
This should say 'environmnent'.
Signed-off-by: Simon Glass
---
Changes in v3: None
Changes in v2: None
common/cmd_nvedit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c
index d893aa1..9579f94 100644
--- a/common/cmd_nvedit.c
++
This function has become quite long and much of the body is indented quite
a bit. Move it into a separate function to make it easier to work with.
Signed-off-by: Simon Glass
Acked-by: Marek Vasut
---
Changes in v3: None
Changes in v2:
- Rebase on previous patches
tools/image-host.c | 96 ++
This allows use to replace code like this:
for (ndepth = 0, count = 0,
noffset = fdt_next_node(fit, images_noffset, &ndepth);
(noffset >= 0) && (ndepth > 0);
noffset = fdt_next_node(fit, noffset, &ndepth)) {
if (ndepth == 1)
...
with:
for (ndepth
Rather than needing to call one of many hashing algorithms in U-Boot,
provide a function hash_block() which handles this, and can support all
available hash algorithms.
Once we have md5 supported within hashing, we can use this function in
the FIT image code.
Signed-off-by: Simon Glass
---
Chang
We don't measure boot timing on the host, or with SPL, so use both
conditions in the bootstage header. This allows us to avoid using
conditional compilation around bootstage_...() calls. (#ifdef)
Signed-off-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Fix line continuation problem
i
The string " error\n" appears in each error string. Move it out to a
common place.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut
---
Changes in v3: None
Changes in v2:
- Put err_msgp strings on a single line
- Rebase on previous patches
common/image-fit.c | 19 ---
1 file
We intend to add signatures to FITs also, so rename this function so that
it is not specific to hashing. Also rename fit_image_set_hashes() and
make it static since it is not used outside this file.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut
---
Changes in v3: None
Changes in v2:
- Reba
This function doesn't need to be exported, and with verification
we want to use it for setting the 'value' property in any node,
so rename it.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut
---
Changes in v3: None
Changes in v2:
- Rebase on previous patches
include/image.h| 2 --
too
Move this definition from aisimage.c to mkimage.h so that it is available
more widely.
Signed-off-by: Simon Glass
Acked-by: Marek Vasut
---
Changes in v3: None
Changes in v2: None
tools/aisimage.c | 1 -
tools/mkimage.h | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/too
The existing function is long and most of the code is indented a long
way. Before adding yet more code, split this out into its own function.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut (v1)
---
Changes in v3: None
Changes in v2:
- Add IMAGE_ENABLE_IGNORE to avoid #ifdef around ignore pr
This function will be used to print signatures as well as hashes, so rename
it. Also make it static since it is not used outside this file.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut
---
Changes in v3: None
Changes in v2:
- Rebase on previous patches
common/image-fit.c | 131 +
This code is never compiled into U-Boot, so move it into a separate
file in tools/ to avoid the large #ifdef.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut
---
Changes in v3: None
Changes in v2:
- Rebase on previous patches
common/image-fit.c | 171 +--
One we split out the FIT code from image.c we will need this function.
Export it in the header.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut
---
Changes in v3: None
Changes in v2: None
common/image.c | 9 ++---
include/image.h | 3 +++
2 files changed, 5 insertions(+), 7 deletions(
Rather than repeat the line
#if defined(CONFIG_TIMESTAMP) || defined(CONFIG_CMD_DATE) || \
defined(USE_HOSTCC)
everywhere, put this in a header file and #define IMAGE_ENABLE_TIMESTAMP
to either 1 or 0. Then we can use a plain if() in most code and avoid
the #ifdefs.
The compiler's dead c
This function will be needed by signature checking code, so export it,
and also add docs.
Signed-off-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Put params before description in fit_conf_get_prop_node() comment
common/image-fit.c | 8
include/image.h| 14 +
This is the main entry point to the FIT image verification code. We will
be using it to handle image verification with signatures, so rename the
function.
Signed-off-by: Simon Glass
Reviewed-by: Marek Vasut
---
Changes in v3: None
Changes in v2: None
common/cmd_bootm.c | 4 ++--
common/cmd_f
Much of the image code uses addresses as ulongs and pointers interchangeably,
casting between the two forms as needed.
This doesn't work with sandbox, which has a U-Boot RAM buffer which is
separate from the host machine's memory.
Adjust the cost so that translating from a U-Boot address to a poi
Hi Marek,
On Mon, Apr 22, 2013 at 2:00 AM, Marek Vasut wrote:
> Hi Simon,
>
>> Hi Marek,
>>
>> Another U-Boot engineer and I are looking at running up driver model.
>
> Good, I'm now free of the shackles of the university project. Bring it on.
>
>> It seems to work in sandbox quite nicely. I had
On Fri, Apr 19, 2013 at 01:29:12PM +0200, Marek Vasut wrote:
> Dear Vivek Gautam,
>
> > We can use a common global method for calculating minimum of
> > 3 numbers. Put the same in 'common header' and let 'ehci'
> > use it.
> >
> > Signed-off-by: Vivek Gautam
>
> Applied, thanks
NAK, sorry. Le
On Sat, Apr 20, 2013 at 11:42:38AM -0700, Simon Glass wrote:
> Add generic board support for sandbox.
[snip]
> diff --git a/arch/sandbox/include/asm/u-boot.h
> b/arch/sandbox/include/asm/u-boot.h
> index de8120a..7b93acb 100644
> --- a/arch/sandbox/include/asm/u-boot.h
> +++ b/arch/sandbox/includ
On Mon, Apr 22, 2013 at 10:03:10AM -0400, Tom Rini wrote:
> On Sat, Apr 20, 2013 at 11:42:38AM -0700, Simon Glass wrote:
>
> > Add generic board support for sandbox.
> [snip]
> > diff --git a/arch/sandbox/include/asm/u-boot.h
> > b/arch/sandbox/include/asm/u-boot.h
> > index de8120a..7b93acb 1006
From: Michal Simek
Remove CONFIG_SYS_RESET_ADDRESS macro.
It was there from historical point of view
when soft reset was just jump to u-boot text start
(not used right now).
Signed-off-by: Michal Simek
Signed-off-by: Michal Simek
---
board/xilinx/microblaze-generic/microblaze-generic.c | 4 ++
From: Michal Simek
Setup environment and enable netconsole.
Signed-off-by: Michal Simek
Signed-off-by: Michal Simek
---
include/configs/microblaze-generic.h | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/include/configs/microblaze-generic.h
b/include/configs/micr
Watchdog can be used on Microblaze, PPC and Zynq hw designs.
Signed-off-by: Michal Simek
---
arch/microblaze/include/asm/processor.h| 4 +
arch/microblaze/lib/board.c| 3 +
.../xilinx/microblaze-generic/microblaze-generic.c | 4 +
doc/README.watchdog
From: Michal Simek
Fix microblaze soft reset function and disable
all cpu features. Especially disable caches because
IRQs were off by disable_interrupts().
Reported-by: John Williams
Signed-off-by: Michal Simek
Signed-off-by: Michal Simek
---
board/xilinx/microblaze-generic/microblaze-gener
From: David Andrey
Rework the __udelay function of U-Boot Zynq Arch to handle
delay < 1000 usec
Signed-off-by: David Andrey
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv7/zynq/timer.c | 46 +
1 file changed, 37 insertions(+), 9 deletions(-)
diff --
Hi,
I am sending several patches which improve Xilinx Zynq arm port
in u-boot.
Patchset contain:
- core changes: patches 1,2
- gem update: patches 1-11
- mmc support: patch 12
- i2c support: patch 13
- pl support: patch 14
I am sending them in one package because driver depends
on each other in z
Move baseaddr to hardware.h to be shared between
configurations.
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv7/zynq/timer.c | 1 +
arch/arm/include/asm/arch-zynq/hardware.h | 1 +
include/configs/zynq.h| 3 ---
3 files changed, 2 insertions(+), 3 deletions(-)
From: Michal Simek
This phy is used on zedboard (xilinx zynq platform).
Signed-off-by: Michal Simek
Signed-off-by: Michal Simek
---
drivers/net/phy/marvell.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 4b27198..4
Remove one return from the code.
Signed-off-by: Michal Simek
---
drivers/net/zynq_gem.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c
index 7188b9e..c0da628 100644
--- a/drivers/net/zynq_gem.c
+++ b/drivers/net/zynq_gem.c
@
From: Michal Simek
The whole driver used 100Mbps because of zc702 rev B.
Fix problem with not setup proper clock for gem1.
This is generic approach for clk setup.
Signed-off-by: Michal Simek
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv7/zynq/slcr.c | 26 +++
arch/
BDs can be correctly setup just once and init function
performs only phy autodetection and enabling RX/TX.
RX/TX are disabled in halt function.
This patch solves the problem with repeatable tftp transfers.
Signed-off-by: Michal Simek
---
drivers/net/zynq_gem.c | 86 +++--
From: David Andrey
Pass the PHY address to the driver init to
allow parallel use of both interfaces
Signed-off-by: David Andrey
Signed-off-by: Michal Simek
---
board/xilinx/zynq/board.c | 6 --
drivers/net/zynq_gem.c| 8 ++--
include/configs/zynq.h| 1 +
include/netdev.h
Add all fixed addresses to hardware.h and change petalinux
configuration to support this.
Signed-off-by: Michal Simek
---
arch/arm/include/asm/arch-zynq/hardware.h | 2 ++
board/xilinx/zynq/board.c | 12 +---
include/configs/zynq.h| 2 +-
3 files cha
From: David Andrey
Avoid overwriting GEMx_RCLK_CTRL and GEMx_CLK_CTRL
if the Ethernet interface is connect on EMIO
Do not enable emio for this standard board configuration for now.
Signed-off-by: David Andrey
Signed-off-by: Michal Simek
---
board/xilinx/zynq/board.c | 4 ++--
drivers/net/zy
Autodetect phy if phyaddress is setup to -1.
Signed-off-by: Michal Simek
---
drivers/net/zynq_gem.c | 51 ++
1 file changed, 51 insertions(+)
diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c
index ee3ff73..c4d0de4 100644
--- a/drivers/
Add support for SD, MMC and eMMC card on Xilinx Zynq.
Signed-off-by: Michal Simek
---
arch/arm/include/asm/arch-zynq/hardware.h | 2 ++
arch/arm/include/asm/arch-zynq/sys_proto.h | 3 +++
board/xilinx/zynq/board.c | 17 +
drivers/mmc/Makefile
Support Xilinx Zynq i2c controller.
Signed-off-by: Joe Hershberger
Signed-off-by: Michal Simek
---
arch/arm/include/asm/arch-zynq/hardware.h | 2 +
drivers/i2c/Makefile | 1 +
drivers/i2c/zynq_i2c.c| 304 ++
include/config
Devcfg device requires to load bitstream in binary format.
Signed-off-by: Joe Hershberger
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv7/zynq/slcr.c | 36 +
arch/arm/include/asm/arch-zynq/hardware.h | 10 +-
arch/arm/include/asm/arch-zynq/sys_proto.h | 3 +
board/xilinx
From: Michal Simek
Removing this bit causes that frame is sent only once.
(With wrap big one packet has been sent several times
which dramatically decrease throughput)
TRM: (Table 16-3: Tx Buffer Descriptor Entry)
Signed-off-by: Michal Simek
Signed-off-by: Michal Simek
---
drivers/net/zynq_g
On Sat, Apr 20, 2013 at 11:42:35AM -0700, Simon Glass wrote:
> This series adds generic board support to sandbox and switches to use this
> always.
>
> With sandbox it was noticed that turning CONFIG_SYS_GENERIC_BOARD off
> can cause a build failure if a previous autoconf.mk exists which indicate
Dirk Eibach gdsys.de> writes:
>
> From: Reinhard Pfau gdsys.de>
>
> if alen is 0: no longer start a write cycle before reading data.
>
> Signed-off-by: Dirk Eibach gdsys.de>
> Signed-off-by: Reinhard Pfau gdsys.de>
>
This will break my stand alone application, which relies on a zero addre
On Mon, Apr 22, 2013 at 04:41:03PM +0200, Michal Simek wrote:
> Watchdog can be used on Microblaze, PPC and Zynq hw designs.
[snip]
> +++ b/drivers/watchdog/xilinx_tb_wdt.c
[snip]
> +#define watchdog_base ((struct watchdog_regs *)CONFIG_WATCHDOG_BASEADDR)
Just do:
static struct watchdog_regs *wat
this is needed to bring UART0 out of reset but this function
currently only exists for dm644x/355/365/646x when da850 (at
least am1808 also need it).
Signed-off-by: Eric Bénard
---
arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c | 8
arch/arm/include/asm/arch-davinci/hardware.h| 2 +
these variables are curently defined in several config files but the
driver doesn't use them and defaults to hardcoded values in
nand_defs.h
It's interesting to be able to change this hardcoded valude when the
hardware is not using the default adress signals to drive ALE and CLE
and two configurat
On Mon, Apr 22, 2013 at 04:52:00PM +0200, Michal Simek wrote:
> Move baseaddr to hardware.h to be shared between
> configurations.
Is this really configurable? If not, lets also rename it to drop
CONFIG.
--
Tom
signature.asc
Description: Digital signature
On Mon, Apr 22, 2013 at 04:52:06PM +0200, Michal Simek wrote:
> Add all fixed addresses to hardware.h and change petalinux
> configuration to support this.
>
> Signed-off-by: Michal Simek
> ---
> arch/arm/include/asm/arch-zynq/hardware.h | 2 ++
> board/xilinx/zynq/board.c | 12
From: Mathias Leblanc
* STMicroelectronics version 1.2.0, Copyright (C) 2013
* This is free software, and you are welcome to redistribute it
* under certain conditions.
This is the driver for TPM chip from ST Microelectronics.
If you have a TPM security chip from STMicroelectronics working w
Hi Tom,
On Mon, Apr 22, 2013 at 8:18 AM, Tom Rini wrote:
> On Sat, Apr 20, 2013 at 11:42:35AM -0700, Simon Glass wrote:
>
>> This series adds generic board support to sandbox and switches to use this
>> always.
>>
>> With sandbox it was noticed that turning CONFIG_SYS_GENERIC_BOARD off
>> can cau
On Mon, Apr 22, 2013 at 04:52:11PM +0200, Michal Simek wrote:
> Support Xilinx Zynq i2c controller.
>
> Signed-off-by: Joe Hershberger
> Signed-off-by: Michal Simek
Adding Heiko (http://patchwork.ozlabs.org/patch/238560/) ...
> ---
> arch/arm/include/asm/arch-zynq/hardware.h | 2 +
> drive
On Mon, Apr 22, 2013 at 8:06 AM, Dirk Eibach wrote:
> diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c
> index 1c7265d..276386d 100644
> --- a/drivers/i2c/fsl_i2c.c
> +++ b/drivers/i2c/fsl_i2c.c
> @@ -383,13 +383,16 @@ i2c_read(u8 dev, uint addr, int alen, u8 *data, int
> length)
>
On Mon, Apr 22, 2013 at 04:52:12PM +0200, Michal Simek wrote:
> Devcfg device requires to load bitstream in binary format.
[snip]
> +/* Device Image Sizes
> + */
This is not the correct format for a comment.
--
Tom
signature.
On Mon, Apr 22, 2013 at 04:51:58PM +0200, Michal Simek wrote:
> Hi,
>
> I am sending several patches which improve Xilinx Zynq arm port
> in u-boot.
> Patchset contain:
> - core changes: patches 1,2
> - gem update: patches 1-11
> - mmc support: patch 12
> - i2c support: patch 13
> - pl support: p
On Mon, Apr 22, 2013 at 01:16:04PM +0200, Dirk Eibach wrote:
> Signed-off-by: Dirk Eibach
> ---
> board/gdsys/common/Makefile |2 +-
> board/gdsys/common/cmd_fpga.c | 94
> +
There's checkpatch warning I'm guessing since I can spot some spacing
is
On Mon, Apr 22, 2013 at 10:27:21AM +0200, Stefan Roese wrote:
> Hi Tom!
>
> Please pull the following pending patches:
>
> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
>
> Prepare v2013.04 (2013-04-19 10:25:43 -0400)
>
> are available in the git repository at:
On Mon, Apr 22, 2013 at 11:10:14AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following patch:
>
> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
>
> Prepare v2013.04 (2013-04-19 10:25:43 -0400)
>
> are available in the git repository at:
>
> gi
On Fri, Apr 19, 2013 at 03:13:52PM -0400, Tom Rini wrote:
> As per doc/feature-removal-schedule.txt, remove CONFIG_CMD_MEMTEST from
> default list of commands.
>
> Signed-off-by: Tom Rini
> ---
> doc/feature-removal-schedule.txt | 17 -
> include/config_cmd_default.h |
Acked-by: Che-Liang Chiou
On Mon, Apr 22, 2013 at 4:06 AM, Dirk Eibach wrote:
> From: Reinhard Pfau
>
> Extend the tpm library with support for single authorized (AUTH1) commands
> as specified in the TCG Main Specification 1.2. (The internally used helper
> functions are implemented in a way t
On Mon, Apr 22, 2013 at 05:51:28AM -0700, Simon Glass wrote:
> This series adjusts the image code to work with sandbox and prepares it for
> verified boot to come later.
>
> The primary goal here is to get image loading to work on sandbox, which is
> mostly a set of fairly minor changes such as u
On Mon, Apr 22, 2013 at 01:06:40PM +0200, Dirk Eibach wrote:
> From: Reinhard Pfau
>
> Extend the tpm library with support for single authorized (AUTH1) commands
> as specified in the TCG Main Specification 1.2. (The internally used helper
> functions are implemented in a way that they could als
1 - 100 of 120 matches
Mail list logo