No description
Find a file
Vladimir 'phcoder' Serbinenko 449193d59e 2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
Byte-addressable PCI configuration space.

	* bus/pci.c (grub_pci_make_address): Use byte address instead of
	dword address.
	(grub_pci_iterate): Use macroses GRUB_PCI_REG_PCI_ID and
	GRUB_PCI_REG_CACHELINE.
	* bus/usb/ohci.c (grub_ohci_pci_iter): Use macroses
	GRUB_PCI_REG_CLASS and GRUB_PCI_REG_ADDRESS_REG0.
	* bus/usb/uhci.c (grub_ohci_pci_iter): Use macroses
	GRUB_PCI_REG_CLASS and GRUB_PCI_REG_ADDRESS_REG4.
	* commands/efi/fixvideo.c (scan_card): Use macros GRUB_PCI_REG_CLASS.
	* commands/efi/loadbios.c (enable_rom_area): Pass byte-address to
	grub_pci_make_address.
	(lock_rom_area): Likewise.
	* commands/lspci.c (grub_lspci_iter): Use macroses
	GRUB_PCI_REG_CLASS and GRUB_PCI_REG_ADDRESSES. Handle byte-addressing
	of grub_pci_make_address.
	* disk/ata.c (grub_ata_pciinit): Likewise.
	* include/grub/pci.h (GRUB_PCI_REG_PCI_ID): New macro.
	(GRUB_PCI_REG_VENDOR): Likewise.
	(GRUB_PCI_REG_DEVICE): Likewise.
	(GRUB_PCI_REG_COMMAND): Likewise.
	(GRUB_PCI_REG_STATUS): Likewise.
	(GRUB_PCI_REG_REVISION): Likewise.
	(GRUB_PCI_REG_CLASS): Likewise.
	(GRUB_PCI_REG_CACHELINE): Likewise.
	(GRUB_PCI_REG_LAT_TIMER): Likewise.
	(GRUB_PCI_REG_HEADER_TYPE): Likewise.
	(GRUB_PCI_REG_BIST): Likewise.
	(GRUB_PCI_REG_ADDRESSES): Likewise.
	(GRUB_PCI_REG_ADDRESS_REG): Likewise.
	(GRUB_PCI_REG_ADDRESS_REG): Likewise.
	(GRUB_PCI_REG_ADDRESS_REG): Likewise.
	(GRUB_PCI_REG_ADDRESS_REG): Likewise.
	(GRUB_PCI_REG_ADDRESS_REG): Likewise.
	(GRUB_PCI_REG_ADDRESS_REG): Likewise.
	(GRUB_PCI_REG_CIS_POINTER): Likewise.
	(GRUB_PCI_REG_SUBVENDOR): Likewise.
	(GRUB_PCI_REG_SUBSYSTEM): Likewise.
	(GRUB_PCI_REG_ROM_ADDRESS): Likewise.
	(GRUB_PCI_REG_CAP_POINTER): Likewise.
	(GRUB_PCI_REG_IRQ_LINE): Likewise.
	(GRUB_PCI_REG_IRQ_PIN): Likewise.
	(GRUB_PCI_REG_MIN_GNT): Likewise.
	(GRUB_PCI_REG_MAX_LAT): Likewise.
	* loader/i386/efi/linux.c (find_framebuf): Use GRUB_PCI_REG_CLASS.
	* loader/i386/efi/xnu.c (find_framebuf): Likewise.
	* video/efi_uga.c (find_framebuf): Likewise.
	* util/pci.c (grub_pci_make_address): Use byte-addressed configuration
	space.
2010-01-20 20:42:35 +01:00
boot 2010-01-03 Robert Millan <rmh.grub@aybabtu.com> 2010-01-03 22:34:03 +00:00
bus merge mainline into pciclean 2010-01-20 20:40:30 +01:00
commands merge mainline into pciclean 2010-01-20 20:40:30 +01:00
conf 2010-01-20 Vladimir Serbinenko <phcoder@gmail.com> 2010-01-20 15:43:21 +01:00
disk merge mainline into pciclean 2010-01-20 20:40:30 +01:00
docs 2009-10-26 Robert Millan <rmh.grub@aybabtu.com> 2009-10-26 00:38:38 +00:00
efiemu Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
font Resync 2010-01-20 00:47:55 +00:00
fs Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
gettext Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
gnulib 2010-01-01 Robert Millan <rmh.grub@aybabtu.com> 2010-01-01 12:33:45 +00:00
hello 2010-01-03 Carles Pina i Estany <carles@pina.cat> 2010-01-03 19:50:51 +01:00
hook asprintf and snprintf support 2009-12-29 10:04:06 +01:00
include merge mainline into pciclean 2010-01-20 20:40:30 +01:00
io 2010-01-03 Robert Millan <rmh.grub@aybabtu.com> 2010-01-03 22:05:07 +00:00
kern Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
lib merge mainline into asprintf 2010-01-20 07:36:17 +01:00
loader merge mainline into pciclean 2010-01-20 20:40:30 +01:00
mmap merge mainline into mips 2009-12-28 01:05:47 +01:00
normal Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
partmap Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
parttool 2009-08-24 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-24 13:34:03 +00:00
po 2010-01-11 Felix Zielcke <fzielcke@z-51.de> 2010-01-11 11:30:47 +01:00
script asprintf and snprintf support 2009-12-29 10:04:06 +01:00
term Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
tests Rename asprint into xasprintf and avsprintf into xvasprintf 2010-01-20 09:12:47 +01:00
util merge mainline into pciclean 2010-01-20 20:40:30 +01:00
video merge mainline into pciclean 2010-01-20 20:40:30 +01:00
.bzrignore merge mainline into crypto 2009-12-05 16:34:27 +01:00
acinclude.m4 2010-01-18 Robert Millan <rmh.grub@aybabtu.com> 2010-01-18 16:22:03 +00:00
AUTHORS 2005-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2005-09-03 16:54:27 +00:00
autogen.sh Revert obviously wrong 1963 by Felix Zielcke. 2009-12-22 10:10:57 +01:00
ChangeLog 2010-01-20 Vladimir Serbinenko <phcoder@gmail.com> 2010-01-20 20:42:35 +01:00
config.rpath 2010-01-05 Robert Millan <rmh.grub@aybabtu.com> 2010-01-05 22:44:00 +00:00
configure.ac 2010-01-20 Vladimir Serbinenko <phcoder@gmail.com> 2010-01-20 13:27:23 +01:00
COPYING 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
gencmdlist.sh 2010-01-03 Robert Millan <rmh.grub@aybabtu.com> 2010-01-03 22:05:07 +00:00
gendistlist.sh merge mtrunk into xnu 2009-12-18 03:57:32 +01:00
genfslist.sh 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
genhandlerlist.sh Working multi-terminal 2009-12-24 21:54:37 +01:00
geninit.sh 2007-07-22 Robert Millan <rmh@aybabtu.com> 2007-07-22 19:17:27 +00:00
geninitheader.sh 2007-07-22 Robert Millan <rmh@aybabtu.com> 2007-07-22 19:17:27 +00:00
genkernsyms.sh.in Cheery-pick grub-emu split from experimental (rev 1361) 2009-11-23 15:31:54 +00:00
genmk.rb 2010-01-20 Vladimir Serbinenko <phcoder@gmail.com> 2010-01-20 10:59:15 +01:00
genmoddep.awk Fix for native miscompilation 2009-11-21 17:33:52 +01:00
genmodsrc.sh 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
genpartmaplist.sh 2008-08-22 Bean <bean123ch@gmail.com> 2008-08-23 14:20:45 +00:00
genparttoollist.sh 2009-07-02 Pavel Roskin <proski@gnu.org> 2009-07-02 04:12:23 +00:00
gensymlist.sh.in Cheery-pick grub-emu split from experimental (rev 1361) 2009-11-23 15:31:54 +00:00
genterminallist.sh Eliminate grub_term_register_{input,output}_active. Default terminals are 2010-01-09 23:42:17 +01:00
genvideolist.sh 2009-12-12 Robert Millan <rmh@aybabtu.com> 2009-12-12 00:43:32 +00:00
INSTALL 2009-11-25 Felix Zielcke <fzielcke@z-51.de> 2009-11-25 18:37:04 +01:00
Makefile.in Resync with trunk 2010-01-18 19:34:26 +00:00
mkinstalldirs 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
NEWS 2009-12-21 Robert Millan <rmh.grub@aybabtu.com> 2009-12-21 21:15:38 +00:00
README Update the URL of the wiki. 2006-04-02 08:59:23 +00:00
THANKS 2009-12-11 Robert Millan <rmh.grub@aybabtu.com> 2009-12-11 22:44:47 +00:00
TODO 2008-01-07 Robert Millan <rmh@aybabtu.com> 2008-01-07 19:21:34 +00:00

This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable.

See the file NEWS for a description of recent changes to GRUB 2.

See the file INSTALL for instructions on how to build and install the
GRUB 2 data and program files.

Please visit the official web page of GRUB 2, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.

For now, there is not much documentation yet. Please look at the GRUB
Wiki <http://grub.enbug.org> for testing procedures.