[U-Boot] [PATCH 5/7] dm: lpuart: Drop the legacy code

2016-01-21 Thread Bhuvanchandra DV
All boards using this driver are with device tree support, hence drop the legacy code in driver to have a pure DT solution. --- drivers/serial/serial_lpuart.c | 101 + 1 file changed, 2 insertions(+), 99 deletions(-) diff --git

Re: [U-Boot] [PATCH v9 29/49] dm: i2c: Allow muxes to be enabled for SPL separately

2016-01-21 Thread Heiko Schocher
Hello Simon, Am 22.01.2016 um 03:43 schrieb Simon Glass: Since I2C muxes are seldom needed in SPL, and the code for this increases the size somewhat, add a separate option to enable I2C muxes for SPL. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None

[U-Boot] [Patch V6 4/4] dm: env_sf: fix saveenv() to use driver model

2016-01-21 Thread Gong Qianyu
From: Gong Qianyu It might be missed when converting spi_flash_probe() in cmd_sf.c. This patch refers to commit fbb099183e3a ("dm: Convert spi_flash_probe() and 'sf probe' to use driver model"). Signed-off-by: Gong Qianyu --- V6: - No

[U-Boot] [PATCH 2/7] arm: colibri-vf: Enable serial support

2016-01-21 Thread Bhuvanchandra DV
--- arch/arm/dts/vf-colibri.dtsi | 10 ++ configs/colibri_vf_dtb_defconfig | 1 + 2 files changed, 11 insertions(+) diff --git a/arch/arm/dts/vf-colibri.dtsi b/arch/arm/dts/vf-colibri.dtsi index 7a8e9bee..0718486 100644 --- a/arch/arm/dts/vf-colibri.dtsi +++

[U-Boot] [PATCH 0/7] Add/enable lpuart support on Vybrid based boards

2016-01-21 Thread Bhuvanchandra DV
- Add serial support to Vybrid device tree. - Enable lpuart support on Colibri VF50/VF61. - Add device tree files to VF610-twr board and enable lpuart support. - Add device tree files to pcm-052 board and enable lpuart support. - Droped legacy code in lpuart serial driver. - Droped non DT

[U-Boot] [PATCH 3/7] arm: vf610-twr: Add device tree files

2016-01-21 Thread Bhuvanchandra DV
Add device tree files and enable serial support --- arch/arm/dts/Makefile | 3 ++- arch/arm/dts/vf610-twr.dts | 27 +++ configs/vf610twr_dtb_defconfig | 13 + 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644

Re: [U-Boot] [PATCH] env_mmc: support overriding mmc dev from board code

2016-01-21 Thread Tom Rini
On Wed, Jan 20, 2016 at 03:43:37PM +0100, Clemens Gruber wrote: > This enables boards to choose where to/from the environment should be > saved/loaded. They can then for example support using the same device > (dynamically) from which the bootloader was launched to load and save > env data and do

Re: [U-Boot] [PATCH v3 1/5] lib: Add wait_for_bit

2016-01-21 Thread Tom Rini
On Wed, Jan 20, 2016 at 10:03:40PM +0100, Mateusz Kulikowski wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi, > > On 20.01.2016 05:34, Simon Glass wrote: > [...] > > On 27 December 2015 at 10:28, Mateusz Kulikowski > > wrote: > >> Add function to

Re: [U-Boot] [PATCH] igep00x0: enable CONFIG_CMD_SETEXPR

2016-01-21 Thread Tom Rini
On Thu, Jan 21, 2016 at 11:35:01AM +0100, Ladislav Michl wrote: > Enable CONFIG_CMD_SETEXPR, useful when passing initramfs end address: > $ fatload mmc 0:1 $rdaddr root.cpio.gz > $ setexpr rdendaddr $rdaddr + $filesize > $ fdt chosen $rdaddr $rdendaddr > $ bootz $loadaddr - $fdtaddr OK, but why

Re: [U-Boot] [PATCH 02/19] Makefile: Add rules to build in .ttf files

2016-01-21 Thread Tom Rini
On Thu, Jan 14, 2016 at 06:10:35PM -0700, Simon Glass wrote: > Add rules to allow TrueType files to be compiled into U-Boot for use on > the video console. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH 14/19] License: Add the Open Font License

2016-01-21 Thread Tom Rini
On Thu, Jan 14, 2016 at 06:10:47PM -0700, Simon Glass wrote: > This is used by two of the font files. Add this license to permit tracking > of this. The copyright text cannot be added to the .ttf files, so put it > here. > > Signed-off-by: Simon Glass [snip] > diff --git

<    1   2   3   4