Vladimir 'phcoder' Serbinenko
|
fff60aba9e
|
Remove leftovers from i386-coreboot.rmk
|
2010-05-18 14:29:33 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
13f58ea31f
|
merge mainline into newreloc
|
2010-05-18 13:19:42 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
1d3293d67d
|
Remove grub-mkisofs.
* conf/common.rmk (bin_UTILITIES): Remove grub-mkisofs.
(grub_mkisofs_SOURCES): Removed.
(grub_mkisofs_CFLAGS): Removed.
* util/mkisofs/defaults.h: Removed.
* util/mkisofs/eltorito.c: Likewise.
* util/mkisofs/exclude.h: Likewise.
* util/mkisofs/hash.c: Likewise.
* util/mkisofs/include/: Likewise.
* util/mkisofs/include/fctldefs.h: Likewise.
* util/mkisofs/include/mconfig.h: Likewise.
* util/mkisofs/include/prototyp.h: Likewise.
* util/mkisofs/include/statdefs.h: Likewise.
* util/mkisofs/iso9660.h: Likewise.
* util/mkisofs/joliet.c: Likewise.
* util/mkisofs/match.c: Likewise.
* util/mkisofs/match.h: Likewise.
* util/mkisofs/mkisofs.c: Likewise.
* util/mkisofs/mkisofs.h: Likewise.
* util/mkisofs/msdos_partition.h: Likewise.
* util/mkisofs/multi.c: Likewise.
* util/mkisofs/name.c: Likewise.
* util/mkisofs/rock.c: Likewise.
* util/mkisofs/tree.c: Likewise.
* util/mkisofs/write.c: Likewise.
|
2010-05-17 23:33:03 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
918405fd8c
|
merge mainline into rescue-efi
|
2010-05-17 21:26:16 +02:00 |
|
BVK Chaitanya
|
d2d32327a8
|
merge with mainline
|
2010-05-17 20:36:05 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
c6e5caab1d
|
Transform (broken) vga terminal into (working) vga video driver.
* conf/i386-pc.rmk (vga_mod_SOURCES): Change term/i386/pc/vga.c to
video/i386/pc/vga.c.
* include/grub/video.h (grub_video_driver_id):
Add GRUB_VIDEO_DRIVER_VGA.
* term/i386/pc/vga.c: Renamed to ...
* video/i386/pc/vga.c: ...this
(DEBUG_VGA): Removed.
(CHAR_WIDTH): Likewise.
(CHAR_HEIGHT): Likewise.
(TEXT_WIDTH): Likewise.
(TEXT_HEIGHT): Likewise.
(DEFAULT_FG_COLOR): Likewise.
(DEFAULT_BG_COLOR): Likewise.
(colored_char): Likewise.
(xpos): Likewise.
(ypos): Likewise.
(cursor_state): Likewise.
(fg_color): Likewise.
(bg_color): Likewise.
(text_buf): Likewise.
(page): Likewise.
(font): Likewise.
(framebuffer): New variable.
(set_read_map): Disabled.
(setup): New variable.
(is_target): Likewise.
(grub_vga_mod_init): Likewise.
(grub_vga_mod_fini): Likewise.
(check_vga_mem): Likewise.
(write_char): Likewise.
(write_cursor): Likewise.
(scroll_up): Likewise.
(grub_vga_putchar): Likewise.
(grub_vga_getcharwidth): Likewise.
(grub_vga_getwh): Likewise.
(grub_vga_getxy): Likewise.
(grub_vga_gotoxy): Likewise.
(grub_vga_cls): Likewise.
(grub_vga_setcolorstate): Likewise.
(grub_vga_setcursor): Likewise.
(grub_video_vga_init): New function.
(grub_video_vga_setup): Likewise.
(grub_video_vga_fini): Likewise.
(update_target): Likewise.
(grub_video_vga_blit_bitmap): Likewise.
(grub_video_vga_blit_render_target): Likewise.
(grub_video_vga_set_active_render_target): Likewise.
(grub_video_vga_get_active_render_target): Likewise.
(grub_video_vga_swap_buffers): Likewise.
(grub_video_vga_set_palette): Likewise.
(grub_video_vga_get_info_and_fini): Likewise.
(grub_vga_term): Removed.
(grub_video_vga_adapter): New variable.
(GRUB_MOD_INIT): Register a video driver instead of terminal.
(GRUB_MOD_FINI): Unrefister a video driver instead of terminal.
|
2010-05-09 11:00:21 +02:00 |
|
BVK Chaitanya
|
ab4da2cd36
|
build fixes for real platforms
|
2010-05-06 09:33:45 +05:30 |
|
BVK Chaitanya
|
da6e6f17f3
|
cygwin emu build fixes
|
2010-05-06 08:45:39 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
0cd8e62cfa
|
remove leftover modules
|
2010-05-05 21:41:25 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
6a82c1b2db
|
merge mainline into newreloc
|
2010-05-04 17:35:44 +02:00 |
|
BVK Chaitanya
|
81827e248c
|
merge with mainline
|
2010-05-04 09:09:03 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
ee0b981c20
|
Fix BSD tests. Move BSD bootchecks to i386.rmk in hope to enable them one day everywhere
|
2010-05-03 22:58:27 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
86fbf9798a
|
Fix makefile problem due to compression
|
2010-05-03 01:46:43 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
7f5320b319
|
Compress miniroot and decrease timeout
|
2010-05-02 23:09:45 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
05f602fc51
|
enable xnu on all platforms
|
2010-05-02 22:06:44 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
165134bcc1
|
* commands/iorw.c: New file.
* conf/i386.rmk (pkglib_MODULES): Add iorw.mod.
(iorw_mod_SOURCES): New variable.
(iorw_mod_CFLAGS): Likewise.
(iorw_mod_LDFLAGS): Likewise.
|
2010-05-01 19:37:04 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
aa8d7b2647
|
coreboot and qemu rescue disks and bootchecks
|
2010-05-01 16:33:22 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
c6fb51295b
|
merge mainline into newreloc
|
2010-05-01 15:10:44 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
7819a4562f
|
Use LBIO on coreboot.
* conf/i386-coreboot.rmk (kernel_img_SOURCES): Change
kern/i386/multiboot_mmap.c to kern/i386/coreboot/mmap.c.
* include/grub/i386/coreboot/memory.h (GRUB_LINUXBIOS_MEMBER_LINK):
New declaration.
* kern/i386/coreboot/init.c (grub_machine_init): Don't call
grub_machine_mmap_init on coreboot.
* kern/i386/coreboot/mmap.c (grub_linuxbios_table_iterate): Handle
GRUB_LINUXBIOS_MEMBER_LINK.
(grub_machine_mmap_iterate): Fix declaration.
* kern/i386/coreboot/startup.S: Don't save mbi location on coreboot.
|
2010-05-01 14:32:48 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
7210dca942
|
Split coreboot and multiboot ports.
* conf/i386-multiboot.rmk: New file.
* configure.ac: Add multiboot port.
* include/grub/i386/multiboot/boot.h: New file.
* include/grub/i386/multiboot/console.h: Likewise.
* include/grub/i386/multiboot/init.h: Likewise.
* include/grub/i386/multiboot/kernel.h: Likewise.
* include/grub/i386/multiboot/loader.h: Likewise.
* include/grub/i386/multiboot/memory.h: Likewise.
* include/grub/i386/multiboot/serial.h: Likewise.
* include/grub/i386/multiboot/time.h: Likewise.
* include/grub/multiboot.h: Add GRUB_MACHINE_MULTIBOOT to ifdef.
* loader/multiboot.c: Likewise.
* loader/multiboot_mbi2.c: Likewise.
* util/grub-mkrescue.in: Generate multiboot rescue.
|
2010-05-01 14:06:53 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
421e8a5591
|
Fix ppc compilation problems
|
2010-05-01 13:23:19 +02:00 |
|
BVK Chaitanya
|
6fdda85ae6
|
fix comment and brace handling
|
2010-04-30 13:50:41 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
3bd6968e56
|
fix i386-qemu building problems
|
2010-04-29 13:28:46 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
ae3c4cd010
|
Remove loader.h
|
2010-04-29 13:26:38 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
3af6010ff7
|
Disable kfreebsd-x86_64 and knetbsd-i386 bootchecks on non-pc
|
2010-04-28 09:41:34 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
dce9e78a4f
|
Increase bootcheck timeout
|
2010-04-28 09:40:50 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
cc9d24254f
|
* conf/x86-efi.rmk (linux_mod_SOURCES): Write explicitly to avoid
autogen issues.
|
2010-04-27 22:08:24 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
dc10619461
|
Add midding qemu-opts
|
2010-04-27 21:41:22 +02:00 |
|
BVK Chaitanya
|
f07ccea799
|
removed some duplicate code
|
2010-04-27 20:55:12 +05:30 |
|
Vladimir 'phcoder' Serbinenko
|
6c3d9c2845
|
merge boottest into newreloc
|
2010-04-27 13:34:07 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
6adde6749e
|
efi boottests
|
2010-04-27 13:23:11 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
55620b982d
|
merge rescue-efi into boottest
|
2010-04-27 11:15:23 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
19ba92760a
|
merge merge-mkimage into rescue-efi
|
2010-04-27 10:47:29 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
7fec686e6c
|
merge merge-mkimage into boottest
|
2010-04-27 10:37:27 +02:00 |
|
BVK Chaitanya
|
4c7085f82b
|
added support for --enable-grub-emu-modules build
|
2010-04-27 13:57:14 +05:30 |
|
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
|
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
|
0253aeb7a1
|
Unified grub-mkimage achieved
|
2010-04-26 13:11:43 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
7576adef7c
|
Remove grub-mkelfimage
|
2010-04-25 23:04:29 +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
|
2fa6a5dd44
|
rename grub-mkrawimage to grub-mkimage
|
2010-04-25 19:41:51 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
d31bc9964c
|
migrate kernel.img to elf
|
2010-04-25 01:54:46 +02:00 |
|
Jiro SEKIBA
|
f67dc308f6
|
Nilfs2 support.
* conf/common.rmk (grub_probe_SOURCES): Add fs/nilfs2.c.
(grub_fstest_SOURCES): Likewise.
(pkglib_MODULES): Add nilfs2.mod.
(nilfs2_mod_SOURCES): New variable.
(nilfs2_mod_CFLAGS): Likewise.
(nilfs2_mod_LDFLAGS): Likewise.
* conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/nilfs2.c.
* conf/sparc64-ieee1275.rmk (grub_setup_SOURCES): Add fs/nilfs2.c.
* fs/nilfs2.c: New file.
|
2010-04-24 22:09:08 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
91b58e6b74
|
EFI requests support for newreloc
|
2010-04-20 18:08:26 +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
|
7428eb2cf6
|
Revert useless and wrong parts
|
2010-04-18 20:38:40 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
d0faf8a1b3
|
Correct path to grub-ofpathname
|
2010-04-18 16:31:27 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
6e86896ed8
|
Use ofpathname in grub-setup on sparc
|
2010-04-18 14:02:13 +02:00 |
|