Hello
I am trying to compile and build a u-boot for installing Linaro on the
Avnet Digilent Zedboard. I am doing the build in Ubuntu 15.04.
I have been mostly following these links
http://fpga.org/2013/05/24/yet-another-guide-to-running-linaro-ubuntu-desktop-on-xilinx-zynq-on-the-zedboard/#commen
Hi everyone, I'm working on a FDI3250 board (after a long time I purchased
this board, I finally found time to work on it) and I'm facing a problem
with uboot and ethernet. I know from commit logs that Vladimir Zapolskiy is
working on a LPC3250 based board and is developing all or parts of the
ethe
Hi Tom,
On 11.4.2016 07:33, Michal Simek wrote:
> On 9.4.2016 20:36, Simon Glass wrote:
>> Hi Michal,
>>
>> On 6 April 2016 at 12:28, Michal Simek wrote:
>>> Create CMD_FDT Kconfig entry to have an option to disable fdt command
>>> which is not required for small configuration which requires libf
On 13.4.2016 08:04, Michal Simek wrote:
> On 13.4.2016 07:50, Peng Fan wrote:
>> Hi Michal,
>> On Tue, Apr 12, 2016 at 07:17:55AM +0200, Michal Simek wrote:
>>> On 12.4.2016 03:25, Peng Fan wrote:
Hi Michal,
On Mon, Apr 11, 2016 at 02:40:06PM +0200, Michal Simek wrote:
> On 11.4.
Upcomming pca953x gpio driver (tca6416 is compatible with it)
is using for example this DT description (ZynqMP zcu102):
i2c0: i2c@ff02 {
compatible = "cdns,i2c-r1p10";
interrupt-parent = <&gic>;
interrupts = <0 17 4>;
reg = <0x0 0xff02 0x1000>;
#addre
Hi Simon,
On Sunday 10 April 2016 12:05 AM, Simon Glass wrote:
> Hi Lokesh,
>
> On 4 April 2016 at 22:30, Lokesh Vutla wrote:
>> This provides a way to load a FIT containing U-Boot and a selection of device
>> tree files from a File system.
>>
>> Signed-off-by: Lokesh Vutla
>> ---
>> common/sp
This provides a way to load a FIT containing U-Boot and a selection of device
tree files from a File system.
Signed-off-by: Lokesh Vutla
---
Changes since v2:
- Fixed the number of bytes being copied.
common/spl/spl_fit.c | 148 +++
include/spl.h
Detect a FIT when loading from a FAT File system and handle it using the
new FIT SPL support.
Reviewed-by: Tom Rini
Reviewed-by: Simon Glass
Reviewed-by: Mugunthan V N
Signed-off-by: Lokesh Vutla
---
common/spl/spl_fat.c | 27 +--
1 file changed, 25 insertions(+), 2 de
Some devices like MMC, USB can be formatted to a FS and can act as a boot media.
Given that FIT image load support in SPL support only raw devices, SPL should
also be able to support loading FIT image from a File system.
This series add support to load FIT image from a filesystem and also adding
ho
On Monday 11 April 2016 10:21 AM, Lokesh Vutla wrote:
> This provides a way to load a FIT containing U-Boot and a selection of device
> tree files from a File system.
>
> Signed-off-by: Lokesh Vutla
> ---
> Changes since v1:
> - Added comments for function declarations.
> - Bring out the common
On 04/13/2016 02:27 PM, Andreas Färber wrote:
Am 13.04.2016 um 20:51 schrieb Stephen Warren:
On 04/13/2016 12:17 PM, Andreas Färber wrote:
Am 13.04.2016 um 19:58 schrieb Stephen Warren:
On 04/13/2016 11:42 AM, Andreas Färber wrote:
Am 13.04.2016 um 19:00 schrieb Stephen Warren:
Anyway, nothi
dm_serial_ops.pending should return the number of characters, not just a
valid C Boolean integer value. The existing code does already does this,
but only as an accident since BCM283X_MU_LSR_RX_READY happens to be
BIT(0). Enhance the code to be more explicit about the values it returns.
Suggested-
On Wed, Apr 13, 2016 at 9:56 AM, Sam Protsenko
wrote:
> On Wed, Apr 13, 2016 at 3:32 PM, Roger Quadros wrote:
> > Hi,
> >
> > On 13/04/16 15:01, Semen Protsenko wrote:
> >> From: Sam Protsenko
> >>
> >> Some UDC controllers may require buffer size to be aligned to
> >> wMaxPacketSize. It's indi
Hi Tom,
Sorry, I accidentally didn't add the v2 in the Subject...
On 2016-04-13 16:38, Stefan Agner wrote:
...
> /*
> - * Maximum packet size; used to allocate packet storage.
> - * TFTP packets can be 524 bytes + IP header + ethernet header.
> - * Lets be conservative, and go for 38 * 16. (Mus
VLAN identifiers are 12-bit decimal numbers, not IP addresses.
Signed-off-by: Stefan Agner
---
include/env_flags.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/env_flags.h b/include/env_flags.h
index 9e87e1b..0dcec06 100644
--- a/include/env_flags.h
+++ b/incl
Ethernet packages with IEEE 802.1Q VLAN support may be up to 1522
bytes long. Increase the default size used to allocate packet
storage by 4 bytes. While at it, let git care about history and
rewrite the comment to represent the situation today only.
Signed-off-by: Stefan Agner
---
include/net.
On 04/13/2016 03:22 PM, Alexander Graf wrote:
When there is no $fdtfile variable set, we still have a good chance
that on 32bit arm the fdtfile really is just called $soc-$board.dtb.
Enable the exports for $soc and $board in our distr defaults and make
use of them in the efi boot script.
diff
On 04/13/2016 03:22 PM, Alexander Graf wrote:
The bootefi cmd today fetches its device tree pointer from either the
location appointed by "fdt addr" with a fallback to the U-Boot control
fdt.
This integration is unusual for U-Boot and diverges from the way we
usually handle parameters to boot co
On 04/14/2016 01:11 AM, Angelo Dureghello wrote:
> This patch allows to read back the EXT_CSD[179] partition_config
> register, just specifying the dev param:
>
> U-Boot> mmc partconf 0
> EXT_CSD[179], PARTITION_CONFIG register:
> BOOT_ACK: 0
> BOOT_PARTITION_ENABLE: 0
> PARTITION_ACCESS: 0
>
> S
Am 14.04.2016 um 00:05 schrieb Tom Rini:
> On Wed, Apr 13, 2016 at 08:02:24PM +0200, Andreas Färber wrote:
>> my point was that U-Boot != Linux filename in some cases. For
>> example, the dragonboard410c is using dragonboard410c.dts but in Linux
>> it's qcom/apq8016-sbc.dts. To make things worse, f
On 04/14/2016 12:53 AM, Alexander Graf wrote:
>
>
> On 14.04.16 00:51, Tom Rini wrote:
>> On Thu, Apr 14, 2016 at 12:42:41AM +0200, Alexander Graf wrote:
>>>
>>>
>>> On 14.04.16 00:34, Tom Rini wrote:
On Wed, Apr 13, 2016 at 11:38:51PM +0200, Alexander Graf wrote:
> On 13.04.16 13:52, Ma
This patch allows to read back the EXT_CSD[179] partition_config
register, just specifying the dev param:
U-Boot> mmc partconf 0
EXT_CSD[179], PARTITION_CONFIG register:
BOOT_ACK: 0
BOOT_PARTITION_ENABLE: 0
PARTITION_ACCESS: 0
Signed-off-by: Angelo Dureghello
---
Changes for v2:
- fixed commit m
On 14.04.16 00:51, Tom Rini wrote:
> On Thu, Apr 14, 2016 at 12:42:41AM +0200, Alexander Graf wrote:
>>
>>
>> On 14.04.16 00:34, Tom Rini wrote:
>>> On Wed, Apr 13, 2016 at 11:38:51PM +0200, Alexander Graf wrote:
On 13.04.16 13:52, Marek Vasut wrote:
> On 04/13/2016 01:22 PM, Beniamino G
On Thu, Apr 14, 2016 at 12:42:41AM +0200, Alexander Graf wrote:
>
>
> On 14.04.16 00:34, Tom Rini wrote:
> > On Wed, Apr 13, 2016 at 11:38:51PM +0200, Alexander Graf wrote:
> >> On 13.04.16 13:52, Marek Vasut wrote:
> >>> On 04/13/2016 01:22 PM, Beniamino Galvani wrote:
> On Wed, Apr 13, 201
On Thu, Apr 14, 2016 at 12:38:22AM +0200, Alexander Graf wrote:
>
>
> On 14.04.16 00:17, Tom Rini wrote:
> > On Wed, Apr 13, 2016 at 07:21:27PM +0200, Alexander Graf wrote:
> >>
> >>
> >>> Am 13.04.2016 um 19:00 schrieb Stephen Warren :
> >>>
> On 04/13/2016 09:51 AM, Alexander Graf wrote:
>
On 14.04.16 00:34, Tom Rini wrote:
> On Wed, Apr 13, 2016 at 11:38:51PM +0200, Alexander Graf wrote:
>> On 13.04.16 13:52, Marek Vasut wrote:
>>> On 04/13/2016 01:22 PM, Beniamino Galvani wrote:
On Wed, Apr 13, 2016 at 12:26:43AM +0200, Marek Vasut wrote:
>> So, after some investigation,
On 14.04.16 00:26, Andreas Färber wrote:
> Am 13.04.2016 um 23:22 schrieb Alexander Graf:
>> The bootefi cmd today fetches its device tree pointer from either the
>> location appointed by "fdt addr" with a fallback to the U-Boot control
>> fdt.
>>
>> This integration is unusual for U-Boot and div
On 04/13/2016 07:31 PM, Stefan Roese wrote:
> On 13.04.2016 17:34, dingu...@opensource.altera.com wrote:
>> From: Dinh Nguyen
>>
>> Move common config options like these to socfpga_common.h:
>>
>> CONFIG_SYS_NO_FLASH
>> CONFIG_DOS_PARTITION
>> CONFIG_FAT_WRITE
>> CONFIG_HW_WATCHDOG
>>
>> CONFIG_CM
On 04/13/2016 11:53 PM, Dinh Nguyen wrote:
> On 04/13/2016 07:24 AM, Marek Vasut wrote:
>> Add support for board based on the popular Altera Cyclone V SoC.
>> This board has the following properties:
>> - 1 GiB of DRAM
>> - 1 Gigabit ethernet
>> - 1 USB gadget port
>> - 1 USB host port with an
On 04/13/2016 05:34 PM, dingu...@opensource.altera.com wrote:
> From: Dinh Nguyen
>
> Move common config options like these to socfpga_common.h:
>
> CONFIG_SYS_NO_FLASH
> CONFIG_DOS_PARTITION
> CONFIG_FAT_WRITE
> CONFIG_HW_WATCHDOG
>
> CONFIG_CMD_ASKENV
> CONFIG_CMD_BOOTZ
> CONFIG_CMD_CACHE
> C
On 14.04.16 00:17, Tom Rini wrote:
> On Wed, Apr 13, 2016 at 07:21:27PM +0200, Alexander Graf wrote:
>>
>>
>>> Am 13.04.2016 um 19:00 schrieb Stephen Warren :
>>>
On 04/13/2016 09:51 AM, Alexander Graf wrote:
> On 04/13/2016 05:31 PM, Stephen Warren wrote:
>> On 04/13/2016 06:55 AM,
On Wed, Apr 13, 2016 at 11:38:51PM +0200, Alexander Graf wrote:
> On 13.04.16 13:52, Marek Vasut wrote:
> > On 04/13/2016 01:22 PM, Beniamino Galvani wrote:
> >> On Wed, Apr 13, 2016 at 12:26:43AM +0200, Marek Vasut wrote:
> So, after some investigation, the reason is that the code runs when
>
Clean up the ext4 README file.
Signed-off-by: Robert P. J. Day
---
among other things, removed reference to needing to apply a patch to
get ext4 support.
diff --git a/doc/README.ext4 b/doc/README.ext4
index 9a2de50..2b0eab5 100644
--- a/doc/README.ext4
+++ b/doc/README.ext4
@@ -1,53 +1,77
On Wed, Apr 13, 2016 at 07:42:11PM +0200, Andreas Färber wrote:
[snip]
> $fdtfile needs to be the Linux filename. It does not always follow the
> same pattern as the U-Boot variables you suggest here.
> CONFIG_DEFAULT_DEVICE_TREE ".dtb" might work better, and that was my
> question to you.
>
> It'
Am 13.04.2016 um 23:22 schrieb Alexander Graf:
> The bootefi cmd today fetches its device tree pointer from either the
> location appointed by "fdt addr" with a fallback to the U-Boot control
> fdt.
>
> This integration is unusual for U-Boot and diverges from the way we
> usually handle parameters
On Wed, Apr 13, 2016 at 07:21:27PM +0200, Alexander Graf wrote:
>
>
> > Am 13.04.2016 um 19:00 schrieb Stephen Warren :
> >
> >> On 04/13/2016 09:51 AM, Alexander Graf wrote:
> >>> On 04/13/2016 05:31 PM, Stephen Warren wrote:
> On 04/13/2016 06:55 AM, Andreas Färber wrote:
> > Am 13.04
On Wed, Apr 13, 2016 at 08:02:24PM +0200, Andreas Färber wrote:
[snip]
> But my point was that U-Boot != Linux filename in some cases. For
> example, the dragonboard410c is using dragonboard410c.dts but in Linux
> it's qcom/apq8016-sbc.dts. To make things worse, for arm64 they're in
> vendor subdir
On 04/13/2016 07:24 AM, Marek Vasut wrote:
> Add support for board based on the popular Altera Cyclone V SoC.
> This board has the following properties:
> - 1 GiB of DRAM
> - 1 Gigabit ethernet
> - 1 USB gadget port
> - 1 USB host port with an on-board hub
> - 2 QSPI NORs connected to the Cade
On Wed, Apr 13, 2016 at 09:31:43AM -0600, Stephen Warren wrote:
> On 04/13/2016 06:55 AM, Andreas Färber wrote:
> >Am 13.04.2016 um 14:48 schrieb Andreas Färber:
> >>The 4.5.0 kernel cannot cope with U-Boot's internal device tree, and the
> >>distro boot commands are looking for $fdtfile, so provid
On Wed, 13 Apr 2016, Wolfgang Denk wrote:
> Dear Robert,
>
> In message you
> wrote:
> >
> > again, in my travels, i noticed board Makefiles like, say,
> > board/freescale/bsc9131rdb/Makefile:
> ...
> > obviously(?), it's redundant to select building tlb.o and law.o in
> > both parts of the
Since commit ad1ecd2063da ("fdt: Build a U-Boot binary without device
tree"), u-boot-dtb.img is identical to u-boot.img, so SPL can always
load u-boot.img whether CONFIG_OF_SEPARATE is defined or not.
Signed-off-by: Masahiro Yamada
---
include/configs/zynq-common.h | 6 +-
1 file changed, 1
No intended functional change, just remove redundancies in some
Makefiles, and make whitespace aesthetics uniform.
Signed-off-by: Robert P. J. Day
---
lots of remaining mess, but hopefully a bit less. do with it what
you will.
diff --git a/board/freescale/b4860qds/Makefile
b/board/freescal
On 13.04.16 13:52, Marek Vasut wrote:
> On 04/13/2016 01:22 PM, Beniamino Galvani wrote:
>> On Wed, Apr 13, 2016 at 12:26:43AM +0200, Marek Vasut wrote:
So, after some investigation, the reason is that the code runs when
caches are still disabled and thus all the memory is treated as
>>
On 13.04.16 22:10, André Przywara wrote:
> On 13/04/16 20:48, Alexander Graf wrote:
>>
>>
>> On 13.04.16 21:46, Andre Przywara wrote:
>>> Hi,
>>>
>>> sorry for the late reply, just found your series here.
>>>
>>> On 30/03/16 16:53, Alexander Graf wrote:
On the A64 we usually boot with ATF ru
Dear Robert,
In message you wrote:
>
> again, in my travels, i noticed board Makefiles like, say,
> board/freescale/bsc9131rdb/Makefile:
...
> obviously(?), it's redundant to select building tlb.o and law.o in
> both parts of the conditional, when it could look like:
...
> is it worth subm
On Wed, 13 Apr 2016, Tom Rini wrote:
> On Wed, Apr 13, 2016 at 09:17:51AM -0400, Robert P. J. Day wrote:
>
> >
> > again, in my travels, i noticed board Makefiles like, say,
> > board/freescale/bsc9131rdb/Makefile:
> >
> >
> > ifdef MINIMAL
> >
> > obj-y += spl_minimal.o tlb.o law.o
> >
> > el
When there is no $fdtfile variable set, we still have a good chance
that on 32bit arm the fdtfile really is just called $soc-$board.dtb.
Enable the exports for $soc and $board in our distr defaults and make
use of them in the efi boot script.
Reported-by: Andreas Faerber
Reported-by: Stephen War
The bootefi cmd today fetches its device tree pointer from either the
location appointed by "fdt addr" with a fallback to the U-Boot control
fdt.
This integration is unusual for U-Boot and diverges from the way we
usually handle parameters to boot commands. So let's pass the fdt
directly into the
Dear Robert,
In message you wrote:
>
> while i was puttering around vendor common/ directories, i noticed
> that the entirety of board/dave/ was:
>
> $ tree dave
> dave
> common
> flash.c
>
> for which most of the dave/ content seems to have been deleted back in
> commit 5344cc1a
Dear Robert,
In message you wrote:
>
> (in fact, i can see that of the several vendors that have common/
> directories, only ti/common/ has a Kconfig file, so i'm concluding
> that a common/ directory containing a Kconfig file is more the
> exception rather than the norm. ti/common/ seems like
From: Justin Waters
Certain pins are not used on the i.MX6, and should have a neutral
pad configuration in order to reduce electrical interference on
the board. This commit defines these pins with a default value
rather than relying on the system defaults.
Signed-off-by: Justin Waters
Signed-of
On Wed, Apr 13, 2016 at 09:17:51AM -0400, Robert P. J. Day wrote:
>
> again, in my travels, i noticed board Makefiles like, say,
> board/freescale/bsc9131rdb/Makefile:
>
>
> ifdef MINIMAL
>
> obj-y += spl_minimal.o tlb.o law.o
>
> else
>
> obj-y+= bsc9131rdb.o
> obj-y+= d
On Tue, Apr 12, 2016 at 04:09:50PM -0700, Stefan Agner wrote:
> Ethernet packages with IEEE 802.1Q VLAN support may be up to 1522
> bytes long. Increase the default size used to allocate packet
> storage by 4 bytes.
>
> Signed-off-by: Stefan Agner
> ---
>
> include/net.h | 2 +-
> 1 file change
Am 13.04.2016 um 20:51 schrieb Stephen Warren:
> On 04/13/2016 12:17 PM, Andreas Färber wrote:
>> Am 13.04.2016 um 19:58 schrieb Stephen Warren:
>>> On 04/13/2016 11:42 AM, Andreas Färber wrote:
Am 13.04.2016 um 19:00 schrieb Stephen Warren:
> Anyway, nothing in your benefits-of-EFI statem
On 13/04/16 20:48, Alexander Graf wrote:
>
>
> On 13.04.16 21:46, Andre Przywara wrote:
>> Hi,
>>
>> sorry for the late reply, just found your series here.
>>
>> On 30/03/16 16:53, Alexander Graf wrote:
>>> On the A64 we usually boot with ATF running in EL3. ATF as it is available
>>> today resid
Hi,
sorry for the late reply, just found your series here.
On 30/03/16 16:53, Alexander Graf wrote:
> On the A64 we usually boot with ATF running in EL3. ATF as it is available
> today resides in the first 16MB of RAM.
So this is actually a mistake Allwinner made and which we haven't fixed yet.
Hi Tom,
> On Apr 13, 2016, at 22:42 , Tom Rini wrote:
>
> On Fri, Apr 08, 2016 at 04:29:40PM -0500, Rob Herring wrote:
>> On Tue, Apr 5, 2016 at 5:03 PM, Pantelis Antoniou
>> wrote:
>>> Hi Maxime,
>>>
On Apr 4, 2016, at 11:25 , Maxime Ripard
wrote:
The device tree overla
On Mon, Apr 11, 2016 at 06:08:06AM -0400, Robert P. J. Day wrote:
> as i posted sort of recently, i'm playing with the POST tests for
> the first time and it's clear that the docs (doc/README.POST) is a bit
> out of date, so i'm willing to submit a patch or two to bring it at
> least a bit close
On 13.04.16 21:46, Andre Przywara wrote:
> Hi,
>
> sorry for the late reply, just found your series here.
>
> On 30/03/16 16:53, Alexander Graf wrote:
>> On the A64 we usually boot with ATF running in EL3. ATF as it is available
>> today resides in the first 16MB of RAM.
>
> So this is actuall
On Wed, Apr 13, 2016 at 06:37:49PM +0200, Michal Simek wrote:
> Hi Tom,
>
> here are patches I have collected till now.
> Based on my discussion with Heiko, I am adding I2C patches which were
> all reviewed by him. zcu102 is using old i2c non DM based driver because
> we are missing i2c mux suppo
On Wed, Apr 13, 2016 at 04:22:48PM +0530, Vignesh R wrote:
> Enable Cadence QSPI controller support to use QSPI on K2G SoC. Also
> enable Spansion flash support to access s25fl512s flash present on K2G
> QSPI bus.
>
> Signed-off-by: Vignesh R
Reviewed-by: Tom Rini
--
Tom
signature.asc
Desc
On Wed, Apr 13, 2016 at 04:22:47PM +0530, Vignesh R wrote:
> K2G SoC has a Cadence QSPI controller to communicate with NOR flash
> devices. Add DT nodes to support the same.
> Also, K2G EVM has a s25fl512s flash connect to QSPI bus at CS 0. Add nor
> flash slave node for the same.
>
> Signed-off-
On Wed, Apr 13, 2016 at 02:04:36PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following fix from the CFI repo.
>
> Thanks,
> Stefan
>
> The following changes since commit 39fbd987164336adc2ff7e5ab7a4268b8dcdee92:
>
> Merge git://www.denx.de/git/u-boot-marvell (2016-04-12 09:10:
On Wed, Apr 13, 2016 at 12:23:37PM +0200, Stefano Babic wrote:
> Hi Tom,
>
> please pull from u-boot-imx, thanks !
>
> The following changes since commit e4fb863f6dec0002069d57422ebe3ce3af69a273:
>
> dm: blk: Add tests for block devices (2016-03-17 21:27:39 -0600)
>
> are available in the gi
On Fri, Apr 08, 2016 at 04:29:40PM -0500, Rob Herring wrote:
> On Tue, Apr 5, 2016 at 5:03 PM, Pantelis Antoniou
> wrote:
> > Hi Maxime,
> >
> >> On Apr 4, 2016, at 11:25 , Maxime Ripard
> >> wrote:
> >>
> >> The device tree overlays are a good way to deal with user-modifyable
> >> boards or boa
By applying this patch, it will give us some flexibility to expose
a selected partition/s.
e.g:
1. To expose several partitions
ums 0 mmc 0:1,0:6
2. To expose the all partitions
ums 0 mmc 0:0
3. To expose multiple partititions on several devices
ums 0 mmc 0:1,1:6
4. It support legacy format
ums
On 13.04.16 20:54, Andreas Färber wrote:
> Am 13.04.2016 um 20:47 schrieb Alexander Graf:
>> load mmc 0 $fdt_addr_r my_awesome.dtb ;\
>> load mmc 0 $kernel_addr_r some/random/path/grub2.efi ;\
>> bootefi $kernel_addr_r
>
> If we're going in that direction, I would rather pass $fdt_addr_r a
Am 13.04.2016 um 20:47 schrieb Alexander Graf:
> load mmc 0 $fdt_addr_r my_awesome.dtb ;\
> load mmc 0 $kernel_addr_r some/random/path/grub2.efi ;\
> bootefi $kernel_addr_r
If we're going in that direction, I would rather pass $fdt_addr_r as
second optional argument to bootefi. That would be
On 04/13/2016 12:17 PM, Andreas Färber wrote:
Am 13.04.2016 um 19:58 schrieb Stephen Warren:
On 04/13/2016 11:42 AM, Andreas Färber wrote:
Am 13.04.2016 um 19:00 schrieb Stephen Warren:
Anyway, nothing in your benefits-of-EFI statement implies that relying
on $fdtfile being set is correct. Tha
Hi,
Am 13.04.2016 um 19:08 schrieb Angelo Dureghello:
> This patch allows to read back the EXT_CSD[179] partition_config
> register, just specifiing the dev param:
"specifying"
>
> linkmotion> mmc partconf 0
> EXT_CSD[179], PARTITION_CONFIG register:
> BOOT_ACK: 0
> BOOT_PARTITION_ENABLE: 0
> P
On 13.04.16 20:31, Stephen Warren wrote:
> On 04/13/2016 12:24 PM, Alexander Graf wrote:
>>
>>
>>> If by some chance U-Boot is configured by DTB and that DTB is fully
>>> suitable to pass to the Linux kernel, then the board-specific code can
>>> arrange for ${kernel_addr_r} to point at that same
On 04/13/2016 12:24 PM, Alexander Graf wrote:
On 13.04.16 19:54, Stephen Warren wrote:
I've spotted a couple of problems in 74522c898b35 "efi_loader: Add
distro boot script for removable media". These help explain something I
found strange in the commit description of the recently sent patch
"
On 13.04.16 19:54, Stephen Warren wrote:
> I've spotted a couple of problems in 74522c898b35 "efi_loader: Add
> distro boot script for removable media". These help explain something I
> found strange in the commit description of the recently sent patch
> "jetson-tk1: Set fdtfile environment varia
Am 13.04.2016 um 19:58 schrieb Stephen Warren:
> On 04/13/2016 11:42 AM, Andreas Färber wrote:
>> Am 13.04.2016 um 19:00 schrieb Stephen Warren:
>>> Anyway, nothing in your benefits-of-EFI statement implies that relying
>>> on $fdtfile being set is correct. That's a new requirement that didn't
>>>
Am 13.04.2016 um 19:40 schrieb Stephen Warren:
> On 04/13/2016 11:22 AM, Andreas Färber wrote:
>> Am 13.04.2016 um 17:31 schrieb Stephen Warren:
>>> On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
> The 4.5.0 kernel cannot cope with U-Boot's int
On 04/13/2016 11:50 AM, Alexander Graf wrote:
Am 13.04.2016 um 19:40 schrieb Stephen Warren :
On 04/13/2016 11:22 AM, Andreas Färber wrote:
Am 13.04.2016 um 17:31 schrieb Stephen Warren:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
The 4.5.0
On 04/13/2016 11:42 AM, Andreas Färber wrote:
Am 13.04.2016 um 19:00 schrieb Stephen Warren:
On 04/13/2016 09:51 AM, Alexander Graf wrote:
On 04/13/2016 05:31 PM, Stephen Warren wrote:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
The 4.5.0 kern
I've spotted a couple of problems in 74522c898b35 "efi_loader: Add
distro boot script for removable media". These help explain something I
found strange in the commit description of the recently sent patch
"jetson-tk1: Set fdtfile environment variable"; "The 4.5.0 kernel cannot
cope with U-Boot
> Am 13.04.2016 um 19:40 schrieb Stephen Warren :
>
>> On 04/13/2016 11:22 AM, Andreas Färber wrote:
>>> Am 13.04.2016 um 17:31 schrieb Stephen Warren:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
> Am 13.04.2016 um 14:48 schrieb Andreas Färber:
> The 4.5.0 kernel cannot cope with
Am 13.04.2016 um 19:00 schrieb Stephen Warren:
> On 04/13/2016 09:51 AM, Alexander Graf wrote:
>> On 04/13/2016 05:31 PM, Stephen Warren wrote:
>>> On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
> The 4.5.0 kernel cannot cope with U-Boot's inte
On 04/13/2016 11:22 AM, Andreas Färber wrote:
Am 13.04.2016 um 17:31 schrieb Stephen Warren:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
The 4.5.0 kernel cannot cope with U-Boot's internal device tree, and the
distro boot commands are looking fo
> Am 13.04.2016 um 19:31 schrieb Stephen Warren :
>
>> On 04/13/2016 11:21 AM, Alexander Graf wrote:
>>
>>
Am 13.04.2016 um 19:00 schrieb Stephen Warren :
> On 04/13/2016 09:51 AM, Alexander Graf wrote:
>> On 04/13/2016 05:31 PM, Stephen Warren wrote:
>>> On 04/13/2016 0
On 04/13/2016 11:21 AM, Alexander Graf wrote:
Am 13.04.2016 um 19:00 schrieb Stephen Warren :
On 04/13/2016 09:51 AM, Alexander Graf wrote:
On 04/13/2016 05:31 PM, Stephen Warren wrote:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
The 4.5.0
On 13.04.2016 17:34, dingu...@opensource.altera.com wrote:
From: Dinh Nguyen
Move common config options like these to socfpga_common.h:
CONFIG_SYS_NO_FLASH
CONFIG_DOS_PARTITION
CONFIG_FAT_WRITE
CONFIG_HW_WATCHDOG
CONFIG_CMD_ASKENV
CONFIG_CMD_BOOTZ
CONFIG_CMD_CACHE
CONFIG_CMD_DHCP
CONFIG_CMD_E
Am 13.04.2016 um 17:31 schrieb Stephen Warren:
> On 04/13/2016 06:55 AM, Andreas Färber wrote:
>> Am 13.04.2016 um 14:48 schrieb Andreas Färber:
>>> The 4.5.0 kernel cannot cope with U-Boot's internal device tree, and the
>>> distro boot commands are looking for $fdtfile, so provide it to avoid
>>>
> Am 13.04.2016 um 19:00 schrieb Stephen Warren :
>
>> On 04/13/2016 09:51 AM, Alexander Graf wrote:
>>> On 04/13/2016 05:31 PM, Stephen Warren wrote:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
> Am 13.04.2016 um 14:48 schrieb Andreas Färber:
> The 4.5.0 kernel cannot cope with U
This patch allows to read back the EXT_CSD[179] partition_config
register, just specifiing the dev param:
linkmotion> mmc partconf 0
EXT_CSD[179], PARTITION_CONFIG register:
BOOT_ACK: 0
BOOT_PARTITION_ENABLE: 0
PARTITION_ACCESS: 0
Signed-off-by: Angelo Dureghello
---
cmd/mmc.c | 30
On 04/13/2016 09:51 AM, Alexander Graf wrote:
On 04/13/2016 05:31 PM, Stephen Warren wrote:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
The 4.5.0 kernel cannot cope with U-Boot's internal device tree, and
the
distro boot commands are looking for
On Wed, Apr 13, 2016 at 3:32 PM, Roger Quadros wrote:
> Hi,
>
> On 13/04/16 15:01, Semen Protsenko wrote:
>> From: Sam Protsenko
>>
>> Some UDC controllers may require buffer size to be aligned to
>> wMaxPacketSize. It's indicated by gadget->quirk_ep_out_aligned_size
>> field being set to "true"
Hi Tom,
here are patches I have collected till now.
Based on my discussion with Heiko, I am adding I2C patches which were
all reviewed by him. zcu102 is using old i2c non DM based driver because
we are missing i2c mux support. When we have it I will convert this
board to DM based driver too. Zynq
On 04/13/2016 05:31 PM, Stephen Warren wrote:
On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
The 4.5.0 kernel cannot cope with U-Boot's internal device tree, and
the
distro boot commands are looking for $fdtfile, so provide it to avoid
having users
From: Dinh Nguyen
Move common config options like these to socfpga_common.h:
CONFIG_SYS_NO_FLASH
CONFIG_DOS_PARTITION
CONFIG_FAT_WRITE
CONFIG_HW_WATCHDOG
CONFIG_CMD_ASKENV
CONFIG_CMD_BOOTZ
CONFIG_CMD_CACHE
CONFIG_CMD_DHCP
CONFIG_CMD_EXT4
CONFIG_CMD_EXT4_WRITE
CONFIG_CMD_FAT
CONFIG_CMD_FS_GENERI
Signed-off-by: Robert P. J. Day
---
the only two occurrences in the current code base.
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 7f57a54..8cf15d2 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -72,7 +72,6 @@
#define CONFI
Hi Lukas,
Sure. I will fix it.
Regards,
John
On Wed, Apr 13, 2016 at 7:59 AM, Lukasz Majewski
wrote:
> Hi John,
>
> > By applying this patch, it will give us some flexibility to expose
> > a selected partition/s.
> >
> > e.g:
> > 1. To expose several partitions
> > ums 0 mmc 0:1,0:6
> >
> > 2
On 04/13/2016 06:55 AM, Andreas Färber wrote:
Am 13.04.2016 um 14:48 schrieb Andreas Färber:
The 4.5.0 kernel cannot cope with U-Boot's internal device tree, and the
distro boot commands are looking for $fdtfile, so provide it to avoid
having users supply a dumb boot.scr doing a setenv fdtfile .
Hi John,
> By applying this patch, it will give us some flexibility to expose
> a selected partition/s.
>
> e.g:
> 1. To expose several partitions
> ums 0 mmc 0:1,0:6
>
> 2. To expose the all partitions
> ums 0 mmc 0:0
During testing, I've found one issue with this code:
Traditionally the ums
On Tue, Apr 12, 2016 at 11:17:39AM -0600, Stephen Warren wrote:
> From: Stephen Warren
>
> In current Linux kernel Tegra DT files, 64-bit addresses are represented
> in unit addresses as a pair of comma-separated 32-bit values. Apparently
> this is no longer the correct representation for simple
Add to the command scsi device list.
Signed-off-by: Po Liu
---
cmd/scsi.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/cmd/scsi.c b/cmd/scsi.c
index 8991125..c85fefc 100644
--- a/cmd/scsi.c
+++ b/cmd/scsi.c
@@ -31,6 +31,11 @@
#define SCSI_VEND_ID 0x10b9
#define SCSI_DEV_ID 0x5288
Add scsi command and enable supporting the pcie2sata chip
88SE9170 from Marvell.
Signed-off-by: Po Liu
---
include/configs/ls1043ardb.h | 16
1 file changed, 16 insertions(+)
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h
index bc40b06..c8d03f2 100644
From: Thomas Abraham
Espresso7420 is a development/evaluation board for Exynos7420 SoC. It
includes multiple onboard compoments (EMMC/Codec) and various
interconnects (USB/HDMI).
Signed-off-by: Thomas Abraham
---
arch/arm/dts/Makefile |1 +
arch/arm/dts/exynos7420-espre
1 - 100 of 193 matches
Mail list logo