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
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
>
> I assume that the purpose of th
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
--- a/net/eth.c
+++ b/net/eth.c
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
>
>
> I assume that the purpose of
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
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,
>>>
>>>
>>> 2015-09-04 13:03 GMT+09:00 Simon Glass :
Hi Masahiro,
On 3 S
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 frame
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 form
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 September 2015 at 21:43, Masahiro Yamada
>>> wrote:
Commit c5acf4a2b3c
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 th
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 thin
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 xhci-exynos5.c), which I believe is
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
> > ---
> > Changes for v4:
> > - Added sanity check
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
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 custo
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 fdtdec_setup(
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
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 i
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 SPL use ?
I do not se
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
> Changes for v3:
> - Decreased the phy reset delay to
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; done) | \
aw
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 "nios2:
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
---
arch/arm/dts/Makefile
23 matches
Mail list logo