How to make/compile and link Open Source gnu-2.00 package?

2013-07-18 Thread Stojsavljevic, Zoran
Hello, I would like to set/configure Open Source gnu-2.00 package (or later) in order to be able to support the following configuration on my target HDD: Directory /boot: [zorans@localhost boot]$ ls -al total 84580 drwxr-xr-x. 3 root root 4096 Jul 12 14:27 . drwxr-xr-x. 22 root root 409

[PATCH] [7/?] grub-core/gfxmenu/gui_list.c - scrollbar thumb offsets

2013-07-18 Thread Vladimir Testov
New options scrollbar_thumb_top_offset scrollbar_thumb_bottom_offset With these two options we can make scrollbar thumb with round edges so it will fit to the scrollbar frame. See screenshots. offset is a number of pixels to indent from the edge of the center slice of the scrollbar's frame. pos

[PATCH] Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-18 Thread Aleš Nesrsta
Hi, after some debugging I have found bug(s) in handling of QHs related to EHCI low speed split interrupt transfers. Attached patch seems to solve problem described below (non-working USB keyboard attached to the same port where was USB disk previously). Please try it - maybe it solves also

ARM how-to?

2013-07-18 Thread Andrey Borzenkov
Could someone provide simple steps how to actually use ARM port? As I understand core.img need to be installed as payload for native bootloader, right? Is it supported by grub-install or needs manual intervention? ___ Grub-devel mailing list Grub-devel@g

grub-core/Makefile.libfdt.def missing in current trunk

2013-07-18 Thread Andrey Borzenkov
bor@opensuse:~/build/grub> LC_ALL=C make dist-xz make: *** No rule to make target `grub-core/Makefile.libfdt.def', needed by `distdir'. Stop. bor@opensuse:~/build/grub> bor@opensuse:~/src/grub> grep -r libfdt . ./.bzrignore:grub-core/Makefile.libfdt.def ./conf/Makefile.extra-dist:EXTRA_DIST +=

Re: ARM how-to?

2013-07-18 Thread Leif Lindholm
On 18 July 2013 17:58, Andrey Borzenkov wrote: > Could someone provide simple steps how to actually use ARM port? As I > understand core.img need to be installed as payload for native > bootloader, right? Is it supported by grub-install or needs manual > intervention? If you are using the u-boot

Re: [PATCH] Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-18 Thread Javier Vasquez
On 7/18/13, Aleš Nesrsta wrote: > ... > Attached patch seems to solve problem described below (non-working USB > keyboard attached to the same port where was USB disk previously). > > Please try it - maybe it solves also reported keyboard problem on > fuloong/loongson. > ... I applied the patch,