[U-Boot] [PATCH] sunxi: Add defconfig and dts for the pov protab2-ips9 tablet

2015-09-05 Thread Hans de Goede
The Point of View protab2-ips9 is a tablet with a 9" ips 1024x768 lcd screen, microsd slot, headphones, mini hdmi, mini usb b and power barrel connectors. The dts file is identical to the one submitted to the upstream kernel. Signed-off-by: Hans de Goede ---

[U-Boot] [PATCH v2] pinctrl: move dm_scan_fdt_node() out of pinctrl uclass

2015-09-05 Thread Masahiro Yamada
Commit c5acf4a2b3c6 ("pinctrl: Add the concept of peripheral IDs") added some additional change that was not mentioned in the git-log. That commit added dm_scan_fdt_node() in the pinctrl uclass binding. It should be handled by the simple-bus driver or the low-level driver, not by the pinctrl

[U-Boot] Can someone upload u-boot 2015.10-rc2 to ftp://ftp.denx.de/pub/u-boot/ ? (NT)

2015-09-05 Thread Stefan Bruens
Thx, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen home: +49 241 53809034 mobile: +49 151 50412019 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support

2015-09-05 Thread Simon Glass
Hi, On 4 September 2015 at 00:31, Siva Durga Prasad Paladugu wrote: > Added USB XHCI driver support for zynqmp. > > Signed-off-by: Siva Durga Prasad Paladugu > --- > Changes for v4: > - Added sanity check for index as per > review comment >

Re: [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support

2015-09-05 Thread Marek Vasut
On Friday, September 04, 2015 at 08:31:07 AM, Siva Durga Prasad Paladugu wrote: > Added USB XHCI driver support for zynqmp. > > Signed-off-by: Siva Durga Prasad Paladugu Hi, looks like in the meantime, some xhci implementations switches to OF (see for example

Re: [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 03:47:12 PM, Simon Glass wrote: > Hi, > > On 4 September 2015 at 00:31, Siva Durga Prasad Paladugu > > wrote: > > Added USB XHCI driver support for zynqmp. > > > > Signed-off-by: Siva Durga Prasad Paladugu

Re: [U-Boot] [PATCH v2 8/8] nios2: enable device tree control of U-Boot

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 05:36:02 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/04/2015 10:03 PM, Marek Vasut wrote: > > You might also start working on dissolving the > > board/altera/nios2-generic/custom_fpga.h horror file, > > since with DT this is no longer needed :) > > Sure

[U-Boot] conditional execution in uboot

2015-09-05 Thread dpenev
Hello all, Sorry if the question is to basic. I run U-Boot 2011.09. with hush not enabled. I want to write a script to check if my linux image pass the CRC without actual booting and take some actions. (for example using iminfo) Does uboot without hush supports conditional execution of any

Re: [U-Boot] [PATCH] pinctrl: move dm_scan_fdt_node() out of pinctrl uclass

2015-09-05 Thread Masahiro Yamada
Hi Simon, 2015-09-04 23:14 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 4 September 2015 at 01:47, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> 2015-09-04 13:03 GMT+09:00 Simon Glass : >>> Hi Masahiro, >>> >>> On 3

Re: [U-Boot] [PATCH] RFC: dm: Add proposed timeline and guide for porting serial drivers

2015-09-05 Thread Hans de Goede
Hi, On 05-09-15 15:45, Simon Glass wrote: Add a README with a brief guide to porting serial drivers over to use driver model. Add a timeline also. Signed-off-by: Simon Glass I assume that the purpose of the timeline is to retire the non dm serial drivers ? What about

Re: [U-Boot] [PATCH v2 7/8] nios2: show fdt blob address in board info command

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 04:54:52 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/04/2015 10:01 PM, Marek Vasut wrote: > >> + print_num("fdt_blob", (ulong)gd->fdt_blob); > > > > I think this will not work on 64bit machines. > > I'd agree that it won't work on 64bits machines, but it

Re: [U-Boot] [PATCH v2 4/8] nios2: enlarge the code relocation range

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 04:17:05 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/04/2015 09:59 PM, Marek Vasut wrote: > > Can't you just call relocate_code the same way arm does it in > > arch/arm/lib/crt0.S ? > > We didn't include relocation records in nios2 binary image, so there is

Re: [U-Boot] [PATCH v2 0/8] nios2: add device tree control of U-Boot

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 05:20:49 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/04/2015 10:04 PM, Marek Vasut wrote: > > I can start picking the NIOS2 stuff into U-Boot as well if you want. > > That's great! You are very kind and responsive. Thanks a lot. You can > take over the

Re: [U-Boot] [PATCH v3 6/8] nios2: define _end in link script

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 04:41:27 AM, Thomas Chou wrote: > Since commit 44c6e6591cb451ae606f8bde71dd5fb7b4002544 > "rename _end to __bss_end__" , the _end was removed. > But we need it now for separated device tree control, > ie, CONFIG_OF_SEPARATE . > > The _end is used by

Re: [U-Boot] [PATCH] nios2: configure STATUS_LED_BOOT

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 03:04:02 PM, Thomas Chou wrote: > Define STATUS_LED_BOOT. So the boot LED will be initialized > in board_init_r(), and show the boot progress. > > Though the boot LED is set to blinking in board_init_r(), > only the powerpc and nios2 really support blinking. All

[U-Boot] [PATCH] nios2: configure STATUS_LED_BOOT

2015-09-05 Thread Thomas Chou
Define STATUS_LED_BOOT. So the boot LED will be initialized in board_init_r(), and show the boot progress. Though the boot LED is set to blinking in board_init_r(), only the powerpc and nios2 really support blinking. All other archs just turn the LED on and can not blink. After the commit

[U-Boot] [PATCH] RFC: dm: Add proposed timeline and guide for porting serial drivers

2015-09-05 Thread Simon Glass
Add a README with a brief guide to porting serial drivers over to use driver model. Add a timeline also. Signed-off-by: Simon Glass --- I intend to cc the final patch to all U-Boot maintainers using something like this: (for f in $(find . -name MAINTAINERS); do grep ^M: $f;

[U-Boot] [PATCH] sunxi: Add q8_a13_tablet defconfig and dts

2015-09-05 Thread Hans de Goede
This commits adds a generic support for q8 formfactor a13 based tablets. These tablets ship in many variants, with the difference mainly being the touchscreen controller / accelerometer / wifi chip used. The wifi is USB based, and thus not listed in devicetree. ATM the kernel does not support

Re: [U-Boot] [PATCH] pinctrl: move dm_scan_fdt_node() out of pinctrl uclass

2015-09-05 Thread Masahiro Yamada
Hi Simon, 2015-09-06 1:12 GMT+09:00 Masahiro Yamada : > Hi Simon, > > > > > 2015-09-04 23:14 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 4 September 2015 at 01:47, Masahiro Yamada >> wrote: >>> Hi Simon, >>>

Re: [U-Boot] [PATCH] RFC: dm: Add proposed timeline and guide for porting serial drivers

2015-09-05 Thread Simon Glass
Hi Hans, On 5 September 2015 at 07:52, Hans de Goede wrote: > Hi, > > On 05-09-15 15:45, Simon Glass wrote: >> >> Add a README with a brief guide to porting serial drivers over to use >> driver model. >> >> Add a timeline also. >> >> Signed-off-by: Simon Glass

[U-Boot] [PATCH] net: eth: Do sanity test on eth dev before eth_get_ops(dev)->start

2015-09-05 Thread Bin Meng
In eth_init(), eth_get_dev() can return NULL. We should do sanity test on eth dev before calling its start function. Signed-off-by: Bin Meng --- net/eth.c | 4 1 file changed, 4 insertions(+) diff --git a/net/eth.c b/net/eth.c index 26520d3..6ec3a86 100644 ---

Re: [U-Boot] [PATCH] RFC: dm: Add proposed timeline and guide for porting serial drivers

2015-09-05 Thread Siarhei Siamashka
On Sat, 5 Sep 2015 15:52:03 +0200 Hans de Goede wrote: > Hi, > > On 05-09-15 15:45, Simon Glass wrote: > > Add a README with a brief guide to porting serial drivers over to use > > driver model. > > > > Add a timeline also. > > > > Signed-off-by: Simon Glass

[U-Boot] [PATCH] imx: mx6ul: support mx6ul 9x9 evk board

2015-09-05 Thread Peng Fan
This patch is to support mx6ul_9x9_evk board based on mx6ul_14x14_evk, the difference between mx6ul 9x9 evk and mx6ul 14x14 evk are: 1. mx6ul 9x9 evk use pfuze3000, while mx6ul 14x14 evk use DCDC. 2. mx6ul 9x9 evk supports 256MB LPDDR2, while mx6ul 14x14 evk supports 512MB DDR3 3. mx6ul_9x9_evk