FOSDEM Hardware Enablement Devroom: call for speakers.

2019-12-10 Thread Luc Verhaegen
s and will come back with further questions or make small fixes as needed. Feel free to poke me with any questions or anything, both on irc (libv@freenode) and on email (hardware-devroom-mana...@fosdem.org). That's about it. Hope to see you all at FOSDEM :) Luc Verhaegen.

Re: [U-Boot] [PATCH v5 00/16] Add Intel Arria 10 SoC support

2017-04-13 Thread Luc Verhaegen
, but at 17:41. Please fix your systems clock and use ntp. Luc Verhaegen. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] Please pull u-boot-sunxi master

2015-10-03 Thread Luc Verhaegen
igs with > a few generic ones since there are just too many variants. Who is "We" in this sentence? Luc Verhaegen. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Luc Verhaegen
are strictly used only > for a single purpose and can't be re-configured for doing anything > else. This can be safely used too. > > Anyway, the really missing part was the user friendly output and user > friendly input for generic u-boot binaries. HDMI is widely used in >

Re: [U-Boot] Need help with u-boot problem with usb-keyboard / kvm switch

2014-09-18 Thread Luc Verhaegen
nted to cough up an alternate driver that simply wouldn't be called that. But as usual, i am all over the place. So let's see how the simplefb route goes. Good luck. Thanks, Luc Verhaegen. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Need help with u-boot problem with usb-keyboard / kvm switch

2014-09-17 Thread Luc Verhaegen
On Wed, Sep 17, 2014 at 09:11:38PM +0200, Hans de Goede wrote: > Hi Marek, et al, > > I'm working on cleaning up Luc's hdmi out support patchset for > sunxi. ? Luc Verhaegen. ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH] video: add cfb console driver for sunxi

2014-08-06 Thread Luc Verhaegen
On Tue, Aug 05, 2014 at 01:56:36PM +0200, Hans de Goede wrote: > Hi, > > On 08/02/2014 06:14 PM, Luc Verhaegen wrote: > > This adds a fixed mode hdmi driver (lcd to be added in future) for the > > sunxi platform. Current config is such that 8MB is shaved off at the top >

Re: [U-Boot] [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-04 Thread Luc Verhaegen
On Mon, Aug 04, 2014 at 05:31:36PM +0200, Henrik Nordström wrote: > mån 2014-08-04 klockan 17:05 +0200 skrev Luc Verhaegen: > > But... What do we do when u-boot sets up cfb, without setting up a > > simplefb node in the dt. Or what do we do when a simplefb node is set > > up,

Re: [U-Boot] [PATCH] video: add cfb console driver for sunxi

2014-08-04 Thread Luc Verhaegen
to work. This means that you can have both cfb and uart working side by side, but you do not get anything on cfb unless the env is set as such. For a future spin of this patch, the logic around enabling this code will be swapped around. People will have to manually add VIDEO to their board

[U-Boot] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
This adds a fixed mode hdmi driver (lcd to be added in future) for the sunxi platform. Current config is such that 8MB is shaved off at the top of the RAM. Simplefb support is available for kernels that know how to use it. Signed-off-by: Luc Verhaegen --- arch/arm/include/asm/arch-sunxi