[U-Boot] [PATCH v5 2/2] common: Generic firmware loader for file system

2017-12-20 Thread tien . fong . chee
From: Tien Fong Chee This is file system generic loader which can be used to load the file image from the storage into target such as memory. The consumer driver would then use this loader to program whatever, ie. the FPGA device. Signed-off-by: Tien Fong Chee --- common/Makefile|

[U-Boot] [PATCH v5 0/2] Generic firmware loader

2017-12-20 Thread tien . fong . chee
From: Tien Fong Chee This patchset contains generic firmware loader which is very close to Linux firmware loader but for U-Boot framework. Generic firmware loader can be used load whatever into target location, and then consumer driver would use it to program whatever, ie. the FPGA. This version

[U-Boot] [PATCH v5 1/2] spl: Remove static declaration on spl_mmc_find_device function

2017-12-20 Thread tien . fong . chee
From: Tien Fong Chee This patch removes the static declation on spl_mmc_find_device_function so this function is accessible by the caller from other file. This patch is required for later patch. Signed-off-by: Tien Fong Chee --- common/spl/spl_mmc.c | 2 +- include/spl.h| 2 ++ 2 files

[U-Boot] [PATCH v5 0/2] Generic firmware loader

2017-12-20 Thread tien . fong . chee
From: Tien Fong Chee This patchset contains generic firmware loader which is very close to Linux firmware loader but for U-Boot framework. Generic firmware loader can be used load whatever into target location, and then consumer driver would use it to program whatever, ie. the FPGA. This version

Re: [U-Boot] [PATCH] bootm: flush cache on aligned region

2017-12-20 Thread Lothar Waßmann
Hi your name, On Wed, 20 Dec 2017 09:12:28 -0800 your name wrote: > From: Andrey Yurovsky > > bootm_load_os() uses flush_cache() on the region where the OS image is > loaded however the OS image may be part of a FIT image and thereby may > not be aligned with respect to the machine's cache lines

Re: [U-Boot] [PATCH v4 2/2] common: Generic firmware loader for file system

2017-12-20 Thread Chee, Tien Fong
On Sel, 2017-12-19 at 12:21 +0100, Lothar Waßmann wrote: > Hi, > > On Tue, 19 Dec 2017 10:31:13 + Chee, Tien Fong wrote: > > > > On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote: > > > > > > Hi, > > > > > > On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com > > > wrote: > >

[U-Boot] [PATCH] linux/kernel.h: Add ALIGN_DOWN macro

2017-12-20 Thread Masahiro Yamada
Follow Linux commit ed067d4a859f ("linux/kernel.h: Add ALIGN_DOWN macro"). Signed-off-by: Masahiro Yamada --- include/linux/kernel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 87d2d95..04a09eb 100644 --- a/include/linux/kernel.h +++

Re: [U-Boot] [PATCH v2 2/5] board: TI K2G: FC SoC 1GHz and DDR3 1066 MT/s support

2017-12-20 Thread Lokesh Vutla
On Wednesday 20 December 2017 09:35 PM, Tom Rini wrote: > On Wed, Dec 20, 2017 at 08:59:37PM +0530, Lokesh Vutla wrote: >> From: Rex Chang >> >> Added support for K2G EVM with FlipChip SoC of which >> ARM/DDR3 runs at 1GHz/1066 MT/s. The patch is also >> backward compatible with old revision EVM

[U-Boot] [PATCH] bootm: flush cache on aligned region

2017-12-20 Thread your name
From: Andrey Yurovsky bootm_load_os() uses flush_cache() on the region where the OS image is loaded however the OS image may be part of a FIT image and thereby may not be aligned with respect to the machine's cache lines. Give flush_cache() an aligned start of the region to avoid misalignment. S

[U-Boot] [PATCH 2/2] sh: Drop unreferenced CONFIG_* defines

2017-12-20 Thread Tuomas Tynkkynen
The following config symbols are only defined once and never referenced anywhere else: CONFIG_AP325RXA CONFIG_AP_SH4A_4A CONFIG_CPU_SH_TYPE_R CONFIG_ECOVEC CONFIG_ESPT CONFIG_MIGO_R CONFIG_MPR2 CONFIG_MS7720SE CONFIG_MS7722SE CONFIG_MS7750SE CONFIG_R0P7734 CONFIG_R2DPLUS CONFIG_RSK7203 CONFIG_RSK7

[U-Boot] [PATCH 1/2] ARM: Drop unreferenced CONFIG_MACH_* defines

2017-12-20 Thread Tuomas Tynkkynen
These macros are all defined once and never checked or used anywhere: CONFIG_MACH_ASPENITE CONFIG_MACH_DAVINCI_CALIMAIN CONFIG_MACH_DOCKSTAR CONFIG_MACH_EDMINIV2 CONFIG_MACH_GOFLEXHOME CONFIG_MACH_GONI CONFIG_MACH_GURUPLUG CONFIG_MACH_KM_KIRKWOOD CONFIG_MACH_OPENRD_BASE CONFIG_MACH_SHEEVAPLUG Alm

[U-Boot] Please pull u-boot-x86

2017-12-20 Thread Bin Meng
Hi Tom, The following changes since commit b55c89ce0207d3a504238c1b8f268c56035656a3: Merge git://git.denx.de/u-boot-spi (2017-12-19 07:57:40 -0500) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to 1602d215b595b9cf4be460101f5c8892623fe3

[U-Boot] [PATCH] crypto/fsl: fix BLOB encapsulation and decapsulation

2017-12-20 Thread Clemens Gruber
The blob_encap and blob_decap functions were not flushing the dcache before passing data to CAAM/DMA and not invalidating the dcache when getting data back. Therefore, blob encapsulation and decapsulation failed with errors like the following due to data cache incoherency: "4006: DECO: desc idx

Re: [U-Boot] ARM64 Allwinner Binary Size

2017-12-20 Thread Duncan Hare
From: Jagan Teki On Wed, Dec 20, 2017 at 11:22 PM, Duncan Hare wrote: >> An observation: The Banana PI boards, allwinner based, I've use have a >> boot.scr file on the fat partition to direct booting. >> A Suggestion: If this is widespread, the memory used by the u-boot image >> could be re

Re: [U-Boot] License violations

2017-12-20 Thread Maxim Sloyko
Hi Jon, This looks like a good start: https://opensource.org/faq#copyleft-violation On Tue, Dec 19, 2017 at 9:21 PM, Jon 'jcase' Sawyer wrote: > I've been attempting to obtain source to the u boot implementation in a > tablet used to control DJI drones, called crystal sky. Today after many > g

Re: [U-Boot] [PATCH v2 1/1] arm: sunxi: Allwinner A10 SPI driver

2017-12-20 Thread Jagan Teki
On Wed, Dec 20, 2017 at 11:42 AM, Stefan Mavrodiev wrote: > On 12/13/2017 08:27 AM, Jagan Teki wrote: >> >> On Wed, Dec 13, 2017 at 11:43 AM, Stefan Mavrodiev >> wrote: >>> >>> On 12/13/2017 07:19 AM, Jagan Teki wrote: On Fri, Dec 8, 2017 at 5:08 PM, Jagan Teki wrote: > >

Re: [U-Boot] ARM64 Allwinner Binary Size

2017-12-20 Thread Jagan Teki
On Wed, Dec 20, 2017 at 11:22 PM, Duncan Hare wrote: > An observation: The Banana PI boards, allwinner based, I've use have a > boot.scr file on the fat partition to direct booting. > A Suggestion: If this is widespread, the memory used by the u-boot image > could be reduce by eliminating much o

[U-Boot] ARM64 Allwinner Binary Size

2017-12-20 Thread Duncan Hare
An observation: The Banana PI boards, allwinner based, I've use have a boot.scr file on the fat partition to direct booting. A Suggestion: If this is widespread, the memory used by the u-boot image could be reduce by eliminating much of the pre-defined boot hush scripts. I offer this as an obse

Re: [U-Boot] Socfpga: configure FPGA to SDRAM interface without reprogramming the FPGA

2017-12-20 Thread Marek Vasut
On 12/20/2017 12:51 PM, Jan Siegmund wrote: [...] >>> My preferred usecase would be configuring the registers in the table below >>> in >>> SPL and configuring the FPGA in Linux, with a design using the FPGA-to-HPS >>> SDRAM >>> interface. >>> >>> For example, the last bits in the portcfg registe

Re: [U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017)

2017-12-20 Thread Marek Vasut
On 12/20/2017 01:52 PM, Lukasz Majewski wrote: > Dear Marek, Hi, I presume this is for -next , right ? > The following changes since commit > 8cd368294e917e205f61b2c66cdeed6f4c08a100: > > power: pmic/regulator: Add basic support for TPS65910 (2017-12-20 > 13:47:18 +0100) > > are available

Re: [U-Boot] [PATCH 1/4] ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no SPL

2017-12-20 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, December 19, 2017 6:31 PM > To: Tom Warren > Cc: Simon Glass ; Tom Rini ; u- > b...@lists.denx.de; Stephen Warren > Subject: [PATCH 1/4] ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no

Re: [U-Boot] [PATCH 3/3] sf: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-12-20 Thread Cyrille Pitchen
Hi Prabhakar, Le 20/12/2017 à 11:32, Prabhakar Kushwaha a écrit : > This patch adds support to the JESD216 rev B standard and parses the > SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'. > > It has been ported from Linux commit "mtd: spi-nor: parse Serial Flash > Disco

[U-Boot] How to restore NVRAM on MTD partition from backup

2017-12-20 Thread A.W.C.
Hi, U-Boot 2009.03 on custom board. How to restore NVRAM on MTD partition from backup use U-boot memory commands, by uploading backup over serial line? (kermit mode or ymodem mode) NAND flash type. Regards, Alex ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] [PATCH 2/3] sf: add method to support memory size above 128Mib

2017-12-20 Thread Cyrille Pitchen
Hi Prabhakar, Le 20/12/2017 à 11:32, Prabhakar Kushwaha a écrit : > This patch add support of memories with size above 128Mib. It has > been ported from Linux commit "mtd: spi-nor: add a > stateless method to support memory size above 128Mib". > > It convert 3byte opcode into 4byte opcode based u

Re: [U-Boot] [EXT] Re: arm64: a37xx: add distro boot compability

2017-12-20 Thread Kostya Porotchkin
Hi, Andre, > -Original Message- > From: Andre Heider [mailto:a.hei...@gmail.com] > Sent: Thursday, December 14, 2017 14:50 > To: Kostya Porotchkin; Stefan Roese > Cc: u-boot@lists.denx.de; Nadav Haklai; Igal Liberman > Subject: Re: [EXT] Re: arm64: a37xx: add distro boot compability > > H

Re: [U-Boot] [PATCH v2 2/5] board: TI K2G: FC SoC 1GHz and DDR3 1066 MT/s support

2017-12-20 Thread Tom Rini
On Wed, Dec 20, 2017 at 08:59:37PM +0530, Lokesh Vutla wrote: > From: Rex Chang > > Added support for K2G EVM with FlipChip SoC of which > ARM/DDR3 runs at 1GHz/1066 MT/s. The patch is also > backward compatible with old revision EVM and EVM > with WireBond SoC. Their ARM/DDR3 run at 600MHz/800 M

Re: [U-Boot] [PATCH v4] drivers: core: Add translation in live tree case

2017-12-20 Thread Stephen Warren
On 12/20/2017 01:52 AM, Mario Six wrote: The function dev_read_addr calls ofnode_get_addr_index in the live tree case, which does not apply bus translations to the address read from the device tree. This results in illegal addresses on boards that rely on bus translations being applied. Fix this

[U-Boot] [PATCH v2 0/5] arm: ti: misc updates and bug fixes

2017-12-20 Thread Lokesh Vutla
This series consolidates few bug fixes on TI platforms. Changes since v1: - Removed ifdef aroung externs Lokesh Vutla (3): configs: k2g_evm: Allocate more space for u-boot tools: omapimage: Fix mismatch of image size in header arm: am33xx: Avoid writing into reserved DPLL divider Rex Chang

[U-Boot] [PATCH v2 2/5] board: TI K2G: FC SoC 1GHz and DDR3 1066 MT/s support

2017-12-20 Thread Lokesh Vutla
From: Rex Chang Added support for K2G EVM with FlipChip SoC of which ARM/DDR3 runs at 1GHz/1066 MT/s. The patch is also backward compatible with old revision EVM and EVM with WireBond SoC. Their ARM/DDR3 run at 600MHz/800 MT/s. The new SoC supports 2 different speeds at 1GHz and 600MHz. Modyfied

[U-Boot] [PATCH v2 4/5] arm: am33xx: Avoid writing into reserved DPLL divider

2017-12-20 Thread Lokesh Vutla
DPLL DRR doesn't have an M4 divider. But the clock driver is trying to configure M4 divider as 4(writing into a reserved register). Fixing it by making M4 divider as -1. Reported-by: Steve Kipisz Signed-off-by: Lokesh Vutla --- arch/arm/mach-omap2/am33xx/clock_am33xx.c | 12 ++-- 1 file

[U-Boot] [PATCH v2 5/5] board: ti: dra76: mux wakeup2 as gpio1_2

2017-12-20 Thread Lokesh Vutla
From: Tomi Valkeinen gpio1_2 is used for HPD interrupt with DRA76's DVI add-on board, so mux the pin as gpio and PIN_INPUT. Signed-off-by: Tomi Valkeinen --- board/ti/dra7xx/mux_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/ti/dra7xx/mux_data.h b/board/ti/dra

[U-Boot] [PATCH v2 3/5] tools: omapimage: Fix mismatch of image size in header

2017-12-20 Thread Lokesh Vutla
The size field in GP header that is expected by ROM is size of the image + size of the header. But omapimage tool is updating size as image size + 2 * header size. Remove this extra header size bytes. Reported-by: Denys Dmytriyenko Debugged-by: Madan Srinivas Signed-off-by: Lokesh Vutla --- to

[U-Boot] [PATCH v2 1/5] configs: k2g_evm: Allocate more space for u-boot

2017-12-20 Thread Lokesh Vutla
Now that we have multi dtb enabled in u-boot allocate 128K space for u-boot. Signed-off-by: Lokesh Vutla --- include/configs/k2g_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index df81c09d86..9282a22739 100644 ---

[U-Boot] [PATCH] configs: am57xx_evm: fix ethernet phy configuration

2017-12-20 Thread Sekhar Nori
Configure AM57xx EVMs for the exact PHY part that is present on the various boards. This makes U-Boot apply configurations needed for this PHY like centering the FLP timing. For configurations to take effect, DM_ETH needs to be enabled. Do that too. Tested on BeagleBoard x15 and AM571x IDK. Sign

[U-Boot] [PATCH RFC] sandbox: Add 64-bit sandbox

2017-12-20 Thread Mario Six
From: Mario Six To debug device tree issues involving 32- and 64-bit platforms, it is useful to have a generic 64-bit platform available. Add a version of the sandbox that uses 64-bit integers for its physical addresses as well as a modified device tree. Signed-off-by: Mario Six --- arch/san

[U-Boot] [PATCH] xilinx: zynqmp: Use strlen only if env_get doesn't return null

2017-12-20 Thread Michal Simek
From: Siva Durga Prasad Paladugu Add check if boot_targets exists in environment and then generate new_targets env accordingly. Performing strlen on null address causes it to fail with exception if isolation is enabled with DDR address zero as secure. It works with out isolation enabled as zero i

Re: [U-Boot] [PATCH 2/2] ARM: sunxi: Enable DM MMC+SATA for the PcDuino3 Nano board

2017-12-20 Thread Tuomas Tynkkynen
On Wed, 2017-12-20 at 13:26 +0100, Maxime Ripard wrote: > On Mon, Dec 18, 2017 at 10:09:42PM +0200, Tuomas Tynkkynen wrote: > > After the previous commit which adds support for the cd-inverted > > property to the sunxi MMC driver, driver-model MMC works fine on > > this > > board. > > > > Signed-o

Re: [U-Boot] [PATCH 1/2] mmc: sunxi: Support cd-inverted DT property

2017-12-20 Thread Tuomas Tynkkynen
On Wed, 2017-12-20 at 13:26 +0100, Maxime Ripard wrote: > On Mon, Dec 18, 2017 at 10:09:41PM +0200, Tuomas Tynkkynen wrote: > > Commit 8620f384098b ("dm: sunxi: Linksprite_pcDuino3: Correct > > polarity > > of MMC card detect") claims that the Pcduino3 device tree has an > > incorrect polarity for

Re: [U-Boot] [PATCH] am335x_hs_evm: Trim options in SPL to reduce binary size

2017-12-20 Thread Jean-Jacques Hiblot
On 19/12/2017 16:00, Tom Rini wrote: On Tue, Dec 19, 2017 at 08:54:25AM -0600, Andrew F. Davis wrote: On 12/16/2017 10:04 PM, Tom Rini wrote: The am335x_hs_evm runs into size constraint problems at times with various toolchains as changes come in due to the config have a large number of optio

[U-Boot] [GIT] Pull request: u-boot-dfu (20.12.2017)

2017-12-20 Thread Lukasz Majewski
Dear Marek, The following changes since commit 8cd368294e917e205f61b2c66cdeed6f4c08a100: power: pmic/regulator: Add basic support for TPS65910 (2017-12-20 13:47:18 +0100) are available in the git repository at: git://git.denx.de/u-boot-dfu.git for you to fetch changes up to e3d35f7cf7ee

Re: [U-Boot] [PATCH 2/2] ARM: sunxi: Enable DM MMC+SATA for the PcDuino3 Nano board

2017-12-20 Thread Maxime Ripard
On Mon, Dec 18, 2017 at 10:09:42PM +0200, Tuomas Tynkkynen wrote: > After the previous commit which adds support for the cd-inverted > property to the sunxi MMC driver, driver-model MMC works fine on this > board. > > Signed-off-by: Tuomas Tynkkynen > --- > configs/Linksprite_pcDuino3_Nano_defco

Re: [U-Boot] [PATCH 1/2] mmc: sunxi: Support cd-inverted DT property

2017-12-20 Thread Maxime Ripard
On Mon, Dec 18, 2017 at 10:09:41PM +0200, Tuomas Tynkkynen wrote: > Commit 8620f384098b ("dm: sunxi: Linksprite_pcDuino3: Correct polarity > of MMC card detect") claims that the Pcduino3 device tree has an > incorrect polarity for the card detect pin, but the actual problem is > that unlike the Lin

[U-Boot] [PATCH] freescale: vid: add support LTC3882 and rework of the VID support

2017-12-20 Thread ying.zhang22455
From: Zhang Ying-22455 Add support new regular chip: LTC3882. The origianl VID code didn't properly read the FUSESR on all chips and set the voltages on all chips. It didn't properly support the voltage regulators in use by NXP and report voltage changes. Signed-off-by: Zhang Ying-22455 --- .

[U-Boot] [PATCH] freescale: vid: add support LTC3882 and rework of the VID support

2017-12-20 Thread ying.zhang22455
From: Zhang Ying-22455 Add support new regular chip: LTC3882. The origianl VID code didn't properly read the FUSESR on all chips and set the voltages on all chips. It didn't properly support the voltage regulators in use by NXP and report voltage changes. Signed-off-by: Zhang Ying-22455 --- .

Re: [U-Boot] [PATCH v2 1/1] arm: sunxi: Allwinner A10 SPI driver

2017-12-20 Thread Stefan Mavrodiev
On 12/13/2017 08:27 AM, Jagan Teki wrote: On Wed, Dec 13, 2017 at 11:43 AM, Stefan Mavrodiev wrote: On 12/13/2017 07:19 AM, Jagan Teki wrote: On Fri, Dec 8, 2017 at 5:08 PM, Jagan Teki wrote: On Fri, Dec 8, 2017 at 2:05 PM, Stefan Mavrodiev wrote: Add spi driver for sun4i, sun5i and sun7i

[U-Boot] License violations

2017-12-20 Thread Jon 'jcase' Sawyer
I've been attempting to obtain source to the u boot implementation in a tablet used to control DJI drones, called crystal sky. Today after many games of chase the tail, DJI came back and told me they wouldn't release it. Is there anyone more capable, who could help put some pressure on this large

Re: [U-Boot] ARM64 Allwinner Binary Size

2017-12-20 Thread Emmanuel Vadot
On Tue, 19 Dec 2017 15:09:52 +0100 Maxime Ripard wrote: > On Tue, Dec 19, 2017 at 08:30:31AM -0500, Tom Rini wrote: > > On Tue, Dec 19, 2017 at 02:26:40PM +0100, Maxime Ripard wrote: > > > 1;5002;0c > > > On Tue, Dec 19, 2017 at 08:15:31AM -0500, Tom Rini wrote: > > > > On Tue, Dec 19, 2017 at 02

Re: [U-Boot] Socfpga: configure FPGA to SDRAM interface without reprogramming the FPGA

2017-12-20 Thread Jan Siegmund
Am 20.12.2017 um 10:35 schrieb Marek Vasut: > On 12/20/2017 12:29 AM, Jan Siegmund wrote: >> Am 18.12.2017 um 22:05 schrieb Marek Vasut: >>> On 12/18/2017 09:44 PM, Jan Siegmund wrote: >> >> Hi Marek, > > Hi, > Hi Marek, Hi all, >>> >>> Hi, >>> Here is another question on the FPGA to

[U-Boot] [PATCH 3/3] sf: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-12-20 Thread Prabhakar Kushwaha
This patch adds support to the JESD216 rev B standard and parses the SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'. It has been ported from Linux commit "mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables". It Also ports all modifications done on to

[U-Boot] [PATCH 2/3] sf: add method to support memory size above 128Mib

2017-12-20 Thread Prabhakar Kushwaha
This patch add support of memories with size above 128Mib. It has been ported from Linux commit "mtd: spi-nor: add a stateless method to support memory size above 128Mib". It convert 3byte opcode into 4byte opcode based upon OPCODES_4B or Spansion flash. Also the commands are malloc'ed at run time

[U-Boot] [PATCH 1/3] sf: Add support of 1-2-2, 1-4-4 IO READ protocols

2017-12-20 Thread Prabhakar Kushwaha
IO READ protocols transfers both address and data on multiple data bits. 1-2-2(DUAL IO), 1-4-4(QUAD IO) transfer address on 2 data bits or 4 bits per rising edge of SCK respectively. This patch update spi_nor_flash_parameter->spi_nor_read_command array based on DUAL or QUAD IO flag enabled in flas

[U-Boot] [PATCH 0/3] sf: Update spi-nor framework

2017-12-20 Thread Prabhakar Kushwaha
SPI-NOR framework currently supports- - (1-1-1, 1-1-2, 1-1-4) read protocols - read latency(dummy bytes) are hardcoded with the assumption that the flash would support it. - No support of mode bits. - No support of flash size above 128Mib This patch set add support of 1-2-2, 1-4-4 read protoc

Re: [U-Boot] [PATCH RESEND v2 1/3] armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board

2017-12-20 Thread Ran Wang
From: Marek Vasut [mailto:ma...@denx.de] Sent: Wednesday, December 20, 2017 6:05 PM > On 12/20/2017 10:54 AM, Ran Wang wrote: > > Hi Marek, > > > >> -Original Message- > >> From: Marek Vasut [mailto:ma...@denx.de] > >> Sent: Wednesday, December 20, 2017 5:02 PM > >> To: Ran Wang ; Albert A

[U-Boot] [PATCH] Travis-CI: Split 't208xrdb t4qds t102*'-job into separate jobs

2017-12-20 Thread Philipp Tomsich
The 't208xrdb t4qds t102*' job is close to the time limit and sometimes fails, so this splits it into 3 separate jobs. Signed-off-by: Philipp Tomsich --- .travis.yml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b7a062..8a220cc 100644

Re: [U-Boot] [PATCH RESEND v2 1/3] armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board

2017-12-20 Thread Marek Vasut
On 12/20/2017 10:54 AM, Ran Wang wrote: > Hi Marek, > >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Wednesday, December 20, 2017 5:02 PM >> To: Ran Wang ; Albert Aribaud >> ; Prabhakar Kushwaha >> ; Alison Wang >> ; Sumit Garg ; York Sun >> ; Bin Meng >> Cc: S

Re: [U-Boot] [PATCH RESEND v2 1/3] armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board

2017-12-20 Thread Ran Wang
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Wednesday, December 20, 2017 5:02 PM > To: Ran Wang ; Albert Aribaud > ; Prabhakar Kushwaha > ; Alison Wang > ; Sumit Garg ; York Sun > ; Bin Meng > Cc: Stefan Roese ; Nobuhiro Iwamatsu > ; Philipp Tomsich

Re: [U-Boot] Socfpga: configure FPGA to SDRAM interface without reprogramming the FPGA

2017-12-20 Thread Marek Vasut
On 12/20/2017 12:29 AM, Jan Siegmund wrote: > Am 18.12.2017 um 22:05 schrieb Marek Vasut: >> On 12/18/2017 09:44 PM, Jan Siegmund wrote: > > Hi Marek, Hi, >>> Hi all, >> >> Hi, >> >>> Here is another question on the FPGA to SDRAM interface of the Cyclone V >>> SoC. >>> Is is possible to configu

Re: [U-Boot] ARM64 Allwinner Binary Size

2017-12-20 Thread Mark Kettenis
> From: Andre Przywara > Date: Tue, 19 Dec 2017 14:17:37 + > > Hi, > > On 19/12/17 13:51, Mark Kettenis wrote: > >> From: Andre Przywara > >> Date: Tue, 19 Dec 2017 13:38:59 + > >> > >> Hi Maxime, > >> > >> thanks for having a look! > >> > >> On 19/12/17 13:12, Maxime Ripard wrote: > >>

Re: [U-Boot] ARM64 Allwinner Binary Size

2017-12-20 Thread Maxime Ripard
On Wed, Dec 20, 2017 at 08:42:22AM +0100, Mark Kettenis wrote: > > Date: Wed, 20 Dec 2017 08:15:46 +0100 > > From: Maxime Ripard > > > > On Wed, Dec 20, 2017 at 01:55:51AM +, Andr=E9 Przywara wrote: > > > On 19/12/17 15:24, Maxime Ripard wrote: > > > > On Tue, Dec 19, 2017 at 02:41:17PM +0100

Re: [U-Boot] [PATCH RESEND v2 1/3] armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board

2017-12-20 Thread Marek Vasut
On 12/20/2017 03:34 AM, Ran Wang wrote: > Without this propertiy, U-Boot will pop warning of 'USB phy type not > defined' when select CONFIG_HAS_FSL_DR_USB. I take it the "propertiy" is the phy_type one , right ? Anyway, applied all 3 . > Signed-off-by: Ran Wang > --- > Change in v2: > No

Re: [U-Boot] [PATCH v3] drivers: core: Add translation in live tree case

2017-12-20 Thread Mario Six
On Tue, Dec 19, 2017 at 12:03 AM, Stephen Warren wrote: > On 12/18/2017 03:33 PM, Stephen Warren wrote: >> >> On 12/18/2017 03:29 PM, Stephen Warren wrote: >>> >>> On 12/18/2017 01:34 AM, Mario Six wrote: The function dev_read_addr calls ofnode_get_addr_index in the live tree case,

[U-Boot] [PATCH v4] drivers: core: Add translation in live tree case

2017-12-20 Thread Mario Six
The function dev_read_addr calls ofnode_get_addr_index in the live tree case, which does not apply bus translations to the address read from the device tree. This results in illegal addresses on boards that rely on bus translations being applied. Fix this situation by applying bus translations in