Hi Matthias,
2016-02-05 2:41 GMT+09:00 Tom Rini :
> On Tue, Feb 02, 2016 at 03:49:07PM +0100, Matthias Weißer wrote:
>
>> Hi
>>
>> 9c11135 image: fix getenv_bootm_size() function breaks the bootz
>> command for me on a custom hardware (very similar to mx6sxsabresd but
>> with only 256MB RAM). I d
Commit 9c11135ce053 ("image: fix getenv_bootm_size() function") fixed
the case where "bootm_low" is defined, but "bootm_size" is not.
Instead, it broke the case where neither "bootm_low" nor "bootm_size"
is defined. Fix this function again.
Fixes: 9c11135ce053 ("image: fix getenv_bootm_size() fun
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of
> Prabhakar Kushwaha
> Sent: Friday, February 05, 2016 6:49 AM
> To: york sun ; Harninder Rai ;
> u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support
>
>
> > -O
Hi Simon
On Thursday 04 February 2016 09:21 PM, Simon Glass wrote:
> Hi Mugunthan,
>
> On 4 February 2016 at 08:09, Mugunthan V N wrote:
>> Hi Simon
>>
>> I tried to use patman with a sample commit, below is the commit
>> with the tag patmantest
>>
>> Commit:
>> ~
The build command for sunxi-spl.bin is constant, so it is pointless
to use $(call if_changed,...). $(call cmd,...) is enough.
On the other hand, if the tools/mksunxiboot is updated, the resulted
output may be different. Make the output image dependent on
tools/mksunxiboot.
Signed-off-by: Masahi
FORCE is needed for $(call if_changed,...) to be evaluated every time.
Otherwise, the command is not executed when the command line has
changed but any prerequisite has not been updated.
Signed-off-by: Masahiro Yamada
---
Changes in v2: None
Makefile | 12 ++--
scripts/Make
The build command of u-boot-spl.dtb is not constant, but dependent
on CONFIG_OF_SPL_REMOVE_PROPS. Use $(call if_changed,...) so that
the change of CONFIG_OF_SPL_REMOVE_PROPS is detected.
Also, add tools/fdtgrep to the dependency to make sure u-boot-spl.dtb
is generated by the up-to-date fdtgrep i
These rules are only used for SOCFPGA, SUNXI, but no need to hide
them from other SoCs.
Signed-off-by: Masahiro Yamada
---
Changes in v2:
- Drop 3/5 ("kbuild: use $(call cmd, ) rather than $(call if_changed, ) where
possible")
scripts/Makefile.spl | 4
1 file changed, 4 deletions(-)
d
Changes in v2:
- Drop 3/5 ("kbuild: use $(call cmd, ) rather than $(call if_changed, ) where
possible")
- add tools/fdtgrep to the dependency
Masahiro Yamada (4):
kbuild: remove unneeded ifdef conditionals around build rules
kbuild: sunxi: fix build rule of sunxi-spl.bin
kbuild: add m
On Fri, Feb 5, 2016 at 1:41 AM, Tom Rini wrote:
> On Wed, Feb 03, 2016 at 12:42:44PM +0800, Bin Meng wrote:
>> Hi Simon,
>>
>> On Wed, Feb 3, 2016 at 12:31 PM, Simon Glass wrote:
>> > Hi Bin,
>> >
>> > On 2 February 2016 at 08:02, Bin Meng wrote:
>> >> Hi Albert,
>> >>
>> >> On Tue, Feb 2, 2016
Hello Vikas,
Am 04.02.2016 um 21:41 schrieb Vikas Manocha:
This patch cleans the code by using instructions allowed for armv7m as well as
other Arm archs.
Signed-off-by: Vikas Manocha
Reviewed-by: Simon Glass
---
Changes in v2: reword message commit. Removed info regarding BIC
instruction on
Hi Stephen,
2016-02-04 0:57 GMT+09:00 Stephen Warren :
> On 02/03/2016 05:05 AM, Masahiro Yamada wrote:
>>
>> These build commands are constant (mostly, just concatenating images,
>> or just copying). No need to use $(call if_changed,...) for them.
>
>
> I disagree, since I believe this change m
Hello Stephen,
Am 04.02.2016 um 17:33 schrieb Stephen Warren:
On 02/04/2016 02:00 AM, Heiko Schocher wrote:
Hello Stephen,
Am 03.02.2016 um 18:41 schrieb Stephen Warren:
From: Stephen Warren
Without this, builds default to using new Travis CI infra-structure which
does no allow sudo. The bu
The initialization for smmu and stream id is moved into the common soc
code.
Signed-off-by: Alison Wang
---
arch/arm/cpu/armv7/ls102xa/soc.c| 48 +
arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h | 2 ++
board/freescale/ls1021aqds/ls1021aqds.c | 4
Hi Tom,
This includes changes to move all x86 codes to use DM PCI APIs
completely. Now DM_PCI_COMPAT is disabled in the x86 build.
The following changes since commit 94985cc9d3d7ed991ca8b2627d5894df5ea68f49:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-02-04
06:56:23 -0500)
are
On Wed, Feb 3, 2016 at 11:28 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> Now that we have converted all x86 codes to DM PCI, drop pci_type1.c
>> which is only built for legacy PCI. Also per checkpatch.pl warning,
>> DEFINE_PCI_DEVICE_TABLE is now deprecated so drop th
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> This board uses RTL8169 which is a driver model ethernet driver.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> configs/chromebox_panther_defconfig | 1 +
>> 1 file changed, 1 insertion(+)
>
> Revi
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> Now that the RTL8169 driver warning is fixed we can drop this.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> include/configs/chromebox_panther.h | 2 --
>> 1 file changed, 2 deletions(-)
>
> Revie
On Wed, Feb 3, 2016 at 11:28 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> When CONFIG_DM_PCI_COMPAT is not on, there is only a forward declaration
>> for pci_write_config32(). Add other missing ones.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> include/pci.h | 16 +
On Tue, Feb 2, 2016 at 9:58 PM, Bin Meng wrote:
> Now that all x86 codes have been converted to use proper DM PCI APIs,
> it's time to disable the legacy compatible layer.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/Kconfig | 3 ---
> 1 file changed, 3 deletions(-)
>
applied to u-boot-x86/ma
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> There are still two places in Quark's MRC codes that use the generic
>> legacy PCI APIs, but as we are phasing out these legacy APIs, switch
>> to use Quark's own PCI config routines.
>>
>> Signe
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> Update this driver to use proper DM PCI APIs.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> drivers/net/e1000.c | 75
>> -
>> drivers/net/e1000
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:57, Bin Meng wrote:
>> Use native DM PCI APIs instead of legacy compatible ones.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> drivers/net/pch_gbe.c | 27 ---
>> drivers/net/pch_gbe.h | 2 +-
>>
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> Move some #undef from efi-x86.h to efi-x86_defconfig as these are
>> already Kconfig options.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> configs/efi-x86_defconfig | 2 +-
>> include/configs/efi
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> It does not build if without CONFIG_DM_PCI_COMPAT. For now we just
>> disable it, until some day we add USB support to EFI application.
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> include/config
On Wed, Feb 3, 2016 at 11:27 AM, Simon Glass wrote:
> On 2 February 2016 at 06:58, Bin Meng wrote:
>> Convert to use native DM PCI API dm_pci_mem_to_phys().
>>
>> Signed-off-by: Bin Meng
>> ---
>>
>> drivers/net/designware.c | 4 +---
>> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> Review
If CONFIG_CMD_DDRMPHY_DUMP is enabled, the build fails.
Fixes: 93d92d46cd01 ("ARM: uniphier: add dump command for DDR Multi PHY
registers")
Signed-off-by: Masahiro Yamada
---
Changes in v2: None
arch/arm/mach-uniphier/{ => dram}/cmd_ddrmphy.c | 0
1 file changed, 0 insertions(+), 0 deletions(
The U-Boot proper building needs to descend arch/arm/mach-uniphier/dram
to build these commands.
Fixes: 93d92d46cd01 ("ARM: uniphier: add dump command for DDR Multi PHY
registers")
Signed-off-by: Masahiro Yamada
---
Changes in v2:
- Newly added
arch/arm/mach-uniphier/Makefile | 3 ++-
It turned out that DDR channel 2 was not working on ProXstream2
Vodka board. Add the missing ACBLDR0 register setting to adjust
the delay between the clock lines and the address/command lines.
Signed-off-by: Masahiro Yamada
---
arch/arm/mach-uniphier/dram/umc-proxstream2.c | 12 ++--
1
There are uQE on ls1043ardb board, add uQE support for the board.
Call u_qe_init in ls1043ardb's board_init.
Signed-off-by: Zhao Qiang
---
Changes for v2:
- get qe_immr directly instead of qe_base
Changes for v3:
- NA
Changes for v4:
- NA
Changes for v5:
- rebase o
Pin-muxing code should be in config_board_mux, move USB muxing
config to config_board_mux.
Signed-off-by: Zhao Qiang
---
Changes for v2:
- NA
Changes for v3:
- split from "[PATCH v2 3/3] QE: assgin pins to QE-HDLC"
Changes for v4:
- NA
Changes for v5:
- modify the
QE-HDLC and USB multi-use the pins, modify the pin-muxing code
for them, when set "hwconfig=qe-hdlc" in uboot, assign the pins
to QE-HDLC, if not, assgin it to USB
Signed-off-by: Zhao Qiang
---
Changes for v2:
- NA
Changes for v3:
- split from "[PATCH v2 3/3] QE: assgin pins to QE
there are some code in qe.c not used for micro QE,
use "#ifdef CONFIG_QE" to mask them.
Signed-off-by: Zhao Qiang
---
Changes for v2:
- new added
Changes for v3:
- NA
Changes for v4:
- NA
Changes for v5:
- modify commit message
drivers/qe/qe.c | 6 ++
1 file
> -Original Message-
> From: york sun
> Sent: Thursday, February 04, 2016 10:15 PM
> To: Harninder Rai; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support
>
> Rai,
>
> On 02/04/2016 06:25 AM, Rai Harninder wrote:
> > The fuse status register provid
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york sun
> Sent: Thursday, February 04, 2016 10:15 PM
> To: Harninder Rai ; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH] armv8/ls2080ardb: Enable VID support
>
> Rai,
>
> On 02/04/2016 06:25 AM
Hi all,
I'm trying to create a standalone program that runs a rigorous memory test.
I'm having trouble linking in the rand() functions, getting "undefined
reference errors from GCC". I am using the Freescale/NXP LS1021ATWR dev board.
I'm working with U-boot through Yocto and the Freescale Q
Hi Maxime,
On Thu, Feb 4, 2016 at 4:20 AM, Maxime Ripard <
maxime.rip...@free-electrons.com> wrote:
> Hi Steve,
>
> On Wed, Feb 03, 2016 at 12:46:02PM -0800, Steve Rae wrote:
> > remove logging of the 'skipped' blocks
> >
> > Signed-off-by: Steve Rae
> > ---
> >
> > common/image-sparse.c | 6 ++
From: Stephen Warren
Implement command--line option --gdbserver COMM, which does two things:
a) Run the sandbox process under gdbserver, using COMM as gdbserver's
communication channel.
b) Disables all timeouts, so that if U-Boot is halted under the debugger,
tests don't fail. If the user
On 02/04/2016 05:46 AM, Marek Vasut wrote:
>
> A10 branch is now u-boot-socfpga/01-arria10 .
>
Thanks for carrying this.
> What is the current status of Arria10 please ?
>
I haven't had time to work on Arria10 in the last 2 weeks. I hope to get
back to it next week. I think I may have to slim
On Thu, Feb 4, 2016 at 1:07 AM, Michal Simek wrote:
> Remove unused macros. Adresses are taken from DT.
>
> Signed-off-by: Michal Simek
Reviewed-by: Moritz Fischer
> ---
>
> arch/arm/include/asm/arch-zynqmp/hardware.h | 3 ---
> arch/arm/mach-zynq/include/mach/hardware.h | 2 --
> 2 files chan
This patch cleans the code by using instructions allowed for armv7m as well as
other Arm archs.
Signed-off-by: Vikas Manocha
Reviewed-by: Simon Glass
---
Changes in v2: reword message commit. Removed info regarding BIC
instruction on SP, was creating confusion.
arch/arm/lib/crt0.S | 25 +++
On Thu, Feb 04, 2016 at 11:54:20AM -0700, Stephen Warren wrote:
> From: Stephen Warren
>
> The recent change to memalign() caused the allocation failure detection
> code to be dead code; the "retry" logic is always activated under the same
> condition that the original failure detection code is,
From: Stephen Warren
The recent change to memalign() caused the allocation failure detection
code to be dead code; the "retry" logic is always activated under the same
condition that the original failure detection code is, and also fully
handles any possible failures. This patch solves the presen
On Wed, Feb 03, 2016 at 12:42:44PM +0800, Bin Meng wrote:
> Hi Simon,
>
> On Wed, Feb 3, 2016 at 12:31 PM, Simon Glass wrote:
> > Hi Bin,
> >
> > On 2 February 2016 at 08:02, Bin Meng wrote:
> >> Hi Albert,
> >>
> >> On Tue, Feb 2, 2016 at 5:53 PM, Albert ARIBAUD
> >> wrote:
> >>> Hello Bin and
On Sun, Jan 31, 2016 at 09:37:04PM +0100, Albert ARIBAUD wrote:
> Revert commit b352182a and complete generic board support.
>
> Signed-off-by: Albert ARIBAUD
Reviewed-by: Tom Rini
Go ahead and bring it in via u-boot-arm.
--
Tom
signature.asc
Description: Digital signature
___
On Tue, Feb 02, 2016 at 03:49:07PM +0100, Matthias Weißer wrote:
> Hi
>
> 9c11135 image: fix getenv_bootm_size() function breaks the bootz
> command for me on a custom hardware (very similar to mx6sxsabresd but
> with only 256MB RAM). I don't have bootm_size or bootm_low defined.
>
> After readi
On Thu, Feb 04, 2016 at 02:45:00PM +0100, Ricardo Ribalda Delgado wrote:
> Fix device tree name:
>
> +(xilinx-ppc405-generic) Device Tree Source is not correctly specified.
> +(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE'
> +(xilinx-ppc405-generic) or build with 'DEVICE_TREE=
On Sun, Jan 31, 2016 at 09:16:16AM -0700, Simon Glass wrote:
> This does not appear to be used, and has not been converted to driver model
> by the deadline (doc/driver-model/serial-howto.txt).
>
> Signed-off-by: Simon Glass
Dead code:
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description
On Sun, Jan 31, 2016 at 09:16:15AM -0700, Simon Glass wrote:
> This does not appear to be used, and has not been converted to driver model
> by the deadline (doc/driver-model/serial-howto.txt).
>
> Signed-off-by: Simon Glass
Dead code:
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description
On Mon, Feb 01, 2016 at 06:27:21AM -0600, Adam Ford wrote:
> UBIFS is the preferred FS, and YAFFS isn't officially included in
> Linux. Removing this feature reduces the code size.
>
> Signed-off-by: Adam Ford
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
_
On Sun, Jan 31, 2016 at 09:16:13AM -0700, Simon Glass wrote:
> This does not appear to be used, and has not been converted to driver model
> by the deadline (doc/driver-model/serial-howto.txt).
>
> Signed-off-by: Simon Glass
Dead code:
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description
On Sun, Jan 31, 2016 at 09:16:14AM -0700, Simon Glass wrote:
> This does not appear to be used, and has not been converted to driver model
> by the deadline (doc/driver-model/serial-howto.txt).
>
> Signed-off-by: Simon Glass
Dead code:
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description
On Sun, Jan 31, 2016 at 05:13:33PM -0600, Adam Ford wrote:
> The interface automatically converts one 32-bit word into two 16 words.
> The README said it is permissible to use this flag in that scenario.
>
> Signed-off-by: Adam Ford
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: D
On Fri, Jan 29, 2016 at 08:12:34PM -0600, Adam Ford wrote:
> Previously, Omap3_logic assumed X-loader was present. With this
> patch, we can finally replace X-loader with an MLO generated by
> U-Boot. This requires ECC to be setup to match the Linux Kernel
> and the PBIAS confgured for the SD ca
On Sat, Jan 30, 2016 at 06:43:59AM -0600, Adam Ford wrote:
> The defconfig patch will enable the the SPL and NAND settings.
> The update to Kconfig will allow the SPL to configured in and
> built.
>
> Signed-off-by: Derald D. Woods
> Signed-off-by: Adam Ford
Reviewed-by: Tom Rini
--
Tom
s
On Sun, Jan 31, 2016 at 01:34:39PM -0600, Adam Ford wrote:
> Android Fastboot requires USB. The TWL4030 PMIC on omap3_logic handles USB
> traffic.
> This patch sets up the USB gadget and Android Fastboot to match what is done
> in the
> omap3_beagle project.
>
> Signed-off-by: Adam Ford
Revi
On Thu, Feb 04, 2016 at 12:44:47PM +0100, Marek Vasut wrote:
> The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:
>
> Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-socfpga.git master
>
> f
On Thu, Feb 04, 2016 at 12:45:18PM +0100, Marek Vasut wrote:
> The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:
>
> Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb.git master
>
> for y
On Thu, Feb 04, 2016 at 10:44:26AM +0100, Stefano Babic wrote:
> Hi Tom,
>
> please pull from u-boot-imx, thanks !
>
>
> The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:
>
> Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)
>
> are available in the git repository
Rai,
On 02/04/2016 06:25 AM, Rai Harninder wrote:
> The fuse status register provides the values from on-chip
> voltage ID efuses programmed at the factory. These values
> define the voltage requirements for the chip. u-boot reads
> FUSESR and translates the values into the appropriate
> commands
On 02/04/2016 02:00 AM, Heiko Schocher wrote:
Hello Stephen,
Am 03.02.2016 um 18:41 schrieb Stephen Warren:
From: Stephen Warren
Without this, builds default to using new Travis CI infra-structure which
does no allow sudo. The builds need sudo in order to install the ELDK
compilers. Consequen
Hi Mugunthan,
On 4 February 2016 at 08:09, Mugunthan V N wrote:
> Hi Simon
>
> I tried to use patman with a sample commit, below is the commit
> with the tag patmantest
>
> Commit:
> ~~~
> $ git show patmantest
> tag patmantest
> Tagger:
Hi Simon
I tried to use patman with a sample commit, below is the commit
with the tag patmantest
Commit:
~~~
$ git show patmantest
tag patmantest
Tagger: Mugunthan V N
Date: Thu Feb 4 11:51:48 2016 +0530
Series-to: me
Series-prefix:
Hi Simon,
On 28/01/2016 17:39, Simon Glass wrote:
> This provides a way to load a FIT containing U-Boot and a selection of device
> tree files. The board can select the correct device tree by probing the
> hardware. Then U-Boot is started with the selected device tree.
>
> Signed-off-by: Simon Gl
This patch adds U-Boot API support (used by FreeBSD loader) for MIPS platforms.
Signed-off-by: Stanislav Galabov
---
api/Makefile| 1 +
api/api_platform-mips.c | 32
examples/api/Makefile | 3 +++
examples/api/crt0.S | 24
This patch adds U-Boot API support (used by FreeBSD loader) for MIPS platforms.
Signed-off-by: Stanislav Galabov
---
api/Makefile| 1 +
api/api_platform-mips.c | 32
examples/api/Makefile | 3 +++
examples/api/crt0.S | 24
The fuse status register provides the values from on-chip
voltage ID efuses programmed at the factory. These values
define the voltage requirements for the chip. u-boot reads
FUSESR and translates the values into the appropriate
commands to set the voltage output value of an external
voltage regula
On 04.02.2016 14:45, Ricardo Ribalda Delgado wrote:
Fix device tree name:
+(xilinx-ppc405-generic) Device Tree Source is not correctly specified.
+(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE'
+(xilinx-ppc405-generic) or build with 'DEVICE_TREE='
argument
+(xilinx-ppc405-gen
commit 216d286c7e3d3d83d4d8ccaf0415192e1b1040c0 [imx: mx6: implement
mmc_get_env_dev] introduced selection of the environment device according
to the boot device when booting from SD/MMC.
Extend this functionality for also selecting the device partition.
Signed-off-by: Soeren Moch
---
Cc: Stefan
Implement board specific functions to select the environment device and
partition when booting from SD/MMC.
SD2: mmc 0 0
SD3: mmc 1 0
eMMC: mmc 2 1
Signed-off-by: Soeren Moch
---
Cc: Stefano Babic
Cc: Peng Fan
Cc: Fabio Estevam
Cc: u-boot@lists.denx.de
---
board/tbs/tbs2910/tbs2910.c | 11
Hi
I have just sent a patch for this.
Sorry about that!
On Fri, Jan 29, 2016 at 12:18 AM, Tom Rini wrote:
> On Wed, Jan 27, 2016 at 04:42:09PM +0100, Michal Simek wrote:
>
>> Hi Tom,
>>
>> here is the branch with xilinx changes which are flying around.
>> It is targeting PowerPC, Microblaze, AR
Fix device tree name:
+(xilinx-ppc405-generic) Device Tree Source is not correctly specified.
+(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE'
+(xilinx-ppc405-generic) or build with 'DEVICE_TREE='
argument
+(xilinx-ppc405-generic) make[2]: ***
[arch/powerpc/dts/xilinx-ppc440-gen
2016-02-03 17:58 GMT+01:00 Stephen Warren :
> On 02/01/2016 06:57 PM, Tom Rini wrote:
>>
>> On Mon, Jan 25, 2016 at 08:22:41PM +0100, Roger Meier wrote:
>>
>>> - install using addons.apt
>>> - remove MAKEALL
>>> - split mpc85xx boards
>>> - remove TEST_CONFIG_CMD, just info
>>> - fetch mips toolcha
Hi Steve,
On Wed, Feb 03, 2016 at 12:46:02PM -0800, Steve Rae wrote:
> remove logging of the 'skipped' blocks
>
> Signed-off-by: Steve Rae
> ---
>
> common/image-sparse.c | 6 ++
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/common/image-sparse.c b/common/image-sparse
On Thursday, February 04, 2016 at 12:34:57 PM, Michal Simek wrote:
> Hi guys,
>
> On 7.12.2015 12:59, Michal Simek wrote:
> > From: Siva Durga Prasad Paladugu
> >
> > Fix the memory leak by freeing the allocated out request buffer
> >
> > Signed-off-by: Siva Durga Prasad Paladugu
> > Signed-of
On Thursday, January 14, 2016 at 04:20:12 PM, Marek Vasut wrote:
> On Thursday, January 14, 2016 at 03:50:18 PM, Chin Liang See wrote:
> > On Wed, 2016-01-13 at 16:22 +0100, Marek Vasut wrote:
> > > On Wednesday, January 13, 2016 at 04:18:43 PM, Chin Liang See wrote:
> > > > On Wed, 2016-01-13 at 0
The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:
Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to a409a8b85ee337250043aa0c031a31b3a6639e74:
Rever
The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:
Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 8c9b4d5598e014036d2f2637c17bd6e3748ff6a3:
usb: gadg
On Thursday, February 04, 2016 at 09:21:08 AM, Schrempf Frieder wrote:
> On 03.02.2016 20:16, Sergei Temerkhanov wrote:
> > On Wed, Feb 3, 2016 at 8:40 AM, Marek Vasut wrote:
> >> On Wednesday, February 03, 2016 at 12:49:20 PM, Schrempf Frieder wrote:
> >>> On 03.02.2016 12:12, Marek Vasut wrote:
On Tuesday, January 12, 2016 at 09:56:42 PM, dingu...@opensource.altera.com
wrote:
> From: Dinh Nguyen
>
> Add the Arria10 reset manager defines that is used in Linux. Change the
> license to SPDX.
>
> [commit 007bb689b3dbad83cdab0ad192bc6ed0162451e0 from the Linux kernel]
>
> Signed-off-by: D
On 02/03/2016 12:16 PM, Robert P. J. Day wrote:
Quoting Tom Rini :
On Mon, Feb 01, 2016 at 05:20:16PM -0500, Robert P. J. Day wrote:
i know u-boot has a "bootvx" command for booting vxworks images,
but from what i read here:
http://stackoverflow.com/questions/24114948/vxworks-portingdm8168
Hi guys,
On 7.12.2015 12:59, Michal Simek wrote:
> From: Siva Durga Prasad Paladugu
>
> Fix the memory leak by freeing the allocated out request buffer
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
> ---
>
> drivers/usb/gadget/f_thor.c | 4
> 1 file change
Add Arasan SDHCI entry to Kconfig and fix all references.
Signed-off-by: Michal Simek
---
configs/xilinx_zynqmp_ep_defconfig | 1 +
configs/zynq_microzed_defconfig| 1 +
configs/zynq_picozed_defconfig | 1 +
configs/zynq_zc702_defconfig | 1 +
configs/zynq_zc706_defconfig |
Remove CONFIG_ZYNQ_BOOT_FREEBSD configuration option and setup
CONFIG_SYS_MMC_MAX_DEVICE 1 for all Zynq boards.
Signed-off-by: Michal Simek
---
include/configs/zynq-common.h | 4 +---
include/configs/zynq_picozed.h | 1 -
include/configs/zynq_zc70x.h | 1 -
include/configs/zynq_zed.h | 1
OF_CONTROL is setup by default and memory reading is done via DT. Remove
all config files with memory references.
Signed-off-by: Michal Simek
---
board/xilinx/zynq/board.c | 4
include/configs/zynq_microzed.h | 2 --
include/configs/zynq_picozed.h | 2 --
include/configs/zynq_zc70x.
Clean config file.
Signed-off-by: Michal Simek
---
include/configs/zynq_zc770.h | 4
1 file changed, 4 deletions(-)
diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h
index 32ea1f37d6a4..f49715b6cfff 100644
--- a/include/configs/zynq_zc770.h
+++ b/include/configs/zyn
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:
Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to f
Hi Warren
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Mittwoch, 3. Februar 2016 17:58
> To: Roger Meier
> Cc: Tom Rini ; Tom Rini ; u-
> b...@lists.denx.de; Andreas Färber ; Meier, Roger
> ; Daniel Schwierzeck
> Subject: Re: [U-Boot] .travis.yml: re
On 4 February 2016 at 14:37, Michal Simek wrote:
> Remove unused macros. Adresses are taken from DT.
>
> Signed-off-by: Michal Simek
Reviewed-by: Jagan Teki
--
Jagan.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo
On 02/02/2016 11:39, Ulises Cardenas wrote:
> Refactored data structure for CAAM's job ring and Secure Memory
> to support i.MX7.
>
> The new memory map use macros to resolve SM's offset by version.
> This will solve the versioning issue caused by the new version of
> secure memory of i.MX7
>
> S
Hi Peng,
On 03/02/2016 02:01, Peng Fan wrote:
> Hi Stefano,
>
> On Tue, Feb 02, 2016 at 08:46:09PM +0100, Stefano Babic wrote:
>> Hi Peng,
>>
>> On 17/12/2015 05:43, Peng Fan wrote:
>>> Some boards support booting from different SD card slots.
>>> For example, mx6dpsabresd board supports booting
Remove unused macros. Adresses are taken from DT.
Signed-off-by: Michal Simek
---
arch/arm/include/asm/arch-zynqmp/hardware.h | 3 ---
arch/arm/mach-zynq/include/mach/hardware.h | 2 --
2 files changed, 5 deletions(-)
diff --git a/arch/arm/include/asm/arch-zynqmp/hardware.h
b/arch/arm/includ
Hello Stephen,
Am 03.02.2016 um 18:41 schrieb Stephen Warren:
From: Stephen Warren
Without this, builds default to using new Travis CI infra-structure which
does no allow sudo. The builds need sudo in order to install the ELDK
compilers. Consequently, almost all builds fail without this.
I su
On 03.02.2016 20:16, Sergei Temerkhanov wrote:
> On Wed, Feb 3, 2016 at 8:40 AM, Marek Vasut wrote:
>> On Wednesday, February 03, 2016 at 12:49:20 PM, Schrempf Frieder wrote:
>>> On 03.02.2016 12:12, Marek Vasut wrote:
On Wednesday, February 03, 2016 at 11:15:00 AM, Schrempf Frieder wrote:
>>
On 03.02.2016 17:40, Marek Vasut wrote:
> On Wednesday, February 03, 2016 at 12:49:20 PM, Schrempf Frieder wrote:
>> On 03.02.2016 12:12, Marek Vasut wrote:
>>> On Wednesday, February 03, 2016 at 11:15:00 AM, Schrempf Frieder wrote:
On 03.02.2016 10:55, Fabio Estevam wrote:
> On Wed, Feb 3
LANE A of SerDes 2 Protocol 0x45 & 0x47 are SGMII9 and PCIE3
respectively.
So Update SerDes2 table for 0x45 & 0x47 protocol.
Signed-off-by: Prabhakar Kushwaha
Signed-off-by: Pratiyush Mohan Srivastava
---
arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c | 4 ++--
1 file changed, 2 insertions(
-Original Message-
From: york sun
Sent: Wednesday, January 20, 2016 9:32 PM
To: Pratiyush Mohan Srivastava ;
u-boot@lists.denx.de
Cc: Prabhakar Kushwaha ; Pratiyush Srivastava
Subject: Re: [PATCH ] board: ls2080a: Add "mcinitcmd" env for MC & DPL
deployment
On 01/19/2016 10:59 PM, Pra
i.MX7 has an a protection feature for Manufacturing process.
This feature uses assymetric encryption to sign and verify
authenticated software handled between parties. This command
is enables the use of such feature.
The private key is unique and generated once per device.
And it is stored in secu
98 matches
Mail list logo