[U-Boot] [U-Boot,08/14] imx: ventana: add support for GW5906

2019-02-16 Thread sbabic
> The GW5906 is a GW552x with mechanical and power supply connector > differences. > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, 05/14] imx: ventana: add support for Z101WX01 LVDS display

2019-02-16 Thread sbabic
> Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194

[U-Boot] [U-Boot, v4, 04/20] configs: imx6sabreauto: Add DM_MMC support

2019-02-16 Thread sbabic
> Add DM_MMC config to imx6sabreauto defconfig. > Signed-off-by: Abel Vesa > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing

[U-Boot] [U-Boot, v4, 06/20] mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL builds

2019-02-16 Thread sbabic
> Since the fsl_esdhc will also be used by SPL, make the > preprocessor switches more generic to allow any kind of build. > Signed-off-by: Abel Vesa > Reviewed-by: Fabio Estevam > Reviewed-by: Lukasz Majewski Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v4, 09/20] arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] files

2019-02-16 Thread sbabic
> This allows us to keep the basic dts[i] files up-to-date with > the ones in kernel, but at the same time allowing the u-boot > to add its own properties to the existing nodes. > Signed-off-by: Abel Vesa > Reviewed-by: Fabio Estevam > Reviewed-by: Lukasz Majewski Applied to u-boot-imx,

[U-Boot] [U-Boot, v4, 01/20] common: spl_fit: Fix the spl_fit_image_get_os for FIT_IMAGE_TINY

2019-02-16 Thread sbabic
> There is not really reducing codesize here since there is only > a call. The function is always built in if CONFIG_$(SPL_TPL_)FIT is set. > Plus, there was a change in behavior if CONFIG_SPL_OS_BOOT is defined. > If CONFIG_FIT_IMAGE_TINY is defined, the spl_fit_image_get_os was > returning

[U-Boot] [U-Boot, RESEND, 1/3] ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboard

2019-02-16 Thread sbabic
> Import liteSOM and liteboard dts files from Linux v4.20. They will > be used after transition to driver model and device-tree based boot. > Signed-off-by: Marcin Niestroj Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, 06/14] imx: ventana: skip nand init for nandless boards

2019-02-16 Thread sbabic
> Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194

[U-Boot] [U-Boot, 3/6] doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 non-SPL targets

2019-02-16 Thread sbabic
> Add HABv4 documentation for non-SPL targets covering the > following topics: > - How to sign an securely boot an u-boot-dtb.imx image. > - How to extend the root of trust for additional boot images. > - Add 3 CSF examples. > - Add IVT generation script example. > Reviewed-by: Ye Li >

[U-Boot] [U-Boot, 14/14] imx: ventana: fix usage of dt paths with leading 0s (Linux 4.15+)

2019-02-16 Thread sbabic
> device-tree paths should never be used that reference node addresses > making an assumption about leading zeros. They should not be there per > the device-tree specification however they have been there until Linux > 4.15 when they were removed via kernel commit >

[U-Boot] [U-Boot, v1, 1/3] ARM: dts: i.MX6Q, i.MX6QDL: fix address/size-cells warnings

2019-02-16 Thread sbabic
> From: Marcel Ziswiler > This fixes the following warnings: > arch/arm/dts/imx6-apalis.dtb: Warning (avoid_unnecessary_addr_size): > /clocks: unnecessary #address-cells/#size-cells without "ranges" or > child "reg" property > arch/arm/dts/imx6-apalis.dtb: Warning (avoid_unnecessary_addr_size):

[U-Boot] [U-Boot, 4/6] doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 SPL targets

2019-02-16 Thread sbabic
> The current U-Boot implementation includes SPL targets for > some NXP development boards: > - mx6sabreauto_defconfig > - mx6sabresd_defconfig > - mx6ul_14x14_evk_defconfig > - mx6ul_9x9_evk_defconfig > Add additional steps needed to completly secure the > bootloader image. > Signed-off-by: Breno

[U-Boot] [U-Boot, v4, 17/20] board: mx6sabreauto: Remove the non-DM code

2019-02-16 Thread sbabic
> Since the mx6sabreauto has DM support, remove the unused non-DM code > from mx6sabreauto board file. > Signed-off-by: Abel Vesa > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v4, 15/20] configs: mx6sabreauto: Add DM_SPI_FLASH necessary configs

2019-02-16 Thread sbabic
> Enable all neceassary configs to support DM_SPI_FLASH on mx6sabreauto. > Signed-off-by: Abel Vesa > Reviewed-by: Peng Fan > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,10/14] imx: ventana: add support for GW5908

2019-02-16 Thread sbabic
> The GW5908 is a small single board computer based on the i.MX6DL SoC > with the same peripheral set as the GW530x but with 1GiB density DRAM > (64bit 512MiB). > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v1, 3/3] imx: cpu.c: give access to reset cause in spl

2019-02-16 Thread sbabic
> From: Max Krummenacher > This makes get_imx_reset_cause() accessible in SPL, but keeps the SRSR > register content intact so that U-Boot proper can evaluated the > reset_cause again should this be needed. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx,

[U-Boot] [U-Boot, v4, 07/20] board: mx6sabresd: Add board_fit_config_name_match to support FIT in SPL

2019-02-16 Thread sbabic
> This matches one of the following three boards (or fails): > - imx6q-sabresd > - imx6qp-sabresd > - imx6dl-sabresd > Signed-off-by: Abel Vesa > Reviewed-by: Peng Fan > Reviewed-by: Fabio Estevam > Reviewed-by: Lukasz Majewski Applied to u-boot-imx, master, thanks ! Best regards, Stefano

[U-Boot] [U-Boot,v4,18/20] board: mx6sabresd: Remove non-DM code

2019-02-16 Thread sbabic
> Since the mx6sabreauto has DM support, remove the unused non-DM code > from mx6sabresd board file. > Signed-off-by: Abel Vesa > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, 01/14] imx: ventana: mv88e61xx change LED configuration

2019-02-16 Thread sbabic
> Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-14 Thread Simon Glass
Hi Igor, On Thu, 14 Feb 2019 at 17:19, Igor Opaniuk wrote: > > Hi Simon, > > I've fixed failing test on sandbox_flattree by keeping all defined > global variables in a driver-private data struct(as you suggested), > which > permits to probe multiple tee sandbox devices (sent v5, kept you R-b >

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-14 Thread Simon Glass
HI Igor, On Wed, 13 Feb 2019 at 16:39, Igor Opaniuk wrote: > > Hi Simon, > > Seems that there is an issue in dm test framework (if understood > everything correctly), > > I've noticed that dm_root is updated when dm tests are being invoked, > and that's why the new tee udevice is allocated,

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-14 Thread Igor Opaniuk
Hi Simon, I've fixed failing test on sandbox_flattree by keeping all defined global variables in a driver-private data struct(as you suggested), which permits to probe multiple tee sandbox devices (sent v5, kept you R-b tag, please let me know if there are any objections from your side). But the

[U-Boot] U-Boot port for esp32

2019-02-14 Thread kbenvin
Hi, I am new to U-Boot, and looking for a U-Boot port for esp32 soc based on xtensa. Search for esp32 in search option in this forum for any existing question didn't show up anything. Is there any U-Boot port (done/inprogress) for esp32? If not, could somebody provide any link/guide on how to

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-13 Thread Igor Opaniuk
Hi Simon, Seems that there is an issue in dm test framework (if understood everything correctly), I've noticed that dm_root is updated when dm tests are being invoked, and that's why the new tee udevice is allocated, consequently, the second invocation of probe in tee driver occurs. In

Re: [U-Boot] [U-Boot, 2/3] net: add higmacv300 Ethernet driver for HiSilicon platform

2019-02-12 Thread Shawn Guo
On Fri, Feb 08, 2019 at 07:13:21PM -0500, Tom Rini wrote: > On Mon, Jan 28, 2019 at 05:13:55PM +0800, Shawn Guo wrote: > > > It adds the driver for HIGMACV300 Ethernet controller found on HiSilicon > > SoCs like Hi3798CV200. It's based on a downstream U-Boot driver, but > > quite a lot of code

Re: [U-Boot] [U-Boot, 1/1] test/py: use default load address for tftp

2019-02-12 Thread Tom Rini
On Sat, Jan 26, 2019 at 03:25:12PM +0100, Heinrich Schuchardt wrote: > On x86_64 the size of the file u-boot loaded by the tftp test has grown in > size such that when loading the file to 0x20 it overwrites a memory > area reserved for PCI. > > If no load address is specified for tftp do not

Re: [U-Boot] [U-Boot, 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-02-12 Thread Simon Glass
AM, Philipp Tomsich wrote: > >>>>> This function causes a 5-second delay and stops the display working on > >>>>> minnie. This code should be in a driver and should only be enabled by > >>>>> a device-tree propert

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-12 Thread Simon Glass
Hi Igor, On Tue, 12 Feb 2019 at 14:54, Igor Opaniuk wrote: > > Hi Tom, Simon, > > So I did a little investigation and found out that, the issue in that > hcreate_r() invocation in the tee sandbox driver fails because the > hashtable was allocated before. > Debugging showed that the sandbox tee

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-12 Thread Igor Opaniuk
Hi Tom, Simon, So I did a little investigation and found out that, the issue in that hcreate_r() invocation in the tee sandbox driver fails because the hashtable was allocated before. Debugging showed that the sandbox tee driver is probed twice every time (although remove() is never called, it's

Re: [U-Boot] [U-Boot, 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2019-02-11 Thread Andy Yan
_ U-Boot mailing list U-Boot@lists.denx.de <mailto:U-Boot@lists.denx.de> https://lists.denx.de/listinfo/u-boot _______ U-Boot mailing list U-Boot@lists.denx.de <mailto:U-Boot@lists.denx.de> https://lists.denx.de/listinfo/u-boot _

Re: [U-Boot] [U-Boot, v3, 1/5] efi_loader: Initial HII database protocols

2019-02-11 Thread AKASHI Takahiro
Alex, Heinrich, On Mon, Feb 11, 2019 at 03:28:58PM +0100, Alexander Graf wrote: > On 02/09/2019 05:19 PM, Heinrich Schuchardt wrote: > >On 1/23/19 2:01 PM, Alexander Graf wrote: > >>>From: Leif Lindholm > >>> > >>>This patch provides enough implementation of the following protocols to > >>>run

Re: [U-Boot] [U-Boot,v2,11/23] spl: Add a comment to spl_set_bd()

2019-02-11 Thread Simon Goldschmidt
Am 09.11.2018 um 19:43 schrieb Tom Rini: On Tue, Oct 02, 2018 at 05:22:41AM -0600, Simon Glass wrote: There is a strange feature to set global_data to a data-section variable early in SPL. This only works if SPL actually has access to SRAM which is not the case on x86, for eaxmple. Add a

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-11 Thread Tom Rini
On Mon, Feb 11, 2019 at 04:59:54PM +0200, Igor Opaniuk wrote: > Hi Tom, > > Thanks for pointing that out. > I've done a little investigation, and the interesting thing is that it > never fails when I exclude other tests, for example, running only > ut_dm subset: > ./test/py/test.py --bd

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-11 Thread Igor Opaniuk
Hi Tom, Thanks for pointing that out. I've done a little investigation, and the interesting thing is that it never fails when I exclude other tests, for example, running only ut_dm subset: ./test/py/test.py --bd sandbox_flattree --build -s -k ut_dm or even this particular test: ./test/py/test.py

Re: [U-Boot] [U-Boot, v3, 1/5] efi_loader: Initial HII database protocols

2019-02-11 Thread Alexander Graf
On 02/09/2019 05:19 PM, Heinrich Schuchardt wrote: On 1/23/19 2:01 PM, Alexander Graf wrote: From: Leif Lindholm This patch provides enough implementation of the following protocols to run EDKII's Shell.efi and UEFI SCT: * EfiHiiDatabaseProtocol * EfiHiiStringProtocol Not implemented

Re: [U-Boot] [U-Boot,4/5] dt: bcm63158: add watchdog

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:38PM +0100, Philippe Reynes wrote: > This commit add watchdog and sysreset watchdog > in the bcm63158 device tree. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,V2,1/2] bcm968580: rename to bcm968580xref

2019-02-10 Thread Tom Rini
On Mon, Feb 04, 2019 at 03:14:17PM +0100, Philippe Reynes wrote: > The name of the board is bcm968580xref, > so rename the config to bcm968580xref too. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-10 Thread Tom Rini
On Sun, Feb 10, 2019 at 02:07:28PM +0100, Simon Goldschmidt wrote: > On Sun, Feb 10, 2019 at 1:43 AM Tom Rini wrote: > > > > On Sat, Feb 09, 2019 at 10:56:40PM +0100, Simon Goldschmidt wrote: > > > On Fri, Feb 8, 2019 at 10:20 PM Tom Rini wrote: > > > > > > > > On Fri, Feb 08, 2019 at 10:05:41PM

Re: [U-Boot] [U-Boot,1/5] bcm63158: add initial support

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:35PM +0100, Philippe Reynes wrote: > This add the initial support of the broadcom bcm63158 SoC family, > only the cpu, dram and uart are supported. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [U-Boot] [U-Boot, 3/7] clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:02PM +0100, Patrick Delaunay wrote: > Remove unnecessary setbits on set/clear registers. > Avoid to deactivate HSI with HSE. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,2/5] bcm963158: add initial support

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:36PM +0100, Philippe Reynes wrote: > This add the initial support of the broadcom reference > board bcm963158 with a bcm63158 SoC. > > This board has 1 GB of ram, 512 MB of flash (nand), > 2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN). > >

Re: [U-Boot] [U-Boot, 7/7] clk: stm32mp1: correctly handle Clock Spreading Generator

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:06PM +0100, Patrick Delaunay wrote: > To activate the csg option, the driver need to set the bit2 > of PLLNCR register = SSCG_CTRL: Spread Spectrum Clock Generator > of PLLn enable. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v3, 2/2] cmd: sata: add null pointer check for dev

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 04:01:08PM +0100, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Calling sata_scan() with a null pointer probably won't make much sense. > > Signed-off-by: Marcel Ziswiler > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,6/7] dts: stm32mp1: clock tree update

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:05PM +0100, Patrick Delaunay wrote: > - Add st,digbypass on clk_hse node (needed for board rev.C) > - MLAHB/AHB max frequency increased from 200 to 209MHz, with: > - PLL3P set to 208.8MHz for MCU sub-system > - PLL3Q set to 24.57MHz for 48kHz SAI/SPI2S > -

Re: [U-Boot] [U-Boot, 1/3] configs: am65x_evm_r5: Enable GPT support

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 03:04:56PM -0600, Andrew F. Davis wrote: > The second loader stages may be stored on GPT partitions, > enable support for this here. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini > Reviewed-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, 3/3] armv7R: K3: am654: Fix order of debug elements in x509 template

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 03:04:58PM -0600, Andrew F. Davis wrote: > The first element in the debug section is expected to be debugUID. > ROM will not parse this correctly when out of order, fix this here. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini > Reviewed-by: Lokesh Vutla

Re: [U-Boot] [U-Boot, v3, 1/2] dm: device: fail uclass_find_first_device() if list_empty

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 04:01:07PM +0100, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > While uclass_find_device() fails with -ENODEV in case of list_empty > strangely uclass_find_first_device() returns 0. > > Fix uclass_find_first_device() to also fail with -ENODEV instead. > >

Re: [U-Boot] [U-Boot, 2/3] am65x_evm: Allow bootm to load larger kernels

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 03:04:57PM -0600, Andrew F. Davis wrote: > Bootm will fail to load kernels over 8MB, this is not enough > for our 64bit kernel images. Increase this to 64MB. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini > Reviewed-by: Lokesh Vutla Applied to

Re: [U-Boot] [U-Boot, 1/7] clk: stm32mp1: no more get ck_usbo_48m in device tree

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:00PM +0100, Patrick Delaunay wrote: > Remove support of ck_usbo_48m clock node in device tree, > but force 48MHz frequency to prepare alignment > with kernel device tree. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,5/7] clk: stm32mp1: add debug information

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:04PM +0100, Patrick Delaunay wrote: > Add support of clk dump command and > display information during probe (under CONFIG_DISPLAY_CPUINFO). > > Signed-off-by: Patrick Delaunay After dropping the hunk to the "trusted" defconfig, applied to u-boot/master, thanks!

Re: [U-Boot] [U-Boot, 3/5] watchdog: bcm6345: allow to use this driver on arm bcm63158

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:37PM +0100, Philippe Reynes wrote: > This IP is also used on some arm SoC, so we allow to > use it on arm bcm63158 too. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, 3/7] clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:02PM +0100, Patrick Delaunay wrote: > Remove unnecessary setbits on set/clear registers. > Avoid to deactivate HSI with HSE. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, 5/5] bcm963158: enable watchdog and reboot with watchdog

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:39PM +0100, Philippe Reynes wrote: > Enable watchdog and reboot with watchdog in the configuration. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v4, 5/5] doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:26AM -0600, Andrew F. Davis wrote: > Booting from UART and USB on HS devices is now supported for this > platform. Update documentation for the same. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v4, 1/5] defconfigs: dra7xx_hs_evm: Sync HS and non-HS defconfigs

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:22AM -0600, 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: PGP

Re: [U-Boot] [U-Boot, V2, 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE

2019-02-10 Thread Tom Rini
On Mon, Feb 04, 2019 at 03:14:18PM +0100, Philippe Reynes wrote: > The option OF_EMBED is deprecated, > so we switch to CONFIG_OF_SEPARATE > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v4, 3/5] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:24AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the DRA7xx High Security EVM. This config > is specific for the case of USB booting. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, 4/7] clk: stm32mp1: recalculate counter when switching freq

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:03PM +0100, Patrick Delaunay wrote: > Because stgen is initialized with HSI clock, we need to > recalculate the counter when changing frequency. > > Signed-off-by: Lionel Debieve > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v4, 4/5] defconfigs: Add config for AM57xx High Security EVM with USB/UART Boot support

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:25AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the AM57xx High Security EVM. This config > is specific for the case of USB/UART booting. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v4, 2/5] defconfigs: am57xx_hs_evm: Sync HS and non-HS defconfigs

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:23AM -0600, 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: PGP

Re: [U-Boot] [U-Boot, v3] moveconfig: add a second pass for empty #if/#endif blocks

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 08:23:16PM +1300, Chris Packham wrote: > Moveconfig already attempts to remove empty #if/#endif blocks when there > is a matching CONFIG_ being moved. Add a second pass which covers files > without a match. > > Signed-off-by: Chris Packham Applied to u-boot/master,

Re: [U-Boot] [U-Boot, 1/1] test: provide unit test for memory functions

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 07:53:31AM +0100, Heinrich Schuchardt wrote: > Memory functions may have architecture specific implementations. These > should be tested. > > Provide unit tests for memset(), memcpy(), memmove(). > > Provide a 'ut lib' sub-command to execute the tests. > >

Re: [U-Boot] [U-Boot,2/7] clk: stm32mp1: add IPCC clock

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:01PM +0100, Patrick Delaunay wrote: > Add support for enable/disable of IPCC clock using AHB3 registers > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 5/6] bcm968380gerg: enable watchdog and reboot with watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:31PM +0100, Philippe Reynes wrote: > Enable watchdog and reboot with watchdog in the configuration. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,V3,3/6] dt: bcm6838: add watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:29PM +0100, Philippe Reynes wrote: > This commit add watchdog and sysreset watchdog > in the bcm6838 device tree. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 6/6] bcm968580: enable watchdog and reboot with watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:32PM +0100, Philippe Reynes wrote: > Enable watchdog and reboot with watchdog in the configuration. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,V3,4/6] dt: bcm6858: add watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:30PM +0100, Philippe Reynes wrote: > This commit add watchdog and sysreset watchdog > in the bcm6858 device tree. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 2/6] watchdog: bcm6345: allow to use this driver on arm bcm6858

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:28PM +0100, Philippe Reynes wrote: > This IP is also used on some arm SoC, so we allow to > use it on arm bcm6858 too. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 1/6] watchdog: bcm6345: switch to raw I/O functions

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:27PM +0100, Philippe Reynes wrote: > This driver is used on several big endian mips board. > So we could use raw I/O function instead of forcing > big endian access. > > Signed-off-by: Philippe Reynes > Reviewed-by: Daniel Schwierzeck Applied to u-boot/master,

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-10 Thread Simon Goldschmidt
On Sun, Feb 10, 2019 at 1:43 AM Tom Rini wrote: > > On Sat, Feb 09, 2019 at 10:56:40PM +0100, Simon Goldschmidt wrote: > > On Fri, Feb 8, 2019 at 10:20 PM Tom Rini wrote: > > > > > > On Fri, Feb 08, 2019 at 10:05:41PM +0100, Simon Goldschmidt wrote: > > > > On Fri, Feb 8, 2019 at 8:46 PM Tom

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-09 Thread Tom Rini
On Sat, Feb 09, 2019 at 10:56:40PM +0100, Simon Goldschmidt wrote: > On Fri, Feb 8, 2019 at 10:20 PM Tom Rini wrote: > > > > On Fri, Feb 08, 2019 at 10:05:41PM +0100, Simon Goldschmidt wrote: > > > On Fri, Feb 8, 2019 at 8:46 PM Tom Rini wrote: > > > > > > > > On Wed, Nov 28, 2018 at 09:52:45PM

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-09 Thread Simon Goldschmidt
On Fri, Feb 8, 2019 at 10:20 PM Tom Rini wrote: > > On Fri, Feb 08, 2019 at 10:05:41PM +0100, Simon Goldschmidt wrote: > > On Fri, Feb 8, 2019 at 8:46 PM Tom Rini wrote: > > > > > > On Wed, Nov 28, 2018 at 09:52:45PM +0100, Simon Goldschmidt wrote: > > > > > > > SPL currently does not check

Re: [U-Boot] [U-Boot, v3, 1/5] efi_loader: Initial HII database protocols

2019-02-09 Thread Heinrich Schuchardt
On 1/23/19 2:01 PM, Alexander Graf wrote: >> From: Leif Lindholm >> >> This patch provides enough implementation of the following protocols to >> run EDKII's Shell.efi and UEFI SCT: >> >> * EfiHiiDatabaseProtocol >> * EfiHiiStringProtocol >> >> Not implemented are: >> * ExportPackageLists()

Re: [U-Boot] [U-Boot, v4, 1/1] avb: add support for named persistent values

2019-02-09 Thread Tom Rini
On Sun, Jan 27, 2019 at 04:34:05PM +0200, Igor Opaniuk wrote: > AVB version 1.1 introduces support for named persistent values > that must be tamper evident and allows AVB to store arbitrary key-value > pairs [1]. > > Introduce implementation of two additional AVB operations >

Re: [U-Boot] [U-Boot, 2/3] net: add higmacv300 Ethernet driver for HiSilicon platform

2019-02-08 Thread Tom Rini
On Mon, Jan 28, 2019 at 05:13:55PM +0800, Shawn Guo wrote: > It adds the driver for HIGMACV300 Ethernet controller found on HiSilicon > SoCs like Hi3798CV200. It's based on a downstream U-Boot driver, but > quite a lot of code gets rewritten and cleaned up to adopt driver model > and PHY API. >

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-08 Thread Tom Rini
On Fri, Feb 08, 2019 at 10:05:41PM +0100, Simon Goldschmidt wrote: > On Fri, Feb 8, 2019 at 8:46 PM Tom Rini wrote: > > > > On Wed, Nov 28, 2018 at 09:52:45PM +0100, Simon Goldschmidt wrote: > > > > > SPL currently does not check uImage CRCs when loading U-Boot. > > > > > > This patch adds

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-08 Thread Simon Goldschmidt
On Fri, Feb 8, 2019 at 8:46 PM Tom Rini wrote: > > On Wed, Nov 28, 2018 at 09:52:45PM +0100, Simon Goldschmidt wrote: > > > SPL currently does not check uImage CRCs when loading U-Boot. > > > > This patch adds checking the uImage CRC when SPL loads U-Boot. It does > > this by reusing the existing

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-08 Thread Tom Rini
On Wed, Nov 28, 2018 at 09:52:45PM +0100, Simon Goldschmidt wrote: > SPL currently does not check uImage CRCs when loading U-Boot. > > This patch adds checking the uImage CRC when SPL loads U-Boot. It does > this by reusing the existing config option SPL_CRC32_SUPPORT to allow > leaving out the

Re: [U-Boot] [U-Boot,1/3] stm32mp1: add trusted boot with TF-A

2019-02-08 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:25:05AM +0100, Patrick Delaunay wrote: > Add support of trusted boot, using TF-A as first stage bootloader, > The boot sequence is > BootRom >=> TF-A.stm32 (clock & DDR) >=> U-Boot.stm32 > > The TF-A monitor provides secure monitor with support of SMC > - proprietary

Re: [U-Boot] [U-Boot, v2] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers

2019-02-07 Thread Tom Rini
On Mon, Feb 04, 2019 at 05:08:49PM +, York Sun wrote: > >From 19d9e77a6df1f1820f0e8a2bd987849bce14625e Mon Sep 17 00:00:00 2001 > From: York Sun > Date: Mon, 4 Feb 2019 08:22:58 -0800 > Subject: [PATCH v2] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx > maintainers > > Change maintainers

Re: [U-Boot] [U-Boot, v2, 7/9] rockchip: defconfig: Clean the unused pinctrl config

2019-02-05 Thread Emmanuel Vadot
Hi Philipp, On Thu, 31 Jan 2019 22:12:36 +0100 Philipp Tomsich wrote: > > If we used the pinctrl-rockchip driver, these config is not needed, > > so remove them. > > > > Signed-off-by: David Wu > > Reviewed-by: Kever Yang > > --- > > > > Changes in v2: None > > > >

Re: [U-Boot] [U-Boot, v2, 7/9] rockchip: defconfig: Clean the unused pinctrl config

2019-02-05 Thread Philipp Tomsich
Emmanuel, Thanks for the heads-up. The follow-on PR is already on the list (+ an additional patch to include these in .gitignore). Thanks, Phil. > On 05.02.2019, at 11:49, Emmanuel Vadot wrote: > > > Hi Philipp, > > On Thu, 31 Jan 2019 22:12:36 +0100 > Philipp Tomsich wrote: > >>> If we

Re: [U-Boot] [U-Boot, 3/5] tools: dumpimage: Simplify internal logic

2019-02-02 Thread Tom Rini
On Sat, Jan 26, 2019 at 02:31:52AM +, Martyn Welch wrote: > There are 3 supported modes of operation: > > 1) Show version > 2) List image contents > 3) Extract image component > > Option (1) terminates early, so only options (2) and (3) remain. Remove > redundant check for these modes. > >

Re: [U-Boot] [U-Boot,5/5] tools: dumpimage: Clarify help

2019-02-02 Thread Tom Rini
On Sat, Jan 26, 2019 at 02:31:54AM +, Martyn Welch wrote: > Help message isn't clear over the use of the "-T" option (it's to declare > the type of image that the tool is operating on), which also is optional > as it defaults to the default image type. It's also missing a description > of the

Re: [U-Boot] [U-Boot, 4/5] tools: dumpimage: Add help option and make error paths consistent

2019-02-02 Thread Tom Rini
On Sat, Jan 26, 2019 at 02:31:53AM +, Martyn Welch wrote: > The utility dumpimage has error paths that display the usage and others > that exit without displaying usage. Add an explicit help option to > dumpimage to display the usage and remove it's use in error paths to make > the error

Re: [U-Boot] [U-Boot,2/5] tools: dumpimage: Simplify arguments

2019-02-02 Thread Tom Rini
On Sat, Jan 26, 2019 at 02:31:51AM +, Martyn Welch wrote: > The dump image utility has very confusing syntax. If called to list image > contents ("-l") it takes the image name as a positional argument. If the > utility is called to extract something from the image, the image must be >

Re: [U-Boot] [U-Boot, v1, 1/3] ARM: DTS: am43xx: Add aliases for the USB ports

2019-02-02 Thread Tom Rini
On Thu, Jan 24, 2019 at 03:42:51PM +0100, Jean-Jacques Hiblot wrote: > Although not required, it doesn't hurt to explicitly map the USB ports to > a USB controller. Without this, the port number will be derived from the > binding order of the peripheral devices. > > Signed-off-by: Jean-Jacques

Re: [U-Boot] [U-Boot, v2, 1/4] spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT

2019-02-02 Thread Tom Rini
On Wed, Jan 23, 2019 at 02:20:03PM +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT so > obj-$(CONFIG_$(SPL_)FS_FAT) can be used to control the build in both > SPL and U-Boot. > > Signed-off-by: Tien Fong Chee >

Re: [U-Boot] [U-Boot, v2, 2/4] spl: fat/fs: Add option to include/exclude FAT write build in SPL

2019-02-02 Thread Tom Rini
On Wed, Jan 23, 2019 at 02:20:04PM +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Most of the time SPL only needs very simple FAT reading, so having > CONFIG_IS_ENABLED(FAT_WRITE) to exclude it from SPL build would help > to save 64KiB default max clustersize from memory. >

Re: [U-Boot] [U-Boot, 1/5] tools: dumpimage: Provide more feedback on error

2019-02-02 Thread Tom Rini
On Sat, Jan 26, 2019 at 02:31:50AM +, Martyn Welch wrote: > The dumpimage utility errors out in a number of places without providing > sufficient feedback to allow the user to easily determine what they have > done wrong. Add addtional error messages to make the cause of the failure > more

Re: [U-Boot] [U-Boot, v2, 3/4] spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4

2019-02-02 Thread Tom Rini
On Wed, Jan 23, 2019 at 02:20:05PM +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPLY_FS_EXT4 so both > obj-$(CONFIG_$(SPL_)FS_EXT4) and CONFIG_IS_ENABLED(FS_EXT4) can be > used to control the build in both SPL and U-Boot. > >

Re: [U-Boot] [U-Boot, v2, 4/4] spl: fat/fs: Add control to build FS EXT4 in SPL

2019-02-02 Thread Tom Rini
On Wed, Jan 23, 2019 at 02:20:06PM +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > CONFIG_SPL_FS_EXT4 can be used to include/exclude the FS EXT4 from > SPL build. Excluding the FS EXT4 from SPL build can help to save 20KiB > memory. > > Signed-off-by: Tien Fong Chee >

Re: [U-Boot] [U-Boot, v1, 4/4] configs: removing am335x_evm_usbspl_defconfig

2019-02-02 Thread Tom Rini
On Tue, Jan 22, 2019 at 04:48:19PM +0100, Jean-Jacques Hiblot wrote: > This feature is now supported by the main config for am335x_evm: > am335x_evm_defconfig > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, v1, 2/3] ARM: DTS: am43xx: Enable the DTS entries for USB port #2 in SPL

2019-02-02 Thread Tom Rini
On Thu, Jan 24, 2019 at 03:42:52PM +0100, Jean-Jacques Hiblot wrote: > This is required to enable the USB port #2 in SPL when DM_USB is used. > > Signed-off-by: Jean-Jacques Hiblot Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v1, 1/4] usb: ether: call _usb_eth_halt() if initialization fails

2019-02-02 Thread Tom Rini
On Tue, Jan 22, 2019 at 04:48:16PM +0100, Jean-Jacques Hiblot wrote: > If the host does not respond in time, the initialization fails. However > the usb ether driver will still be registered. This will make > usb_gadget_probe_driver() fail the next time the initialization is > attempted because

Re: [U-Boot] [U-Boot,v1,3/3] am335x, shc: adapt shc board to DM

2019-02-02 Thread Tom Rini
On Mon, Jan 21, 2019 at 06:16:28AM +0100, Heiko Schocher wrote: > port the am335x based shc board to DM, to get rid > of DW warnings when compiling U-Boot. > > - remove uneccessary board code > - adapt defconfigs > - remove unneeded defconfigs > configs/am335x_shc_prompt_defconfig >

Re: [U-Boot] [U-Boot, v1, 3/4] configs: am335x_evm: enable DM_USB_GADGET and USB_ETHER in u-boot and SPL

2019-02-02 Thread Tom Rini
On Tue, Jan 22, 2019 at 04:48:18PM +0100, Jean-Jacques Hiblot wrote: > The AM335x ROM boot is able to download the SPL from a RNDIS connection > on USB0. To enable a full RNDIS boot flow (romboot -> SPL -> u-boot -> ..), > we can use USB_ETHER in SPL and u-boot. > However this increase the size

Re: [U-Boot] [U-Boot, v1, 2/4] ARM: DTS: am335x-evm: Use USB0 in peripheral mode

2019-02-02 Thread Tom Rini
On Tue, Jan 22, 2019 at 04:48:17PM +0100, Jean-Jacques Hiblot wrote: > This USB port is mainly used for RNDIS and DFU. To be able to use it with > DM_USB and DM_USB_GADGET, we need to provide a dr_mode value in the DTS. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Tom Rini Applied to

Re: [U-Boot] [U-Boot, v1, 1/3] arm: dts: add am335x-shc.dts for shc board

2019-02-02 Thread Tom Rini
On Mon, Jan 21, 2019 at 06:16:26AM +0100, Heiko Schocher wrote: > add DTS from linux tree commit > "47bfa6d9dc8c060bf56554a465c9031e286d2f80" > > change for U-Boot: > switch to SPDX-license identifier. > > Signed-off-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v1, 2/3] ARM: dts: am335x-shc: add u-boot specific dtsi

2019-02-02 Thread Tom Rini
On Mon, Jan 21, 2019 at 06:16:27AM +0100, Heiko Schocher wrote: > add u-boot specific am335x-shc-u-boot.dtsi file, > in which we add u-boot specific adaptions. > > Signed-off-by: Heiko Schocher > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

<    4   5   6   7   8   9   10   11   12   13   >