Re: [PATCH] Support OpenIndiana in GRUB2

2011-11-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Resending because of wrong oi-dev address at first try which caused it to be rejected from other 2 lists as well On 08.11.2011 02:19, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > With this patch on top of trunk I was able to compile (using GCC+GAS+GNU > LD), install, generate config and boot Open

Re: Installing grub-efi

2011-11-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.11.2011 01:53, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 08.11.2011 01:20, Phillip Susi wrote: >> Is there a different method to installing grub on efi? I've been >> trying to convert my system to EFI so I set up a 100mb fat32 partition >> and flagged it as boot in parted, mounted it

Re: Installing grub-efi

2011-11-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.11.2011 01:20, Phillip Susi wrote: > Is there a different method to installing grub on efi? I've been > trying to convert my system to EFI so I set up a 100mb fat32 partition > and flagged it as boot in parted, mounted it, made /EFI/BOOT, and then /boot/efi > installed the grub-efi package a

Installing grub-efi

2011-11-07 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there a different method to installing grub on efi? I've been trying to convert my system to EFI so I set up a 100mb fat32 partition and flagged it as boot in parted, mounted it, made /EFI/BOOT, and then installed the grub-efi package and ran grub-

Re: [PATCH] Export functions to allow any module to perform primitive operations on serial port devices

2011-11-07 Thread Shea Levy
Hello, On Thu, Oct 27, 2011 at 2:31 PM, Shea Levy wrote: > > Hello all, > > These two commits make it straightforward for any module to interact > with serial devices. The essential change is making grub_serial_find > non-static and declaring it in serial.h, but I also added some inline > conveni

RE: Stall due to babble when reading card ATR from CCID device using UHCI

2011-11-07 Thread Lenthamre Johan
Hi Ales, I'm fairly new to USB at this lower level, and I realized that I used the wrong read API call. Since the ATR is of variable size I should've use the grub_usb_bulk_read_extended() call. Reading less resulted in babble and reading too much in a timeout. Using read_extended() worked fine.