vaseboot/include/grub
Vladimir 'phcoder' Serbinenko 400b93718f SGI ARCS port.
* Makefile.util.def (libgrubmods.a): Add dvh.c.
	* conf/Makefile.common (CCASFLAGS_PLATFORM): Add -mips3 on all mips
	platforms.
	* configure.ac: New target mips-arc.
	* gentpl.py: Likewise.
	* grub-core/Makefile.am: Likewise.
	* grub-core/Makefile.core.def: Likewise.
	(xz_decompress): Remove -D GRUB_MACHINE_LINK_ADDR.
	(none_decompress): Likewise.
	(lsdev): New module.
	(datetime): Use lib/arc/datetime.c on ARC.
	(part_dvh): New module.
	* grub-core/commands/arc/lsdev.c: New file.
	* grub-core/disk/arc/arcdisk.c: Likewise.
	* grub-core/kern/mips/arc/init.c: Likewise.
	* grub-core/kern/mips/cache_flush.S: Don't flush non 4-byte
	aligned addresses.
	* grub-core/kern/mips/dl.c (grub_arch_dl_check_header): Fix bigendian
	support.
	(grub_arch_dl_relocate_symbols): Likewise.
	* grub-core/kern/mips/loongson/init.c (grub_get_rtc): Moved from here...
	* grub-core/kern/mips/init.c (grub_get_rtc): ... here.
	* grub-core/kern/mips/startup.S (grub_arch_cpuclock): Have on all
	platforms.
	* grub-core/lib/arc/datetime.c: New file.
	* grub-core/loader/mips/linux.c: Always include time.h. Don't include
	pci.h on non-loongson.
	(envp_off) [!GRUB_MACHINE_MIPS_LOONGSON]: Remove.
	(grub_linux_boot): Set unused registers to 0.
	(grub_cmd_linux) [!GRUB_MACHINE_MIPS_LOONGSON]: Remove envp.
	* grub-core/mmap/mips/loongson/uppermem.c: Moved from here ...
	* grub-core/mmap/mips/uppermem.c: ...here.
	* grub-core/partmap/dvh.c: New file.
	* grub-core/term/arc/console.c: Likewise.
	* grub-core/term/terminfo.c (ANSI_C0_STR): New const.
	(grub_terminfo_set_current): Add terminal "arc".
	(grub_terminfo_readkey): Support ARC sequences.
	* include/grub/arc/arc.h: New file.
	* include/grub/arc/console.h: Likewise.
	* include/grub/disk.h (grub_disk_dev_id): Add
	GRUB_DISK_DEVICE_ARCDISK_ID.
	* include/grub/mips/arc/kernel.h: New file.
	* include/grub/mips/arc/memory.h: Likewise.
	* include/grub/mips/arc/time.h: Likewise.
	* include/grub/mips/loongson/kernel.h (grub_halt): Moved from here ...
	* include/grub/mips/kernel.h (grub_halt): ... here.
	* include/grub/mips/loongson.h (GRUB_CPU_REGISTER_WRAP): Moved from
	here...
	* include/grub/mips/mips.h (GRUB_CPU_REGISTER_WRAP): ... here.
	(GRUB_CPU_LOONGSON_COP0_TIMER_COUNT): Moved from here ...
	* include/grub/mips/mips.h (GRUB_CPU_LOONGSON_COP0_TIMER_COUNT): .. here
	* include/grub/mips/loongson/kernel.h (grub_reboot): Removed redundant
	proto.
	* include/grub/mips/loongson/memory.h (GRUB_ARCH_LOWMEMVSTART): Moved
	from here ...
	* include/grub/mips/memory.h (GRUB_ARCH_LOWMEMVSTART): ... here.
	(GRUB_ARCH_LOWMEMPSTART): Moved from here ...
	* include/grub/mips/memory.h (GRUB_ARCH_LOWMEMPSTART): ... here.
	(GRUB_ARCH_LOWMEMMAXSIZE): Moved from here ...
	* include/grub/mips/memory.h (GRUB_ARCH_LOWMEMMAXSIZE): ... here.
	(GRUB_ARCH_HIGHMEMPSTART): Moved from here ...
	* include/grub/mips/memory.h (GRUB_ARCH_HIGHMEMPSTART): ... here.
	(grub_phys_addr_t): Moved from here ...
	* include/grub/mips/memory.h (grub_phys_addr_t): ... here.
	(grub_vtop): Moved from here ...
	* include/grub/mips/memory.h (grub_vtop): ... here.
	(grub_map_memory): Moved from here ...
	* include/grub/mips/memory.h (grub_map_memory): ... here.
	(grub_unmap_memory): Moved from here ...
	* include/grub/mips/memory.h (grub_unmap_memory): ... here.
	(grub_machine_mmap_iterate): Moved from here ...
	* include/grub/mips/memory.h (grub_machine_mmap_iterate): ... here.
	(grub_mmap_get_lower): Moved from here ...
	* include/grub/mips/memory.h (grub_mmap_get_lower): ... here.
	(grub_mmap_get_upper): Moved from here ...
	* include/grub/mips/memory.h (grub_mmap_get_upper): ... here.
	* include/grub/mips/loongson/time.h (grub_arch_cpuclock): Moved from
	here ...
	* include/grub/mips/time.h (grub_arch_cpuclock): ... here.
	* include/grub/mips/loongson/time.h (grub_get_rtc): Moved from
	here ...
	* include/grub/mips/time.h (grub_get_rtc): ... here.
	* include/grub/mips/loongson/time.h (grub_arch_cpuclock): Moved from
	here ...
	* include/grub/mips/time.h (grub_arch_cpuclock): ... here.
	* include/grub/mips/loongson/time.h (grub_cpu_idle): Moved from
	here ...
	* include/grub/mips/time.h (grub_cpu_idle): ... here.
	* include/grub/offsets.h (GRUB_KERNEL_MIPS_ARC_LINK_ADDR): New
	definition.
	(GRUB_KERNEL_MIPS_ARC_LINK_ALIGN): Likewise.
	(GRUB_KERNEL_MIPS_ARC_COMPRESSED_SIZE): Likewise.
	(GRUB_KERNEL_MIPS_ARC_UNCOMPRESSED_SIZE): Likewise.
	(GRUB_KERNEL_MIPS_ARC_TOTAL_MODULE_SIZE): Likewise.
	(GRUB_KERNEL_MIPS_ARC_PREFIX): Likewise.
	(GRUB_KERNEL_MIPS_ARC_PREFIX_END): Likewise.
	(GRUB_KERNEL_MIPS_ARC_MOD_ALIGN): Likewise.
	(GRUB_MACHINE_LINK_ADDR): Likewise.
	* include/grub/terminfo.h (GRUB_TERMINFO_READKEY_MAX_LEN): Increased
	to 6.
	* util/grub-install.in: Run dvhtool on ARC.
	* util/grub-mkimage.c (image_targets): Add mips-arc.
2011-05-17 09:17:38 +02:00
..
arc Arc type cleanup 2011-05-13 18:03:20 +02:00
efi Set EFI ticks to 1000Hz simplifying much of the code and avoiding cotsly division 2011-05-08 17:05:47 +02:00
efiemu correct Changelog spelling 2011-04-08 13:59:07 +02:00
emu * grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_flush): 2011-04-19 22:39:14 +02:00
i386 Pass more appropriate video id to Linux. 2011-01-11 00:02:01 +01:00
ia64 Discard a bunch of junk code 2011-01-03 00:56:28 +01:00
ieee1275 Workaround yet another IEEE1275 bug. 2011-02-12 10:22:55 +03:00
lib merge trunk 2011-01-11 10:00:45 -06:00
mips SGI ARCS port. 2011-05-17 09:17:38 +02:00
powerpc Reorganise memory map handling 2010-09-04 17:10:10 +02:00
sparc64 Unify memory types. 2010-09-19 00:04:31 +02:00
util correct Changelog spelling 2011-04-08 13:59:07 +02:00
x86_64 working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
zfs Update GPL for ZFS code to version 3, move copyright lines for Vladimir and me to FSF (covered by our assignments) 2010-12-01 22:55:26 +01:00
acorn_filecore.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
acpi.h * grub-core/commands/acpihalt.c (skip_ext_op): Skip index field op. 2010-10-16 20:01:30 +02:00
aout.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
at_keyboard.h Handle ACKs, NACKs and restore state on booting 2010-08-23 20:43:44 +02:00
ata.h Give ATA device a bit more time on first try in order to allow disks 2011-05-13 21:41:18 +02:00
auth.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
autoefi.h Reorganise memory map handling 2010-09-04 17:10:10 +02:00
bitmap.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
bitmap_scale.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
boot.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
bsdlabel.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
bufio.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
cache.h Flush caches on DMA memory. 2011-05-13 20:56:50 +02:00
charset.h Make better UTF compliant. 2010-11-17 16:13:16 +01:00
cmos.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
command.h Rename jail to extractor 2010-09-20 23:01:34 +02:00
crypto.h * include/grub/crypto.h (GRUB_MD_CRC32): New definition. 2010-09-05 14:18:31 +02:00
cs5536.h Fix accidental disable of Geode UARTs 2011-01-24 01:46:00 +01:00
datetime.h mtime for UDF support 2010-12-10 17:37:32 +01:00
decompressor.h MAke a separate scratch for decompressor 2010-09-21 19:39:51 +02:00
deflate.h Compressed fragments and compressed data support 2010-12-09 20:41:41 +01:00
device.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
disk.h sgi support 2011-05-13 16:36:05 +02:00
dl.h IA64 support. 2011-05-15 11:22:59 +02:00
elf.h track function symbols 2011-05-08 18:29:37 +02:00
elfload.h 2010-11-08 Manoel Rebelo Abranches <mrabran@br.ibm.com> 2010-11-08 11:14:54 -02:00
env.h * grub-core/fs/i386/pc/pxe.c (set_mac_env): Export variable. 2011-01-11 11:51:05 +01:00
env_private.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
err.h * grub-core/fs/btrfs.c (grub_btrfs_read_logical): Support huge 2011-04-18 23:10:19 +02:00
extcmd.h Put terminfo into core on ieee1275 and yeeloong (needed for console). 2010-09-30 17:50:01 +02:00
fbblit.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
fbfill.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
fbutil.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
file.h * include/grub/file.h (not_easly_seekable): Rename to ... 2011-02-08 13:21:13 +00:00
font.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
fontformat.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
fs.h * include/grub/fs.h (grub_dirhook_info): Use unsigned for 1-bit fields. 2011-04-06 14:01:12 +02:00
fshelp.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
gfxmenu_model.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
gfxmenu_view.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
gfxterm.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
gfxwidgets.h Take into account the decorations the computing menu entry width. 2011-04-19 00:44:53 +02:00
gpt_partition.h Avoid using tricks for initialising endian variables. 2010-11-26 22:29:19 +01:00
gui.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
gui_string_util.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
hfs.h HFS filesystem mtime support 2010-12-11 07:00:31 +01:00
i18n.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
icon_manager.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
kernel.h Remove leftover embedding of font objects. 2010-08-30 20:23:04 +02:00
keyboard_layouts.h Macroify key constants 2010-08-22 23:56:41 +02:00
legacy_parse.h Support mixed inline and suffix commands 2010-09-12 15:50:52 +02:00
libgcc.h merge mainline to ia64 2011-01-03 00:04:39 +01:00
libpciaccess.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
libusb.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
list.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
loader.h Fix yeeloong compilation 2010-09-18 13:49:39 +02:00
lvm.h Increase LVM implementation robustness in order not to crash on 2011-04-03 16:28:14 +02:00
macho.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
machoload.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
memory.h Reorganise memory map handling 2010-09-04 17:10:10 +02:00
menu.h Submenu default support. 2011-01-10 23:27:58 +01:00
menu_viewer.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
misc.h Complete 64-bit division support. 2011-04-18 23:03:52 +02:00
mm.h * include/grub/mm.h (GRUB_MM_CHECK): Rename to ... 2011-03-24 12:43:28 +01:00
mm_private.h fix grub-emu compilation 2010-08-28 14:52:25 +02:00
msdos_partition.h Support net-/openbsd labels inside logical partitions 2010-09-20 21:30:11 +02:00
multiboot.h Fix coreboot compilation. 2010-09-29 23:51:12 +02:00
multiboot_loader.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
net.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
normal.h Dynamically count the number of lines for the lower banner. 2011-04-10 13:56:23 +02:00
ns8250.h Fix compilation on yeeloong 2010-08-29 13:45:36 +02:00
ntfs.h mtime support for ntfs 2010-12-12 01:00:33 +01:00
offsets.h SGI ARCS port. 2011-05-17 09:17:38 +02:00
parser.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
partition.h C part of Reed-Solomon 2010-09-24 14:05:47 +02:00
parttool.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
pci.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
pciutils.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
raid.h * grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Do not put 2010-11-01 10:20:58 +01:00
reader.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
reed_solomon.h C part of Reed-Solomon 2010-09-24 14:05:47 +02:00
relocator.h merge boottest into newreloc 2010-04-27 13:34:07 +02:00
relocator_private.h Fix ppc compilation problems 2010-05-01 13:23:19 +02:00
script_sh.h replaced with grub_strchrsub function 2010-11-25 18:56:20 +05:30
scsi.h SCSI - cache ID bug 2010-10-02 20:55:10 +02:00
scsicmd.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
sdl.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
search.h support subpartition hints 2010-09-13 12:16:22 +02:00
serial.h Rename mipsel-yeeloong to mipsel-loongson 2011-02-19 13:18:05 +01:00
setjmp.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
smbus.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
symbol.h Split config.h for util and core. 2010-09-19 22:22:43 +02:00
term.h Fuloong support. 2011-05-15 01:43:44 +02:00
terminfo.h some additional key sequences for arc 2011-05-13 16:38:23 +02:00
test.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
time.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
tparm.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
trig.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
types.h merge mainline to ia64 2011-01-03 00:04:39 +01:00
unicode.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
usb.h Skip incorrect USB devices. 2011-05-16 02:39:25 +02:00
usbdesc.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
usbserial.h Allow psartial transfers and use them for usbserial 2010-07-19 08:43:01 +02:00
usbtrans.h Add pot powered flag declaration 2010-08-23 23:28:33 +02:00
vga.h Fuloong video init support. 2011-05-16 02:34:58 +02:00
video.h initial SIS315PRO support 2011-01-18 13:44:16 +01:00
video_fb.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
xnu.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30