memory mapped I/O
authorGreg Watson <jarrah@users.sourceforge.net>
Thu, 22 Jan 2004 01:03:41 +0000 (01:03 +0000)
committerGreg Watson <jarrah@users.sourceforge.net>
Thu, 22 Jan 2004 01:03:41 +0000 (01:03 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1353 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/config/Options.lb

index ef59a779e867ec4bd1ed950306ea053f35915f0b..2c12cf62c89890ee7cf4978689df6f749f543d64 100644 (file)
@@ -547,31 +547,43 @@ define PCIC0_CFGADDR
        default none
        format "0x%x"
        export used
-       comment "PCI Configuration Address Register"
+       comment "Address of PCI Configuration Address Register"
 end
 define PCIC0_CFGDATA
        default none
        format "0x%x"
        export used
-       comment "PCI Configuration Data Register"
+       comment "Address of PCI Configuration Data Register"
+end
+define ISA_IO_BASE
+       default none
+       format "0x%x"
+       export used
+       comment "Base address of PCI/ISA I/O address range"
+end
+define ISA_MEM_BASE
+       default none
+       format "0x%x"
+       export used
+       comment "Base address of PCI/ISA memory address range"
 end
 define PNP_CFGADDR
        default none
        format "0x%x"
        export used
-       comment "PNP Configuration Address Register"
+       comment "PNP Configuration Address Register offset"
 end
 define PNP_CFGDATA
        default none
        format "0x%x"
        export used
-       comment "PNP Configuration Data Register"
+       comment "PNP Configuration Data Register offset"
 end
-define UART0_IO_BASE
+define _IO_BASE
        default none
        format "0x%x"
        export used
-       comment "UART 0 base address"
+       comment "Base address of memory mapped I/O operations"
 end
 
 ###############################################