Re: [U-Boot] [linux-sunxi] [PATCH] Revert "sunxi: board: Print error after power initialization fails"

2018-12-29 Thread Priit Laes
On Sat, Dec 29, 2018 at 11:10:36PM +0100, Olliver Schinagl wrote: > Luckily we have had no problem with this on our boards, but its sad to see > this patch reverted due to the buggy ddr implementation ... > > Curiosity is getting the better of me and I cant seem to be able to reproduce > the

[U-Boot] [PATCH v2] misc: fs_loader: Add support for initializing MMC

2018-12-29 Thread tien . fong . chee
From: Tien Fong Chee Firmware loader would encounter problem if the MMC is accessed before initializing it. This patch would adding the support of probing block device and initializing MMC before the MMC is accessed by firmware loader. Signed-off-by: Tien Fong Chee --- Changes in v2: -

Re: [U-Boot] [PATCH v2] Add support for initializing MMC

2018-12-29 Thread Chee, Tien Fong
On Sun, 2018-12-30 at 00:28 +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Firmware loader would encounter problem if the MMC is accessed before > initializing it. This patch would adding the support of probing block > device and initializing MMC before the MMC is accessed by

Re: [U-Boot] [PATCH] imx8mq_evk_defconfig: Move file system options to Kconfig

2018-12-29 Thread Offouga Joris
Hi Fabio, Joris Offouga Le 29 déc. 2018 à 05:58, Peng Fan a écrit : >> -Original Message- >> From: Fabio Estevam [mailto:feste...@gmail.com] >> Sent: 2018年12月28日 3:14 >> To: sba...@denx.de >> Cc: dl-uboot-imx ; u-boot@lists.denx.de; >> spence...@gmail.com; Fabio Estevam >> Subject:

Re: [U-Boot] [linux-sunxi] [PATCH] Revert "sunxi: board: Print error after power initialization fails"

2018-12-29 Thread Olliver Schinagl
Luckily we have had no problem with this on our boards, but its sad to see this patch reverted due to the buggy ddr implementation ... Curiosity is getting the better of me and I cant seem to be able to reproduce the problem. So could you be a little bit more specific on the bug please? On

Re: [U-Boot] [PATCH] Add NFC register definitions for Allwinner A20 SoC

2018-12-29 Thread Jagan Teki
On Wed, Dec 26, 2018 at 4:49 PM Nikolai Zhubr wrote: > > And while at it, why not finally add the DT register definitions for > Allwinner A20 NFC. I'm certainly not the author of these, and they have > been around for many years already. Its quite unlikely they will > suddenly change, or vary

Re: [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id

2018-12-29 Thread Nikolai Zhubr
29.12.2018 21:51, Jagan Teki: On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr wrote: Add Hynix H27UBG8T2BTR nand chip identification. These chips are sometimes present in e.g. older A20-olinuxino-micro boards. So the older boards were broken these releases? Those with H27UBG8T2BTR chip --

Re: [U-Boot] SPL variant of sunxi nand module

2018-12-29 Thread Nikolai Zhubr
Hi, Its just to remind sunxi_nand_spl.c is still broken. (And probably has been for a couple releases or so). I'm unable to fix it myself (other than reverting the mentioned commit locally.) Thank you, Regards, Nikolai 24.12.2018 0:47, Nikolai Zhubr: Hi again, The following commit

Re: [U-Boot] [linux-sunxi] [PATCH] Revert "sunxi: board: Print error after power initialization fails"

2018-12-29 Thread Jagan Teki
On Wed, Dec 19, 2018 at 6:32 PM Andre Przywara wrote: > > From: "From: Karl Palsson" > > Commit a8011eb84dfa("sunxi: board: Print error after power initialization > fails") moved the DRAM init after the increase of the CPU clock > frequency. This lead to various DRAM initialisation failures on

Re: [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id

2018-12-29 Thread Jagan Teki
On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr wrote: > > Add Hynix H27UBG8T2BTR nand chip identification. > These chips are sometimes present in e.g. older A20-olinuxino-micro boards. So the older boards were broken these releases? ___ U-Boot mailing

Re: [U-Boot] [PATCH] dm: usb: gadget: Fix boot breakage on sunxi platforms

2018-12-29 Thread Jagan Teki
On Mon, Dec 24, 2018 at 3:44 AM Jagan Teki wrote: > > On Fri, Dec 21, 2018 at 2:20 PM Jean-Jacques Hiblot wrote: > > > > Better to have proper commit head that tells the real issue. > > > Fixes commit 013116243950 ("dm: usb: create a new UCLASS ID for USB gadget > > devices") > > > > The

Re: [U-Boot] [PATCH 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now

2018-12-29 Thread Philipp Tomsich
Simon, As an alternative, you can turn this off by setting CONFIG_BOOT_MODE_REG=0 in your defconfig. We’ve done the same for our RK3399-Q7 module: configs/puma-rk3399_defconfig:CONFIG_ROCKCHIP_BOOT_MODE_REG=0x0 If this works for you, we can avoid removing this feature this late in the

Re: [U-Boot] [PATCH 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now

2018-12-29 Thread Philipp Tomsich
> On 29.12.2018, at 14:16, Simon Glass 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 property, so that it does not affect devices which do not > have this feature. > >

[U-Boot] [PATCH v2] Add support for initializing MMC

2018-12-29 Thread tien . fong . chee
From: Tien Fong Chee Firmware loader would encounter problem if the MMC is accessed before initializing it. This patch would adding the support of probing block device and initializing MMC before the MMC is accessed by firmware loader. Signed-off-by: Tien Fong Chee --- Changes in v2: -

Re: [U-Boot] [PATCH 1/3] tools: mkimage: Add missing names for imx8mimage and loadables

2018-12-29 Thread Simon Glass
On Fri, 21 Dec 2018 at 18:36, Andre Przywara wrote: > > At the moment "mkimage -T list" starts with two unknown entries, because > their IH_TYPE_ name is not listed in the uimage_type table. > > Add those two entries to get an OCD-compatible image type listing. > > Signed-off-by: Andre Przywara

Re: [U-Boot] [PATCH 2/4] fs: cbfs: Fix out of bound access during CBFS walking through

2018-12-29 Thread Simon Glass
On Sat, 22 Dec 2018 at 02:50, Bin Meng wrote: > > The call to file_cbfs_fill_cache() is given with the parameter > 'start' pointing to the offset by the CBFS base address, but > with the parameter 'size' that equals to the whole CBFS size. > During CBFS walking through, it checks files one by one

Re: [U-Boot] [PATCH 3/4] fs: cbfs: Make all CBFS_TYPE_xxx macros consistent

2018-12-29 Thread Simon Glass
On Sat, 22 Dec 2018 at 02:50, Bin Meng wrote: > > At present there are 2 macros that are named as CBFS_COMPONENT_xxx. > Change them to CBFS_TYPE_xxx for consistency. > > Signed-off-by: Bin Meng > --- > > cmd/cbfs.c | 4 ++-- > include/cbfs.h | 4 ++-- > 2 files changed, 4 insertions(+), 4

Re: [U-Boot] [PATCH 4/4] fs: cbfs: Add missing standard CBFS component types

2018-12-29 Thread Simon Glass
On Sat, 22 Dec 2018 at 02:50, Bin Meng wrote: > > Current CBFS component type list is incomplete. Add missing ones. > > Signed-off-by: Bin Meng > --- > > cmd/cbfs.c | 30 ++ > include/cbfs.h | 10 ++ > 2 files changed, 40 insertions(+) Reviewed-by: Simon

Re: [U-Boot] [PATCH 2/3] tools: mkimage: Add Allwinner eGON support

2018-12-29 Thread Simon Glass
On Fri, 21 Dec 2018 at 18:36, Andre Przywara wrote: > > So far we used the separate mksunxiboot tool for generating a bootable > image for Allwinner SPLs, probably just for historical reasons. > > Use the mkimage framework to generate a so called eGON image the > Allwinner BROM expects. > The new

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-29 Thread Simon Glass
Hi Heinrich, On Wed, 26 Dec 2018 at 09:20, Heinrich Schuchardt wrote: > > The 'exception' command allows to test exception handling. > > This implementation supports ARM, x86, RISC-V and the following exceptions: > * 'breakpoint' - prefetch abort exception (ARM 32bit only) > * 'unaligned' -

Re: [U-Boot] [PATCH 3/3] sunxi: Use mkimage -T sunxi_egon for SPL boot image generation

2018-12-29 Thread Simon Glass
On Fri, 21 Dec 2018 at 18:36, Andre Przywara wrote: > > Switch the SPL boot image generation from using mksunxiboot to the new > sunxi_egon format of mkimage. > > Verified to create identical results for all 144 Allwinner boards. > > Signed-off-by: Andre Przywara > --- > scripts/Makefile.spl |

Re: [U-Boot] [PATCH 1/4] fs: cbfs: remove wrong header validation

2018-12-29 Thread Simon Glass
On Sat, 22 Dec 2018 at 02:50, Bin Meng wrote: > > From: Christian Gmeiner > > cbfs_fileheader.len indicates the content size of the file in the > cbfs, and it has nothing to do with cbfs_fileheader.offset which > is the starting address of the file in the cbfs. > > Remove such check in

Re: [U-Boot] [PATCH v2 1/3] include: configs: Add gunzip size for HiKey board

2018-12-29 Thread Simon Glass
On Thu, 27 Dec 2018 at 06:34, Manivannan Sadhasivam wrote: > > From: Manivannan Sadhasivam > > Default 8MB gunzip size is not enough to load the release kernel, hence > fix 64MB size for uncompressing the kernel. > > Signed-off-by: Manivannan Sadhasivam > Reviewed-by: Simon Glass > --- > >

Re: [U-Boot] [PATCH v3 4/8] dm: pinctrl: Add pinctrl_decode_pin_config_dm().

2018-12-29 Thread Simon Glass
Hi Christoph, On Tue, 25 Dec 2018 at 14:49, Christoph Müllner wrote: > > On 12/20/18 10:16 PM, Simon Glass wrote: > > Hi Christoph, > > > > On Mon, 17 Dec 2018 at 06:30, Christoph Muellner > > wrote: > >> > >> pinctrl_decode_pin_config_dm() is basically a feature-equivalent > >> implementation

Re: [U-Boot] [PATCH 0/4] rockchip: sound: Add support for sound on chromebook_jerry

2018-12-29 Thread Simon Glass
Hi Philipp, On Fri, 28 Dec 2018 at 12:07, Philipp Tomsich wrote: > > > > > On 28.12.2018, at 04:15, Simon Glass wrote: > > > > Sound support for jerry was never included in the initial port. Now that > > sound has been converted to driver model it seems like a good opportunity > > to fill this

Re: [U-Boot] [PATCH] power: regulator: Return success on attempt to disable an always-on regulator

2018-12-29 Thread Simon Glass
Hi Lokesh, On Thu, 27 Dec 2018 at 22:33, Lokesh Vutla wrote: > > Hi Simon, > > On 28/12/18 3:57 AM, Simon Glass wrote: > > Hi Lokesh, > > > > On Mon, 24 Dec 2018 at 04:08, Lokesh Vutla wrote: > >> > >> commit 4f86a724e82c0 ("power: regulator: denied disable on always-on > >> regulator") throws

Re: [U-Boot] [PATCH v2] rockchip: sdram-common: fix wrong size for 4GB in 32bit SoC

2018-12-29 Thread Simon Glass
On Thu, 27 Dec 2018 at 18:57, Kever Yang wrote: > > This is workaround for issue we can't get correct size for 4GB ram > in 32bit system and available before we really need ram space > out of 4GB, eg.enable ARM LAPE(rk3288 supports 8GB ram). > The size of 4GB is '0x1 ', and this value

[U-Boot] [PATCH 1/2] rockchip: chromebook_minnie: Enable sound

2018-12-29 Thread Simon Glass
Enable sound for this board, which has the same codec as jerry. Signed-off-by: Simon Glass --- arch/arm/dts/rk3288-veyron-minnie.dts | 12 configs/chromebook_minnie_defconfig | 5 + 2 files changed, 17 insertions(+) diff --git a/arch/arm/dts/rk3288-veyron-minnie.dts

[U-Boot] [PATCH 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now

2018-12-29 Thread Simon Glass
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 property, so that it does not affect devices which do not have this feature. Signed-off-by: Simon Glass ---

Re: [U-Boot] [PATCH] imx8mq_evk_defconfig: Move file system options to Kconfig

2018-12-29 Thread Fabio Estevam
Hi Joris, On Sat, Dec 29, 2018 at 3:59 AM Offouga Joris wrote: > You forgot "y" to this line, correct this in CONFIG_CMD_FAT=y Thanks! I have just sent a corrected v2. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v2] imx8mq_evk_defconfig: Move file system options to Kconfig

2018-12-29 Thread Fabio Estevam
Chris Spencer reports that when enabling ext4 read support without also enabling write support the following error is seen: fs/fs.c:198:12: error: 'ext4_write_file' undeclared here (not in a function); did you mean 'ext4_read_file'? .write = ext4_write_file, ^~~ Fix

Re: [U-Boot] [PATCH] spi: soft_spi: Fix null ptr when probing soft_spi.

2018-12-29 Thread Daniel Schwierzeck
Am Mi., 19. Dez. 2018 um 15:10 Uhr schrieb Horatiu Vultur : > > When probing soft_spi the result of dev_get_parent_priv(dev) in probe > function is null ptr because the spi is on the ahb bus which has > per_child_auto_alloc_size set to 0. Therefore it would generate an Ooops > messages when

Re: [U-Boot] [PATCH v2 1/6] mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)

2018-12-29 Thread Daniel Schwierzeck
Am Do., 27. Dez. 2018 um 12:51 Uhr schrieb Lars Povlsen : > > This add support for the the MSCC serial GPIO driver in MSCC > VCoreIII-based SOCs. > > By using a serial interface, the SIO controller significantly extends > the number of available GPIOs with a minimum number of additional pins > on

[U-Boot] Re : Re: please pull u-boot-samsung master

2018-12-29 Thread Guillaume GARDET
Hi, - Minkyu Kang a écrit : > Dear Guillaume GARDET, > > On 28/12/18 00:41, Tom Rini wrote: > > On Thu, Dec 27, 2018 at 12:49:53PM +0900, Minkyu Kang wrote: > > > >> Dear Tom, > >> > >> The following changes since commit > >> 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad: > >> > >> Prepare