On 04/10/2017 10:54 PM, Sumit Garg wrote:
-Original Message-
From: York Sun [mailto:york@nxp.com]
Sent: Monday, April 10, 2017 10:39 PM
To: Sumit Garg ; u-boot@lists.denx.de
Cc: Ruchika Gupta ; Prabhakar Kushwaha
; Vini Pillai ; Udit
Agarwal
Subject: Re: [PATCH 1/3] fsl: PPA: add sup
On Tuesday 11 April 2017 11:25 AM, Lokesh Vutla wrote:
>
>
> On Tuesday 11 April 2017 10:30 AM, Vignesh R wrote:
>>
>>
>> On Monday 10 April 2017 06:28 PM, Lokesh Vutla wrote:
>>>
>>>
>>> On 4/10/2017 1:56 PM, Vignesh R wrote:
It seems few config options are missing in the current
am3
On Tuesday 11 April 2017 10:30 AM, Vignesh R wrote:
>
>
> On Monday 10 April 2017 06:28 PM, Lokesh Vutla wrote:
>>
>>
>> On 4/10/2017 1:56 PM, Vignesh R wrote:
>>> It seems few config options are missing in the current
>>> am335x_evm_usbspl_defconfig causing USB RNDIS boot to fail on AM335x
>>>
> -Original Message-
> From: York Sun [mailto:york@nxp.com]
> Sent: Monday, April 10, 2017 10:39 PM
> To: Sumit Garg ; u-boot@lists.denx.de
> Cc: Ruchika Gupta ; Prabhakar Kushwaha
> ; Vini Pillai ; Udit
> Agarwal
> Subject: Re: [PATCH 1/3] fsl: PPA: add support PPA image validation fr
On Mon, Apr 10, 2017 at 10:50 PM, Dinh Nguyen wrote:
>
>
> On 04/05/2017 04:32 AM, Ley Foon Tan wrote:
>> Device tree files for Arria 10
>>
>> Signed-off-by: Tien Fong Chee
>> Signed-off-by: Ley Foon Tan
>> ---
>> arch/arm/dts/Makefile | 1 +
>> arch/arm/dts/socfp
On Tue, Apr 11, 2017 at 11:42 AM, Dinh Nguyen wrote:
>
>
> On 04/10/2017 05:05 PM, Dinh Nguyen wrote:
>>
>>
>> On 04/10/2017 03:43 PM, Dinh Nguyen wrote:
>>>
>>>
>>> On 04/05/2017 04:32 AM, Ley Foon Tan wrote:
Add SPL support for Arria 10.
Signed-off-by: Tien Fong Chee
Signed-
From: Stefan Agner
The Vybrid SoC family has the same display controller unit (DCU)
like the LS1021A SoC. This patch adds platform data, pinmux defines
and clock control to enable the driver for Toradex Colibri Vybrid
module.
Signed-off-by: Stefan Agner
Signed-off-by: Sanchayan Maity
---
arch
On Tue, Apr 11, 2017 at 4:43 AM, Dinh Nguyen wrote:
>
>
> On 04/05/2017 04:32 AM, Ley Foon Tan wrote:
>> Add SPL support for Arria 10.
>>
>> Signed-off-by: Tien Fong Chee
>> Signed-off-by: Ley Foon Tan
>> ---
>> arch/arm/mach-socfpga/spl.c | 74
>> ++---
From: Stefan Agner
When enabling the DCU and pixel clock, the test mode is activated
since this is the reset configuration. The test mode immediately
shows a red screen on a LCD. A moment later, the DCU gets
initialized properly.
This patch enables the pixel clock after initialization of the DCU
From: Stefan Agner
Add common widescreen modes 800x480 and 1024x600.
Signed-off-by: Stefan Agner
Signed-off-by: Sanchayan Maity
---
drivers/video/fsl_dcu_fb.c | 61 --
1 file changed, 59 insertions(+), 2 deletions(-)
diff --git a/drivers/video/fsl_
From: Stefan Agner
DCU_LAYER_MAX_NUM is currently used for DCU_MODE_BLEND_ITER and it
actually overflows the maximum value of BLEND_ITER for Vybrid and
LS102XA. Fix this by using a default value of 2.
Signed-off-by: Stefan Agner
Signed-off-by: Sanchayan Maity
---
drivers/video/fsl_dcu_fb.c |
Rename CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FB
and convert it to Kconfig.
Signed-off-by: Sanchayan Maity
---
arch/arm/cpu/armv7/ls102xa/soc.c| 2 +-
board/freescale/ls1021aiot/Makefile | 2 +-
board/freescale/ls1021aqds/Makefile | 2 +-
bo
From: Stefan Agner
Fix the framebuffer location to the very end of the available memory.
This allows to remove the area from available memory for the kernel,
which in turn allows to display the splash screen through the while
Linux kernel boot process.
Ideas has been taken from the sunxi display
Hello,
This patchset adds support for the Freescale/NXP Display Controller Unit (DCU4)
for Vybrid which is found on the LS1021A and Vybrid SoC.
Patch series is based on top of latest u-boot master.
First patch in the series renames existing CONFIG_FSL_DCU_FB to
CONFIG_VIDEO_FSL_DCU_FB and then c
On Monday 10 April 2017 06:28 PM, Lokesh Vutla wrote:
>
>
> On 4/10/2017 1:56 PM, Vignesh R wrote:
>> It seems few config options are missing in the current
>> am335x_evm_usbspl_defconfig causing USB RNDIS boot to fail on AM335x
>> EVM. Fix this by adding required configs.
>>
>> Signed-off-by:
On Tuesday 11 April 2017 03:42 AM, Adam Ford wrote:
> I am working on porting an OMAP3630 board to support device tree, and
> I attempted to change enable DM_MMC. Unfortunately, that broke MMC.
>
> I discovered that the base addresses were originally updated to reflect a
> change in the base ad
Hello,
In our OBS builds I occasionally see the following build failure with,
e.g., -j 2, which seems to hint at a missing Makefile dependency somewhere:
> [ 234s] CC lib/efi_loader/helloworld.o
> [ 234s] make[2]: *** No rule to make target 'arch/arm/lib/crt0_arm_efi.o',
> needed by 'li
On 04/10/2017 05:05 PM, Dinh Nguyen wrote:
>
>
> On 04/10/2017 03:43 PM, Dinh Nguyen wrote:
>>
>>
>> On 04/05/2017 04:32 AM, Ley Foon Tan wrote:
>>> Add SPL support for Arria 10.
>>>
>>> Signed-off-by: Tien Fong Chee
>>> Signed-off-by: Ley Foon Tan
>>> ---
>>> arch/arm/mach-socfpga/spl.c | 7
Hi Eric,
On 04/10/2017 09:53 AM, Eric Gao wrote:
when enable PMIC rk808,the system will halt at very
early stage,log is shown as bellow.
INFO:plat_rockchip_pmu_init(1211): pd status 3e
INFO:BL31: Initializing runtime services
INFO:BL31: Preparing for EL3 exit to normal world
INFO
On Tuesday 11 April 2017 03:43 AM, Adam Ford wrote:
> The previous version of omap3_logic_defconfig supported either
> Torpedo or SOM-LV. Now with the device tree, there are two
> different defconfig files:
>
> omap3_logic_defconfig = torpedo
> omap3_logic_somlv_defconfig = SOM-LV
>
> This pat
On Tuesday 11 April 2017 03:43 AM, Adam Ford wrote:
> Some OMAP3 devices support an SMSC ethernet PHY connected to the GPMC bus.
> This copies this device tree from Linux 4.9.y stable
>
> Signed-off-by: Adam Ford
Reviewed-by: Lokesh Vutla
Thanks and regards,
Lokesh
>
> diff --git a/arch/ar
On Tuesday 11 April 2017 03:43 AM, Adam Ford wrote:
> Many OMAP3 boards use a TWL4030 PMIC. This brings in the related
> device tree information for common TWL4030 and TWL4030 with OMAP3.
>
> Signed-off-by: Adam Ford
Reviewed-by: Lokesh Vutla
Thanks and regards,
Lokesh
>
> diff --git a/ar
On Tuesday 11 April 2017 03:43 AM, Adam Ford wrote:
> New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4
> (4430/60/70), OMAP5 (5430) and AM335X (3359) were added in 960187ffa125(
> "ARM: OMAP: I2C: New read, write and probe functions") but not tested
> on OMAP3. This patch will al
On Tuesday 11 April 2017 03:42 AM, Adam Ford wrote:
> Add device tree support to allow for CONFIG_OF_CONTROL in OMAP3630 boards.
> DM3730 can use this same device tree.
>
> Signed-off-by: Adam Ford
Reviewed-by: Lokesh Vutla
Thanks and regards,
Lokesh
>
> diff --git a/arch/arm/dts/omap34xx-
On Tuesday 11 April 2017 03:42 AM, Adam Ford wrote:
> Add device tree support to allow for CONFIG_OF_CONTROL in OMAP3 boards.
>
> Signed-off-by: Adam Ford
Reviewed-by: Lokesh Vutla
Thanks and regards,
Lokesh
___
U-Boot mailing list
U-Boot@lists.de
This fixes a regression caused by
commit 07b2b78ce4bc8ae25e066c65245eaf58c0d9a67c
dm: usb: Convert USB storage to use driver-model for block devs
which caused part_init to be called when it was not previously.
Without this patch, the following happens when a USB sd card reader is used.
=> us
Hi,
I have tried this patch-set (applied to u-boot-2017.03) on a Odroid-C2.
Booting from SD card works fine. However booting form eMMC card (128GB
from Hardkernel) produces the following error:
=> fatload mmc 0:1 ${initrd_loadaddr} ${initrdfile}
Card did not respond to voltage select!
mmc_init: -
On 04/10/2017 08:57 AM, Olliver Schinagl wrote:
Hey York,
On 10-04-17 17:52, York Sun wrote:
On 04/10/2017 08:34 AM, Olliver Schinagl wrote:
First off:
P.S. Joe, for some reason my previous patches where added with me as:
"oli...@schinagl.nl " I see that it comes from
patchwork
as such. Is the
Hello,
I am putting together a factory bring-up/unbrick procedure for a blank
iMX7 board with eMMC and no SD card. I'd like to use the USB port
with something like imx_usb_loader to drive the whole process and not
have the flashing script also use the serial console to expect-edly
talk to u-boot.
Hi Lukasz,
2017-04-10 18:16 GMT+09:00 Lukasz Majewski :
> Hi Masahiro,
>
>>
>> For ARMv8, the secure firmware (ex. ARM Trusted Firmware BL31) is
>> often implemented, making U-Boot a non-secure world boot loader.
>>
>> The secure firmware generally includes PSCI. The power management
>> operatio
On Fri, Apr 7, 2017 at 8:57 AM, wrote:
> On Fri, 2017-04-07 at 15:45 +0200, Olliver Schinagl wrote:
>> Hey Joe,
>>
>> On 30-11-16 22:36, Joe Hershberger wrote:
>> > On Fri, Nov 25, 2016 at 9:38 AM, Olliver Schinagl > > nl> wrote:
>> > > Add board hooks allowing to get ethernet addresses in a boar
This patch removes:
- CONFIG_CMD_MEM: enabled by default
- CONFIG_DESIGNWARE_ETH : not being used anywhere.
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
include/configs/stm32f746-disco.h | 3 ---
1 file chan
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
arch/arm/dts/stm32f746-disco.dts | 90
arch/arm/dts/stm32f746.dtsi | 86 --
2 files changed, 90 i
As driver model takes care of pin control configuraion, this patch also
removes the sdram/fmc pin configuration.
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
board/st/stm32f746-disco/stm32f746-disco.c | 89 +++--
This board support stm32f7 family device stm32f769-I with 2MB internal Flash &
512KB RAM.
STM32F769 lines offer the performance of the Cortex-M7 core (with double
precision floating point unit) running up to 216 MHz.
To compile for stm32f769 board, use same defconfig as stm32f746-disco,
the only d
This patch also removes the sdram/fmc clock enable from board specific
code.
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
arch/arm/dts/stm32f746.dtsi| 1 +
board/st/stm32f746-disco/stm32f746-disco.c | 2 --
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
include/configs/stm32f746-disco.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/stm32f746-disco.h
b/include/configs/stm32f746-disco.h
index 349ee3a..73a316d
The number of pins to be configured could be more than 50 e.g. in case
of sdram controller, there are about 56 pins (32 data lines, 12 address
& some control signals).
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
drivers/pi
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4:
- Rebased to master as dram_init_banksize() prototype is changed.
Changed in v3: None
Changed in v2: None
board/st/stm32f746-disco/stm32f746-disco.c | 42 +-
drivers/ram/stm32_sdram.c
Actually the sdram memory on stm32f746 discovery board is micron part
MT48LC_4M32_B2B5_6A. This patch does the modification required in the
device tree node & driver for the same.
Also we are passing here all the timing parameters in terms of clock
cycles, so no need to convert time(ns or ms) to c
All discovery boards have one user button & one user LED. Here we are
just reading the button status & switching ON the user LED.
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
arch/arm/dts/stm32f746-disco.dts | 10
This patch adds gpio driver supporting driver model for stm32f7 gpio.
Signed-off-by: Vikas Manocha
Reviewed-by: Simon Glass
cc: Christophe KERELLO
---
Changed in v4:
- rebased to master.
Changed in v3:
- made stm32_gpio_config() static.
- moved common.h inclusion before clk.h
Changes in v2:
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
arch/arm/dts/stm32f746-disco.dts | 10 +++
drivers/ram/stm32_sdram.c| 144 +++
include/dt-bindings/memory/stm32-sdram.h | 34
Also created alias for gpios for stm32f7 discovery board. Based on these
aliases, it would be possible to get gpio devices by sequence.
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
arch/arm/dts/stm32f746-disco.dts | 12 +++
With this gpio driver supporting DM, there is no need to enable clocks
for different gpios (for pin muxing) in the board specific code.
Need to increase the allocatable area required before relocation from 0x400 to
0xC00 becuase of 10 new gpio devices(& new gpio class) added in device tree.
Signe
Also added DT binding doc for stm32 fmc(flexible memory controller).
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
arch/arm/dts/stm32f746-disco.dts | 7
arch/arm/dts/stm32f746.dtsi | 56 +
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
board/st/stm32f746-disco/stm32f746-disco.c | 113 +--
configs/stm32f746-disco_defconfig | 2 +
drivers/ram/Kconfig| 8
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
arch/arm/dts/stm32f746.dtsi | 1 +
drivers/spi/stm32_qspi.c| 16 +++-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/stm32f746.dtsi b
Signed-off-by: Vikas Manocha
cc: Christophe KERELLO
---
Changed in v4: None
Changed in v3: None
Changed in v2: None
drivers/ram/stm32_sdram.c | 31 +++
1 file changed, 31 insertions(+)
diff --git a/drivers/ram/stm32_sdram.c b/drivers/ram/stm32_sdram.c
index 13f8964.
This patchset :
- adds stm32 sdram driver based on DM
- adds stm32 gpio driver based on DM
- uses clock & pin control drivers to replace board specific
configurations from code
- corrects sdram parameters as per correct sdram part
- adds support for
Hi Michal,
On Wed, Apr 5, 2017 at 4:17 AM, Michal Simek wrote:
> On 4.4.2017 19:53, Joe Hershberger wrote:
>> On Mon, Apr 3, 2017 at 9:18 AM, Olliver Schinagl wrote:
>>>
>>> The .read_rom_hwaddr net_ops hook does not check the return value, which
>>> is why it was never caught that we are curren
The previous version of omap3_logic_defconfig supported either
Torpedo or SOM-LV. Now with the device tree, there are two
different defconfig files:
omap3_logic_defconfig = torpedo
omap3_logic_somlv_defconfig = SOM-LV
This patch also removes all the excessive code in trying to
determine the diff
Many OMAP3 boards use a TWL4030 PMIC. This brings in the related
device tree information for common TWL4030 and TWL4030 with OMAP3.
Signed-off-by: Adam Ford
diff --git a/arch/arm/dts/twl4030.dtsi b/arch/arm/dts/twl4030.dtsi
new file mode 100644
index 000..6cb0a01
--- /dev/null
+++ b/arch/ar
Some OMAP3 devices support an SMSC ethernet PHY connected to the GPMC bus.
This copies this device tree from Linux 4.9.y stable
Signed-off-by: Adam Ford
diff --git a/arch/arm/dts/omap-gpmc-smsc9221.dtsi
b/arch/arm/dts/omap-gpmc-smsc9221.dtsi
new file mode 100644
index 000..73e272f
--- /dev/
New i2c_read, i2c_write and i2c_probe functions, tested on OMAP4
(4430/60/70), OMAP5 (5430) and AM335X (3359) were added in 960187ffa125(
"ARM: OMAP: I2C: New read, write and probe functions") but not tested
on OMAP3. This patch will allow the updated drivers using device tree and
DM_I2C to operat
Add device tree support to allow for CONFIG_OF_CONTROL in OMAP3630 boards.
DM3730 can use this same device tree.
Signed-off-by: Adam Ford
diff --git a/arch/arm/dts/omap34xx-omap36xx-clocks.dtsi
b/arch/arm/dts/omap34xx-omap36xx-clocks.dtsi
new file mode 100644
index 000..db47f12
--- /dev/nul
Add device tree support to allow for CONFIG_OF_CONTROL in OMAP3 boards.
Signed-off-by: Adam Ford
diff --git a/arch/arm/dts/omap3.dtsi b/arch/arm/dts/omap3.dtsi
new file mode 100644
index 000..a0f2412
--- /dev/null
+++ b/arch/arm/dts/omap3.dtsi
@@ -0,0 +1,854 @@
+/*
+ * Device Tree Source for
I am working on porting an OMAP3630 board to support device tree, and
I attempted to change enable DM_MMC. Unfortunately, that broke MMC.
I discovered that the base addresses were originally updated to reflect a
change in the base address when using the device tree for some devices.
This was don
This patch series copies the Linux Device trees for the OMAP3 and
OMAP3630 platforms as well as the Logic PD Torpedo and Logic PD SOM-LV
both based on DM3730 (OMAP3630) processors.
This series allows us to eliminate the board detection code as well as
move to DM_I2C and DM_MMC and push the DM_SERI
On 04/10/2017 03:43 PM, Dinh Nguyen wrote:
>
>
> On 04/05/2017 04:32 AM, Ley Foon Tan wrote:
>> Add SPL support for Arria 10.
>>
>> Signed-off-by: Tien Fong Chee
>> Signed-off-by: Ley Foon Tan
>> ---
>> arch/arm/mach-socfpga/spl.c | 74
>> ++---
>> 1
On Thu, Apr 06, 2017 at 04:40:33PM +0800, Zhikang Zhang wrote:
> Add Support of devices that follow the NVM Express standard
>
> basic functions:
> nvme init/scan
> nvme info - show the basic information of device
> nvme Read/Write
>
> driver model:
> Use block device(C
On 04/10/17 09:16, Andreas Färber wrote:
> Hi,
>
> I've tried to play around with Device Tree overlays (.dtbo files):
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/overlay-notes.txt
>
> First of all, that document refers to a non-existing
>
Hi Tom,
Just a few minor fixes.
The following changes since commit 01cce5fdd098add2b8aa570468cb35fca5d778fe:
Merge git://git.denx.de/u-boot-x86 (2017-04-10 08:07:29 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git
for you to fetch changes up to 9963890b8be1
On 5 April 2017 at 12:11, Simon Glass wrote:
> Hi Stefan,
>
> On 5 April 2017 at 12:08, Stefan Agner wrote:
>> On 2017-03-31 21:23, Simon Glass wrote:
>>> On 29 March 2017 at 13:41, Stefan Agner wrote:
From: Stefan Agner
For some reason Python 3 seems to think it does not need to
On 28 March 2017 at 10:23, Simon Glass wrote:
> This a few minor changes down from upstream since the last sync.
>
> Signed-off-by: Simon Glass
> ---
>
> lib/libfdt/fdt_overlay.c | 23 ---
> lib/libfdt/fdt_rw.c | 3 ++-
> lib/libfdt/fdt_strerror.c | 3 +++
> 3 files
adding cc to myself so I will see replies.
On 04/10/17 09:16, Andreas Färber wrote:
> Hi,
>
> I've tried to play around with Device Tree overlays (.dtbo files):
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/overlay-notes.txt
>
> First of a
On 04/05/2017 04:32 AM, Ley Foon Tan wrote:
> Add SPL support for Arria 10.
>
> Signed-off-by: Tien Fong Chee
> Signed-off-by: Ley Foon Tan
> ---
> arch/arm/mach-socfpga/spl.c | 74
> ++---
> 1 file changed, 69 insertions(+), 5 deletions(-)
>
> diff -
On Mon, Apr 10, 2017 at 5:07 PM, Fausto Sessego
wrote:
> It is right because it is a custom board designed by my self.
>
> I renamed CONFIG_TARGET_MX6BOARD=y
>
> Do you have any hint?
You can try removing the line ""mmcbooterror=echo Boot from mmc
ERROR!!; " from your CONFIG_EXTRA_ENV_SETTINGS.
An early version of this is available upstream. Bring it in as a starting
point. This is from dtc upstream commit e56f2b0.
Future work will plumb it into dtoc and remove the now-unnecessary local
libraries.
Signed-off-by: Simon Glass
---
Changes in v2:
- Update patch with latest upstream versio
From: Yuiko Oshino
Add support for Microchip LAN7500, LAN7800 and 7850, USB to 10/100/1000
Ethernet Controllers
Signed-off-by: Yuiko Oshino
Cc: Marek Vasut
---
drivers/usb/Kconfig | 2 +
drivers/usb/eth/Kconfig | 18 ++
drivers/usb/eth/Makefile| 2 +
drivers/usb/eth/lan7
On Mon, Apr 10, 2017 at 12:29 PM, Fausto Sessego
wrote:
> Hi Fabio,
>
> in attachment there are my configuration files.
>
> I started from SabreSD and i changed very minimal parts.7
>
> Could you check if you see any error in my files?
>
It would be better to submit a proper support for your mx6
Am 10.04.2017 um 21:03 schrieb felix zihlmann:
> Hi,
>
> I have tried this patch-set (applied to u-boot-2017.03) on a Odroid-C2.
> Booting from SD card works fine. However booting form eMMC card (128GB
> from Hardkernel) produces the following error:
>
> => fatload mmc 0:1 ${initrd_loadaddr} ${in
On Fri, Apr 07, 2017 at 10:00:03AM -0500, Andrew F. Davis wrote:
> From: Vitaly Andrianov
>
> This commit implements the board_fit_image_post_process() function for
> the keystone architecture. This function calls into the secure boot
> monitor for secure authentication/decryption of the image.
On Mon, Apr 10, 2017 at 02:26:55PM -0400, Tom Rini wrote:
> We disable this specific board as it does not link with the gcc-4.9.x
> that we use today in travis-ci.
>
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Fri, Apr 07, 2017 at 10:00:07AM -0500, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> Add a section describing the secure boot image used on
> Keystone2 secure devices.
>
> Signed-off-by: Madan Srinivas
> Signed-off-by: Andrew F. Davis
> Reviewed-by: Tom Rini
> Reviewed-by: Lokesh Vutl
We disable this specific board as it does not link with the gcc-4.9.x
that we use today in travis-ci.
Signed-off-by: Tom Rini
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3dc38df9882b..591915df4c89 100644
--- a/.travis.yml
++
On Fri, Apr 07, 2017 at 10:00:06AM -0500, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> Adds an additional image type needed for supporting secure keystone
> devices. The build generates u-boot_HS_MLO which can be used to boot
> from all media on secure keystone devices.
>
> Signed-off-by:
On Mon, Apr 10, 2017 at 10:17:28AM +0800, Bin Meng wrote:
> Hi Tom,
>
> The following changes since commit 04735a8fc45ba7c9f5b17d4837a0c649087b29e1:
>
> Merge branch 'master' of git://git.denx.de/u-boot-samsung
> (2017-04-08 10:20:26 -0400)
>
> are available in the git repository at:
>
> g
On Thu, Apr 06, 2017 at 02:52:56PM +0530, Sekhar Nori wrote:
> Introduce include/environment/ti/mmc.h that
> consolidates environment variable definitions
> for various TI boards that support MMC/SD.
>
> This allows reuse of same environment variables
> on non-ARMv7 TI platforms like OMAP-L138 fo
On Fri, Apr 07, 2017 at 10:11:20AM -0500, Andrew F. Davis wrote:
> Additions have been made to the non-HS defconfig without the same
> being made to the HS defconfig, sync them.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital si
On Fri, Apr 07, 2017 at 10:00:04AM -0500, Andrew F. Davis wrote:
> From: Vitaly Andrianov
>
> Like the OMAP54xx, AM43xx, & AM33xx family SoCs, the keystone family
> of SoCs also have high security enabled models. Allow K2E devices to
> be built with HS Device Type Support.
>
> Signed-off-by: Vi
On Fri, Apr 07, 2017 at 10:19:35AM -0500, Andrew F. Davis wrote:
> Move the OPTEE load address to 0xbdb0 in order to avoid
> overlap with the memory regions used in radio and RVC usecases.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Descript
On Fri, Apr 07, 2017 at 10:11:25AM -0500, Andrew F. Davis wrote:
> Enable SPL_USB_HOST_SUPPORT in the default defconfig to allow
> booting from USB peripherals. Unlike the non-HS boards, we
> already load SPL to a 0x4030_+ address, so no other changes
> are needed.
>
> Signed-off-by: Andrew F
On Fri, Apr 07, 2017 at 10:11:19AM -0500, Andrew F. Davis wrote:
> Sync new additions to non-HS defconfig with HS defconfig. Also add SPL
> NAND support, this was disabled before due to size constraints, enable
> this now at the expense of the less used GPT partition support.
>
> Signed-off-by: A
On Fri, Apr 07, 2017 at 10:00:09AM -0500, Andrew F. Davis wrote:
> From: Vitaly Andrianov
>
> TI K2E secure devices have to be built with TI_SECURE_DEVICE, FIT, and
> FIT_IMAGE_POST_PROCESS enabled. Add a dedicated defconfig for this.
>
> Signed-off-by: Vitaly Andrianov
> Signed-off-by: Madan
On Fri, Apr 07, 2017 at 10:00:05AM -0500, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> As K2 can directly boot U-Boot, add u-boot_HS_MLO as the secure image
> name for secure K2 devices, for all boot modes other than SPI flash.
>
> Signed-off-by: Madan Srinivas
> Signed-off-by: Andrew F.
On Fri, Apr 07, 2017 at 02:29:36PM -0500, Andrew F. Davis wrote:
> FIT support in the net boot case is much like the RAM boot case in that
> we load our image to "load_addr" and pass a dummy read function into
> "spl_load_simple_fit()". As the load address is no longer hard-coded to
> the final ex
On Fri, Apr 07, 2017 at 10:11:23AM -0500, Andrew F. Davis wrote:
> Enable Eth/Net boot support in the default defconfig to allow
> network booting.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Fri, Apr 07, 2017 at 10:00:02AM -0500, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> The function 'board_fit_image_post_process' is defined only when the
> config option CONFIG_FIT_IMAGE_POST_PROCESS is enabled. For secure
> systems that do not use SPL but do use FIT kernel images, only
>
On Fri, Apr 07, 2017 at 10:00:10AM -0500, Andrew F. Davis wrote:
> TI K2HK secure devices have to be built with TI_SECURE_DEVICE, FIT, and
> FIT_IMAGE_POST_PROCESS enabled. Add a dedicated defconfig for this.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signat
On Sun, Apr 09, 2017 at 08:33:58PM +0200, Andreas Färber wrote:
> From: Joel Stanley
>
> Since Binutils 1a9ccd70f9a7[1] u-boot will not link targets that set
> CONFIG_SYS_TEXT_BASE=0 with the following error:
>
> LD u-boot
> arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program h
On Sun, Feb 19, 2017 at 11:24:38PM +0100, Lukasz Majewski wrote:
> The OMAP WDT IP block requires to be stopped before any write to its
> registers is performed.
>
> This problem has been thoroughly described in Linux kernel:
>
> "watchdog: omap: assert the counter being stopped before reprogram
On Fri, Apr 07, 2017 at 10:00:08AM -0500, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> This patch makes SYS_TEXT_BASE a config option for Keystone2
> so that it can be used to load u-boot at different addresses
> on secure and non-secure Keystone2 devices.
>
> Signed-off-by: Madan Srinivas
On Fri, Apr 07, 2017 at 10:00:11AM -0500, Andrew F. Davis wrote:
> TI K2G secure devices have to be built with TI_SECURE_DEVICE, FIT, and
> FIT_IMAGE_POST_PROCESS enabled. Add a dedicated defconfig for this.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signatu
On Fri, Apr 07, 2017 at 10:11:24AM -0500, Andrew F. Davis wrote:
> Enable CONFIG_SPL_USBETH_SUPPORT in the default defconfig to allow
> booting as a USB RNDIS peripheral.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Fri, Apr 07, 2017 at 10:11:21AM -0500, Andrew F. Davis wrote:
> Additions have been made to the non-HS defconfig without the same
> being made to the HS defconfig, sync them.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital si
On Thu, Apr 06, 2017 at 02:52:55PM +0530, Sekhar Nori wrote:
> Use environment variables for various memory addresses
> used on OMAP-L138 LCDK board. This makes it easy to
> customize the boot process.
>
> Signed-off-by: Sekhar Nori
> Reviewed-by: Lukasz Majewski
> Reviewed-by: Tom Rini
Appli
On Fri, Apr 07, 2017 at 10:19:34AM -0500, Andrew F. Davis wrote:
> From: Misael Lopez Cruz
>
> Move the OPTEE load address to 0xbdb0 in order to avoid
> overlap with the memory regions used in radio and RVC usecases.
>
> Signed-off-by: Misael Lopez Cruz
> Signed-off-by: Andrew F. Davis
A
On Thu, Apr 06, 2017 at 03:54:14PM -0500, Cooper Jr., Franklin wrote:
> Various commands to NAND flash results in the NAND flash becoming busy.
> For those commands the SoC should wait until the NAND indicates it is
> no longer busy before sending further commands. However, there is a delay
> betw
On Fri, Apr 07, 2017 at 10:11:22AM -0500, Andrew F. Davis wrote:
> Additions have been made to the non-HS defconfig without the same
> being made to the HS defconfig, sync them.
>
> Signed-off-by: Andrew F. Davis
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital si
1 - 100 of 229 matches
Mail list logo