BVK Chaitanya
|
840b61d8f0
|
reorganized grub-emu sources to suite upcoming automake build system
|
2010-04-27 10:50:28 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
8ea6ecb36d
|
Some cleanups
|
2010-04-26 21:11:16 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
debaf23f7c
|
all images binary identical to the ones from trunk
|
2010-04-26 19:11:38 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
bb3208158a
|
Fill info for remaining platforms. Make efi image identical to image of previous grub-mkimage
|
2010-04-26 17:19:15 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
962b15b4c1
|
Fill info tables for qemu, sparc and mips
|
2010-04-26 14:42:40 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
0253aeb7a1
|
Unified grub-mkimage achieved
|
2010-04-26 13:11:43 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
94ac790645
|
Fix various issues created by previous commits
|
2010-04-26 10:56:12 +02:00 |
|
Christian Franke
|
460d8402e0
|
* include/grub/util/getroot.h (grub_get_prefix): Remove prototype.
* util/getroot.c [__CYGWIN__] (get_win32_path): Remove function.
(grub_get_prefix): Remove function.
* util/grub-emu.c (main): Replace grub_get_prefix () call by
make_system_path_relative_to_its_root ().
* util/sparc64/ieee1275/grub-setup.c (main): Likewise.
|
2010-04-26 03:35:55 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
614be3f119
|
#if-less grub-mkimage
|
2010-04-26 00:45:21 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
2296410ffb
|
initial support for ppc in grub-mkimage (bugs for now)
|
2010-04-25 22:26:29 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
d31bc9964c
|
migrate kernel.img to elf
|
2010-04-25 01:54:46 +02:00 |
|
BVK Chaitanya
|
bc4a2d832b
|
Fix emu build with grub-emu-pci and grub-emu-modules.
* include/grub/util/misc.h: Export grub_util_{info,error,warn}
functions.
* include/grub/libpciaccess.h: New file.
* conf/any-emu.rmk: Update kernel headers for emu build.
|
2010-04-19 16:04:56 +05:30 |
|
BVK Chaitanya
|
454c3001f2
|
fix emu build with grub-emu-pci and grub-emu-modules
|
2010-04-19 15:15:59 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
b076cdc730
|
Shave off bytes to compensate boot.img size increase
|
2010-04-18 18:22:58 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
ee9056d097
|
Support cross-disk installs. On non-cross-disk retrieve bootpath from chosen/bootpath
|
2010-04-18 16:35:08 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
6e86896ed8
|
Use ofpathname in grub-setup on sparc
|
2010-04-18 14:02:13 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
9130433353
|
Enable USB compilation on Yeeloong
|
2010-04-16 19:46:22 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
1c9d6bb81b
|
Initialise USB option controller
|
2010-04-16 19:43:52 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
4b0cd8f813
|
Fix cygwin compilation.
* configure.ac: Define NEED_REGISTER_FRAME_INFO.
* include/grub/misc.h (__register_frame_info)
[NEED_REGISTER_FRAME_INFO && !UTIL]: New export.
(__deregister_frame_info) [NEED_REGISTER_FRAME_INFO && !UTIL]: Likewise.
* kern/misc.c (__register_frame_info)
[NEED_REGISTER_FRAME_INFO && !UTIL]: New empty function.
(__deregister_frame_info) [NEED_REGISTER_FRAME_INFO && !UTIL]: Likewise.
|
2010-04-11 21:24:21 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
5d04b11e0e
|
Unify libgcc processing.
* Makefile.in (kernel_img_LDFLAGS): New variable.
* conf/common.rmk (kernel_img_HEADERS): Add libgcc.h.
* conf/i386-coreboot.rmk (kernel_img_LDFLAGS): Append instead of
overwriting.
* conf/i386-ieee1275.rmk (kernel_img_LDFLAGS): Likewise.
* conf/i386-pc.rmk (kernel_img_LDFLAGS): Likewise.
* conf/i386-qemu.rmk (kernel_img_LDFLAGS): Likewise.
* conf/x86-efi.rmk (kernel_img_LDFLAGS): Likewise.
* conf/mips-qemu-mips.rmk (kernel_img_LDFLAGS): Append instead of
overwriting. Remove -lgcc and -static-libgcc
* conf/mips-yeeloong.rmk (kernel_img_LDFLAGS): Likewise.
* conf/mips.rmk (kernel_img_HEADERS): Remove cpu/libgcc.h
* conf/powerpc-ieee1275.rmk (kernel_img_HEADERS): Remove cpu/libgcc.h
(kernel_img_LDFLAGS): Append instead of overwriting.
Remove -lgcc and -static-libgcc
* conf/sparc64-ieee1275.rmk: Likewise.
* include/grub/powerpc/libgcc.h: Move to ...
* include/grub/libgcc.h: .. this.
* include/grub/libgcc.h: Don't export most of the function on x86.
(__bswapsi2): New export.
(__bswapdi2): Likewise.
* include/grub/mips/libgcc.h: Removed.
* include/grub/sparc64/libgcc.h: Likewise.
|
2010-04-11 01:14:31 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
6734334a53
|
* include/grub/util/misc.h (canonicalise_file_name): Add missing
prototype.
Reported by: Seth Goldberg.
|
2010-04-10 12:46:12 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
f2fd9d2b2b
|
* include/grub/efi/memory.h (grub_machine_mmap_iterate): Remove
EXPORT_FUNC.
Reported by: Seth Goldberg.
|
2010-04-10 02:45:26 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
b3d0fa12af
|
Fix usb support
|
2010-04-10 01:56:51 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a29e902132
|
Merge mainline into emu-modload
|
2010-04-10 01:25:46 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
787928e31e
|
Remove newline_hook declaration
|
2010-04-09 23:15:33 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
4a55d631d7
|
Merge mainline into for_macros
|
2010-04-09 22:35:32 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
027de555e2
|
* normal/autofs.c (read_fs_list): New parameter 'prefix'.
All users updated.
* normal/crypto.c (read_crypto_list): Likewise.
* normal/dyncmd.c (read_command_list): Likewise.
* normal/term.c (read_terminal_list): Likewise.
* normal/main.c (read_lists): Use explicit prefix.
(read_lists_hook): Use read_lists.
(grub_normal_execute): Likewise.
|
2010-04-09 21:07:24 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a87add6d17
|
merge mainline into bidi
|
2010-04-09 19:40:31 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
9e71201f48
|
merge mainline into bidi
|
2010-04-09 19:31:43 +02:00 |
|
BVK Chaitanya
|
c41c00eab6
|
merged with mainline
|
2010-04-09 21:44:59 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
3bf09c9ea8
|
rename format from raw to yeeloong_flash
|
2010-04-06 22:23:02 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
781d7798bb
|
Fix interrupt and windows problems
|
2010-04-06 22:12:04 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
f9e7780cff
|
Fix an early timer-related hang
|
2010-04-06 02:40:44 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
04a3792f87
|
Macroify fwstart.S more
|
2010-04-05 22:39:58 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a6132b9f3f
|
Merge mainline into yeeloongfw
|
2010-04-05 17:35:03 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
064cb524ec
|
* include/grub/i386/pc/init.h (grub_get_mmap_entry): Don't export.
* conf/i386-pc.rmk (kernel_img_HEADERS): Remove machine/init.h.
|
2010-04-05 15:57:40 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a8c3b552a7
|
Remove unused grub_vga_get_font.
* kern/i386/pc/startup.S (grub_vga_get_font): Removed.
* include/grub/i386/pc/vga.h (grub_vga_get_font): Likewise.
|
2010-04-04 14:12:11 +02:00 |
|
Grégoire Sutre
|
187bbe3d9c
|
* kern/misc.c: Disable the __enable_execute_stack hack for utilities.
* include/grub/misc.h: Likewise.
|
2010-04-03 21:00:21 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
8c46a785e3
|
mips multiboot2 support
|
2010-04-03 14:14:48 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a60f822cb2
|
Add missing id field to grub_video_sm712_adapter
|
2010-04-03 14:12:43 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
f651947b58
|
Merge mainline into bidi
|
2010-03-30 11:24:28 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
483c5e7d47
|
Transform remarkable unicode codepoints into enum
|
2010-03-29 13:36:08 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
0546172e3e
|
Basic thaana support
|
2010-03-29 13:31:03 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
e2588ccbfe
|
Alif and alaph superscripts
|
2010-03-29 13:01:08 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
ad109fe056
|
Arabic diacritics support
|
2010-03-29 04:11:14 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a82890fffc
|
Shape arabic code when on UTF-8 visual
|
2010-03-29 03:37:24 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
3f11c7131e
|
Generate shaping table based on unicode if source font has none
|
2010-03-29 02:06:40 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
016883a55c
|
* include/multiboot2.h: Resync with spec.
|
2010-03-28 14:19:41 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
f5d5c327e3
|
Remove VBE multiboot support
|
2010-03-28 13:46:42 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
df32be8cc1
|
Merge mainline into mbtag
|
2010-03-27 22:14:41 +01:00 |
|