Re: [GITGRUB] FB driver for OLPC

2009-08-28 Thread Bean
On Fri, Aug 28, 2009 at 8:54 PM, Robert Millan wrote: > On Fri, Aug 28, 2009 at 01:57:59AM +0800, Bean wrote: >> Hi, >> >> Update: >> >> Extends the driver to support powerpc-ieee1275. It's quite similar to >> i386-ieee1275, but it uses 8-bit indexed color instead of 16-bit >> color. > > Hi, > > Yo

Re: [GITGRUB] FB driver for OLPC

2009-08-28 Thread Robert Millan
On Fri, Aug 28, 2009 at 01:57:59AM +0800, Bean wrote: > Hi, > > Update: > > Extends the driver to support powerpc-ieee1275. It's quite similar to > i386-ieee1275, but it uses 8-bit indexed color instead of 16-bit > color. Hi, You forgot to attach it? -- Robert Millan The DRM opt-in fallacy

Re: [GITGRUB] FB driver for OLPC

2009-08-27 Thread Bean
Hi, Update: Extends the driver to support powerpc-ieee1275. It's quite similar to i386-ieee1275, but it uses 8-bit indexed color instead of 16-bit color. I use the following command to generate grub.elf: grub-mkimage -d . -m memdisk -o grub.elf minicmd cpio memdisk normal sh ls ofw_fb font gfxt

Re: [GITGRUB] FB driver for OLPC

2009-08-17 Thread Bean
On Mon, Aug 17, 2009 at 9:22 PM, Vladimir 'phcoder' Serbinenko wrote: > On Sun, Aug 16, 2009 at 12:03 PM, Bean wrote: >> Hi, >> >> This patch adds fb device for i386-ieee1275 platform, the usage is >> quite similar to efi fb. >> >> BTW, openfirmware platforms reserve too little memory so that gfxte

Re: [GITGRUB] FB driver for OLPC

2009-08-17 Thread Vladimir 'phcoder' Serbinenko
On Sun, Aug 16, 2009 at 12:03 PM, Bean wrote: > Hi, > > This patch adds fb device for i386-ieee1275 platform, the usage is > quite similar to efi fb. > > BTW, openfirmware platforms reserve too little memory so that gfxterm > can't start, I increase the heap size to 8m for now. > >static grub_uint

[GITGRUB] FB driver for OLPC

2009-08-16 Thread Bean
Hi, This patch adds fb device for i386-ieee1275 platform, the usage is quite similar to efi fb. BTW, openfirmware platforms reserve too little memory so that gfxterm can't start, I increase the heap size to 8m for now. The patch can be downloaded at: http://github.com/bean123/grub/tree/master