Re: [PATCH] add --boot-directory option to grub-mkstandalone

2013-12-21 Thread Andrey Borzenkov
В Пт, 20/12/2013 в 12:16 +, Colin Watson пишет: > On Fri, Dec 13, 2013 at 07:40:54PM +0400, Andrey Borzenkov wrote: > > > 2) make it possible for grub-mkstandalone to build images with the > > >prefix set to something other than (memdisk)/boot/grub > > > > Like below? > > Indeed, I like t

Re: [PATCH] add --boot-directory option to grub-mkstandalone

2013-12-21 Thread Andrey Borzenkov
В Сб, 21/12/2013 в 14:29 +0400, Andrey Borzenkov пишет: > + xasprintf ("(memdisk)%s", bootdir), Fixed as well. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH v3 2/2] arm64: add EFI Linux loader

2013-12-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.12.2013 17:44, Leif Lindholm wrote: > Bugfix of v2 loaded_fdt handling and removal of redundant typedefs. > > --- > grub-core/Makefile.core.def|3 +- > grub-core/loader/arm64/linux.c | 479 > > include/grub/arm64/linux.h | 54 + >

Re: [PATCH]: xHCI/EHCI - Windows - BIOS bug interaction.

2013-12-21 Thread Aleš Nesrsta
Hi Christian, I think - generally, if OS is able to work with this Intel chipset, then it should handle change of XUSB2PR and USB3_PSSEN registers state during reboot (or sleep/resume). In opposite case, when OS is not able to work with this chipset, then OS will not touch these registers - and ro

Re: [PATCH] * grub-core/kern/uboot/init.c (uboot_timer_ms) correct units

2013-12-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 15.12.2013 16:23, Ian Campbell wrote: > From: Ian Campbell > > u-boot's API_GET_TIMER returns the current time in ms by directly exposing the > internal get_timer which is in ms, which isn't all that clearly documented but > is obvious from the use within u-boot and is mentioned in > http://ww

ARM kernel parameters

2013-12-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. I've been able to boot Linux on my raspberry pi, after fixing several bugs in loader. But for this I had to have a line like: linux /kernel_cutdown.img dma.dmachans=0x bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708.boardrev=0xe bcm2708.serial=0x smsc95xx.macaddr=??:?

Re: please attempt to minimize string changes

2013-12-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.12.2013 23:34, Benno Schulenberg wrote: > > Hi, > > On Sat, Dec 21, 2013, at 23:12, bug-grub-ow...@gnu.org wrote: >> You are not allowed to post to this mailing list, and your message has >> been automatically rejected. If you think that your messages are >> being rejected in error, contac

Re: [PATCH] * grub-core/kern/uboot/init.c (uboot_timer_ms) correct units

2013-12-21 Thread Ian Campbell
On Sat, 2013-12-21 at 23:23 +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 15.12.2013 16:23, Ian Campbell wrote: > > From: Ian Campbell > > > > u-boot's API_GET_TIMER returns the current time in ms by directly exposing > > the > > internal get_timer which is in ms, which isn't all that

Re: [PATCH] * grub-core/kern/uboot/init.c (uboot_timer_ms) correct units

2013-12-21 Thread Ian Campbell
On Sun, 2013-12-22 at 01:21 +, Ian Campbell wrote: > On Sat, 2013-12-21 at 23:23 +0100, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > > On 15.12.2013 16:23, Ian Campbell wrote: > > > From: Ian Campbell > > > > > > u-boot's API_GET_TIMER returns the current time in ms by directly > > > exp

Re: [PATCH] * grub-core/kern/uboot/init.c (uboot_timer_ms) correct units

2013-12-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.12.2013 02:29, Ian Campbell wrote: > On Sun, 2013-12-22 at 01:21 +, Ian Campbell wrote: >> On Sat, 2013-12-21 at 23:23 +0100, Vladimir 'φ-coder/phcoder' Serbinenko >> wrote: >>> On 15.12.2013 16:23, Ian Campbell wrote: From: Ian Campbell u-boot's API_GET_TIMER returns the

Re: please attempt to minimize string changes

2013-12-21 Thread Andrey Borzenkov
В Вс, 22/12/2013 в 00:55 +0100, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > > > While updating the Dutch translations of grub's messages, I notice that > > some strings have changed in unnecessary ways. The change that makes > > me write this mail is the one in util/grub-mkrescue.c, lines 21