Re: [PATCH] Adding definition of Raspberry Pi Family

2019-02-05 Thread Sebastian Reichel
Hi, On Tue, Feb 05, 2019 at 09:28:18PM +0100, Alexandre GRIVEAUX wrote: > Thanks for your reply and i understand our not part of Debian boot > team, effectively I made some mistake for these boards: > > Machine: Raspberry Pi 3 Compute Module > > The DT should be: > > bcm2837-rpi-cm3-io3.dtb Ri

Re: [PATCH] Adding definition of Raspberry Pi Family

2019-02-05 Thread Sebastian Reichel
Hi, Disclaimer: I'm neither part of Debian's boot nor kernel team. Here is some feedback: On Tue, Feb 05, 2019 at 01:55:27PM +0100, Alexandre GRIVEAUX wrote: > Adding definition according to: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?h=v4.20 >

Bug#857205: flash-kernel: Add support for TI OMAP4 PandaBoard-ES

2017-03-08 Thread Sebastian Reichel
Hi, On Wed, Mar 08, 2017 at 08:53:50PM +, Marc Kleine-Budde wrote: > +Machine: TI OMAP4 PandaBoard-ES > +Kernel-Flavors: armmp armmp-lpae OMAP4 is Cortex A9, so no LPAE support. -- Sebastian signature.asc Description: PGP signature

Bug#789816: console-setup: Nokia N900 Keyboard Model is not fully supported by ckbcomp

2015-06-24 Thread Sebastian Reichel
Package: console-setup Version: 1.128 Severity: wishlist Tags: patch Hi, The Nokia N900 keyboard model (nokiarx51) is not fully supported by ckbcomp. It is generating a few "Unknown key type PC_FN_LEVEL2" lines and the cursor keys are not mapped correctly for some keyboards variations. The attac

Bug#633553: debian-i18n: typo in German installation instructions

2011-07-12 Thread Sebastian Reichel
On Tue, Jul 12, 2011 at 07:09:32AM +0200, Christian PERRIER wrote: > Quoting Helge Kreutzmann (deb...@helgefjell.de): > > Hello Christian, > > On Mon, Jul 11, 2011 at 03:53:09PM +0200, Christian Titze wrote: > > > When prompted to enter a root-password (tested with a non-GUI netinstall > > > instal

[PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
+ [ Sebastian Reichel ] + * Add support for Nokia N900 + * Add support for Pandaboard + * Add support for Beagleboard + + -- Sebastian Reichel Wed, 15 Jun 2011 23:45:26 +0200 libdebian-installer (0.78) unstable; urgency=low diff --git a/src/system/subarch-arm-linux.c b/src/system/subarch-arm-linux.c

Re: [PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
On Wed, Jun 15, 2011 at 09:11:14PM +0200, Hector Oron wrote: > Hello, > > 2011/6/15 Sebastian Reichel : > > On Wed, Jun 15, 2011 at 07:33:03PM +0200, Hector Oron wrote: > > > This mail is just about adding support for omap to libdebian-install. > > I was missing li

Re: [PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
Hi Hector, On Wed, Jun 15, 2011 at 07:33:03PM +0200, Hector Oron wrote: > Thanks for the patch, but it looks a bit incomplete. You need to add > omap subarch across debian-installer packages subsystem. As well as > for mx5, we both need to add proper documentation for target boards. This mail is

[PATCH] add support for omap devices

2011-06-15 Thread Sebastian Reichel
From: Sebastian Reichel this commit adds support for * Nokia N900 * Beagleboard * Pandaboard --- debian/changelog |9 - src/system/subarch-arm-linux.c |4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog

Bug#608227: thanks

2011-01-01 Thread Sebastian Reichel
Hi, Thanks for the fixes :) > By the way, what was the purpose of using ckbcomp on this Nokia > device? Does this device have a text-mode console and is the > keyboard supported by the kernel or only by X? I've got a working tty with working keyboard layout on my N900. -- Sebastian signature

Bug#608227: console-setup: XKBLAYOUT always get a "_" suffix

2010-12-28 Thread Sebastian Reichel
Package: console-setup Version: 1.65 Severity: normal Hi, I get the following warning during boot: WARNING: Can not find "de_" in "nokia_vndr/rx-51" I fixed it by adding the following line in /usr/bin/ckbcomp, after line 2540: $consequent_values[$i] =~ s/_\)/\)/g; Apart from this I get lots o