Vladimir Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								ad2dc00309 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/startup_raw.S (grub_gate_a20): Remove  
							
							... 
							
							
							
							argument. We don't disable Gate A20 in this code. 
							
						 
						
							2013-10-25 11:03:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrey Borzenkov 
								
							 
						 
						
							
							
							
							
								
							
							
								cc28411296 
								
							 
						 
						
							
							
								
								Fix make dist on non-pc.  
							
							
							
						 
						
							2013-06-07 18:23:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								f7143efe1b 
								
							 
						 
						
							
							
								
								* 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. 
							
						 
						
							2012-05-28 17:51:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								52bfedfa39 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/startup_raw.S (multiboot_trampoline): Fix  
							
							... 
							
							
							
							size calculation.
	* grub-core/kern/i386/realmode.S (realidt): Assume default BIOS IDT if
	none is known. 
							
						 
						
							2012-03-08 18:54:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								ef023e42a2 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/startup_raw.S: Move decompressor_end to .bss  
							
							... 
							
							
							
							to ensure that it's after the last byte of .text. 
							
						 
						
							2012-03-02 11:24:24 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								fa6ec5734f 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/startup_raw.S: Use separate  
							
							... 
							
							
							
							reed_solomon_size const definition instead of computing it since
	Apple assembler doesn't support the later. 
							
						 
						
							2012-02-29 19:12:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								94f064b4c9 
								
							 
						 
						
							
							
								
								Fix interrupt mixup from previous commit.  
							
							... 
							
							
							
							* include/grub/i386/pc/int.h (grub_i386_idt): New struct.
	(grub_realidt): New var.
	* grub-core/lib/i386/relocator16.S (grub_relocator16_idt): New variable
	Load idt.
	* grub-core/lib/i386/relocator.c (grub_relocator16_idt):
	New declaration.
	(grub_relocator16_boot): Set grub_relocator16_idt.
	* grub-core/kern/i386/realmode.S (realidt): Renamed to ...
	(LOCAL(realidt)): ... this.
	* grub-core/boot/i386/pc/startup_raw.S: Pass pointer to realidt in eax.
	* grub-core/kern/i386/pc/startup.S: Save pointer to realidt.
	(grub_realidt): New variable. 
							
						 
						
							2012-02-26 22:10:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								f37c87e1ba 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/lnxboot.S: Use  
							
							... 
							
							
							
							GRUB_DECOMPRESSOR_MAX_DECOMPRESSOR_SIZE.
	* grub-core/boot/i386/pc/startup_raw.S: Ensure about boot_dev
	location.
	* include/grub/offsets.h (GRUB_DECOMPRESSOR_I386_PC_BOOT_DEVICE): New
	definition.
	(GRUB_DECOMPRESSOR_I386_PC_MAX_DECOMPRESSOR_SIZE): Likewise. 
							
						 
						
							2012-01-29 23:20:02 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								2e13ede59e 
								
							 
						 
						
							
							
								
								Eliminate fixed limit on reed solomon decoder length.  
							
							... 
							
							
							
							* grub-core/boot/i386/pc/lnxboot.S: Scan for multiboot signature
	rather than hardcoding the address.
	* grub-core/boot/i386/pc/startup_raw.S: Add new data field
	no_reed_solomon_length.
	Move gate_a20 to no-reed-solomon part.
	Don't force a particular size of no reed-solomon part.
	* include/grub/offsets.h (GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART):
	Removed.
	(GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_LENGTH): New define.
	* util/grub-setup.c (setup): Read no_rs_length from the image itself. 
							
						 
						
							2012-01-24 14:39:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								1f0b1a7730 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/startup_raw.S: Add missing argument for  
							
							... 
							
							
							
							_LzmaDecodeA. 
							
						 
						
							2011-12-23 10:21:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								276b7a8bdd 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/startup_raw.S: Clear direction flag for  
							
							... 
							
							
							
							certainety. 
							
						 
						
							2011-12-15 19:22:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								e3fd394a10 
								
							 
						 
						
							
							
								
								* grub-core/boot/i386/pc/startup_raw.S: Move realmode routines to  
							
							... 
							
							
							
							non-RS part to avoid RS messing with GDT.
	* include/grub/offsets.h (GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART):
	Increase to suit in realmode routines. 
							
						 
						
							2011-12-15 19:20:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								b81d609e4c 
								
							 
						 
						
							
							
								
								* grub-core/kern/i386/realmode.S: Increase alignment.  
							
							... 
							
							
							
							* grub-core/boot/i386/pc/startup_raw.S: Likewise. 
							
						 
						
							2011-12-15 19:17:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								5fbdac149b 
								
							 
						 
						
							
							
								
								Defer multiboot device parsing until we're in compressed part.  
							
							... 
							
							
							
							* grub-core/boot/i386/pc/lnxboot.S: Remove setting dos_part and
	bsd_part. setdevice has fallen into disuse.
	* grub-core/boot/i386/pc/startup_raw.S (dos_part): Removed.
	(bsd_part): Likewise.
	(boot_dev): New variable.
	(multiboot_trampoline): Don't parse multiboot device.
	Pass multiboot device in %edx.
	* grub-core/disk/i386/pc/biosdisk.c (GRUB_MOD_INIT): Parse
	grub_boot_device.
	* grub-core/kern/i386/pc/init.c (grub_machine_get_bootlocation):
	Likewise.
	* grub-core/kern/i386/pc/startup.S: Save edx.
	(grub_boot_drive): Removed.
	(grub_install_dos_part): Likewise.
	(grub_install_bsd_part): Likewise.
	(grub_boot_device): New variable.
	* include/grub/i386/pc/kernel.h (grub_install_dos_part): Removed.
	(grub_install_bsd_part): Likewise.
	(grub_boot_drive): Likewise.
	(grub_boot_device): New variable.
	* include/grub/offsets.h (GRUB_KERNEL_I386_PC_INSTALL_DOS_PART):
	Removed.
	(GRUB_KERNEL_I386_PC_INSTALL_BSD_PART): Likewise.
	(GRUB_KERNEL_I386_PC_REED_SOLOMON_REDUNDANCY): Moved lower.
	(GRUB_KERNEL_MACHINE_INSTALL_BSD_PART): Removed.
	(GRUB_KERNEL_MACHINE_INSTALL_DOS_PART): Likewise.
	* util/grub-install.in: Remove redundant condition. 
							
						 
						
							2011-11-12 21:12:52 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								691cbb5816 
								
							 
						 
						
							
							
								
								Fix bug introduced by previous commit.  
							
							... 
							
							
							
							* grub-core/boot/i386/pc/startup_raw.S: Compute RS start correctly. 
							
						 
						
							2011-11-12 20:53:46 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								60240b8bc1 
								
							 
						 
						
							
							
								
								Use decompressors framework on i386-pc. It increases core size  
							
							... 
							
							
							
							by 46 bytes but improves compatibility and maintainability.
	* grub-core/Makefile.core.def (lzma_decompress): New image.
	(kernel): Add i386_pc_ldflags.
	* grub-core/kern/i386/pc/startup.S: Move intial part to ..
	* grub-core/boot/i386/pc/startup_raw.S: ... here. Pass pointers
	to real_to_prot, prot_to_real and device info.
	* include/grub/offsets.h: Renamed decompressor offsets.
	* util/grub-mkimage.c (grub_compression_t): New cmpression lzma.
	(image_target_desc): Remove raw_size and rename decompressor fields.
	(compress_kernel): Handle lzma.
	(generate_image): Handle decompressors on i386-pc. 
							
						 
						
							2011-11-12 19:53:25 +01:00