Re: [U-Boot] [PATCH v3 0/7] toradex: config block handling

2016-10-20 Thread Max Krummenacher
On Thu, 2016-10-13 at 02:11 +0200, Marcel Ziswiler wrote: > This series integrates Toradex factory configuration block handling. > The > config block is a data structure which gets stored to flash during > production testing. The structure holds such information as board > resp. > hardware

[U-Boot] [PATCH] Kconfig: ifc: Moving IFC_BANK_COUNT from Kconfig to config.h

2016-10-20 Thread Prabhakar Kushwaha
Migration of IFC_BANK_COUNT from Kconfig to config.h avoids adding SoC name in Kconfig as Dependencies. It will help in having all SoC related defines in config.h - easy to maintain. Signed-off-by: Prabhakar Kushwaha --- This patch provide base for defining

Re: [U-Boot] Loading kernel from SD card slow on MinnowBoard Turbot since v2016.09

2016-10-20 Thread Jaehoon Chung
Hi, On 10/21/2016 01:27 AM, Raschen Josef wrote: > Hi, > > Reading a kernel image from an SD card via the fatload command on the > MinnowBoard Turbot seems to be significantly slower since v2016.09 compared > to v2016.07: > > v2016.07 > => fatload mmc 1:1 ${loadaddr} bzImage ; zboot

Re: [U-Boot] [PATCH] mmc: refactor two core functions

2016-10-20 Thread Jaehoon Chung
Hi, On 10/14/2016 12:13 AM, Masahiro Yamada wrote: > Drop unneeded variables and assignments. > > Signed-off-by: Masahiro Yamada Applied on u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > > drivers/mmc/mmc-uclass.c | 15 ++- > 1 file

Re: [U-Boot] [PATCH] mmc: sdhci: fix the "misaligned operation at range" for cache

2016-10-20 Thread Jaehoon Chung
On 10/13/2016 10:33 AM, Jaehoon Chung wrote: > This pathc is fixed the below thing. > If misaligned the cache range, Just flush to CACHLINE_SIZE. > "CACHE: Misaligned operation at range [7ae55b00, 7ae55b08]" > Applied on u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > Signed-off-by: Jaehoon

Re: [U-Boot] [PATCH V2] mmc: introduce mmc_power_init

2016-10-20 Thread Jaehoon Chung
Hi, On 10/11/2016 04:08 PM, Peng Fan wrote: > In device tree, there is vmmc-supply property for SD/MMC. > Introduce mmc_power_init function to handle vmmc-supply. > > mmc_power_init will first invoke board_mmc_power_init to > avoid break boards which already implement board_mmc_power_init. > >

[U-Boot] [PATCH v1 2/3] gpio: at91_gpio: Add the device tree support

2016-10-20 Thread Wenyou Yang
Add the device tree support. Signed-off-by: Wenyou Yang --- drivers/gpio/at91_gpio.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c index 8e52e3d..23b2dc3 100644 --- a/drivers/gpio/at91_gpio.c +++

[U-Boot] [PATCH v1 1/3] gpio: Kconfig: Add CONFIG_AT91_GPIO option

2016-10-20 Thread Wenyou Yang
The CONFIG_AT91_GPIO option is used to select AT91 PIO GPIO driver. Signed-off-by: Wenyou Yang --- drivers/gpio/Kconfig | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8d9ab52..c065342 100644 ---

[U-Boot] [PATCH v1 3/3] gpio: at91_gpio: Add the clock support

2016-10-20 Thread Wenyou Yang
Add the clock support. Signed-off-by: Wenyou Yang --- drivers/gpio/at91_gpio.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c index 23b2dc3..bd5c8c4 100644 --- a/drivers/gpio/at91_gpio.c +++

[U-Boot] [PATCH v1 0/3] gpio: at91_gpio: Add option and clock support

2016-10-20 Thread Wenyou Yang
The CONFIG_AT91_GPIO option is added in Kconfig to be used to select the AT91 PIO GPIO driver, and the clock is supported. Wenyou Yang (3): gpio: Kconfig: Add CONFIG_AT91_GPIO option gpio: at91_gpio: Add the device tree support gpio: at91_gpio: Add the clock support drivers/gpio/Kconfig

Re: [U-Boot] [PATCH v2] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-20 Thread Masahiro Yamada
Hi Alexey, 2016-10-20 20:55 GMT+09:00 Alexey Brodkin : > Hello Masahiro-san, > > On Thu, 2016-10-20 at 09:15 +0900, Masahiro Yamada wrote: >> Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option") >> allows us to skip memory setup of DTB, but a problem

Re: [U-Boot] [ANN] U-Boot v2016.11-rc2 released

2016-10-20 Thread Masahiro Yamada
2016-10-18 9:15 GMT+09:00 Tom Rini : > Hey all, > > It's release day and v2016.11-rc2 is out. I've tried to clean up my > queue a bit, but I think there's still a few things I have outstanding. > And I know I need to get some changes from Alexander for EFI stuff that > I've

Re: [U-Boot] [RFC PATCH v1 1/6] mtd: nand: pxa3xx_nand: Increase initial buffer size

2016-10-20 Thread Ezequiel Garcia
On 20 October 2016 at 17:14, Chris Packham wrote: > On Fri, Oct 21, 2016 at 1:58 AM, Ezequiel Garcia > wrote: >> On 20 October 2016 at 01:31, Chris Packham wrote: >>> The initial buffer is used for the initial

[U-Boot] [PATCH 1/2] drivers: USB: OHCI: allow compilation for 64-bit targets

2016-10-20 Thread Andre Przywara
OHCI has a known limitation of allowing only 32-bit DMA buffer addresses, so we have a lot of u32 variables around, which are assigned to pointers and vice versa. This obviously creates issues with 64-bit systems, so the compiler complains here and there. To allow compilation for 64-bit boards

[U-Boot] [PATCH 2/2] sunxi: A64: enable USB support

2016-10-20 Thread Andre Przywara
From: Amit Singh Tomar Mostly by adding MACH_SUN50I to some existing #ifdefs enable support for the the HCI0 USB host controller on the A64. Fix up some minor 64-bit hiccups on the way. Add the bare minimum DT bits to the A64 .dtsi and enable the controllers and the PHY on

[U-Boot] [PATCH 0/2] arm64: Pine64/A64: USB support

2016-10-20 Thread Andre Przywara
Hi, these two patches enable the first USB host controller on the Pine64 board. This allows to load and boot from USB pen drives inserted into the lower USB socket on the board, for instance. The first patch massages the OHCI driver to compile cleanly for 64-bit. This is admittedly cutting some

[U-Boot] [PATCH] arm: dts: Pine64: add Ethernet alias

2016-10-20 Thread Andre Przywara
The sun8i-emac driver works fine with the A64 Ethernet IP, but we are missing an alias entry to trigger the driver instantiation by U-Boot. Add the line to point U-Boot to the Ethernet DT node. This enables TFTP boot on the Pine64. Signed-off-by: Andre Przywara ---

Re: [U-Boot] [RFC PATCH v1 1/6] mtd: nand: pxa3xx_nand: Increase initial buffer size

2016-10-20 Thread Chris Packham
On Fri, Oct 21, 2016 at 1:58 AM, Ezequiel Garcia wrote: > On 20 October 2016 at 01:31, Chris Packham wrote: >> The initial buffer is used for the initial commands used to detect >> a flash device (STATUS, READID and PARAM). >> >> ONFI param

[U-Boot] [PATCH v2 8/8] travis-ci: Add test.py for various qemu platforms

2016-10-20 Thread Tom Rini
- Add a PPA for a more recent qemu (required for PowerPC to work) - Add tests to run test.py for various QEMU platforms. This relies on swarren's uboot-test-hooks repository to provide the abstractions. Signed-off-by: Tom Rini --- Ooops, Stephen has merged my request to

Re: [U-Boot] [PATCH 2/2] net: add driver for Synopsys Ethernet QoS device

2016-10-20 Thread Joe Hershberger
On Thu, Oct 20, 2016 at 2:19 PM, Stephen Warren wrote: > On 10/20/2016 12:48 PM, Simon Glass wrote: >> >> Hi, >> >> On 19 October 2016 at 15:14, Stephen Warren wrote: >>> >>> On 10/19/2016 12:29 PM, Joe Hershberger wrote: Hi Stephen,

[U-Boot] [PATCH 5/8] travis-ci: Update toolchain and buildman usage

2016-10-20 Thread Tom Rini
- Drop the 'cache' line, travis-ci says to not cache apt packages (and does not). - Get the Ubuntu provided toolchain for ARM and PowerPC. - Add more toolchain options that buildman can fetch. Signed-off-by: Tom Rini --- .travis.yml | 59

[U-Boot] [PATCH 6/8] travis-ci: Add more architectures

2016-10-20 Thread Tom Rini
We can now build for microblaze, sh4 and xtensa. Signed-off-by: Tom Rini --- .travis.yml | 9 + 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8d1a90eb164b..8ebcfaf996ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,6 +109,9 @@

[U-Boot] [PATCH 8/8] travis-ci: Add test.py for various qemu platforms

2016-10-20 Thread Tom Rini
- Add a PPA for a more recent qemu (required for PowerPC to work) - Add tests to run test.py for various QEMU platforms. This relies on swarren's uboot-test-hooks repository to provide the abstractions. Signed-off-by: Tom Rini --- .travis.yml | 35

[U-Boot] [PATCH 4/8] travis-ci: Do not make buildman warnings fatal

2016-10-20 Thread Tom Rini
We currently will always see a number of warnings due to device tree issues. These (and other warnings) should not make the build be marked as failure so catch exit status 129 specifically and return 0 in that case. Cc: Heiko Schocher Signed-off-by: Tom Rini

[U-Boot] [PATCH 7/8] travis-ci: Drop 'TEST_CMD'

2016-10-20 Thread Tom Rini
We don't need to use TEST_CMD in order to run tests. We need a BUILDMAN and TOOLCHAIN variable to avoid having to duplicate logic or write some wrapper function. But this makes the tests harder as we add more complex examples. Signed-off-by: Tom Rini --- .travis.yml | 26

[U-Boot] [PATCH 2/8] travis-ci: Switch to Ubuntu 14.04 'Trusty Tahr'

2016-10-20 Thread Tom Rini
In order to make other various improvements, update to the latest environment travis-ci supports. Signed-off-by: Tom Rini --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18bf2ed4fcdb..845f6cad9400 100644

[U-Boot] [PATCH 3/8] travis-ci: Use a git URI for dtc.git

2016-10-20 Thread Tom Rini
Currently we fail to fetch the dtc.git tree due to an SSL issue within the travis-ci environment. The easiest fix here is to switch to a git URI. Signed-off-by: Tom Rini --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml

[U-Boot] [PATCH 0/8] Various travis-ci improvements

2016-10-20 Thread Tom Rini
Hey all, The following series does a few things with our existing travis-ci infrastructure. We update to the latest Ubuntu release that is supported (there are only 2 Linux host choices) and make use of toolchains that are available that way when possible and fix building of x86. I added in

[U-Boot] [PATCH 1/8] test/py: ensure a log section exists for skipped tests

2016-10-20 Thread Tom Rini
From: Stephen Warren In pytest 3, runtestprotocol() may not call pytest_runtest_setup() if the test is skipped. That call is required to create a section for the test in the log file. If this is skipped, the call to log.end_section() at the tail of pytest_runtest_protocol()

Re: [U-Boot] [PATCH 2/2] net: add driver for Synopsys Ethernet QoS device

2016-10-20 Thread Stephen Warren
On 10/20/2016 12:48 PM, Simon Glass wrote: Hi, On 19 October 2016 at 15:14, Stephen Warren wrote: On 10/19/2016 12:29 PM, Joe Hershberger wrote: Hi Stephen, On Mon, Oct 17, 2016 at 1:32 PM, Stephen Warren wrote: On 10/13/2016 05:46 PM, Joe

[U-Boot] [PATCH 0/8] dm: Update on serial driver progress

2016-10-20 Thread Simon Glass
Only three serial drivers remain to be converted. This series drops two of those, since the boards appear to be unmaintained. With this, only blackfin remains. The blackfin driver probably needs to be converted as there is recent activity with these boards. I am copying the maintainer so that

[U-Boot] [PATCH 4/8] arm: Drop pxa serial driver

2016-10-20 Thread Simon Glass
There are no boards using this driver and it has not been converted to driver model. Drop it. Signed-off-by: Simon Glass --- doc/driver-model/serial-howto.txt | 1 - drivers/serial/Makefile | 1 - drivers/serial/serial_pxa.c | 299

[U-Boot] [PATCH 3/8] arm: Remove zipitz2 board

2016-10-20 Thread Simon Glass
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 5 -- board/zipitz2/Kconfig | 9 -- board/zipitz2/MAINTAINERS | 6 -- board/zipitz2/Makefile| 10 --- board/zipitz2/zipitz2.c

[U-Boot] [PATCH 6/8] arm: Remove smdk2410 board

2016-10-20 Thread Simon Glass
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 5 - board/samsung/smdk2410/Kconfig | 15 --- board/samsung/smdk2410/MAINTAINERS | 6 --

[U-Boot] [PATCH 5/8] serial: Update docs to indicate mcfuart supports DM_SERIAL

2016-10-20 Thread Simon Glass
This driver was converted so we should remove it from the list. Signed-off-by: Simon Glass --- doc/driver-model/serial-howto.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/driver-model/serial-howto.txt b/doc/driver-model/serial-howto.txt index ed846e5..a655464

[U-Boot] [PATCH 1/8] arm: Remove colibri_pxa270 board

2016-10-20 Thread Simon Glass
This board has not been converted to use DM_SERIAL by the deadline. Drop it. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 5 - board/toradex/colibri_pxa270/Kconfig | 12 -- board/toradex/colibri_pxa270/MAINTAINERS | 6 -

[U-Boot] [PATCH 7/8] arm: Remove VCMA9 board

2016-10-20 Thread Simon Glass
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass --- arch/arm/Kconfig| 5 - board/mpl/common/common_util.c | 23 -- board/mpl/vcma9/Kconfig | 15 -- board/mpl/vcma9/MAINTAINERS | 6 -

[U-Boot] [PATCH 8/8] serial: Drop the s3c24x0 serial driver

2016-10-20 Thread Simon Glass
This is not used by any boards. Drop it. Signed-off-by: Simon Glass --- doc/driver-model/serial-howto.txt | 1 - drivers/serial/Makefile | 1 - drivers/serial/serial_s3c24x0.c | 208 -- scripts/config_whitelist.txt |

[U-Boot] [PATCH 2/8] arm: Remove h2200 board

2016-10-20 Thread Simon Glass
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass --- arch/arm/Kconfig | 5 -- board/h2200/Kconfig | 9 --- board/h2200/MAINTAINERS | 6 -- board/h2200/Makefile | 14

Re: [U-Boot] [PATCH v2 1/3] armv8/ls1043a: fixup GIC offset according to SVR and GIC400_ADDR_ALIGN_64K[GIC_ADDR]

2016-10-20 Thread york sun
s On 10/20/2016 06:06 AM, Wenbin song wrote: > The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment > and 64K alignment. The bit GIC400_ADDR_ALIGN_64K[GIC_ADDR] is used to choose > which offset will be used. There seems to be a mismatch between the commit message and the

Re: [U-Boot] [PATCH V2 3/4] armv8: add hooks for all cache-wide operations

2016-10-20 Thread Simon Glass
On 19 October 2016 at 15:18, Stephen Warren wrote: > From: Stephen Warren > > SoC-specific logic may be required for all forms of cache-wide > operations; invalidate and flush of both dcache and icache (note that > only 3 of the 4 possible combinations

Re: [U-Boot] [PATCH 2/2] net: add driver for Synopsys Ethernet QoS device

2016-10-20 Thread Simon Glass
Hi, On 19 October 2016 at 15:14, Stephen Warren wrote: > On 10/19/2016 12:29 PM, Joe Hershberger wrote: >> >> Hi Stephen, >> >> On Mon, Oct 17, 2016 at 1:32 PM, Stephen Warren >> wrote: >>> >>> On 10/13/2016 05:46 PM, Joe Hershberger wrote:

Re: [U-Boot] [Resend RFC PATCH 1/2] armv8: Fix dcache disable function

2016-10-20 Thread Stephen Warren
On 10/19/2016 11:06 PM, york sun wrote: On 10/19/2016 06:01 PM, Stephen Warren wrote: On 10/19/2016 04:32 PM, york sun wrote: On 10/19/2016 12:18 PM, Stephen Warren wrote: On 10/19/2016 09:25 AM, Stephen Warren wrote: On 10/14/2016 02:17 PM, York Sun wrote: Current code turns off d-cache

[U-Boot] [RFC] Proposal on changing raw boot mode

2016-10-20 Thread Sam Protsenko
Hi guys, I'd like to make two changes on how raw MMC address and size of U-Boot are represented. But I think it's better to discuss it first, so we are on the same page about it. Basically I want to review two config options here. 1. CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS Simple grep shows us

[U-Boot] Loading kernel from SD card slow on MinnowBoard Turbot since v2016.09

2016-10-20 Thread Raschen Josef
Hi, Reading a kernel image from an SD card via the fatload command on the MinnowBoard Turbot seems to be significantly slower since v2016.09 compared to v2016.07: v2016.07 => fatload mmc 1:1 ${loadaddr} bzImage ; zboot ${loadaddr} reading bzImage 5749232 bytes read in 129 ms (42.5 MiB/s)

[U-Boot] Altera CycloneV socfpga development kit QSPI flash access from u-boot

2016-10-20 Thread Marcel Gielen [Celestia-STS]
I am trying to use the QSPI flash from uboot on the development kit. The flash content starts at offset 0 with 0xdeadbeaf * Reading in linux from the MTD partition => data ok * Using u-boot from the SDK GSRD image (u-boot 2013.01.01) => data ok * Using u-boot socfpga 2016-05 from

Re: [U-Boot] [PATCH v2] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-20 Thread Alexey Brodkin
Hello Masahiro-san, On Thu, 2016-10-20 at 09:15 +0900, Masahiro Yamada wrote: > Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option") > allows us to skip memory setup of DTB, but a problem for ARM is that > spin_table_update_dt() and psci_update_dt() are skipped as well if >

[U-Boot] [PATCH 0/4] am57xx: Add fastboot support

2016-10-20 Thread Sam Protsenko
This patch series adds fastboot support for AM57x EVM boards. As AM57x EVM USB controller index is 1 (as opposed to regular 0), some changes had to be done to deal with this. Sam Protsenko (4): fastboot: Add CONFIG_FASTBOOT_USB_DEV option ti_omap5_common: Respect USB controller number in

[U-Boot] [PATCH 4/4] configs: am57xx: Enable fastboot

2016-10-20 Thread Sam Protsenko
Signed-off-by: Sam Protsenko --- configs/am57xx_evm_defconfig | 9 + configs/am57xx_evm_nodt_defconfig | 9 + configs/am57xx_hs_evm_defconfig | 9 + 3 files changed, 27 insertions(+) diff --git a/configs/am57xx_evm_defconfig

[U-Boot] [PATCH 3/4] configs: am57xx: Enable download gadget

2016-10-20 Thread Sam Protsenko
Enable USB download gadget (needed for fastboot support) and all dependencies. Signed-off-by: Sam Protsenko --- configs/am57xx_evm_defconfig | 9 + configs/am57xx_evm_nodt_defconfig | 9 + configs/am57xx_hs_evm_defconfig | 9 + 3 files

[U-Boot] [PATCH 1/4] fastboot: Add CONFIG_FASTBOOT_USB_DEV option

2016-10-20 Thread Sam Protsenko
Some boards (like AM57x EVM) has USB OTG controller other than 0. So in order to use correct controller number in compiled environment we should define CONFIG_FASTBOOT_USB_DEV option. For example, when doing "fastboot reboot-bootloader" we want to enter fastboot mode automatically. But to do so

[U-Boot] [PATCH 2/4] ti_omap5_common: Respect USB controller number in fastboot

2016-10-20 Thread Sam Protsenko
On "fastboot reboot-bootloader" we check "dofastboot" variable and do "fastboot 0" command in U-Boot if it's 1. But there are boards which have USB controller number other than 0, so it should be respected when performing "fastboot" command. This patch reuses CONFIG_FASTBOOT_USB_DEV option

Re: [U-Boot] [PATCH v4 07/29] Convert CONFIG_VIDEO to Kconfig

2016-10-20 Thread Jagan Teki
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_VIDEO > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Reviewed-by: Jagan Teki thanks! -- Jagan Teki

Re: [U-Boot] [PATCH v4 02/29] Convert SILENT_CONSOLE options to Kconfig

2016-10-20 Thread Jagan Teki
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote: > Move these option to Kconfig and tidy up existing uses. > > The Power PC boards don't have a suitable common element: the common header > files don't appear to line up with the Kconfig files as far as I can tell. > This

Re: [U-Boot] [PATCH v4 05/29] config: Drop CONFIG_CONSOLE

2016-10-20 Thread Jagan Teki
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote: > This is not really a config. Rename it to avoid confusion. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Reviewed-by: Jagan Teki thanks! -- Jagan Teki

Re: [U-Boot] [PATCH v4 06/29] config: Drop CONFIG_CONSOLE_DEV

2016-10-20 Thread Jagan Teki
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote: > This is not really a config. Rename it to avoid confusion. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Reviewed-by: Jagan Teki thanks! -- Jagan Teki

Re: [U-Boot] [PATCH v4 23/29] Convert CONFIG_LCD to Kconfig

2016-10-20 Thread Jagan Teki
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_LCD > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Reviewed-by: Jagan Teki thanks! -- Jagan Teki

[U-Boot] [PATCH] i2c: designware: Avoid overwriting the cmd_data register

2016-10-20 Thread Marek Vasut
Make sure the driver writes the cmd_data register only once per read transfer instead of doing so potentially repeatedly. In case the read transfer didn't finish quickly enough, the loop in the driver code would spin fast enough to write the same value into the cmd_data register again before

Re: [U-Boot] [PATCH v4 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig

2016-10-20 Thread Jagan Teki
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote: > Move these option to Kconfig and tidy up existing uses. > > Signed-off-by: Simon Glass Reviewed-by: Jagan Teki thanks! -- Jagan Teki Free Software Engineer | www.openedev.com

Re: [U-Boot] [PATCH v4 01/29] Remove some merge markers

2016-10-20 Thread Jagan Teki
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote: > These two files have patch merge markers in them, within comments or > strings. Remove then, so that a search for merge markers does not show up > matches in these files. > > Signed-off-by: Simon Glass >

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-20 Thread Marek Vasut
On 10/20/2016 01:01 PM, Vignesh R wrote: > > > On Wednesday 19 October 2016 08:58 PM, Marek Vasut wrote: >> On 10/19/2016 05:19 PM, Jagan Teki wrote: >>> On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote: On 10/19/2016 04:41 PM, Jagan Teki wrote: > On Wed, Oct 19, 2016

Re: [U-Boot] [RFC PATCH v1 1/6] mtd: nand: pxa3xx_nand: Increase initial buffer size

2016-10-20 Thread Ezequiel Garcia
On 20 October 2016 at 01:31, Chris Packham wrote: > The initial buffer is used for the initial commands used to detect > a flash device (STATUS, READID and PARAM). > > ONFI param page is 256 bytes, and there are three redundant copies > to be read. JEDEC param page is 512

Re: [U-Boot] [PATCH v3 1/3] spi: spi_flash: Dont set quad enable for micron in all cases

2016-10-20 Thread S Durga Prasad Paladugu
Hi Jagan, On Wed, Jul 27, 2016 at 3:26 PM, Jagan Teki wrote: > On 27 July 2016 at 14:31, Siva Durga Prasad Paladugu > wrote: > > Hi Jagan, > > > >> -Original Message- > >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > >>

Re: [U-Boot] [PATCH v3 2/3] spi: zynqmp_qspi: Add QSPI driver support for ZynqMP

2016-10-20 Thread S Durga Prasad Paladugu
Hi Jagan, On Wed, Jul 27, 2016 at 1:28 PM, Jagan Teki wrote: > On 19 July 2016 at 14:40, Siva Durga Prasad Paladugu > wrote: > > This adds QSPI driver support for ZynqMP platform > > This driver supports all spi flash commands in > >

[U-Boot] [PATCH v2 3/3] armv8/fsl-layerscape: fdt: fixup LS1043A rev1 MSI node

2016-10-20 Thread Wenbin song
The default MSI node in kernel tree is for LS1043A rev1.1 silicon, if rev1.0 silicon used, need to fixup the MSI node to match it. Signed-off-by: Wenbin Song Signed-off-by: Mingkai Hu --- v2: Call fdt_fixup_msi when CONFIG_LS1043A is defined. ---

[U-Boot] [PATCH v2 1/3] armv8/ls1043a: fixup GIC offset according to SVR and GIC400_ADDR_ALIGN_64K[GIC_ADDR]

2016-10-20 Thread Wenbin song
The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment and 64K alignment. The bit GIC400_ADDR_ALIGN_64K[GIC_ADDR] is used to choose which offset will be used. If GIC_ADDR bit is set, 4K alignment is used, or else 64K alignment is used. 64K alignment is the default setting.

[U-Boot] [PATCH v2] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-20 Thread Masahiro Yamada
Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option") allows us to skip memory setup of DTB, but a problem for ARM is that spin_table_update_dt() and psci_update_dt() are skipped as well if CONFIG_ARCH_FIXUP_FDT is disabled. This commit allows us to skip only

Re: [U-Boot] [PATCH v2 2/2] armv8: s32v234: Introduce basic support for s32v234evb

2016-10-20 Thread El-Sharkawy, Mohamed A.
Hi Eddy: I am trying to use the S32V234 EVB for Vision SDK and a camera. Do you have any basic bootloader that could help me with that? Thanks Mohamed El-Sharkawy Professor Purdue School of Engineering and Technology 723 W Michigan Street, SL 160H Indianapolis, IN 46202

[U-Boot] Multi boot selection scenarios

2016-10-20 Thread Marcel Gielen [Celestia-STS]
I am looking into some multi boot options and I wonder what the most common ways are of selecting boot configurations. Suppose I have 2 Linux boot images consisting of kernel, device tree and root fs. What are the most common ways to set img2 as next active boot image from img1 ? -

Re: [U-Boot] [PATCH v1] arm: Add support for PDU001

2016-10-20 Thread Tom Rini
On Wed, Oct 19, 2016 at 12:12:59PM +0200, Felix Brack wrote: > This patch adds support for the PDU001 board. > > Signed-off-by: Felix Brack Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PULL v3] efi patch queue 2016-10-19

2016-10-20 Thread Tom Rini
On Wed, Oct 19, 2016 at 09:21:13AM +0200, Alexander Graf wrote: > Hi Tom, > > This is my current patch queue for efi. Please pull. > > Alex > > > The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a: > > Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400) > > are

Re: [U-Boot] [PATCH 4/5] armv8: fsl-layerscape: Add NXP LS2088A SoC support

2016-10-20 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Priyanka > Jain > Sent: Wednesday, October 19, 2016 3:07 PM > To: u-boot@lists.denx.de > Cc: Priyanka Jain > Subject: [U-Boot] [PATCH 4/5] armv8: fsl-layerscape: Add NXP LS2088A

[U-Boot] [PATCH v2 2/3] armv8/fsl-layerscape: fdt: fixup GIC node for LS1043A rev1

2016-10-20 Thread Wenbin song
The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment and 64K alignment. 4K alignment is consistent with rev1 implement. The default GIC offset in kernel device tree is using 64K alignment, if rev1 silicon used, need to fixup the GIC node to use 4K alignment. Signed-off-by:

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-20 Thread Vignesh R
On Wednesday 19 October 2016 08:58 PM, Marek Vasut wrote: > On 10/19/2016 05:19 PM, Jagan Teki wrote: >> On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote: >>> On 10/19/2016 04:41 PM, Jagan Teki wrote: On Wed, Oct 19, 2016 at 10:10 AM, Vignesh R wrote:

Re: [U-Boot] [PATCH v3] arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC

2016-10-20 Thread Jagan Teki
On Mon, Oct 17, 2016 at 5:57 PM, wrote: > From: Patrick Bruenn > > Add CX9020 board based on mx53loco. > Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse > serial_mxc with DTE and prepare for device tree migration of

[U-Boot] u-boot, powerpc and multilib and linker scripts

2016-10-20 Thread Michael Walle
[CC Wolfgang because he's the ppc maintainer] Hi, I've build a powerpc64 cross compile toolchain with multilib support (using http://crosstool-ng.org/). Eg. the default one is 64bit and you can choose a 32 bit compile with "-m32". I can compile the bootloader but linking fails with "libgcc

Re: [U-Boot] [PATCH v6 6/6] ls2080ardb: Convert to distro boot

2016-10-20 Thread Alexander Graf
> On 20 Oct 2016, at 00:44, york sun wrote: > > On 10/19/2016 09:31 AM, Alexander Graf wrote: >> Most new systems in U-Boot these days make use of the generic "distro" >> framework which allows a user to have U-Boot scan for a bootable OS >> on all available media types. >>

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-10-20 Thread Leif Lindholm
On 19 October 2016 at 21:22, Leif Lindholm wrote: > On Mon, Oct 17, 2016 at 07:55:02PM -0600, Simon Glass wrote: >> Hi Leif, >> >> On 26 September 2016 at 19:53, Leif Lindholm >> wrote: >> >> Thanks for the pointer. Unfortunately that patch

[U-Boot] [PATCH 2/3] armv8/fsl-layerscape: fdt: fixup GIC node for LS1043A rev1

2016-10-20 Thread Wenbin song
The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment and 64K alignment. 4K alignment is consistent with rev1 implement. The default GIC offset in kernel device tree is using 64K alignment, if rev1 silicon used, need to fixup the GIC node to use 4K alignment. Signed-off-by:

[U-Boot] [PATCH 1/3] armv8/ls1043a: fixup GIC offset according to SVR and GIC400_ADDR_ALIGN_64K[GIC_ADDR]

2016-10-20 Thread Wenbin song
The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment and 64K alignment. The bit GIC400_ADDR_ALIGN_64K[GIC_ADDR] is used to choose which offset will be used. If GIC_ADDR bit is set, 4K alignment is used, or else 64K alignment is used. 64K alignment is the default setting.

[U-Boot] [PATCH 3/3] armv8/fsl-layerscape: fdt: fixup LS1043A rev1 MSI node

2016-10-20 Thread Wenbin song
The default MSI node in kernel tree is for LS1043A rev1.1 silicon, if rev1.0 silicon used, need to fixup the MSI node to match it. Signed-off-by: Wenbin Song Signed-off-by: Mingkai Hu --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 91

Re: [U-Boot] [PATCH v7 0/5] net: fec_mxc: Convert to DM

2016-10-20 Thread Jagan Teki
Hi Stefano, On Wed, Oct 19, 2016 at 4:53 PM, Jagan Teki wrote: > From: Jagan Teki > > This series convert fec_mxc to DM and tested both dm and > non-dm code and it is on top of [1] with u-boot-imx/master > branch. > > Changes for v7: > - Remove