[U-Boot] [PATCH v3 0/4] QE patchset introduction

2016-01-28 Thread Zhao Qiang
*Changes in v3: - split [PATCH v2 3/3] QE: assgin pins to QE-HDLC to two patches: [PATCH v3 3/4] ls1043rdb: move USB mux config to config_board_mux and [PATCH v3 4/4] qe: assgin pins to qe-hdlc. *Changes in v2: - Add new patch in patchset.QE: mask the codes not used for micro QE - [PATCH v2

[U-Boot] [PATCH v3 0/4] add support for loading ACPI tables from QEMU

2016-01-20 Thread Miao Yan
Currently, if CONFIG_GENERATE_ACPI_TABLE is defined, U-Boot will generate ACPI tables itlself, this patchset adds the ability to load the ACPI tables generated by QEMU. Changes in v3: - fix a build error in patch 3/4 - re-order patch 3/4 and patch 4/4 in v2 Changes in v2: - Drop [PATCH

Re: [U-Boot] [PATCH v3 0/4] Change DM_SEQ_ALIAS to be configurable for SPL

2016-01-11 Thread Michal Simek
On 7.1.2016 18:00, Nathan Rossi wrote: > Add a config option for SPL_DM_SEQ_ALIAS and enable it for the Zynq > targets which require it for SPI flash support in SPL. > > Changes in v2: > * Add patches to enable the config for mvebu and socfpga targets. > > Changes in v3: > * Removed de0nano

[U-Boot] [PATCH v3 0/4] Change DM_SEQ_ALIAS to be configurable for SPL

2016-01-07 Thread Nathan Rossi
Add a config option for SPL_DM_SEQ_ALIAS and enable it for the Zynq targets which require it for SPI flash support in SPL. Changes in v2: * Add patches to enable the config for mvebu and socfpga targets. Changes in v3: * Removed de0nano and mcvevk boards from socfpga config patch Nathan

[U-Boot] [PATCH v3 0/4] add support for atheros ath79 based SOCs

2015-12-24 Thread Wills Wang
These series of patch add support for atheros ath79 based SOCs in u-boot, at the present moment it's just available for ar933x chip. Changes in v3: - Convert serial driver to driver model - Convert spi driver to driver model - Add support for device tree - Move SoC specific header files into

Re: [U-Boot] [PATCH v3 0/4] add support for atheros ath79 based SOCs

2015-12-24 Thread Marek Vasut
On Thursday, December 24, 2015 at 12:21:59 PM, Wills Wang wrote: > These series of patch add support for atheros ath79 based SOCs in u-boot, > at the present moment it's just available for ar933x chip. > > Changes in v3: > - Convert serial driver to driver model > - Convert spi driver to driver

Re: [U-Boot] [PATCH V3 0/4] Fix fdt 'reg' parsing and unbreak few Exynos4 boards

2015-10-05 Thread Przemyslaw Marczak
Hi Simon, On 10/03/2015 03:36 PM, Simon Glass wrote: Hi, On 30 September 2015 at 19:30, Simon Glass wrote: Hi Przemyslaw, On 30 September 2015 at 06:25, Przemyslaw Marczak wrote: Hello Tom, Simon, On 09/30/2015 03:13 PM, Tom Rini wrote: On

Re: [U-Boot] [PATCH V3 0/4] Fix fdt 'reg' parsing and unbreak few Exynos4 boards

2015-10-03 Thread Simon Glass
Hi, On 30 September 2015 at 19:30, Simon Glass wrote: > Hi Przemyslaw, > > On 30 September 2015 at 06:25, Przemyslaw Marczak > wrote: >> Hello Tom, Simon, >> >> >> On 09/30/2015 03:13 PM, Tom Rini wrote: >>> >>> On Wed, Sep 30, 2015 at 01:14:49PM

Re: [U-Boot] [PATCH V3 0/4] Fix fdt 'reg' parsing and unbreak few Exynos4 boards

2015-09-30 Thread Simon Glass
Hi Przemyslaw, On 30 September 2015 at 06:25, Przemyslaw Marczak wrote: > Hello Tom, Simon, > > > On 09/30/2015 03:13 PM, Tom Rini wrote: >> >> On Wed, Sep 30, 2015 at 01:14:49PM +0200, Przemyslaw Marczak wrote: >> >>> Booting of Odroid U3/X2 with SD card, ends with error:

[U-Boot] [PATCH V3 0/4] Fix fdt 'reg' parsing and unbreak few Exynos4 boards

2015-09-30 Thread Przemyslaw Marczak
Booting of Odroid U3/X2 with SD card, ends with error: MMC: EXYNOS DWMMC: 0 Card did not respond to voltage select! *** Warning - MMC init failed, using default environment Generally this was broken, because of wrong addresses, assigned to GPIOs. The source of the problem was in rework of

Re: [U-Boot] [PATCH V3 0/4] Fix fdt 'reg' parsing and unbreak few Exynos4 boards

2015-09-30 Thread Tom Rini
On Wed, Sep 30, 2015 at 01:14:49PM +0200, Przemyslaw Marczak wrote: > Booting of Odroid U3/X2 with SD card, ends with error: > > MMC: EXYNOS DWMMC: 0 > Card did not respond to voltage select! > *** Warning - MMC init failed, using default environment > > Generally this was broken, because of

Re: [U-Boot] [PATCH V3 0/4] Fix fdt 'reg' parsing and unbreak few Exynos4 boards

2015-09-30 Thread Przemyslaw Marczak
Hello Tom, Simon, On 09/30/2015 03:13 PM, Tom Rini wrote: On Wed, Sep 30, 2015 at 01:14:49PM +0200, Przemyslaw Marczak wrote: Booting of Odroid U3/X2 with SD card, ends with error: MMC: EXYNOS DWMMC: 0 Card did not respond to voltage select! *** Warning - MMC init failed, using default

Re: [U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM

2015-09-28 Thread Simon Glass
Hi Christophe, On 27 September 2015 at 14:11, Christophe Ricard wrote: > Hi Simon, > > Any news on this patch serie ? > I think we need to wait until the merge window opens in a few weeks to apply it. > Best Regards > Christophe > > > On 20/09/2015 22:00,

Re: [U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM

2015-09-27 Thread Christophe Ricard
Hi Simon, Any news on this patch serie ? Best Regards Christophe On 20/09/2015 22:00, Christophe Ricard wrote: Hi Simon, This patch serie move tpm_tis_i2c driver to tpm_tis_infineon. It also convert the latest tpm driver tpm_atmel_twi to DM_TPM. In this version i am only adding mention to

[U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM

2015-09-20 Thread Christophe Ricard
Hi Simon, This patch serie move tpm_tis_i2c driver to tpm_tis_infineon. It also convert the latest tpm driver tpm_atmel_twi to DM_TPM. In this version i am only adding mention to Tom Rini review Best Regards Christophe Changes in v3: - Adding mention to Tom Rini review Christophe Ricard (4):

Re: [U-Boot] [PATCH v3 0/4] sunxi: support FEL-provided environment vars and "fel" boot target

2015-09-18 Thread Bernhard Nortmann
Hello Hans! Am 17.09.2015 um 23:48 schrieb Hans de Goede: Hi, Thanks, I've added these to my personal tree and will include it in a future pull-req. Regards, Hans Great. Thanks! Regards, Bernhard ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v3 0/4] sunxi: support FEL-provided environment vars and "fel" boot target

2015-09-17 Thread Bernhard Nortmann
This patch series builds upon http://lists.denx.de/pipermail/u-boot/2015-September/226515.html http://lists.denx.de/pipermail/u-boot/2015-September/226688.html v2 combines the previous submissions, and adds some suggested fixes/changes. v3 introduces another patch at the start of the series to

[U-Boot] [PATCH V3 0/4] drivers/sandbox: Introduce a simplified remoteproc framework

2015-09-17 Thread Nishanth Menon
Many System on Chip(SoC) solutions are complex with multiple processors on the same die dedicated to either general purpose of specialized functions. Many examples do exist in today's SoCs from various vendors. Typical examples are micro controllers such as an ARM M3/M0 doing a offload of specific

Re: [U-Boot] [PATCH v3 0/4] sunxi: support FEL-provided environment vars and "fel" boot target

2015-09-17 Thread Hans de Goede
Hi, On 09/17/2015 12:52 PM, Bernhard Nortmann wrote: This patch series builds upon http://lists.denx.de/pipermail/u-boot/2015-September/226515.html http://lists.denx.de/pipermail/u-boot/2015-September/226688.html v2 combines the previous submissions, and adds some suggested fixes/changes. v3

[U-Boot] [PATCH v3 0/4] x86: gpio: Tidy up GPIO driver

2015-08-31 Thread Simon Glass
The ICH GPIO driver does not work correctly at present. This series tidies things up and fixes a few bugs. One issue remaining is that reading from output GPIOs does not work - it always returns 0. Changes in v3: - Correct failure logic in pci_get_bus() - Use pci_get_bus in pci_bus_to_hose()

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-27 Thread Stefan Roese
Hi Hans, On 20.08.2015 16:49, Stefan Roese wrote: Yes, see: https://github.com/NextThingCo/CHIP-u-boot https://github.com/jwrdegoede/u-boot-sunxi/commits/sunxi-nand-wip Thanks. I've started on your sunxi-nand-wip branch. And noticed that its currently stuck / hangs in

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-27 Thread Stefan Roese
On 27.08.2015 12:06, Stefan Roese wrote: https://github.com/NextThingCo/CHIP-u-boot https://github.com/jwrdegoede/u-boot-sunxi/commits/sunxi-nand-wip Thanks. I've started on your sunxi-nand-wip branch. And noticed that its currently stuck / hangs in nand_onfi_set_features() called via

[U-Boot] [PATCH v3 0/4] dm: pci: Support pci devices in the device tree with driver model

2015-08-23 Thread Bin Meng
This is the 3rd attempt to support pci uart devices in the device tree with driver model. The v2 patch series is at [1]. With this series, pci uart now works on Intel Crown Bay with driver model. dm tree output below: = dm tree Class Probed Name

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-20 Thread Stefan Roese
Hi, I've not done sunxi development for a while. So I need to ask you guys about some details. I hope you don't mind. Please see questions below. On 06.08.2015 09:55, Piotr Zierhoffer wrote: I've merged patches 1 - 3 in my sunxi-wip branch, and I'll include them in the next u-boot-sunxi

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-20 Thread Stefan Roese
Hi Hans, On 20.08.2015 15:42, Hans de Goede wrote: Okay, this driver SPL NAND is now integrated in mainline. Great. But how about NAND support for the main U-Boot (load Linux from NAND etc.)? It seems to be missing. Is somebody working on this? Yes, see:

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-20 Thread Hans de Goede
Hi, On 08/20/2015 02:37 PM, Stefan Roese wrote: Hi, I've not done sunxi development for a while. So I need to ask you guys about some details. I hope you don't mind. Please see questions below. On 06.08.2015 09:55, Piotr Zierhoffer wrote: I've merged patches 1 - 3 in my sunxi-wip branch,

Re: [U-Boot] [U-BOOT PATCH v3 0/4] x86: This series adds ACPI support for qemu targets.

2015-08-13 Thread Bin Meng
Hi Saket, On Thu, Aug 13, 2015 at 11:00 AM, Saket Sinha saket.sinh...@gmail.com wrote: ACPI(Advanced Configuration and Power Interface), a Power Management and configuration standard allowing the operating system to controlthe amount of power each device is given (allowing it to put

[U-Boot] [U-BOOT PATCH v3 0/4] x86: This series adds ACPI support for qemu targets.

2015-08-12 Thread Saket Sinha
ACPI(Advanced Configuration and Power Interface), a Power Management and configuration standard allowing the operating system to controlthe amount of power each device is given (allowing it to put certain devices on standby or power-off for example). It is also used to control and/or check

[U-Boot] [PATCH v3 0/4] add dfu support for at91 sam9260 based boards

2015-08-12 Thread Heiko Schocher
add dfu supprt for at91 sam9260 based boards. The USB gadget driver is ported from linux: c94e289f195e: usb: gadget: remove incorrect __init/__exit annotations it drops a lot of checkpatch warnings/errors: checkpatch.pl found 12 error(s), 28 warning(s), 38 checks(s) but for further updates I

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-06 Thread Piotr Zierhoffer
Hello 2015-08-02 14:56 GMT+02:00 Hans de Goede hdego...@redhat.com: Hi, On 01-08-15 21:22, Scott Wood wrote: On Sat, 2015-08-01 at 14:30 +0200, Boris Brezillon wrote: Hi Hans, On Sat, 1 Aug 2015 14:15:53 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 23-07-15 14:33, Piotr

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-02 Thread Hans de Goede
Hi, On 01-08-15 21:22, Scott Wood wrote: On Sat, 2015-08-01 at 14:30 +0200, Boris Brezillon wrote: Hi Hans, On Sat, 1 Aug 2015 14:15:53 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 23-07-15 14:33, Piotr Zierhoffer wrote: This is a basic driver for the sunxi NAND controller for

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-01 Thread Hans de Goede
Hi, On 23-07-15 14:33, Piotr Zierhoffer wrote: This is a basic driver for the sunxi NAND controller for Allwinner A20. It supports only SPL. The driver uses DMA for data transfers. It does not support writing. Thanks for your work on this. I've merged patches 1 - 3 in my sunxi-wip branch,

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-01 Thread Boris Brezillon
Hi Hans, On Sat, 1 Aug 2015 14:15:53 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 23-07-15 14:33, Piotr Zierhoffer wrote: This is a basic driver for the sunxi NAND controller for Allwinner A20. It supports only SPL. The driver uses DMA for data transfers. It does not support

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-08-01 Thread Scott Wood
On Sat, 2015-08-01 at 14:30 +0200, Boris Brezillon wrote: Hi Hans, On Sat, 1 Aug 2015 14:15:53 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 23-07-15 14:33, Piotr Zierhoffer wrote: This is a basic driver for the sunxi NAND controller for Allwinner A20. It supports only

[U-Boot] [PATCH v3 0/4] ARM m68k: cache: add weak cache code then enable usb cache support

2015-07-26 Thread Josh Wu
This series add empty stub for invalidate/flush dcache functions, so that usb driver can enable cache support. Also it include patch to clean up the ARM cache code: - add weak functions for flush_cache(). - make them use the weak function flush_cache(). - remove not used code in flush_cache() in

[U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-07-23 Thread Piotr Zierhoffer
This is a basic driver for the sunxi NAND controller for Allwinner A20. It supports only SPL. The driver uses DMA for data transfers. It does not support writing. Changes in v3: - moved pinmux and clock to board level - code cleanup with significant size reduction - renamed the driver file -

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:59:37 PM, Piotr Zierhoffer wrote: Hi Marek Hi, As BROM requires SPL binary size to be limited, we wanted to keep it very minimal. This driver has no integration with full U-Boot driver structure. What's more, it does not support writing. It was tested

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-07-23 Thread Piotr Zierhoffer
Hi Marek As BROM requires SPL binary size to be limited, we wanted to keep it very minimal. This driver has no integration with full U-Boot driver structure. What's more, it does not support writing. It was tested as SPL driver, so that's why I am submitting it as such. Best regards Piotr

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 02:33:00 PM, Piotr Zierhoffer wrote: This is a basic driver for the sunxi NAND controller for Allwinner A20. It supports only SPL. Can you please elaborate how exactly is this specific only to SPL? Why? Best regards, Marek Vasut

Re: [U-Boot] [Patch v3 0/4] imx: mx6: use OTP for teperature grade info

2015-05-20 Thread Stefano Babic
On 20/05/2015 16:45, Otavio Salvador wrote: On Wed, May 20, 2015 at 11:43 AM, Markus Niebel list-09_u-b...@tqsc.de wrote: Am 18.05.2015 um 15:56 schrieb Tim Harvey: Use Temperature grade info in OTP/eFUSE for thermal management and display of thermal data. Cc: Stefan Roese s...@denx.de

Re: [U-Boot] [Patch v3 0/4] imx: mx6: use OTP for teperature grade info

2015-05-20 Thread Markus Niebel
Am 18.05.2015 um 15:56 schrieb Tim Harvey: Use Temperature grade info in OTP/eFUSE for thermal management and display of thermal data. Cc: Stefan Roese s...@denx.de Cc: Eric Nelson eric.nel...@boundarydevices.com Cc: Heiko Schocher h...@denx.de Cc: Nikita Kiryanov nik...@compulab.co.il

Re: [U-Boot] [Patch v3 0/4] imx: mx6: use OTP for teperature grade info

2015-05-20 Thread Otavio Salvador
On Wed, May 20, 2015 at 11:43 AM, Markus Niebel list-09_u-b...@tqsc.de wrote: Am 18.05.2015 um 15:56 schrieb Tim Harvey: Use Temperature grade info in OTP/eFUSE for thermal management and display of thermal data. Cc: Stefan Roese s...@denx.de Cc: Eric Nelson eric.nel...@boundarydevices.com

Re: [U-Boot] [Patch v3 0/4] imx: mx6: use OTP for teperature grade info

2015-05-19 Thread Stefano Babic
Hi Peng, Tim, On 19/05/2015 02:21, Peng Fan wrote: U-Boot 2015.07-rc1-00260-g44bf513 (May 19 2015 - 09:14:52) CPU: Freescale i.MX6SX rev1.2 996 MHz (running at 792 MHz) CPU: Extended Commercial temperature grade (-20C to 105C) at 33C Reset cause: POR Board: MX6SX SABRE SDB I2C:

[U-Boot] [Patch v3 0/4] imx: mx6: use OTP for teperature grade info

2015-05-18 Thread Tim Harvey
Use Temperature grade info in OTP/eFUSE for thermal management and display of thermal data. Cc: Stefan Roese s...@denx.de Cc: Eric Nelson eric.nel...@boundarydevices.com Cc: Heiko Schocher h...@denx.de Cc: Nikita Kiryanov nik...@compulab.co.il Cc: Jon Nettleton jon.nettle...@gmail.com Cc: Jason

[U-Boot] [PATCH v3 0/4] Add SHA256 encrypted stop string for autobooting

2015-05-18 Thread Stefan Roese
The main task for this patch series is to add the new feature to abort autobooting via a SHA256 encrypted password. For this, some of the old autobooting related config macros have been moved to Kconfig. This was a bit more complicated, since Kconfig currently apparently doesn't support using

[U-Boot] [PATCH v3 0/4] arm: mvebu: Allow DB-88F6820-GP to boot Linux

2015-05-18 Thread Kevin Smith
Changes needed to allow the DB-88F6820-GP development board to successfully boot a Linux kernel. Changes in v3: - Correct coding-style errors - Correct config macro style error - Add acked-by lines Kevin Smith (3): arm: mvebu: Update CBAR with SOC regs base mv-common.h: Include support for

[U-Boot] [PATCH v3 0/4] New tag for Flattened Image Trees (FIT) - Booting Xen from a FIT.

2015-05-18 Thread Karl Apsite
The FIT config now supports a tag named loadables: which is a comma separated list. Users can add any number of images to the list, and u-boot will move the selected binaries to their listed load_addresses. This allows u-boot to boot xen from using an FIT configuration. Xen expects a kernel to

Re: [U-Boot] [Patch v3 0/4] imx: mx6: use OTP for teperature grade info

2015-05-18 Thread Peng Fan
Hi Tim, On Mon, May 18, 2015 at 06:56:43AM -0700, Tim Harvey wrote: Use Temperature grade info in OTP/eFUSE for thermal management and display of thermal data. Cc: Stefan Roese s...@denx.de Cc: Eric Nelson eric.nel...@boundarydevices.com Cc: Heiko Schocher h...@denx.de Cc: Nikita Kiryanov

[U-Boot] [PATCH V3 0/4] dm: core: add device's uclass platform data and tests

2015-04-08 Thread Przemyslaw Marczak
The struct udevice provides two fields for device's platform data: - .platdata- to keep platform-dependent data for the device driver - .parent_platdata - to keep platform-dependent data for the device parent Some implementations may need addidional platform data, which could be owned by

[U-Boot] [PATCH v3 0/4] common/lcd_console: introduce display/framebuffer rotation

2015-03-19 Thread Hannes Petermaier
Sometimes, for example if the display is mounted in portrait mode or even if it mounted landscape but rotated by 180 degree, we need to rotate our content of the display respectively the framebuffer, so that user can read the messages who are printed out. For this we introduce the feature called

[U-Boot] [PATCH v3 0/4] dm: Convert boards to Kconfig for driver model

2015-02-11 Thread Simon Glass
This series converts most boards to use Kconfig for driver model. It is based on the v1 patches but split out so that only one arch is done per patch. This makes it easier to review and test. Also since DM SPL support is not fully merged some adjustments have had to be made to allow this series to

[U-Boot] [PATCH v3 0/4] dm:gpio:mxc add DT support

2015-01-21 Thread Peng Fan
This patch set is to add DT support for mxc_gpio driver. patch 1/4 and 2/4, a new dev_get_addr interface is abstracted to improve driver who want to get device address. patch 3/4, add a new bank_index entry in platdata to avoid `plat - mxc_plat` pointer subtract

Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-14 Thread Ian Campbell
On Sun, 2015-01-11 at 12:06 +0100, Jan Kiszka wrote: On 2015-01-11 11:30, Hans de Goede wrote: Hi, On 11-01-15 10:59, Ian Campbell wrote: I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. I've no real opinion on this, I do NOT like the introduction of a third

Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-11 Thread Jan Kiszka
On 2015-01-11 11:30, Hans de Goede wrote: Hi, On 11-01-15 10:59, Ian Campbell wrote: I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. I've no real opinion on this, I do NOT like the introduction of a third version of the i2c / rsb and axp code (we already have both a

Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-11 Thread Ian Campbell
I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. Also, the other patches are touching generic arm code, so ought to be CC-d to (and perhaps go via) the core ARM maintainer (Albert Aribaud). IMHO it would be better if the common code changes involved platform-selectable

Re: [U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2015-01-11 Thread Hans de Goede
Hi, On 11-01-15 10:59, Ian Campbell wrote: I've applied #1 and #3. I'd like to hear from Hans on the v0.2 stuff. I've no real opinion on this, I do NOT like the introduction of a third version of the i2c / rsb and axp code (we already have both a u-boot and a kernel version to maintain of

[U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements

2014-12-31 Thread Jan Kiszka
This adds CPU offlining and PSCI v0.2 support. Changes since v2: - add more comments to psci_fiq_enter (patch 1) - rebase over u-boot-sunxi/next See patches for further details. Jan Jan Kiszka (4): sun7i: Add support for taking CPUs offline via PSCI sun7i: Add PSCI v0.2 support sun7i:

[U-Boot] [PATCH v3 0/4] i2c: UniPhier: add I2C drivers based on driver model

2014-12-25 Thread Masahiro Yamada
Masahiro Yamada (4): i2c: UniPhier: add driver for UniPhier i2c controller i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller ARM: UniPhier: enable I2C for UniPhier SoCs ARM: UniPhier: enable CONFIG_I2C_EEPROM configs/ph1_ld4_defconfig| 2 +

[U-Boot] [PATCH v3 0/4] arm: fix exception handling

2014-10-26 Thread Georges Savoundararadj
Hi, This series fixes the exception handling on ARM. First of all, it makes the symbols of the exception vectors relocatable. Then, it ensures that the exception vectors are relocated. To do so, we copy or move the exception vectors depending on the CPU features. In order to handle gracefully

[U-Boot] [U-boot] [Patch v3 0/4] keystone2: ecc: add ddr3 error detection and correction support

2014-10-22 Thread Ivan Khoronzhuk
This series adds DDR3 ECC support to enable ECC in the DDR3 EMIF controller for Keystone II devices. Based on [U-boot] [Patch v2 0/6] keystone2: add network support for K2E SoC and EVM https://www.mail-archive.com/u-boot@lists.denx.de/msg150359.html v3..v2: - ARM: keystone: cmd_ddr3: add ddr3

Re: [U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl

2014-09-04 Thread Stefan Roese
Hi Daniel, On 04.09.2014 01:34, Simon Glass wrote: This series imports get_maintainer.pl from kernel and reintroduce the MAINTAINERS file in the according format. Currently one have to manually grep all infos about board maintainers or custodians from various sources like git log, wiki or

Re: [U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl

2014-09-04 Thread Masahiro YAMADA
Hi. 2014-09-04 15:05 GMT+09:00 Stefan Roese s...@denx.de: Patman now picks this up which is great. But it does sometimes produce a long list of maintainers. I wonder if we could have an option to turn it off (perhaps -m)? Yes, that would be good. I just recently got a very long Cc list

Re: [U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl

2014-09-04 Thread Daniel Schwierzeck
Hi Simon, 2014-09-04 1:34 GMT+02:00 Simon Glass s...@chromium.org: Hi Daniel, On 31 July 2014 18:24, Daniel Schwierzeck daniel.schwierz...@gmail.com wrote: This series imports get_maintainer.pl from kernel and reintroduce the MAINTAINERS file in the according format. Currently one have to

Re: [U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl

2014-09-04 Thread Simon Glass
Hi Daniel, On 4 September 2014 14:45, Daniel Schwierzeck daniel.schwierz...@gmail.com wrote: Hi Simon, 2014-09-04 1:34 GMT+02:00 Simon Glass s...@chromium.org: Hi Daniel, On 31 July 2014 18:24, Daniel Schwierzeck daniel.schwierz...@gmail.com wrote: This series imports

[U-Boot] [PATCH v3 0/4] Implement sparse format for fastboot

2014-09-03 Thread Steve Rae
This series implements the sparse format file handling for fastboot. - [1/4] brings in the pristine file aboot.c - [2/4] deletes all unnecessary functions in aboot.c - [3/4] is a simple cleanup of aboot.c - [4/4] provides the implementation of aboot.c suitable for U-Boot Changes in v3: - use

Re: [U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl

2014-09-03 Thread Simon Glass
Hi Daniel, On 31 July 2014 18:24, Daniel Schwierzeck daniel.schwierz...@gmail.com wrote: This series imports get_maintainer.pl from kernel and reintroduce the MAINTAINERS file in the according format. Currently one have to manually grep all infos about board maintainers or custodians from

[U-Boot] [PATCH v3 0/4] arm: vf610: add NAND flash support

2014-08-18 Thread Stefan Agner
This patch set adds NAND Flash Controller (NFC) support for Freescale Vybrid ARM SoCs (vf610). The driver is based on Bill Pringlemeirs prelineary patch sent in January 2014 to the MTD mailing list: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/226623.html Changes in v3 -

Re: [U-Boot] [PATCH v3 0/4] Implement fastboot flash for eMMC

2014-07-31 Thread Steve Rae
On 14-07-30 06:23 PM, Marek Vasut wrote: On Thursday, July 31, 2014 at 03:02:37 AM, Steve Rae wrote: On 14-06-26 01:13 PM, Steve Rae wrote: This series implements the fastboot flash command for eMMC devices. It supports both raw and sparse images. NOTES: - the support for the fastboot flash

[U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl

2014-07-31 Thread Daniel Schwierzeck
This series imports get_maintainer.pl from kernel and reintroduce the MAINTAINERS file in the according format. Currently one have to manually grep all infos about board maintainers or custodians from various sources like git log, wiki or boards.cfg. get_maintainer.pl makes this task much easier.

Re: [U-Boot] [PATCH v3 0/4] Implement fastboot flash for eMMC

2014-07-30 Thread Steve Rae
On 14-06-26 01:13 PM, Steve Rae wrote: This series implements the fastboot flash command for eMMC devices. It supports both raw and sparse images. NOTES: - the support for the fastboot flash command is enabled with CONFIG_FASTBOOT_FLASH - the support for eMMC is enabled with

Re: [U-Boot] [PATCH v3 0/4] Implement fastboot flash for eMMC

2014-07-30 Thread Marek Vasut
On Thursday, July 31, 2014 at 03:02:37 AM, Steve Rae wrote: On 14-06-26 01:13 PM, Steve Rae wrote: This series implements the fastboot flash command for eMMC devices. It supports both raw and sparse images. NOTES: - the support for the fastboot flash command is enabled with

[U-Boot] [PATCH v3 0/4] Implement fastboot flash for eMMC

2014-06-26 Thread Steve Rae
This series implements the fastboot flash command for eMMC devices. It supports both raw and sparse images. NOTES: - the support for the fastboot flash command is enabled with CONFIG_FASTBOOT_FLASH - the support for eMMC is enabled with CONFIG_FASTBOOT_FLASH_MMC_DEV - (future) the support for

[U-Boot] [PATCH v3 0/4] mpc8313: ids8313 board updates

2014-05-18 Thread Heiko Schocher
- introduce CONFIG_IMAGE_FORMAT_LEGACY for enabling booting legacy image format. Disable this per default if CONFIG_FIT_SIGNATURE is defined. As the ids8313 board needs legacy image format and uses CONFIG_FIT_SIGNATURE, enable legacy image format for the ids8313 board - add

[U-Boot] [PATCH v3 0/4] samsung: Add mmc controller to use dwmmc

2014-03-19 Thread Beomho Seo
This patch set for use dw mmc controller. Patch enable supporting device tree for dw mmc controller. For use dwmmc controller on trats2 board, enable configuration dw_mmc, exynos_dwmmc, bounce_buffer and then disable sdhci configuration. This patch set tested on TRATS2 board. Changes for v3: -

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ezaul Zillmer
Hi Ian U-Boot SPL 2014.01-rc1-gb754a91 (Mar 12 2014 - 09:11:26) Board: Cubieboard2 DRAM: 1024 MiB CPU: 96000Hz, AXI/AHB/APB: 3/2/2 spl: not an uImage at 1600 U-Boot 2014.01-rc1-gb754a91 (Mar 12 2014 - 09:11:26) Allwinner Technology CPU: Allwinner A20 (SUN7I) Board: Cubieboard2 I2C:

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ian Campbell
On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: I'm afraid much of your mail was incomprehensible to me. setenv bootargs console = tty0 console = ttyS0, 115200 = hdmi.audio EDID: 0 = disp.screen0_output_mode EDID: 1280x800p60 root = / dev/sda1 rootfstype = ext4 rootwait panic = 10

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Koen Kooi
Op 12 mrt. 2014, om 13:56 heeft Ian Campbell i...@hellion.org.uk het volgende geschreven: On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: I'm afraid much of your mail was incomprehensible to me. setenv bootargs console = tty0 console = ttyS0, 115200 = hdmi.audio EDID: 0 =

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ezaul Zillmer
sun7i# scsi reset Reset SCSI scanning bus for devices... timeout exit! Found 0 device(s). this same problem not think that the drive to boot Nothing appears scsi info :( I will try to put another HD Loading the kernel [3.723244] ata1.00: ATA-8: SAMSUNG HM320II, 2AC101C4, max

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ian Campbell
On Wed, 2014-03-12 at 14:17 +0100, Koen Kooi wrote: Op 12 mrt. 2014, om 13:56 heeft Ian Campbell i...@hellion.org.uk het volgende geschreven: On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: I'm afraid much of your mail was incomprehensible to me. setenv bootargs console =

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Ian Campbell
On Wed, 2014-03-12 at 06:53 -0700, Ezaul Zillmer wrote: Nothing appears scsi info Perhaps try increasing WAIT_MS_LINKUP some more (as per patch 3/4)? Ian. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-07 Thread Ezaul Zillmer
Hi Ian .. You would have a repository with these updates where I could play with git, compile and test my cubieboard2 using kernel 3.14.rc5 I'm waiting! to test your boot! thank you ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-07 Thread Ian Campbell
On Fri, 2014-03-07 at 08:44 -0800, Ezaul Zillmer wrote: You would have a repository with these updates where I could play with git, compile and test my cubieboard2 using kernel 3.14.rc5 git://gitorious.org/ijc/u-boot.git ahci-sunxi It is based on jwrdegoede/sunxi-next. Ian.

[U-Boot] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-06 Thread Ian Campbell
This is the third version of my series to add support for AHCI to the sunxi platform. This uses the existing ahci platform support already present in u-boot. Most of the sunxi specific code comes from the Linux platform patches. Since last time I've cut out all the unused register #defines and

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-06 Thread Ian Campbell
On Fri, 2014-03-07 at 01:19 +, Ian Campbell wrote: This is the third version of my series to add support for AHCI to the sunxi platform. This uses the existing ahci platform support already present in u-boot. Most of the sunxi specific code comes from the Linux platform patches. Since

[U-Boot] [PATCH v3 0/4] Big acceleration of Kbuild performance

2014-03-05 Thread Masahiro Yamada
Kbuild brought about many advantages for us but a significant performance regression was reported by Simon Glass. After some discussions and analysis, it turned out its main cause is in $(call cc-option,...). Historically, U-Boot parses all config.mk (arch/*/config.mk and board/*/config.mk)

[U-Boot] [PATCH v3 0/4] sf: Add support to access dual flash memory

2014-01-06 Thread Jagannadha Sutradharudu Teki
This patchset adds support for dual flash memory accessing with single chipselect line from the controller. dual flash memory support is implemented in xilinx zynq qspi controllers in which dual stacked and dual parallel are the connection modes. -- Thanks, Jagan. Changes for v3: -

[U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix new driver model

2013-12-02 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com This changeset adapts the fti2c010.c to the new i2c driver model. Changes for v3: 1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w routines. 2. fti2c010: serial out r/w address in MSB order: coding style update Changes for v2:

Re: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix new driver model

2013-12-02 Thread Kuo-Jung Su
Hi Heiko: Sorry, my 3G network was unstable this morning, I've re-sent this v3 patch series. Please check it out few minutes later, thank you. Best Wishes Dante Su 2013/12/2 Heiko Schocher h...@denx.de: Hello Kuop-Jung, Am 02.12.2013 03:57, schrieb Kuo-Jung Su: From: Kuo-Jung

Re: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix new driver model

2013-12-02 Thread Heiko Schocher
Hello Kuo-Jung, Am 02.12.2013 09:09, schrieb Kuo-Jung Su: Hi Heiko: Sorry, my 3G network was unstable this morning, I've re-sent this v3 patch series. Please check it out few minutes later, thank you. Your patches have reached the ML now, thanks! bye, Heiko -- DENX Software Engineering

[U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix new driver model

2013-12-01 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com This changeset adapts the fti2c010.c to the new i2c driver model. Changes for v3: 1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w routines. 2. fti2c010: serial out r/w address in MSB order: coding style update Changes for v2:

Re: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix new driver model

2013-12-01 Thread Heiko Schocher
Hello Kuop-Jung, Am 02.12.2013 03:57, schrieb Kuo-Jung Su: From: Kuo-Jung Sudant...@faraday-tech.com This changeset adapts the fti2c010.c to the new i2c driver model. Changes for v3: 1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w routines. 2. fti2c010: serial out

[U-Boot] [PATCH v3 0/4] USB: atmel: add atmel usba udc driver support

2013-09-11 Thread Bo Shen
Add atmel usb udc driver support porting from Linux kernel. Using RNDIS gadget driver to test it. Test OK on at91sam9m10g45ek, at91sam9m10g45ek, and sama5d31ek boards. It need the patch from: Troy Kisky troy.ki...@boundarydevices.com (usb: gadget: config: fix unaligned access issues) more

Re: [U-Boot] [PATCH v3 0/4] USB: atmel: add atmel usba udc driver support

2013-09-11 Thread Marek Vasut
Dear Bo Shen, Add atmel usb udc driver support porting from Linux kernel. Using RNDIS gadget driver to test it. Test OK on at91sam9m10g45ek, at91sam9m10g45ek, and sama5d31ek boards. It need the patch from: Troy Kisky troy.ki...@boundarydevices.com (usb: gadget: config: fix unaligned

[U-Boot] [PATCH v3 0/4] arm, am335x: add support for siemens boards

2013-07-30 Thread Heiko Schocher
add support for the am335x based boards from siemens: dxr2: - DDR3 128MiB - NAND 256MiB - Ethernet with external Switch SMSC LAN9303 - no PMIC - internal Watchdog - DFU support pxm2: - DDR2 512 MiB - NAND 1024 MiB - PMIC - PHY atheros ar803x - USB Host - internal Watchdog

Re: [U-Boot] [PATCH v3 0/4] ARM: vexpress: add support for more core tiles

2013-05-23 Thread Albert ARIBAUD
Hi Andre, On Tue, 9 Apr 2013 14:20:29 +0200, Andre Przywara andre.przyw...@linaro.org wrote: This series adds support for the Cortex-A5 and Cortex-A15 core tiles for the ARM Versatile Express boards. The first two patches have been around for about one and a half years in the Linaro tree

[U-Boot] [PATCH v3 0/4] Factorize ARM relocate_code instances

2013-05-16 Thread Albert ARIBAUD
This series replaces all instances of relocate_code in various start.S files from the ARM architecture with a single instance in arch/arm/lib/relocate.S. This is done in steps, each step keeping the whole of ARM U-Boot buildable and runnable and touching as little code as necessary. 1. Drop

Re: [U-Boot] [PATCH v3 0/4] Factorize ARM relocate_code instances

2013-05-16 Thread Albert ARIBAUD
On Thu, 16 May 2013 14:02:53 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This series replaces all instances of relocate_code in various start.S files from the ARM architecture with a single instance in arch/arm/lib/relocate.S. Please ignore. Will post V4 in a few minutes.

Re: [U-Boot] [PATCH v3 0/4] Factorize ARM relocate_code instances

2013-05-16 Thread Albert ARIBAUD
Hi Albert, On Thu, 16 May 2013 16:53:25 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: On Thu, 16 May 2013 14:02:53 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This series replaces all instances of relocate_code in various start.S files from the ARM architecture with a

[U-Boot] [PATCH v3 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE

2013-04-12 Thread Albert ARIBAUD
CONFIG_SPL_MAX_SIZE and CONFIG_SPL_BSS_MAX_SIZE did not have constant semantics across all of U-boot. This patch series aims at fixing this by splitting the maximum size into separate image (code + data + rodata + linker list) size on the one hand, and BSS size on the other hand. Changes in v3: -

Re: [U-Boot] [PATCH v3 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE

2013-04-12 Thread Tom Rini
On Fri, Apr 12, 2013 at 01:55:39PM +0200, Albert ARIBAUD wrote: CONFIG_SPL_MAX_SIZE and CONFIG_SPL_BSS_MAX_SIZE did not have constant semantics across all of U-boot. This patch series aims at fixing this by splitting the maximum size into separate image (code + data + rodata + linker list)

<    1   2   3   4   >