Hi, All
On 7/24/2013 5:55 PM, Josh Wu wrote:
In the set_cluster() function, it will convert the buffer size to sector
numbers. Then call disk_write() to write by sector.
For remaining buffer, the size is less than a sector, call disk_write()
again to write them in one sector.
But if the total b
From: Enric Balletbo i Serra
Hello,
These are some updates to improve the support for IGEP COM AQUILA. Please
consider adding for next release.
Best regards,
Enric Balletbo i Serra (5):
ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST
ARM: IGEP0033: Add support for Flattened Device Tree.
From: Enric Balletbo i Serra
After commit:
79cd2f814b1c75efd47161ac27f4cbebf768240f config_cmd_default.h: Remove
CONFIG_CMD_MEMTEST
It's not necessary to undef the CONFIG_CMD_MEMTEST, so we can remove it from
configuration file.
Signed-off-by: Enric Balletbo i Serra
---
include/configs/ig
From: Enric Balletbo i Serra
We will not use CYGNUS names for any IGEP COM based on AM335x processor,
so, to avoid confusion, remove from headers.
Signed-off-by: Enric Balletbo i Serra
---
board/isee/igep0033/board.c | 2 +-
board/isee/igep0033/board.h | 2 +-
2 files changed, 2 insertions(+),
Now, the default kernel to boot the IGEP COM AQUILA is device tree based. As
old kernel is deprecated we should adapt the boot commands to use DTB files.
Also, with v3.9 and later of the Linux Kernel, uImage isn't builtable anymore
by default, so we should switch to use the bootz command.
Signed-
From: Enric Balletbo i Serra
Add to the default environment the possibily to boot from NAND using
a ubi rootfs. Also the partition scheme is set as follows:
Start Size
SPL : 0x 0x0008 (512KiB)
U-Boot : 0x0008 0x0010 (1MiB)
U-Boo
From: Enric Balletbo i Serra
As config was originally based on am335x_evm.h we have also some
duplicate / unnused #defines.
Commit 15191c91 removed these #defines on various AM335x boards but not
for IGEP COM AQUILA. This patch simply removes them for this board.
Signed-off-by: Enric Balletbo i
From: Ying Zhang
1. The symbol CONFIG_SPL_NAND_MINIMAL is unused, so deleted it.
2. Some functions were unused in the minimal SPL, but it is useful
in the common SPL. So, enabled some functionality for common SPL.
Signed-off-by: Ying Zhang
---
Change from v9:
- No change.
Change from v8:
- No c
From: Ying Zhang
the code from the internal on-chip ROM. It loads the final uboot image
into DDR, then jump to it to begin execution.
The SPL's size is sizeable, the maximum size must not exceed the size of L2
SRAM. It initializes the DDR through SPD code, and copys final uboot image
to DDR. So
From: Ying Zhang
Enable p1022ds to start from eSDHC with SPL.
Signed-off-by: Ying Zhang
---
Change from v9:
- Mofidy board/freescale/p1022ds/spl.c, fix checkpatch warnings.
Change from v8:
- No change.
Change from v7:
- No change.
Change from v6:
- Split from the patch "powerpc/p1022ds: boot fr
From: Ying Zhang
Due to the nand SPL on some board(e.g. P1022DS)has a size limit, it can
not be more than 4K. So, the SPL cannot initialize the DDR with the SPD
code. This patch introduces TPL to enable a loader stub that is loaded
by the code from the SPL. It initializes the DDR with the SPD or
From: Ying Zhang
This patch introduces SPL to enable a loader stub that being loaded by
the code from the internal on-chip ROM. It loads the final uboot image
into DDR, then jump to it to begin execution.
The SPL's size is sizeable, the maximum size must not exceed the size of L2
SRAM. It initia
From: Ying Zhang
TPL is introduced in the patch "NAND: TPL : introduce the TPL
based on the SPL", here enable TPL for p1022ds nand boot.
Signed-off-by: Ying Zhang
---
Change from v9:
- Modify drivers/mtd/nand/Makefile.
- Modify drivers/mtd/nand/fsl_elbc_spl.c.
- Modify include/configs/P1022DS.h
From: Ying Zhang
Enable p1022ds to start from eSPI with SPL.
Signed-off-by: Ying Zhang
---
Change from v9:
- No change.
Change from v8:
- No change.
Change from v7:
- No change.
Change from v6:
- No longer changes the header file included by the file.
- "board/freescale/p1022ds/spl.c".
Change f
Hi Tom
2013/7/24 Macpaul Lin :
> Hi Tom,
>
> Please pull the following patch from u-boot-nds32 into your tree.
> Thanks!
>
Because of there are new patches and compile error fix, please ignore
this pull-request. I'll review those new patches and resend this
pull-request later. Thanks!
--
Best
Hi Rob,
On Wed, 12 Jun 2013 22:24:45 -0500, Rob Herring
wrote:
> From: Rob Herring
>
> interrupt_init also sets up the abort stack, but is not setup before
> relocation. So any aborts during relocation will hang and not print out
> any useful information. Fix this by moving the interrupt_init
Hi dingu...@altera.com,
On Tue, 2 Jul 2013 17:00:18 -0500, wrote:
> From: Dinh Nguyen
>
> Because the SOCFPGA platform will include support for Cyclone V and
> Arria V FPGA parts, renaming socfpga_cyclone5 folder to socfpga to
> be more generic.
>
> Signed-off-by: Dinh Nguyen
> Reviewed-by:
Hi Kuo-Jung,
On Thu, 4 Jul 2013 11:40:32 +0800, Kuo-Jung Su
wrote:
> From: Kuo-Jung Su
>
> These patches introduce Faraday A36x SoC platform support.
So where are we on this series? Seems like there were a few comments
about V6, and I haven't seen a V7 to address them.
Amicalement,
--
Albe
Hi Tom,
Please pull the following patch from u-boot-nds32 into your tree.
Thanks!
The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:
Prepare v2013.07 (2013-07-23 07:58:13 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-nds32.git master
for
Hi Marek,
On 07/25/2013 08:32 AM, Marek Vasut wrote:
> Dear Dan Murphy,
>
>> Marek
>>
>> On 07/17/2013 11:30 PM, Marek Vasut wrote:
>>> Dear Dan Murphy,
>>>
Add a __weak function that can be overridden to reset devices
attached to an ehci devices after the FEAT_POWER has been submitted
Hi Tom,
2013/7/24 Tom Rini :
> Signed-off-by: Tom Rini
> ---
> arch/nds32/include/asm/io.h|4 +---
> arch/nds32/include/asm/setup.h |4 +---
> 2 files changed, 2 insertions(+), 6 deletions(-)
>
Applied to u-boot-nds32.
Thanks!
--
Best regards,
Macpaul Lin
_
Hi Kuan-Yu,
2013/7/25 Kuan-Yu Kuo :
> Signed-off-by: Kuan-Yu Kuo
> Cc: Macpaul Lin
> ---
> arch/nds32/cpu/n1213/Makefile |4 ++--
> arch/nds32/cpu/n1213/ag101/Makefile |8
> arch/nds32/cpu/n1213/ag102/Makefile |8
> arch/nds32/lib/Makefile |9
Hi Kuan-Yu,
2013/7/25 Kuan-Yu Kuo :
> Some version of Andes core support FPU coprocessor,
> if this is the case, and toolchain support FPU instruction set,
> we should enable it at low level initialization time.
>
> Signed-off-by: Kuan-Yu Kuo
> Cc: Macpaul Lin
> ---
> Change for v2:
>- Add c
Hi Wolfgang,
On Wed, 24 Jul 2013 06:34:30 +0200, Wolfgang Denk wrote:
> Dear Albert,
>
> In message <1374611299-16836-1-git-send-email-albert.u.b...@aribaud.net> you
> wrote:
> > This patch series aims at refactoring MAINTAINERS into an easily
> > processable file.
>
> Thanks! Much appreciat
On Thu, 25 Jul 2013 10:45:35 +0900 Minkyu Kang mk7.k...@samsung.com
wrote,
Hi Minkyu,
> Since config.mk is deprecated, remove this file,
> and move CONFIG_SYS_TEXT_BASE define to config file.
>
> Signed-off-by: Minkyu Kang
> ---
> board/samsung/goni/config.mk | 34
> -
From: Inderpal Singh
This patch adds mmc support to the arndale board.
Signed-off-by: Inderpal Singh
---
board/samsung/arndale/arndale.c | 14 ++
board/samsung/dts/exynos5250-arndale.dts | 18 ++
2 files changed, 32 insertions(+)
diff --git a/board/sam
From: Chander Kashyap
Update the Makefiles so that all boards can use the same spl generation tool
Signed-off-by: Inderpal Singh
Acked-by: Simon Glass
---
changes in v2:
- Rebased to latest u-boot-samsung master branch
Makefile|2 +-
include/configs/exyno
On Wed, Jul 24, 2013 at 09:26:40AM -0400, Tom Rini wrote:
> Signed-off-by: Tom Rini
> ---
> drivers/i2c/fti2c010.c |3 +--
> drivers/i2c/fti2c010.h |3 +--
> drivers/i2c/i2c_core.c | 14 +-
> 3 files changed, 3 insertions(+), 17 deletions(-)
Applied to u-boot/master.
--
On Tue, Jul 23, 2013 at 03:52:10PM +0200, Heiko Schocher wrote:
> Hello,
>
> forgot to add the U-Boot mailinglist to Cc: ...
>
> Original-Nachricht
> Betreff: [U-Boot] [i2c] Pull request
> Datum: Tue, 23 Jul 2013 14:54:39 +0200
> Von: Heiko Schocher
> Antwort an: h...@denx.de
On Wed, Jul 10, 2013 at 09:37:36AM +0200, Wolfgang Denk wrote:
> Like many other projects, U-Boot has a tradition of including big
> blocks of License headers in all files. This not only blows up the
> source code with mostly redundant information, but also makes it very
> difficult to generate L
On Wed, Jul 24, 2013 at 12:42:14AM +0200, Daniel Schwierzeck wrote:
> Hi Tom,
>
> The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:
>
> Prepare v2013.07 (2013-07-23 07:58:13 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mips.git
On Thu, Jul 25, 2013 at 05:17:05PM +0800, Macpaul Lin wrote:
> Hi Tom,
>
> Please pull the following patch from u-boot-nds32 into your tree.
> Thanks!
>
> The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:
>
> Prepare v2013.07 (2013-07-23 07:58:13 -0400)
>
> are ava
On Wed, Jul 24, 2013 at 09:35:23AM -0400, Tom Rini wrote:
> Signed-off-by: Tom Rini
> ---
> board/qemu-malta/Makefile| 18 +-
> board/qemu-malta/lowlevel_init.S |4 +---
> board/qemu-malta/qemu-malta.c|4 +---
> drivers/pci/pci_gt64120.c|4 +---
>
Hi Lukasz
We found out that there is an issue with dfu implementation on the latest
U-Boot (v2013.07) when downloading from windows. From linux everything
works fine. I discussed this with Tormod on the dfu-util mailing list.
In short, I found out that when downloading with dfu-util in libusbx
in
The Arndale board is based on samsung's exynos5250 SOC.
For spl generation, it depends on the patch at [5].
First patch provides the basic arndale board support. The second patch
adds the MMC support.
Changes in v2:
- split from earlier patchset at [3] as per Minkyu
- Removed chec
Dear Tom,
In message <20130725130551.GE19104@bill-the-cat> you wrote:
>
> OK, with the cmd_io.c fix squashed in (and S-o-B added), and v3 of 1/5
> used instead, this is now applied to u-boot/master, thanks!
Thanks a lot!
[But I can't see it on the server, yet?]
Best regards,
Wolfgang Denk
--
Arndale board is based on samsung's exynos5250 soc.
Signed-off-by: Inderpal Singh
Signed-off-by: Chander Kashyap
---
MAINTAINERS |4 +
board/samsung/arndale/Makefile | 50 ++
board/samsung/arndale/arndale.c | 102 +++
board/sams
From: Soren Brinkmann
Some versions of the Zynq first stage boot loader enable PCAP loopback
during boot regardless of whether or not the boot image includes PL
configuration. This behavior only appears in certain boot modes (notably
QSPI boot). Attempting to configure the PL with the loopback bi
On Thu, 25 Jul 2013 12:29:01 + Egli, Samuel samuel.e...@siemens.com
wrote,
Hi Samuel,
Thanks for very detailed bug/problem report.
> Hi Lukasz
>
> We found out that there is an issue with dfu implementation on the
> latest U-Boot (v2013.07) when downloading from windows. From linux
> everyt
- Add support for zc7100 device.
- FPGA programming on few of the SOC(zc7100) takes more
than 1sec, hence increased the program time by 4sec to
sync' all soc's.
Signed-off-by: Jagannadha Sutradharudu Teki
Signed-off-by: Michal Simek
---
board/xilinx/zynq/board.c | 4
drivers/fpga/zynqp
Remove ARM eabi exception handling tables (for frame unwinding).
AFAICT, u-boot stubs away the frame unwiding routines, so the tables will
more or less just consume space. It should be OK to remove them.
Signed-off-by: Edgar E. Iglesias
Signed-off-by: Michal Simek
---
This patch was sent to ML a
If you don't wait you will loose the first sent packet
even all bits in emacps are correctly setup.
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv7/zynq/slcr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/zynq/slcr.c b/arch/arm/cpu/armv7/zynq/slcr.c
i
Zynq can have axi ethernet and emaclite IPs in programmable
logic.
Signed-off-by: Michal Simek
---
board/xilinx/zynq/board.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c
index 61a96b8..f9766a1 100644
--- a/board/xil
The first 1MB is not initialized by first stage bootloader.
Check if memory is setup to 16bit mode and ECC is enabled.
If it is, clear the first 1MB.
Also u-boot should report only the half size of memory.
Signed-off-by: Michal Simek
Acked-by: Jagannadha Sutradharudu Teki
---
arch/arm/cpu/armv7
On Tue, Jul 23, 2013 at 01:34:15PM -0500, Dan Murphy wrote:
> On 07/19/2013 02:00 PM, Tom Rini wrote:
> > From: Greg Guyotte
> >
> > Add a driver for the TPS65217 PMIC that is found in the Beaglebone
> > family of boards.
> >
> > Signed-off-by: Greg Guyotte
> > [trini: Split and rework Greg's cha
Hi Lukasz,
>-Original Message-
>From: Lukasz Majewski [mailto:l.majew...@samsung.com]
>Sent: Donnerstag, 25. Juli 2013 16:03
>To: Egli, Samuel
>Cc: Heiko Schocher; Wolfgang Denk; Bach, Pascal; Meier, Roger; u-
>b...@lists.denx.de; Tormod Volden
>Subject: Re: dfu: bConfigurationValue=2 make
On 07/25/2013 02:44:39 AM, ying.zh...@freescale.com wrote:
From: Ying Zhang
1. The symbol CONFIG_SPL_NAND_MINIMAL is unused, so deleted it.
2. Some functions were unused in the minimal SPL, but it is useful
in the common SPL. So, enabled some functionality for common SPL.
Signed-off-by: Ying Z
On 07/04/2013 05:40 AM, Kuo-Jung Su wrote:
> From: Kuo-Jung Su
>
> While the flash_detect_legacy() of drivers/mtd/cfi_flash.c
> feed unmap_physmem() with MAP_NOCACHE as 2nd parameter,
> the do_spi_flash_read_write() of common/cmd_sf.c
> feed unmap_physmem() with the length of the mapped buffer
>
Hi Tom,
please pull the following patch:
The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:
Prepare v2013.07 (2013-07-23 07:58:13 -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 d8b57
On 06/06/2013 09:54 AM, Masahiro Yamada wrote:
> This commit adds some prototypes into include/mtd/cfi_flash.h.
> These functions are defined with a weak attribute in
> drivers/mtd/cfi_flash.c.
> This means they can be overrided by board-specific ones
> if necessary.
>
> When defining such functio
On Thu, 25 Jul 2013 14:41:02 + Egli, Samuel samuel.e...@siemens.com
wrote,
> Hi Lukasz,
>
> >-Original Message-
> >From: Lukasz Majewski [mailto:l.majew...@samsung.com]
> >Sent: Donnerstag, 25. Juli 2013 16:03
> >To: Egli, Samuel
> >Cc: Heiko Schocher; Wolfgang Denk; Bach, Pascal; Meie
Hi there,
for a research project I need to incorporate different crypto functions
(PRNG, SHA1, symmetric encryption/decryption) into the MLO part of u-boot.
My questions:
1.) Has someone achieved this before?
2.) Do you guys know it this is even possible regarding the limited size
of the MLO an
Hi Pardeep,
On 07/24/2013 02:35 PM, Pardeep Kumar Singla wrote:
Instead of duplicating HDMI setup code for every mx6 board, factor out the
common code
Signed-off-by: Pardeep Kumar Singla
---
Changes since v2:
Added new function enable_ipu_clock() to separate the functinality of ipu clock
fro
Instead of duplicating HDMI setup code for every mx6 board, factor out the
common code
Signed-off-by: Pardeep Kumar Singla
---
Changes since v3:
Added declaration of enable_ipu_clock().
Made enable_ipu_clock() function public.
arch/arm/cpu/armv7/mx6/clock.c|8 +
arch/a
On 07/25/2013 09:37 AM, Tom Rini wrote:
> On Tue, Jul 23, 2013 at 01:34:15PM -0500, Dan Murphy wrote:
>> On 07/19/2013 02:00 PM, Tom Rini wrote:
>>> From: Greg Guyotte
>>>
>>> Add a driver for the TPS65217 PMIC that is found in the Beaglebone
>>> family of boards.
Can we add the public reference
Signed-off-by: Pardeep Kumar Singla
---
Changes since v3:
Added enable_ipu_clock() function for ipu clock setting
board/freescale/mx6sabresd/mx6sabresd.c | 64 ++-
include/configs/mx6sabre_common.h |3 +-
include/configs/mx6sabresd.h| 19
On 07/25/2013 10:12 AM, Pardeep Kumar Singla wrote:
Instead of duplicating HDMI setup code for every mx6 board, factor out the
common code
Signed-off-by: Pardeep Kumar Singla
---
Changes since v3:
Added declaration of enable_ipu_clock().
Made enable_ipu_clock() function public.
arch/arm/cpu
On 07/24/2013 10:52 AM, Marc Dietrich wrote:
> On Tuesday 23 July 2013 08:40:42 Stephen Warren wrote:
>> On 07/22/2013 01:09 AM, Marc Dietrich wrote:
>
> [ snip the stuff we agreed upon ]
>
>>> The nvec still needs to tell the slave driver which protocol to use, but
>>> that can be hard coded.
>>
On 07/19/2013 02:00 PM, Tom Rini wrote:
> From: "Philip, Avinash"
>
> Add a driver for the TPS65910 PMIC that is found in the AM335x GP EVM,
> AM335x EVM SK and others.
Can we add a link to the technical manual?
http://www.ti.com/product/tps65910
> Signed-off-by: Philip, Avinash
> [trini: Split
On Thu, Jul 25, 2013 at 12:21:41PM -0500, Dan Murphy wrote:
> On 07/25/2013 09:37 AM, Tom Rini wrote:
> > On Tue, Jul 23, 2013 at 01:34:15PM -0500, Dan Murphy wrote:
> >> On 07/19/2013 02:00 PM, Tom Rini wrote:
> >>> From: Greg Guyotte
> >>>
> >>> Add a driver for the TPS65217 PMIC that is found i
Hello all,
We're trying to figure out how best to get rid of static code like this:
http://git.denx.de/?p=u-boot.git;a=blob;f=board/boundary/nitrogen6x/nitrogen6x.c;h=8f0f9b8de2e8e77fcbf477728ea063a213941dd0;hb=HEAD#l526
and turn it into run time data.
Our idea is to use an environment variable
Hi list,
I guess I'm not the first one who ever needed to retrieve data files
from multifile images, those create by mkimage tool. However, I could
just find scripts to do that (specially an old thread answered by
Wolfgang about dd).
I made a patch to allow mkimage to extract files from images, w
Hi Guilherme,
On Thu, 25 Jul 2013 12:31:46 -0300, Guilherme Maciel Ferreira
wrote:
> Hi list,
>
> I guess I'm not the first one who ever needed to retrieve data files
> from multifile images, those create by mkimage tool. However, I could
> just find scripts to do that (specially an old thread
Dear Guilherme Maciel Ferreira,
In message
you wrote:
>
> I made a patch to allow mkimage to extract files from images, which
> just works for multi-file image. But, the fact that nobody has ever
> done this means that this feature is not desired in the tool?
Speaking just for myself: I needed
Hello all,
this is to raise your attention to some small but important change in
the way we're dealing with software licenses in U-Boot.
Don't be afraid - the licensing itself does not change at all, we just
change the way how we express the license terms in the source code.
Please see commit
e
Dear Heer Lorcan,
In message
you wrote:
>
> want to extract files from my u-boot.bin.
> could you send me the script to do this?
u-boot.bin is a raw binary which does not contain any sort of "files".
You cannot extract what's not there in the first place. And you
cannot find tools to perform
Hi Dan, guys,
Just would like to give my 5 cents: my humble experience with
OMAP4 and OMAP5 tells me that this (that is, the need to reset
devices after applying port power) seems to be a OMAP5 HSIC IP
issue, and not a device problem. We at MMS have two custom
designs, one with OMAP5430 and one wi
Dear Wolfgang,
2013/7/25 Wolfgang Denk :
> Dear Guilherme Maciel Ferreira,
>
> In message
> you
> wrote:
>>
>> I made a patch to allow mkimage to extract files from images, which
>> just works for multi-file image. But, the fact that nobody has ever
>> done this means that this feature is not d
From: Dennis Gilmore
Signed-off-by: Dennis Gilmore
---
include/configs/wandboard.h | 42 +++---
1 file changed, 39 insertions(+), 3 deletions(-)
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index ee6bf21..a5052c5 100644
--- a/includ
This commit brings removal of duplicated code for UART IP block embedded
at Samsung SoCs.
New include/asm/samsung-common directory has been created to store
common code for existing and future Samsung targets.
Moreover building of UART code now depends on more verbose CONFIG_S5P_SERIAL.
Thereof al
Common Samsung code has been moved one level up - to ./samsung-common directory.
This would allow other - non S5P based targets to reuse this code base
Moreover duplicated header files were removed.
Signed-off-by: Lukasz Majewski
---
Changes for v2:
- Only compile in libsamsung-common for non ar
Common CPU info code has been refactored to use more generic name - namely
samsung_* instead of s5p_*.
This change will prevent code duplication for non armv7a based SoCs (e.g.
s3c64xx).
Signed-off-by: Lukasz Majewski
---
This patch depends on:
1. arm:samsung:serial Extract common UART code
Lubo
Thanks for the reply
On 07/25/2013 03:38 PM, Lubomir Popov wrote:
> Hi Dan, guys,
>
> Just would like to give my 5 cents: my humble experience with
> OMAP4 and OMAP5 tells me that this (that is, the need to reset
> devices after applying port power) seems to be a OMAP5 HSIC IP
> issue, and n
The frame-buffer on i.MX boards needs to be aligned for DMA.
Signed-off-by: Eric Nelson
---
drivers/video/mxc_ipuv3_fb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/video/mxc_ipuv3_fb.c b/drivers/video/mxc_ipuv3_fb.c
index ace226c..ad95831 100644
--- a/drivers/v
Dear Lukasz,
On 25/07/13 20:05, Lukasz Majewski wrote:
> On Thu, 25 Jul 2013 10:45:35 +0900 Minkyu Kang mk7.k...@samsung.com
> wrote,
>
> Hi Minkyu,
>
>> Since config.mk is deprecated, remove this file,
>> and move CONFIG_SYS_TEXT_BASE define to config file.
>>
>> Signed-off-by: Minkyu Kang
>>
Dear Eric Nelson,
> The frame-buffer on i.MX boards needs to be aligned for DMA.
>
> Signed-off-by: Eric Nelson
> ---
> drivers/video/mxc_ipuv3_fb.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/video/mxc_ipuv3_fb.c b/drivers/video/mxc_ipuv3_fb.c
> index ac
Dear Dan Murphy,
> Lubo
>
> Thanks for the reply
>
> On 07/25/2013 03:38 PM, Lubomir Popov wrote:
> > Hi Dan, guys,
> >
> > Just would like to give my 5 cents: my humble experience with
> > OMAP4 and OMAP5 tells me that this (that is, the need to reset
> > devices after applying port power) see
Dear Guilherme Maciel Ferreira,
In message
you
wrote:
>
> > But I fear that mkimage explodes from creaping featurism, so if you
> > go and implement something like this, please do not add it to kmimage,
> > but rather create a separate, new tool, say "dumpimage" or so.
>
> How does 'unimage'
On 06/26/2013 04:04 PM, dirk.eib...@gdsys.cc wrote:
> From: Dirk Eibach
>
> This series depends on i2c multibus support.
> It was rebased on the latest multibus branch at
> http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=shortlog;h=refs/heads/20130620_multibus_v2
>
> Patch "powerpc/ppc4xx: Add bit
On 07/25/2013 04:18 PM, Michal Simek wrote:
> The first 1MB is not initialized by first stage bootloader.
> Check if memory is setup to 16bit mode and ECC is enabled.
> If it is, clear the first 1MB.
> Also u-boot should report only the half size of memory.
>
> Signed-off-by: Michal Simek
> Acked
Hi Tom,
please pull the following patches:
The following changes since commit aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c:
Merge branch 'master' of git://git.denx.de/u-boot-nds32 (2013-07-25 08:51:51
-0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git mast
If you don't wait you will loose the first sent packet
even all bits in emacps are correctly setup.
Signed-off-by: Michal Simek
---
Changes in v2: None
arch/arm/cpu/armv7/zynq/slcr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/zynq/slcr.c b/arch/arm/cp
The first 1MB is not initialized by first stage bootloader.
Check if memory is setup to 16bit mode and ECC is enabled.
If it is, clear the first 1MB.
Also u-boot should report only the half size of memory.
Signed-off-by: Michal Simek
Acked-by: Jagannadha Sutradharudu Teki
---
Changes in v2:
- Us
Zynq can have axi ethernet and emaclite IPs in programmable
logic.
Signed-off-by: Michal Simek
---
Changes in v2: None
board/xilinx/zynq/board.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c
index 61a96b8..f9766a1 1
On Thu, 25 Jul 2013 21:20:58 +0200, Wolfgang Denk wrote:
> Hello all,
>
> this is to raise your attention to some small but important change in
> the way we're dealing with software licenses in U-Boot.
>
> Don't be afraid - the licensing itself does not change at all, we just
> change the way h
85 matches
Mail list logo