]> git.proxmox.com Git - grub2.git/log
grub2.git
12 years ago * grub-core/kern/device.c (grub_device_open): Remove dead code.
Vladimir 'phcoder' Serbinenko [Tue, 19 Jun 2012 09:20:34 +0000 (11:20 +0200)]
* grub-core/kern/device.c (grub_device_open): Remove dead code.

12 years ago * include/grub/elf.h: Rename R_PPC to GRUB_R_PPC to avoid collisions.
Vladimir 'phcoder' Serbinenko [Mon, 18 Jun 2012 19:09:57 +0000 (21:09 +0200)]
* include/grub/elf.h: Rename R_PPC to GRUB_R_PPC to avoid collisions.
All users updated.

12 years ago * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Generate
Vladimir 'phcoder' Serbinenko [Mon, 18 Jun 2012 19:07:26 +0000 (21:07 +0200)]
* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Generate
UUID search command even if hints probing failed.

12 years ago * po/POTFILES.in: Regenerated.
Vladimir 'phcoder' Serbinenko [Mon, 18 Jun 2012 19:05:08 +0000 (21:05 +0200)]
* po/POTFILES.in: Regenerated.

12 years ago Speed-up video on fuloong.
Vladimir 'phcoder' Serbinenko [Sat, 16 Jun 2012 23:09:32 +0000 (01:09 +0200)]
Speed-up video on fuloong.

* grub-core/bus/bonito.c (grub_pci_device_map_range_cached):
New function.
(grub_pci_device_unmap_range): Handle non-cached address.
* grub-core/video/sis315pro.c (framebuffer): Remove render_target and
add direct_ptr.
(grub_video_sis315pro_video_fini): Unmap direct_ptr.
(grub_video_sis315pro_setup): Use cache address and grub_video_fb_setup.
(grub_video_sis315pro_set_active_render_target): Removed.
(grub_video_sis315pro_get_info_and_fini): Use uncached address.
(grub_video_adapter): Use grub_video_fb_set_active_render_target.
(grub_video_sis315pro_swap_buffers): Call grub_video_fb_swap_buffers and
sync caches.
* include/grub/mips/loongson/pci.h (grub_pci_device_map_range_cached):
New proto.

12 years ago * docs/grub.texi (Multi-boot manual config): New section.
Vladimir 'phcoder' Serbinenko [Fri, 15 Jun 2012 22:32:59 +0000 (00:32 +0200)]
* docs/grub.texi (Multi-boot manual config): New section.

12 years ago Avoid slow read-back from VRAM.
Vladimir 'phcoder' Serbinenko [Fri, 15 Jun 2012 21:57:20 +0000 (23:57 +0200)]
Avoid slow read-back from VRAM.

* include/grub/video_fb.h (grub_video_fb_doublebuf_update_screen_t):
Move from here ...
* grub-core/video/fb/video_fb.c
(grub_video_fb_doublebuf_update_screen_t): ... here. Remove arguments.
* grub-core/video/fb/video_fb.c (framebuf_t): New type.
(front_target): Remove front_target. Add pages.
(grub_video_fb_init): Skip setting front_pages.
(grub_video_fb_fini): Likewise.
(doublebuf_blit_update_screen): Use pages.
(grub_video_fb_doublebuf_blit_init): Likewise.
(doublebuf_pageflipping_init): Allocate offscreen buffer.
(doublebuf_pageflipping_update_screen): Use offscreen buffer.
(grub_video_fb_setup): Prefer doublebuffing.

12 years ago * grub-core/normal/main.c (GRUB_MOD_INIT): Ignore errors when loading
Vladimir 'phcoder' Serbinenko [Fri, 15 Jun 2012 21:42:34 +0000 (23:42 +0200)]
* grub-core/normal/main.c (GRUB_MOD_INIT): Ignore errors when loading
gzio.

12 years ago Add loongson tests.
Vladimir 'phcoder' Serbinenko [Fri, 15 Jun 2012 17:42:25 +0000 (19:42 +0200)]
Add loongson tests.

* tests/util/grub-shell.in: Handle loongson.
* tests/partmap_test.in: Add loongson to the list of platform using ATA
drivers.
* grub-core/tests/boot/linux.init-mips.S (SHUTDOWN_MAGIC3) [REBOOT]:
Reboot instead of shutdown if REBOOT is defined.

12 years ago * grub-core/lib/mips/loongson/reboot.c (grub_reboot): Use 32-bit
Vladimir 'phcoder' Serbinenko [Fri, 15 Jun 2012 17:36:10 +0000 (19:36 +0200)]
* grub-core/lib/mips/loongson/reboot.c (grub_reboot): Use 32-bit
sized ports since unlike on real hardware qemu supports only 32-bit
regs.

12 years ago * Makefile.util.def (grub-mkrescue): Enable on loongson.
Vladimir 'phcoder' Serbinenko [Fri, 15 Jun 2012 16:35:11 +0000 (18:35 +0200)]
* Makefile.util.def (grub-mkrescue): Enable on loongson.
* util/grub-mkrescue.in: Handle loongson.

12 years ago * util/getroot.c (convert_system_partition_to_system_disk) [__APPLE__]:
Vladimir 'phcoder' Serbinenko [Thu, 14 Jun 2012 17:16:30 +0000 (19:16 +0200)]
* util/getroot.c (convert_system_partition_to_system_disk) [__APPLE__]:
Set is_part appropriately.
(grub_util_biosdisk_get_grub_dev): Use is_part rather than comparing
names. Canonicalize partition without full disk.

12 years ago Revert usb-quiesce since it's wrong.
Vladimir 'phcoder' Serbinenko [Wed, 13 Jun 2012 20:44:45 +0000 (22:44 +0200)]
Revert usb-quiesce since it's wrong.

* grub-core/disk/ieee1275/ofdisk.c (quiesce): Removed.
(grub_ofdisk_init): Don't do quiesce.

12 years ago * grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options): Apply
Vladimir 'phcoder' Serbinenko [Tue, 12 Jun 2012 23:38:40 +0000 (01:38 +0200)]
* grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options): Apply
PowerMac workaround to Xserves as well.
Information supplied by: Benjamin Herrenschmidt.

12 years ago Don't assume that beginning address is also the entry point on ppc.
Vladimir 'phcoder' Serbinenko [Tue, 12 Jun 2012 23:15:15 +0000 (01:15 +0200)]
Don't assume that beginning address is also the entry point on ppc.

* grub-core/loader/powerpc/ieee1275/linux.c (linux_entry): New variable.
(grub_linux_boot): Use linux_entry.
(grub_linux_load32): Fill linux_entry. Fix setting linux_addr.
(grub_linux_load64): Likewise.

12 years ago * util/grub-install.in: Fix cross-disk check on non-PreP machines.
Vladimir 'phcoder' Serbinenko [Tue, 12 Jun 2012 23:09:36 +0000 (01:09 +0200)]
* util/grub-install.in: Fix cross-disk check on non-PreP machines.

12 years ago * grub-core/term/ieee1275/console.c (grub_console_fini): Don't
Vladimir 'phcoder' Serbinenko [Tue, 12 Jun 2012 23:06:35 +0000 (01:06 +0200)]
* grub-core/term/ieee1275/console.c (grub_console_fini): Don't
needlessly lose the console.

12 years ago * grub-core/normal/dyncmd.c (read_command_list): Don't access freed
Vladimir 'phcoder' Serbinenko [Tue, 12 Jun 2012 23:04:14 +0000 (01:04 +0200)]
* grub-core/normal/dyncmd.c (read_command_list): Don't access freed
space.

12 years ago Remove non-functional EFI grub_get_rtc. Put a better fatal message
Vladimir 'phcoder' Serbinenko [Mon, 11 Jun 2012 18:44:38 +0000 (20:44 +0200)]
Remove non-functional EFI grub_get_rtc. Put a better fatal message
than current grub_get_rtc() not implemented when booted with
coreboot without TSC.

* grub-core/Makefile.am: Exclude efi/time.h from kernel headers.
Add machine/time.h to kernel headers on loongson.
* grub-core/Makefile.core.def (kernel): Remove
kern/generic/rtc_get_time_ms.c on qemu-multiboot-coreboot.
* grub-core/kern/efi/efi.c (grub_rtc_get_time_ms): Removed.
(grub_get_rtc): Likewise.
* grub-core/kern/generic/rtc_get_time_ms.c: Include grub/machine/time.h.
* grub-core/kern/i386/coreboot/init.c (grub_get_rtc): Removed.
* grub-core/kern/i386/pc/init.c: Include grub/machine/init.h.
* grub-core/kern/i386/tsc.c (grub_tsc_init)
[!GRUB_MACHINE_PCBIOS && !GRUB_MACHINE_IEEE1275]: Call grub_fatal
rather than installing known non-working time source.
* grub-core/kern/ieee1275/init.c (grub_get_rtc): Removed.
* grub-core/kern/mips/loongson/init.c: Include grub/machine/time.h.
* include/grub/time.h: Don't include machine/time.h.
* include/grub/efi/time.h: Removed.
* include/grub/i386/efi/time.h: Likewise.
* include/grub/i386/ieee1275/time.h: Likewise.
* include/grub/powerpc/ieee1275/time.h: Likewise.
* include/grub/sparc64/ieee1275/time.h: Likewise.
* include/grub/x86_64/efi/time.h: Likewise.

12 years ago Remove dor on i and j when combining with above diacritics.
Vladimir 'phcoder' Serbinenko [Sun, 10 Jun 2012 22:20:55 +0000 (00:20 +0200)]
Remove dor on i and j when combining with above diacritics.

* include/grub/unicode.h (GRUB_UNICODE_DOTLESS_LOWERCASE_I): New enum
value.
(GRUB_UNICODE_DOTLESS_LOWERCASE_J): Likewise.
* grub-core/font/font.c (grub_font_construct_dry_run): Replace i and j
with dotless variants when any combining above is present.

12 years ago * tests/grub_script_expansion.in: Explicitly tell grep that we handle
Vladimir 'phcoder' Serbinenko [Sat, 9 Jun 2012 17:58:38 +0000 (19:58 +0200)]
* tests/grub_script_expansion.in: Explicitly tell grep that we handle
text and not binary.

12 years ago Stop polling as soon as we have the packet we were waiting for.
Vladimir 'phcoder' Serbinenko [Sat, 9 Jun 2012 09:06:55 +0000 (11:06 +0200)]
Stop polling as soon as we have the packet we were waiting for.

* include/grub/net.h (grub_net_poll_cards): New argument stop_condition.
All users updated.
* grub-core/net/arp.c (have_pending): New var.
(pending_req): Likewise.
(grub_net_arp_send_request): Fill pending_req and use have_pending as
stop indicator.
(grub_net_arp_receive): Set have_pending.
* grub-core/net/dns.c (recv_data): New field stop.
(recv_hook): Set stop.
(grub_net_dns_lookup): Init stop and use as stop condition.
* grub-core/net/http.c (http_establish): Use headers_recv as stop
condition.
* grub-core/net/net.c (grub_net_poll_cards): New argument
stop_condition. Stop when it goes true.
* grub-core/net/tcp.c (grub_net_tcp_open): Use `established' as stop
indicator.
* grub-core/net/tftp.c (tftp_open): Use `have_oack' as stop indicator.

12 years ago Keep TX and RX buffers on EFI rather than always allocate new ones.
Vladimir 'phcoder' Serbinenko [Sat, 9 Jun 2012 09:00:18 +0000 (11:00 +0200)]
Keep TX and RX buffers on EFI rather than always allocate new ones.

* include/grub/net.h (grub_net_card_driver): Allow driver to modify
card. All users updated.
(grub_net_card): New members txbuf, rcvbuf, rcvbufsize and txbusy.
* grub-core/net/drivers/efi/efinet.c (send_card_buffer): Reuse buffer.
(get_card_packet): Likewise.
(grub_efinet_findcards): Init new fields.

12 years ago * grub-core/term/ieee1275/serial.c (do_real_config): Fix cast to fix
Vladimir 'phcoder' Serbinenko [Sat, 9 Jun 2012 08:55:02 +0000 (10:55 +0200)]
* grub-core/term/ieee1275/serial.c (do_real_config): Fix cast to fix
compilation error on sparc64.

12 years ago Use ITC on IA64 rather than broken routine based on daytime.
Vladimir 'phcoder' Serbinenko [Sat, 9 Jun 2012 08:52:39 +0000 (10:52 +0200)]
Use ITC on IA64 rather than broken routine based on daytime.

* grub-core/kern/efi/efi.c (grub_rtc_get_time_ms) [__ia64__]: Remove on
ia64.
(grub_get_rtc) [__ia64__]: Likewise.
* grub-core/kern/ia64/efi/init.c (divisor): New variable.
(get_itc): New function.
(grub_rtc_get_time_ms): Likewise.
(grub_machine_init): Calibrate ITC.
* include/grub/efi/time.h (grub_get_rtc), (GRUB_TICKS_PER_SECOND):
Keep only on non-ia64. Don't export since it's broken and used only
if TSC is unavailable.

12 years ago * grub-core/disk/efi/efidisk.c (find_parent_device): Return the parent
Vladimir 'phcoder' Serbinenko [Sat, 9 Jun 2012 08:43:24 +0000 (10:43 +0200)]
* grub-core/disk/efi/efidisk.c (find_parent_device): Return the parent
even if it's used.
(name_devices): Replace #if 0 with #ifdef DEBUG_NAMES.
Skip if parent is unused.

12 years ago * tests/partmap_test.in: Skip on ppc due to serious firmware bug.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 21:02:37 +0000 (23:02 +0200)]
* tests/partmap_test.in: Skip on ppc due to serious firmware bug.

12 years ago Fix wildcard escaping.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 20:54:21 +0000 (22:54 +0200)]
Fix wildcard escaping.

* grub-core/commands/wildcard.c (wildcard_escape): Moved from here ...
* grub-core/script/execute.c (wildcard_escape): .. to here.
Don't escape dot.
* grub-core/commands/wildcard.c (wildcard_unescape): Moved from here ...
* grub-core/script/execute.c (wildcard_unescape): .. to here.
Don't escape dot.
* grub-core/script/execute.c (gettext_append): Always escape.
(grub_script_arglist_to_argv): Always handle escaping/unescaping.
* grub-core/script/yylex.l: Don't cut away the escaping.
* tests/grub_script_echo1.in: Add tests with wildcard.

12 years ago * grub-core/bus/usb/serial/ftdi.c (real_config): Handle 1.5 stop bits.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 18:40:40 +0000 (20:40 +0200)]
* grub-core/bus/usb/serial/ftdi.c (real_config): Handle 1.5 stop bits.
(ftdi_hw_configure): Likewise.
* grub-core/bus/usb/serial/pl2303.c (GRUB_PL2303_STOP_BITS_1_5): New
define.
(real_config): Handle 1.5 stop bits.
(pl2303_hw_configure): Likewise.

12 years ago * Makefile.am: Add ppc linux bootcheck.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 18:35:54 +0000 (20:35 +0200)]
* Makefile.am: Add ppc linux bootcheck.
* grub-core/tests/boot/linux-ppc.cfg: New file.
* grub-core/tests/boot/linux.init-ppc.S: Likewise.

12 years ago * tests/grub_script_expansion.in: Skip network protocols.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 18:31:05 +0000 (20:31 +0200)]
* tests/grub_script_expansion.in: Skip network protocols.

12 years ago * tests/util/grub-shell.in: Use escc-ch-a port on ppc.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 18:29:15 +0000 (20:29 +0200)]
* tests/util/grub-shell.in: Use escc-ch-a port on ppc.

12 years ago * util/powerpc/ieee1275/grub-mkrescue.in: Handle (and ignore)
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 18:23:39 +0000 (20:23 +0200)]
* util/powerpc/ieee1275/grub-mkrescue.in: Handle (and ignore)
--rom-directory.
Add -graft-points.

12 years ago ESCC serial driver for conducting sautomated tests in qemu.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 17:42:59 +0000 (19:42 +0200)]
ESCC serial driver for conducting sautomated tests in qemu.
Not tested on real hardware.

* include/grub/serial.h (grub_serial_port): New field escc_desc.
* grub-core/term/ieee1275/escc.c: New file.
* grub-core/Makefile.core.def (escc): New module.

12 years ago * grub-core/term/ieee1275/serial.c (do_real_config): Set handle to
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 17:34:57 +0000 (19:34 +0200)]
* grub-core/term/ieee1275/serial.c (do_real_config): Set handle to
invalid on error.
(serial_hw_fetch): Don't read invalid handle.
(serial_hw_put): Don't write into invalid handle.

12 years ago Add a 1.5 stop bits value.
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 17:32:57 +0000 (19:32 +0200)]
Add a 1.5 stop bits value.

* grub-core/term/serial.c (grub_cmd_serial): Handle 1.5.
* include/grub/serial.h (grub_serial_stop_bits_t): Add
GRUB_SERIAL_STOP_BITS_1_5.

12 years ago * grub-core/commands/wildcard.c (wildcard_expand): Set default return
Vladimir 'phcoder' Serbinenko [Fri, 8 Jun 2012 17:29:43 +0000 (19:29 +0200)]
* grub-core/commands/wildcard.c (wildcard_expand): Set default return
value rather than let it uninited.

12 years ago * grub-core/commands/wildcard.c (+check_file): New function.
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 21:18:04 +0000 (23:18 +0200)]
* grub-core/commands/wildcard.c (+check_file): New function.
(wildcard_expand): Don't expand to non-existing files, expand with
suffix and not attempt to expand if not needed.

12 years ago * grub-core/disk/efi/efidisk.c (name_devices): Don't make disks
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 19:55:55 +0000 (21:55 +0200)]
* grub-core/disk/efi/efidisk.c (name_devices): Don't make disks
out of partitions containing other partitions.

12 years ago Pass PCIINFO on BIOS to OpenBSD since otherwise it fails to boot
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 14:41:52 +0000 (16:41 +0200)]
Pass PCIINFO on BIOS to OpenBSD since otherwise it fails to boot
on some qemu versions with GRUB.

* include/grub/i386/openbsd_bootarg.h (OPENBSD_BOOTARG_PCIBIOS): New
define.
(grub_openbsd_bootarg_pcibios): New struct.
* grub-core/loader/i386/bsd.c (grub_openbsd_boot) [GRUB_MACHINE_PCBIOS]:
Add PCIINFO.

12 years ago * tests/util/grub-shell.in: Trim firmware output on EFI.
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 14:33:17 +0000 (16:33 +0200)]
* tests/util/grub-shell.in: Trim firmware output on EFI.

12 years ago * grub-core/Makefile.core.def (vga_text): Disable on muliboot
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 13:18:21 +0000 (15:18 +0200)]
* grub-core/Makefile.core.def (vga_text): Disable on muliboot
and coreboot since it's already in kernel.

12 years ago * util/getroot.c (grub_util_get_dm_node_linear_info): Moved from here...
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 12:24:48 +0000 (14:24 +0200)]
* util/getroot.c (grub_util_get_dm_node_linear_info): Moved from here...
* grub-core/kern/emu/hostdisk.c (grub_util_get_dm_node_linear_info):
to here. New return value start. All users updated.
Recursively scan linear mappings.
* include/grub/emu/hostdisk.h (grub_util_get_dm_node_linear_info): New
proto.
* grub-core/kern/emu/hostdisk.c (grub_hostdisk_find_partition_start):
Use grub_util_get_dm_node_linear_info.
* util/getroot.c (convert_system_partition_to_system_disk): Use
grub_util_info rather than grub_dprintf.
(grub_util_biosdisk_get_grub_dev): Add a new grub_util_info.

12 years ago Move handling of GRUB_QEMU_OPTS to grub-shell so that make check works.
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 12:14:02 +0000 (14:14 +0200)]
Move handling of GRUB_QEMU_OPTS to grub-shell so that make check works.

* Makefile.am: Remove GRUB_QEMU_OPTS handling.
* tests/util/grub-shell.in: Add GRUB_QEMU_OPTS handling.

12 years ago * include/grub/types.h (grub_set_unaligned64): New function.
Vladimir 'phcoder' Serbinenko [Thu, 7 Jun 2012 12:07:02 +0000 (14:07 +0200)]
* include/grub/types.h (grub_set_unaligned64): New function.
* util/grub-setup.c (write_rootdev): Use unaligned access functions.
(setup): Likewise.

12 years ago * grub-core/disk/ieee1275/ofdisk.c (quiesce): New function.
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 17:00:04 +0000 (19:00 +0200)]
* grub-core/disk/ieee1275/ofdisk.c (quiesce): New function.
(grub_ofdisk_fini): Quiesce USB devices.

12 years ago * grub-core/loader/powerpc/ieee1275/linux.c (grub_linux_boot): Sync
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 16:58:19 +0000 (18:58 +0200)]
* grub-core/loader/powerpc/ieee1275/linux.c (grub_linux_boot): Sync
caches.

12 years ago * util/grub-fstest.c (cmd_crc): Use grub_get_unaligned32 for safety.
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:42:11 +0000 (12:42 +0200)]
* util/grub-fstest.c (cmd_crc): Use grub_get_unaligned32 for safety.

12 years ago * grub-core/disk/pata.c (grub_pata_pio_read)
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:38:49 +0000 (12:38 +0200)]
* grub-core/disk/pata.c (grub_pata_pio_read)
[GRUB_MACHINE_MIPS_QEMU_MIPS]: Don't byteswap even on mipseb.
(grub_pata_pio_write) [GRUB_MACHINE_MIPS_QEMU_MIPS]: Likewise.

12 years ago Extend automated tests to qemu-mips.
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:36:33 +0000 (12:36 +0200)]
Extend automated tests to qemu-mips.

* Makefile.am: reorganise tests and enable qemu-mips.
* configure.ac (COND_mipseb), (COND_mipsel): New conditions.
* grub-core/tests/boot/linux.init-mips.S: New file.
* tests/partmap_test.in: Handle ata0 disks.
* tests/util/grub-shell.in: Handle qemu-mips. Make defaults work on
non-pc i386.

12 years ago * Makefile.util.def (grub-mkrescue) Anable on mips_qemu_mips and
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:31:24 +0000 (12:31 +0200)]
* Makefile.util.def (grub-mkrescue) Anable on mips_qemu_mips and
ia64.
* util/grub-mkrescue.in: Handle qemu-mips and ia64. Add missing
quotes while on it.

12 years ago * grub-core/kern/mips/qemu_mips/init.c (grub_exit): Implement.
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:28:25 +0000 (12:28 +0200)]
* grub-core/kern/mips/qemu_mips/init.c (grub_exit): Implement.
(grub_halt): Likewise.
* grub-core/lib/mips/qemu_mips/reboot.c (grub_reboot): Likewise.

12 years ago * grub-core/term/serial.c (grub_serial_register)
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:25:13 +0000 (12:25 +0200)]
* grub-core/term/serial.c (grub_serial_register)
[GRUB_MACHINE_MIPS_QEMU_MIPS]: Don't autostart console in order to bring
the behaviour in line with x86 platforms.

12 years ago * grub-core/commands/hdparm.c (le16_to_char): Always byte-swap strings.
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:22:32 +0000 (12:22 +0200)]
* grub-core/commands/hdparm.c (le16_to_char): Always byte-swap strings.
(grub_ata_strncpy): Likewise.
(grub_ata_identify): Add missing byteswaps.

12 years ago * grub-core/term/i386/pc/vga_text.c (screen_write_char): Add missing
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 10:20:08 +0000 (12:20 +0200)]
* grub-core/term/i386/pc/vga_text.c (screen_write_char): Add missing
byte-swap.
(screen_read_char): Likewise.
(grub_vga_text_cls): Likewise.

12 years ago * grub-core/loader/efi/chainloader.c (copy_file_path): Handle non-ASCII
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 00:34:32 +0000 (02:34 +0200)]
* grub-core/loader/efi/chainloader.c (copy_file_path): Handle non-ASCII
filenames.
(make_file_path): Likewise.

12 years ago * grub-core/disk/ieee1275/ofdisk.c (scan): Support vscsi on IBM
Vladimir 'phcoder' Serbinenko [Wed, 6 Jun 2012 00:31:27 +0000 (02:31 +0200)]
* grub-core/disk/ieee1275/ofdisk.c (scan): Support vscsi on IBM
machines.
Tested by: Paulo Flabiano Smorigo.
Crucial information about API supplied by: Coleen <Last name unknown>.
Reviewed by: Coleen <Last name unknown>.

12 years ago * util/grub-mkimage.c: Disable -Wcast-align.
Vladimir 'phcoder' Serbinenko [Tue, 5 Jun 2012 15:22:29 +0000 (17:22 +0200)]
* util/grub-mkimage.c: Disable -Wcast-align.

12 years ago * grub-core/genmod.sh.in: Enable objconv errors 2030, 2050 and 2031
Vladimir 'phcoder' Serbinenko [Tue, 5 Jun 2012 15:20:39 +0000 (17:20 +0200)]
* grub-core/genmod.sh.in: Enable objconv errors 2030, 2050 and 2031
as they are fatal.

12 years ago * grub-core/Makefile.am (rs_decoder.S): Add missing -ffreestanding.
Vladimir 'phcoder' Serbinenko [Tue, 5 Jun 2012 15:18:04 +0000 (17:18 +0200)]
* grub-core/Makefile.am (rs_decoder.S): Add missing -ffreestanding.

12 years ago * util/grub-probe.c (escape_of_path): Fix double free.
Vladimir 'phcoder' Serbinenko [Tue, 5 Jun 2012 15:16:14 +0000 (17:16 +0200)]
* util/grub-probe.c (escape_of_path): Fix double free.

12 years ago * grub-core/commands/videoinfo.c (hook): Show pitch.
Vladimir 'phcoder' Serbinenko [Tue, 5 Jun 2012 10:03:36 +0000 (12:03 +0200)]
* grub-core/commands/videoinfo.c (hook): Show pitch.

12 years ago * util/grub.d/20_linux_xen.in: Skip xen-syms.
Vladimir 'phcoder' Serbinenko [Tue, 5 Jun 2012 09:55:48 +0000 (11:55 +0200)]
* util/grub.d/20_linux_xen.in: Skip xen-syms.

12 years ago * util/grub-probe.c (escape_of_path): Don't add ieee1275/.
Vladimir 'phcoder' Serbinenko [Tue, 5 Jun 2012 09:31:10 +0000 (11:31 +0200)]
* util/grub-probe.c (escape_of_path): Don't add ieee1275/.
(probe): Add ieee1275 to OFW devices.

12 years ago * util/ieee1275/ofpath.c (of_path_of_scsi): Fix wrong format specifier.
Vladimir 'phcoder' Serbinenko [Mon, 4 Jun 2012 21:15:54 +0000 (23:15 +0200)]
* util/ieee1275/ofpath.c (of_path_of_scsi): Fix wrong format specifier.

12 years ago Handle IBM OFW path.
Vladimir 'phcoder' Serbinenko [Mon, 4 Jun 2012 20:37:39 +0000 (22:37 +0200)]
Handle IBM OFW path.

* util/ieee1275/ofpath.c (find_obppath): Use devspec if obppath isn't
available.
(of_path_of_scsi): Handle vdevice.

12 years ago * grub-core/mmap/i386/pc/mmap.c (malloc_hook):
Vladimir 'phcoder' Serbinenko [Sun, 3 Jun 2012 16:00:37 +0000 (18:00 +0200)]
* grub-core/mmap/i386/pc/mmap.c (malloc_hook):
Allocate in multiples of 16 to avoid adding a few bytes free region the
windows bugs upon.

12 years ago * grub-core/commands/i386/pc/drivemap.c (install_int13_handler):
Vladimir 'phcoder' Serbinenko [Sun, 3 Jun 2012 15:47:20 +0000 (17:47 +0200)]
* grub-core/commands/i386/pc/drivemap.c (install_int13_handler):
Allocate in multiples of 16 to avoid adding a few bytes free region the
windows bugs upon.
* grub-core/mmap/i386/pc/mmap.c (malloc_hook): Likewise.

12 years ago * grub-core/video/efi_gop.c (grub_video_gop_setup): Reject invalid
Vladimir 'phcoder' Serbinenko [Sat, 2 Jun 2012 18:15:11 +0000 (20:15 +0200)]
* grub-core/video/efi_gop.c (grub_video_gop_setup): Reject invalid
resolutions.
* grub-core/video/i386/pc/vbe.c (grub_vbe_get_preferred_mode): Likewise.
* grub-core/video/video.c (grub_video_edid_preferred_mode): Likewise.

12 years ago * util/ieee1275/ofpath.c (check_sas): Fix sas path.
Isao Shimizu [Sat, 2 Jun 2012 12:53:23 +0000 (14:53 +0200)]
* util/ieee1275/ofpath.c (check_sas): Fix sas path.

12 years ago * grub-core/normal/menu_entry.c (print_line): Fix off-by-one error which
Vladimir 'phcoder' Serbinenko [Sat, 2 Jun 2012 12:46:22 +0000 (14:46 +0200)]
* grub-core/normal/menu_entry.c (print_line): Fix off-by-one error which
resulted in \\ at the end of the line.

12 years ago * grub-core/kern/parser.c (grub_parser_state_transitions): Handle \t.
Vladimir 'phcoder' Serbinenko [Sat, 2 Jun 2012 12:39:35 +0000 (14:39 +0200)]
* grub-core/kern/parser.c (grub_parser_state_transitions): Handle \t.
(grub_parser_cmdline_state): Likewise.
(grub_parser_split_cmdline): Likewise.

12 years ago * util/getroot.c (grub_guess_root_devices): Don't canonicalise
Vladimir 'phcoder' Serbinenko [Sat, 2 Jun 2012 12:36:27 +0000 (14:36 +0200)]
* util/getroot.c (grub_guess_root_devices): Don't canonicalise
/dev/root and /dev/dm-*.

12 years ago * grub-core/normal/menu_entry.c (update_screen): Fix loop condition to
Vladimir 'phcoder' Serbinenko [Sat, 2 Jun 2012 12:30:52 +0000 (14:30 +0200)]
* grub-core/normal/menu_entry.c (update_screen): Fix loop condition to
fix partially stale display.

12 years ago * grub-core/normal/menu_entry.c (backward_char): Use right line for
Vladimir 'phcoder' Serbinenko [Sat, 2 Jun 2012 12:28:12 +0000 (14:28 +0200)]
* grub-core/normal/menu_entry.c (backward_char): Use right line for
substraction.

12 years ago * grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_write) [__linux__]:
Vladimir 'phcoder' Serbinenko [Sat, 2 Jun 2012 11:48:44 +0000 (13:48 +0200)]
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_write) [__linux__]:
Fix MBR remapping workaround.
(grub_util_biosdisk_read) [__linux__]: Likewise.

12 years ago * util/grub-install.in: Check for ieee1275 and not ieee1276.
Vladimir 'phcoder' Serbinenko [Fri, 1 Jun 2012 20:43:10 +0000 (22:43 +0200)]
* util/grub-install.in: Check for ieee1275 and not ieee1276.

12 years ago * configure.ac: Bump to beta6.
Vladimir 'phcoder' Serbinenko [Thu, 31 May 2012 13:44:37 +0000 (15:44 +0200)]
* configure.ac: Bump to beta6.

12 years ago * grub-core/normal/main.c (grub_file_getline): Fix off-by-one error.
Christer Weinigel [Thu, 31 May 2012 12:34:12 +0000 (14:34 +0200)]
* grub-core/normal/main.c (grub_file_getline): Fix off-by-one error.

12 years ago * grub-core/loader/i386/linux.c (grub_linux_boot): Use right version.
Vladimir 'phcoder' Serbinenko [Thu, 31 May 2012 12:06:11 +0000 (14:06 +0200)]
* grub-core/loader/i386/linux.c (grub_linux_boot): Use right version.
(grub_cmd_linux): Likewise.

12 years ago Fix EHCI low-speed.
Christer Weinigel [Thu, 31 May 2012 12:02:46 +0000 (14:02 +0200)]
Fix EHCI low-speed.

* grub-core/bus/usb/ehci.c (GRUB_EHCI_MULT_ONE): Fix the value.
(GRUB_EHCI_MULT_TWO): Likewise.
(GRUB_EHCI_MULT_THREE): Likewise.
(GRUB_EHCI_CMASK_MASK): New enum value.
(GRUB_EHCI_SMASK_MASK): Likewise.
(GRUB_EHCI_CMASK_OFF): Likewise.
(GRUB_EHCI_SMASK_OFF): Likewise.
(grub_ehci_pci_iter): Enable periodic schedule.
(grub_ehci_parse_notrun): Likewise.
(grub_ehci_restore_hw): Likewise.
(grub_ehci_setup_qh): Set flags for low speed transfers.
(grub_ehci_find_qh): Use periodic list for low speed.
(grub_ehci_setup_transfer): Check periodic queue as well.
(grub_ehci_check_transfer): Likewise.
(grub_ehci_cancel_transfer): Cancel periodic transfer.

12 years ago * util/grub-install.in: Write core.elf in PReP even if the --no-nvram
Paulo Flabiano Smorigo [Thu, 31 May 2012 11:38:21 +0000 (13:38 +0200)]
* util/grub-install.in: Write core.elf in PReP even if the --no-nvram
parameter is used.

12 years ago * include/grub/i386/linux.h (linux_kernel_params): Add v206.
Peter Jones [Thu, 31 May 2012 11:23:30 +0000 (13:23 +0200)]
* include/grub/i386/linux.h (linux_kernel_params): Add v206.
* grub-core/loader/i386/linux.c (grub_linux_boot): Use v206.
(grub_cmd_linux) [__x86_64__]: Validate grub_efi_system_table.

12 years ago * grub-core/loader/i386/linux.c (grub_linux_boot): Fix overflow and
Vladimir 'phcoder' Serbinenko [Thu, 31 May 2012 10:04:55 +0000 (12:04 +0200)]
* grub-core/loader/i386/linux.c (grub_linux_boot): Fix overflow and
uninited variable. Allocate at least setup_sects.

12 years ago Fix handling of EFI with big memory maps.
Vladimir 'phcoder' Serbinenko [Wed, 30 May 2012 12:56:53 +0000 (14:56 +0200)]
Fix handling of EFI with big memory maps.

* grub-core/loader/i386/linux.c (GRUB_LINUX_CL_OFFSET): Removed.
(real_mode_mem): Likewise.
(real_mode_target): Likewise.
(real_mode_pages): Likewise.
(prot_mode_pages): Likewise.
(linux_params): New var.
(linux_cmdline): Likewise.
(free_pages): Don't set real mode variables.
(allocate_pages): Don't allocate real mode memory.
(grub_e820_add_region): Remove the limit.
(grub_linux_boot): Allocate and copy real mode memory.
(grub_linux_unload): Free linux_cmdline.
(grub_cmd_linux): Use temporary storage for parameters.
(grub_cmd_initrd): Likewise.
* include/grub/i386/linux.h (GRUB_E820_MAX_ENTRY): Removed.
(linux_kernel_params): Make it 1K big.

12 years ago * Makefile.util.def: Remove -Wno-format.
Vladimir 'phcoder' Serbinenko [Wed, 30 May 2012 11:56:50 +0000 (13:56 +0200)]
* Makefile.util.def: Remove -Wno-format.
* grub-core/Makefile.core.def: Likewise.

12 years ago * tests/cmp_unit_test.c: Add missing failure message.
Vladimir 'phcoder' Serbinenko [Wed, 30 May 2012 11:54:30 +0000 (13:54 +0200)]
* tests/cmp_unit_test.c: Add missing failure message.
* tests/example_unit_test.c: Likewise.
* tests/printf_unit_test.c: Likewise.

12 years ago * grub-core/commands/gptsync.c (grub_cmd_gptsync): Propagate the
Vladimir 'phcoder' Serbinenko [Wed, 30 May 2012 11:51:50 +0000 (13:51 +0200)]
* grub-core/commands/gptsync.c (grub_cmd_gptsync): Propagate the
relaxation of protective MBR requirements.

12 years ago * configure.ac: Add condition for COND_HOST_XNU.
Vladimir 'phcoder' Serbinenko [Tue, 29 May 2012 11:56:21 +0000 (13:56 +0200)]
* configure.ac: Add condition for COND_HOST_XNU.
* Makefile.util.def (10_xnu): New script.
* util/grub.d/10_xnu.in: New file, extracted from 30_os_prober.in.

12 years ago * grub-core/kern/i386/pc/startup.S [__APPLE__]: Add a workaround for
Vladimir 'phcoder' Serbinenko [Tue, 29 May 2012 11:54:33 +0000 (13:54 +0200)]
* grub-core/kern/i386/pc/startup.S [__APPLE__]: Add a workaround for
objconv bug.

12 years ago * grub-core/gdb/i386/machdep.S: Make usable with Apple assembler.
Vladimir 'phcoder' Serbinenko [Tue, 29 May 2012 11:52:26 +0000 (13:52 +0200)]
* grub-core/gdb/i386/machdep.S: Make usable with Apple assembler.
Binary on other platforms stays identical.

12 years ago * configure.ac: Remove APPLE_CC and add -Wl,-allow_stack_execute on
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:58:33 +0000 (17:58 +0200)]
* configure.ac: Remove APPLE_CC and add -Wl,-allow_stack_execute on
Apple.

12 years ago * gentpl.py: Ignore error 2022 in objconv since it's irrelevant for us.
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:57:18 +0000 (17:57 +0200)]
* gentpl.py: Ignore error 2022 in objconv since it's irrelevant for us.

12 years ago * grub-core/lib/posix_wrap/sys/types.h [__APPLE__]: Include stddef
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:55:46 +0000 (17:55 +0200)]
* grub-core/lib/posix_wrap/sys/types.h [__APPLE__]: Include stddef
rather than defining size_t ourselves to avoid conflict.

12 years ago * grub-core/fs/hfs.c (grub_hfs_dir): Use memset instead of
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:54:18 +0000 (17:54 +0200)]
* grub-core/fs/hfs.c (grub_hfs_dir): Use memset instead of
initialisation to avoid __bzero reference.

12 years ago * grub-core/boot/i386/pc/startup_raw.S [__APPLE__]: Add Apple assembly
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:51:57 +0000 (17:51 +0200)]
* grub-core/boot/i386/pc/startup_raw.S [__APPLE__]: Add Apple assembly
version.
* grub-core/commands/i386/pc/drivemap_int13h.S [__APPLE__]: Likewise.
* grub-core/kern/i386/pc/startup.S [__APPLE__]: Likewise.
* grub-core/lib/i386/relocator16.S [__APPLE__]: Likewise.
* grub-core/lib/i386/relocator_common.S [__APPLE__]: Likewise.
* grub-core/mmap/i386/pc/mmap_helper.S [__APPLE__]: Likewise.

12 years ago * grub-core/efiemu/runtime/efiemu.c: Replace APPLE_CC with __APPLE__.
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:49:18 +0000 (17:49 +0200)]
* grub-core/efiemu/runtime/efiemu.c: Replace APPLE_CC with __APPLE__.
* grub-core/kern/misc.c: Likewise.
* grub-core/loader/i386/xnu.c: Likewise.
* include/grub/i386/tsc.h: Likewise.
* include/grub/symbol.h: Likewise.

12 years ago * include/grub/list.h (grub_bad_type_cast_real): Remove return.
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:45:53 +0000 (17:45 +0200)]
* include/grub/list.h (grub_bad_type_cast_real): Remove return.
* include/grub/misc.h (ATTRIBUTE_ERROR): Make into noreturn attribute
on older compiler.

12 years ago * util/getroot.c (grub_util_biosdisk_get_grub_dev) [__APPLE__]:
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:43:12 +0000 (17:43 +0200)]
* util/getroot.c (grub_util_biosdisk_get_grub_dev) [__APPLE__]:
Implement Apple flavour.
(convert_system_partition_to_system_disk) [__APPLE__]: Likewise.

12 years ago * include/grub/misc.h (memcmp) [__APPLE__]: Mark as regparm 0.
Vladimir 'phcoder' Serbinenko [Mon, 28 May 2012 15:37:18 +0000 (17:37 +0200)]
* include/grub/misc.h (memcmp) [__APPLE__]: Mark as regparm 0.
(memmove) [__APPLE__]: Likewise.
(memcpy) [__APPLE__]: Likewise.
(memset) [__APPLE__]: Likewise.
* grub-core/kern/misc.c (memcmp) [__APPLE__]: Likewise.
(memmove) [__APPLE__]: Likewise.
(memcpy) [__APPLE__]: Likewise.
(memset) [__APPLE__]: Likewise.