Re: [U-Boot] Please pull fsl-qoriq master

2017-05-26 Thread Tom Rini
On Thu, May 25, 2017 at 02:59:00PM +, york sun wrote: > Tom, > > The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7: > >Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 > 16:45:35 -0400) > > are available in the git repository at: > >

Re: [U-Boot] Uboot send pull request

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 09:36:29AM +0800, ub...@andestech.com wrote: > Hi Tom, > > Please pull the following patch from u-boot-nds32 into your tree. > Thanks! > > The following changes since commit be71a179bdd935336fb0bee8283be729144ac965: > > nds32: eth: Support ftmac100 DM. (2017-05-23

Re: [U-Boot] [PATCH 3/6] rockchip: evb-rk3328: set uart2 and sdmmc io routing

2017-05-26 Thread Heiko Stuebner
Hi Kever, Am Mittwoch, 24. Mai 2017, 10:35:04 CEST schrieb Kever Yang: > On 05/20/2017 10:29 AM, Simon Glass wrote: > > On 16 May 2017 at 21:44, Kever Yang wrote: > >> In rk3328, some function pin may have more than one choice, and muxed > >> with more than one IO, for

Re: [U-Boot] [PATCH v3 27/30] ARM: dts: k2g: Disable netcp by default

2017-05-26 Thread Tom Rini
On Fri, May 26, 2017 at 01:57:18PM -0500, Franklin S Cooper Jr wrote: > > > On 05/26/2017 01:46 PM, Tom Rini wrote: > > On Fri, May 26, 2017 at 01:22:17PM -0500, Franklin S Cooper Jr wrote: > >> > >> > >> On 05/26/2017 01:09 PM, Tom Rini wrote: > >>> On Wed, May 24, 2017 at 10:43:07AM -0500,

Re: [U-Boot] [PATCH v3 27/30] ARM: dts: k2g: Disable netcp by default

2017-05-26 Thread Franklin S Cooper Jr
On 05/26/2017 01:46 PM, Tom Rini wrote: > On Fri, May 26, 2017 at 01:22:17PM -0500, Franklin S Cooper Jr wrote: >> >> >> On 05/26/2017 01:09 PM, Tom Rini wrote: >>> On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote: >>> Disable netcp by default like all other peripherals

Re: [U-Boot] [PATCH v3 27/30] ARM: dts: k2g: Disable netcp by default

2017-05-26 Thread Tom Rini
On Fri, May 26, 2017 at 01:22:17PM -0500, Franklin S Cooper Jr wrote: > > > On 05/26/2017 01:09 PM, Tom Rini wrote: > > On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote: > > > >> Disable netcp by default like all other peripherals in the dtsi file. > >> Enable the peripheral

Re: [U-Boot] [PATCH v2 09/30] board_f: Add new function to allow runtime DTB selection

2017-05-26 Thread Franklin S Cooper Jr
On 05/26/2017 03:08 AM, Lothar Waßmann wrote: > Franklin S Cooper Jr wrote: > >> Runtime U-boot dtb selection is generally a two step process. First step >> is to simply use an initial generic dtb. The second step is to select >> the dtb and perhaps execute additional code ones

Re: [U-Boot] [PATCH v3 27/30] ARM: dts: k2g: Disable netcp by default

2017-05-26 Thread Franklin S Cooper Jr
On 05/26/2017 01:09 PM, Tom Rini wrote: > On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote: > >> Disable netcp by default like all other peripherals in the dtsi file. >> Enable the peripheral explicitly in the board specific dts file. >> >> Signed-off-by: Franklin S Cooper

Re: [U-Boot] [PATCH v3] ARM: ti: Update layout for MMC and eMMC (env and dfu)

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 12:08:27PM +0200, Jean-Jacques Hiblot wrote: > The problems with the current DFU layout are: > MMC: The space allocated for u-boot is too small for the latest u-boot > (>750KB). We need to increase it. eMMC uses a much bigger area (2MB). > eMMC: region

Re: [U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function

2017-05-26 Thread Tom Rini
On Thu, May 25, 2017 at 03:35:25PM +0530, Keerthy wrote: > Currently while setting the vsel value for dcdc1 and dcdc2 > the driver is wrongly masking the entire 8 bits in the process > clearing PFM (bit7) field as well. Hence describe an appropriate > mask for vsel field and modify only those

Re: [U-Boot] [PATCH v3 09/30] board_f: Add new function to allow runtime DTB selection

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:42:49AM -0500, Franklin S Cooper Jr wrote: > Runtime U-boot dtb selection is generally a two step process. First step > is to simply use an initial generic dtb. The second step is to select > the dtb and perhaps execute additional code ones U-boot knows what board > it

Re: [U-Boot] [PATCH v3 30/30] defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:43:10AM -0500, Franklin S Cooper Jr wrote: > Include K2G ICE to OF_LIST so it can be used for runtime board > detection. > > Signed-off-by: Franklin S Cooper Jr Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH v3 26/30] ARM: dts: keystone-k2g-evm: Add unit address to memory node

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:43:06AM -0500, Franklin S Cooper Jr wrote: > Upstream Linux has the unit address being added to the various 66AK2Gx > boards dts. Therefore, update the dts to mimic this change. > > Also remove memory node from the base K2G dtsi file. > > Signed-off-by: Franklin S

Re: [U-Boot] [PATCH v3 28/30] ARM: dts: k2g: Add DT support for K2G Industrial Communication Engine evm

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:43:08AM -0500, Franklin S Cooper Jr wrote: > Add basic DT support for K2G ICE evm. Only minimal peripherals are > supported to allow console output and MMC boot. > > Signed-off-by: Franklin S Cooper Jr Reviewed-by: Tom Rini --

Re: [U-Boot] [PATCH v3 25/30] ARM: dts: keystone-k2g: Remove skeleton.dtsi

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:43:05AM -0500, Franklin S Cooper Jr wrote: > Adding the unit address to the memory node was causing the below error: > Warning (reg_format): "reg" property in /memory has invalid length > (8 bytes) (#address-cells == 2, #size-cells == 2) > > Further debugging showed

Re: [U-Boot] [PATCH v3 01/30] ti: common: board_detect: Allow settings board detection variables manually

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:42:41AM -0500, Franklin S Cooper Jr wrote: > From: Nishanth Menon > > In some situations the EEPROM used for board detection may not be > programmed or simply programmed incorrectly. Therefore, it may be > necessary to "simulate" reading the contents of

Re: [U-Boot] [PATCH v3 07/30] ARM: dts: k2g: Introduce U-boot specific dtsi file

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:42:47AM -0500, Franklin S Cooper Jr wrote: > Introduce K2G evm specific dtsi file for U-boot specific configurations. > This will help seperate U-boot only configurations thus making it easier to > keep device tree files synced between U-boot and Linux. > > For now

Re: [U-Boot] [PATCH v3 27/30] ARM: dts: k2g: Disable netcp by default

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote: > Disable netcp by default like all other peripherals in the dtsi file. > Enable the peripheral explicitly in the board specific dts file. > > Signed-off-by: Franklin S Cooper Jr This is being mirrored in the

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Jagan Teki
On Fri, May 26, 2017 at 11:04 PM, Fabio Estevam wrote: > Hi Jagan, > > On Fri, May 26, 2017 at 2:28 PM, Jagan Teki wrote: > >> OK, please rebase now, forgot to update this series changes. > > The pmic command appears in this version, but I see other

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Fabio Estevam
Hi Jagan, On Fri, May 26, 2017 at 2:28 PM, Jagan Teki wrote: > OK, please rebase now, forgot to update this series changes. The pmic command appears in this version, but I see other issues now: U-Boot SPL 2017.05-00704-g16fa9ec (May 26 2017 - 14:30:16) Trying to boot

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Jagan Teki
On Fri, May 26, 2017 at 10:47 PM, Fabio Estevam wrote: > On Fri, May 26, 2017 at 2:14 PM, Jagan Teki wrote: > >> Can you please confirm, are you using v7 series? in this I kept the >> PMIC as it is. >> >> /* PMIC */ >> #define CONFIG_POWER >> #define

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Fabio Estevam
On Fri, May 26, 2017 at 2:14 PM, Jagan Teki wrote: > Can you please confirm, are you using v7 series? in this I kept the > PMIC as it is. > > /* PMIC */ > #define CONFIG_POWER > #define CONFIG_POWER_I2C > #define CONFIG_POWER_PFUZE100 > #define

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Jagan Teki
On Fri, May 26, 2017 at 10:34 PM, Fabio Estevam wrote: > On Fri, May 26, 2017 at 1:55 PM, Jagan Teki wrote: > >> No, PMIC and I2C are as it is like old code, I never did any >> modification to use it for dts since driver require dm. > > Let me try to

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Fabio Estevam
On Fri, May 26, 2017 at 1:55 PM, Jagan Teki wrote: > No, PMIC and I2C are as it is like old code, I never did any > modification to use it for dts since driver require dm. Let me try to clarify the problem. If I use the latest u-boot-imx: U-Boot SPL

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Jagan Teki
On Fri, May 26, 2017 at 10:22 PM, Fabio Estevam wrote: > Hi Jagan, > > On Fri, May 26, 2017 at 1:49 PM, Jagan Teki wrote: > >> Yes, Pointed the same on cover-letter, I2C and PMIC combo not using >> dts as of now since pmic area require driver-model

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Fabio Estevam
Hi Jagan, On Fri, May 26, 2017 at 1:49 PM, Jagan Teki wrote: > Yes, Pointed the same on cover-letter, I2C and PMIC combo not using > dts as of now since pmic area require driver-model conversion so these > are as-it-is. Ok, but we should not lose the PMIC

Re: [U-Boot] [linux-sunxi] Re: [PATCH 00/12] Big work on sunxi DW DRAM controllers and some new DDR type support

2017-05-26 Thread icenowy
在 2017-04-27 15:09,Maxime Ripard 写道: Hi, On Wed, Apr 26, 2017 at 10:49:55PM +0800, Icenowy Zheng wrote: This patchset contains several works on the sunxi DesignWare DRAM controllers. The 1st patch made an option for H3-like DRAM controllers (DesignWare ones), which can ease further import of

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Jagan Teki
On Fri, May 26, 2017 at 10:17 PM, Fabio Estevam wrote: > Hi Jagan, > > On Fri, May 26, 2017 at 1:41 PM, Jagan Teki wrote: > >> Can you finalize this series, early to have better test. > > The issue I see with this series is that the 'pmic' commands

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Fabio Estevam
Hi Jagan, On Fri, May 26, 2017 at 1:41 PM, Jagan Teki wrote: > Can you finalize this series, early to have better test. The issue I see with this series is that the 'pmic' commands are gone. Do you plan to fix it? ___

Re: [U-Boot] [PATCH] pico-imx7d: Add initial support

2017-05-26 Thread Fabio Estevam
Hi Stefano, On Fri, May 26, 2017 at 1:44 PM, Stefano Babic wrote: > It is ok for me to apply the original patch and add DTS support in a > follow-up patch. Let's do in this order. Sounds good, thanks! ___ U-Boot mailing list

Re: [U-Boot] [PATCH] pico-imx7d: Add initial support

2017-05-26 Thread Stefano Babic
On 26/05/2017 18:28, Fabio Estevam wrote: > Hi Stefano, > > On Fri, May 19, 2017 at 12:49 PM, Vanessa Maegima > wrote: >> Hi Stefano, Jagan, >> >> I have been trying to add the dts support for this board but I could not >> make Ethernet, I2C and PMIC support work using

Re: [U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support

2017-05-26 Thread Jagan Teki
Hi Stefano/Fabio, On Tue, May 23, 2017 at 1:28 PM, Jagan Teki wrote: > From: Jagan Teki > > Fabio, please add your changes on-top-of this series. > > Compared to previous series, this series > - Removed 'Fabio' patch changes. > - Droped DM_I2C and

Re: [U-Boot] [PATCH] pico-imx7d: Add initial support

2017-05-26 Thread Jagan Teki
On Fri, May 19, 2017 at 9:19 PM, Vanessa Maegima wrote: > Hi Stefano, Jagan, > > I have been trying to add the dts support for this board but I could not > make Ethernet, I2C and PMIC support work using dts. Ethernet we can do with dts, just try on top of these patches

Re: [U-Boot] [PATCH] pico-imx7d: Add initial support

2017-05-26 Thread Fabio Estevam
Hi Stefano, On Fri, May 19, 2017 at 12:49 PM, Vanessa Maegima wrote: > Hi Stefano, Jagan, > > I have been trying to add the dts support for this board but I could not make > Ethernet, I2C and PMIC support work using dts. > > I am still trying to add this support but I

Re: [U-Boot] Please pull u-boot-dm

2017-05-26 Thread Simon Glass
Hi Tom, On 26 May 2017 at 09:18, Tom Rini wrote: > > On Wed, May 24, 2017 at 06:19:04PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > This is the first two of the livetree series as well as some > > driver-model adjustments for MMC. > > > > It's up to you if you want to

Re: [U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

2017-05-26 Thread Tom Rini
On Fri, May 26, 2017 at 02:58:04PM +0200, Jorge Ramirez Ortiz wrote: > On May 26, 2017 2:46 PM, "Tom Rini" wrote: > > On Fri, May 26, 2017 at 09:28:28AM +0200, Jorge Ramirez wrote: > > On 05/26/2017 12:08 AM, Tom Rini wrote: > > >On Thu, May 25, 2017 at 11:16:42PM +0200,

Re: [U-Boot] Please pull u-boot-dm

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 06:19:04PM -0600, Simon Glass wrote: > Hi Tom, > > This is the first two of the livetree series as well as some > driver-model adjustments for MMC. > > It's up to you if you want to take this now, or wait. I will send a > new version of the 3rd livetree series later by

Re: [U-Boot] [PATCH] sun50i: a64: Add initial Banana Pi M64 support

2017-05-26 Thread Andre Przywara
Hi, seems like you beat me to that, I had as similar patch ready, but wanted to wait for the A64 DTS update to be accepted (and merged). It looks like you depend on that as well? On 26/05/17 10:21, Jagan Teki wrote: > From: Jagan Teki > > BPI-M64 is a 64-bit quad-core mini

Re: [U-Boot] [PATCH v6 0/6] Add Intel Arria 10 SoC FPGA driver

2017-05-26 Thread Dinh Nguyen
On 05/26/2017 03:48 AM, Chee, Tien Fong wrote: >> >> So the patch for using CONFIG_SPL_FPGA_SUPPORT is causing this build >> error. Please investigate. >> >> Dinh > > Hi Dinh, > > I have tried with both u-boot.git and u-boot-socfpga.git lastest > version, i can't still reproduce the issue u

Re: [U-Boot] [PATCH v2 1/2] rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board

2017-05-26 Thread Wadim Egorov
Hello Simon, Am 24.05.2017 um 02:44 schrieb Simon Glass: > Hi Wadim, > > On 15 May 2017 at 08:19, Wadim Egorov wrote: >> The phyCORE-RK3288 is a SoM (System on Module) containing a RK3288 SoC. >> The module can be connected to different carrier boards. >> It can be also

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-26 Thread Fausto Sessego
Hi Fabio, i tried both solutions without any output. -- *Ing. Fausto Sessego* *R Hardware & Software Engineer* info mob > *Tecnologie Wireless per la logistica e la sicurezza* *address:* Parco scientifico e tecnologico della Sardegna, Edificio 1 Loc. Piscinamanna -

Re: [U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

2017-05-26 Thread Jorge Ramirez Ortiz
On May 26, 2017 2:46 PM, "Tom Rini" wrote: On Fri, May 26, 2017 at 09:28:28AM +0200, Jorge Ramirez wrote: > On 05/26/2017 12:08 AM, Tom Rini wrote: > >On Thu, May 25, 2017 at 11:16:42PM +0200, Jorge Ramirez wrote: > >>On 05/25/2017 11:12 PM, Tom Rini wrote: > >>>On Thu, May

Re: [U-Boot] Please pull u-boot-fdt, take 2

2017-05-26 Thread Tom Rini
On Thu, May 25, 2017 at 09:15:33PM -0600, Simon Glass wrote: > Hi Tom, > > On 25 May 2017 at 11:42, Tom Rini wrote: > > On Thu, May 25, 2017 at 11:27:10AM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 25 May 2017 at 05:19, Tom Rini wrote: > >> > >

Re: [U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

2017-05-26 Thread Tom Rini
On Fri, May 26, 2017 at 09:28:28AM +0200, Jorge Ramirez wrote: > On 05/26/2017 12:08 AM, Tom Rini wrote: > >On Thu, May 25, 2017 at 11:16:42PM +0200, Jorge Ramirez wrote: > >>On 05/25/2017 11:12 PM, Tom Rini wrote: > >>>On Thu, May 25, 2017 at 10:58:20PM +0200, Jorge Ramirez wrote: > On

Re: [U-Boot] [PATCH 3/3] rename GPT partitions to detect boot failure

2017-05-26 Thread Tom Rini
On Sat, May 20, 2017 at 07:27:55PM -0700, ali...@peloton-tech.com wrote: > From: Alison Chaiken > > This patch provides support in u-boot for renaming GPT > partitions. The renaming is accomplished via a new 'gpt flip' > command. [snip] > Signed-off-by: Alison Chaiken

Re: [U-Boot] [PATCH 2/3] GPT: read partition table from device into a data structure

2017-05-26 Thread Tom Rini
On Sat, May 20, 2017 at 07:27:54PM -0700, ali...@peloton-tech.com wrote: > From: Alison Chaiken > > Make the partition table available for modification by reading it from > the user-specified device into a linked list. Provide an accessor > function for command-line

Re: [U-Boot] [PATCH 1/3] GPT: add accessor function for disk GUID

2017-05-26 Thread Tom Rini
On Sat, May 20, 2017 at 07:27:53PM -0700, ali...@peloton-tech.com wrote: > From: Alison Chaiken > > In order to read the GPT, modify the partition name strings, and then > write out a new GPT, the disk GUID is needed. While there is an > existing accessor for the

Re: [U-Boot] [PATCH 0/3] add support for GPT partition name manipulation

2017-05-26 Thread Tom Rini
On Sat, May 20, 2017 at 07:27:52PM -0700, ali...@peloton-tech.com wrote: > From: Alison Chaiken > > One way for userspace and the bootloader to exchange information about > dynamic image selection is via the storage device partition table, as > described at > >

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-26 Thread Fabio Estevam
Hi Fausto, On Fri, May 26, 2017 at 7:39 AM, Fausto Sessego wrote: > > > #define CONFIG_BOOTCOMMAND \ > "run mmcargs; " \ > "run loadfdt; " \ > "run loadimage; " \ > "bootz ${loadaddr} - ${fdt_addr}; "\ > The bootz command expects a zImage type of kernel. In your

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-26 Thread Lothar Waßmann
Fausto Sessego wrote: > Hi, > > here you are my configuration: > > #define CONFIG_EXTRA_ENV_SETTINGS \ > "image=zImage\0" \ > "console=" CONFIG_CONSOLE_DEV "\0" \ > "fdt_file=imx6q-tibidabo.dtb\0" \ > "fdt_addr=0x1400\0" \ >

Re: [U-Boot] [PATCH] arm: mx6: remove unused config variable CONFIG_SPL_NAND_MXS

2017-05-26 Thread Jagan Teki
On Fri, May 26, 2017 at 1:42 PM, Lothar Waßmann wrote: > The config variable CONFIG_SPL_NAND_MXS is only set in > include/configs/imx6_spl.h but used nowhere. > Remove it. > > Signed-off-by: Lothar Waßmann Reviewed-by: Jagan Teki

[U-Boot] [PATCH v3] arm64: ls1043ardb: Add distro boot support

2017-05-26 Thread Shengzhou Liu
Include common config_distro_defaults.h and config_distro_bootcmd.h for u-boot enviroments to support automatical distro boot which scan boot.scr from external storage devices(e.g. SD/USB/SATA/SCSI disk) and execute autoboot script. Tested on ls1043ardb with automatically boot Ubuntu from SD card

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-26 Thread Fausto Sessego
Hi, here you are my configuration: #define CONFIG_EXTRA_ENV_SETTINGS \ "image=zImage\0" \ "console=" CONFIG_CONSOLE_DEV "\0" \ "fdt_file=imx6q-tibidabo.dtb\0" \ "fdt_addr=0x1400\0" \ "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \ "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART)

[U-Boot] [PATCH] sun50i: a64: Add initial Banana Pi M64 support

2017-05-26 Thread Jagan Teki
From: Jagan Teki BPI-M64 is a 64-bit quad-core mini single board computer using the Allwinner A64 SOC. BPI-M64 features - 1.2 Ghz Quad-Core ARM Cortex A53 - 2GB DDR3 SDRAM with 733MHz - MicroSD/eMMC(8GB) - 10/100/1000Mbps ethernet (Realtek RTL8211E/D) - Wifi + BT - IR

Re: [U-Boot] [PATCH v6 0/6] Add Intel Arria 10 SoC FPGA driver

2017-05-26 Thread Chee, Tien Fong
On Kha, 2017-05-25 at 08:35 -0500, Dinh Nguyen wrote: > > On 05/25/2017 03:53 AM, Chee, Tien Fong wrote: > > > > On Rab, 2017-05-24 at 09:56 -0500, Dinh Nguyen wrote: > > > > > > > > > On 05/23/2017 09:24 PM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] [PATCH] armv7m: Fix larger builds

2017-05-26 Thread Phil Edworthy
Hi Vikas, On 26 May 2017 00:58 Vikas MANOCHA wrote: > On Thursday, May 25, 2017 6:58 AM Phil Edworthy wrote: > > On 25 May 2017 10:16 Phil Edworthy wrote: > > > > On 24 May 2017 18:32 Vikas MANOCHA wrote: > > > > Hi Phil, > > > > > > > > > On Wednesday, May 24, 2017 7:34 AM Phil Edworthy wrote: >

[U-Boot] [PATCH] arm: mx6: remove unused config variable CONFIG_SPL_NAND_MXS

2017-05-26 Thread Lothar Waßmann
The config variable CONFIG_SPL_NAND_MXS is only set in include/configs/imx6_spl.h but used nowhere. Remove it. Signed-off-by: Lothar Waßmann --- include/configs/imx6_spl.h | 5 - scripts/config_whitelist.txt | 1 - 2 files changed, 6 deletions(-) diff --git

Re: [U-Boot] [PATCH v2 09/30] board_f: Add new function to allow runtime DTB selection

2017-05-26 Thread Lothar Waßmann
Franklin S Cooper Jr wrote: > Runtime U-boot dtb selection is generally a two step process. First step > is to simply use an initial generic dtb. The second step is to select > the dtb and perhaps execute additional code ones U-boot knows what board > s/ones/once/ > it is

Re: [U-Boot] [PATCH] mmc: Set the initial clock speed to 400KHz

2017-05-26 Thread Jaehoon Chung
Hi Phil, On 05/26/2017 05:01 PM, Phil Edworthy wrote: > Hi Jaehoon Chung, > > On 26 May 2017 04:38 Jaehoon Chung wrote: >> On 05/25/2017 11:14 PM, Phil Edworthy wrote: >>> On 25 May 2017 15:10 Jaehoon Chung wrote: On 05/25/2017 11:02 PM, Phil Edworthy wrote: > On 25 May 2017 14:50

[U-Boot] [PATCH] arm: ls1021atwr: Add distro boot support

2017-05-26 Thread Alison Wang
This patch includes common config_distro_defaults.h and config_distro_bootcmd.h for u-boot enviroments to support distro boot which automatically scan boot.scr from storage devices(e.g. SD/USB/SATA/SCSI disk) and execute autoboot script on LS1021ATWR board. Signed-off-by: Shengzhou Liu

Re: [U-Boot] [PATCH] mmc: Set the initial clock speed to 400KHz

2017-05-26 Thread Phil Edworthy
Hi Jaehoon Chung, On 26 May 2017 04:38 Jaehoon Chung wrote: > On 05/25/2017 11:14 PM, Phil Edworthy wrote: > > On 25 May 2017 15:10 Jaehoon Chung wrote: > >> On 05/25/2017 11:02 PM, Phil Edworthy wrote: > >>> On 25 May 2017 14:50 Jaehoon Chung wrote: > On 05/24/2017 10:54 PM, Phil Edworthy

Re: [U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

2017-05-26 Thread Jorge Ramirez
On 05/26/2017 09:28 AM, Jorge Ramirez wrote: [1] https://github.com/ldts/poplar-u-boot/blob/upstream/arch/arm/dts/hi3798cv200-u-boot.dtsi Yes, sorry. [1] needs to be updated to disable uart0 so that you can use platform data, at least for now. I do want to talk more with Rob about the

Re: [U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

2017-05-26 Thread Jorge Ramirez
On 05/26/2017 12:08 AM, Tom Rini wrote: On Thu, May 25, 2017 at 11:16:42PM +0200, Jorge Ramirez wrote: On 05/25/2017 11:12 PM, Tom Rini wrote: On Thu, May 25, 2017 at 10:58:20PM +0200, Jorge Ramirez wrote: On 05/25/2017 10:55 PM, Jorge Ramirez wrote: On 05/25/2017 10:31 PM, Tom Rini wrote:

Re: [U-Boot] [PATCH v4 2/2] doc: document u-boot, mmc-env-offset and u-boot, mmc-env-offset-redund

2017-05-26 Thread Jaehoon Chung
On 05/25/2017 10:51 PM, Jaehoon Chung wrote: > On 05/16/2017 07:16 AM, Philipp Tomsich wrote: >> Adding documentation on the new config properties: >>'u-boot,mmc-env-offset' - overrides CONFIG_ENV_OFFSET >>'u-boot,mmc-env-offset-redundant' >>-

Re: [U-Boot] [PATCH v4 1/2] env_mmc: configure environment offsets via device tree

2017-05-26 Thread Jaehoon Chung
On 05/25/2017 10:51 PM, Jaehoon Chung wrote: > Hi Philipp, > > On 05/16/2017 07:16 AM, Philipp Tomsich wrote: >> This introduces the ability to override the environment offets from the >> device tree by setting the following nodes in '/config': >> 'u-boot,mmc-env-offset' - overrides