Changeset 406 for trunk/LinuxBIOSv1/romimages
- Timestamp:
- 11/13/01 04:43:37 (7 years ago)
- Location:
- trunk/LinuxBIOSv1/romimages
- Files:
-
- 3 modified
-
RON_VIA_SPD/crt0.S (modified) (4 diffs)
-
RON_VT5259A/crt0.S (modified) (4 diffs)
-
RON_VT5426/crt0.S (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LinuxBIOSv1/romimages/RON_VIA_SPD/crt0.S
r235 r406 33 33 34 34 #include <pc80/serial.inc> 35 #include <arch/i386/lib/console.inc> 35 36 #include <pc80/i8259.inc> 36 37 /* 37 38 */ 38 39 39 TTYS0_TX_STRING($ttyS0_test)40 CONSOLE_DEBUG_TX_STRING($ttyS0_test) 40 41 41 42 /* initialize the RAM */ … … 64 65 */ 65 66 intel_chip_post_macro(0x11) /* post 11 */ 66 TTYS0_TX_STRING($str_after_ram)67 CONSOLE_DEBUG_TX_STRING($str_after_ram) 67 68 68 69 cld /* clear direction flag */ … … 76 77 .Lnodata: 77 78 intel_chip_post_macro(0x12) /* post 12 */ 78 TTYS0_TX_STRING($str_after_copy)79 CONSOLE_DEBUG_TX_STRING($str_after_copy) 79 80 80 81 /** clear stack */ … … 100 101 */ 101 102 intel_chip_post_macro(0xfe) /* post fe */ 102 TTYS0_TX_STRING($str_pre_main)103 CONSOLE_DEBUG_TX_STRING($str_pre_main) 103 104 104 105 /* set new stack */ -
trunk/LinuxBIOSv1/romimages/RON_VT5259A/crt0.S
r235 r406 33 33 34 34 #include <pc80/serial.inc> 35 #include <arch/i386/lib/console.inc> 35 36 #include <pc80/i8259.inc> 36 37 /* 37 38 */ 38 39 39 TTYS0_TX_STRING($ttyS0_test)40 CONSOLE_DEBUG_TX_STRING($ttyS0_test) 40 41 41 42 /* initialize the RAM */ … … 64 65 */ 65 66 intel_chip_post_macro(0x11) /* post 11 */ 66 TTYS0_TX_STRING($str_after_ram)67 CONSOLE_DEBUG_TX_STRING($str_after_ram) 67 68 68 69 cld /* clear direction flag */ … … 76 77 .Lnodata: 77 78 intel_chip_post_macro(0x12) /* post 12 */ 78 TTYS0_TX_STRING($str_after_copy)79 CONSOLE_DEBUG_TX_STRING($str_after_copy) 79 80 80 81 /** clear stack */ … … 100 101 */ 101 102 intel_chip_post_macro(0xfe) /* post fe */ 102 TTYS0_TX_STRING($str_pre_main)103 CONSOLE_DEBUG_TX_STRING($str_pre_main) 103 104 104 105 /* set new stack */ -
trunk/LinuxBIOSv1/romimages/RON_VT5426/crt0.S
r235 r406 30 30 31 31 #include <pc80/serial.inc> 32 #include <arch/i386/lib/console.inc> 32 33 #include <pc80/i8259.inc> 33 34 /* 34 35 */ 35 36 36 TTYS0_TX_STRING($ttyS0_test)37 CONSOLE_DEBUG_TX_STRING($ttyS0_test) 37 38 38 39 /* initialize the RAM */ … … 59 60 */ 60 61 intel_chip_post_macro(0x11) /* post 11 */ 61 TTYS0_TX_STRING($str_after_ram)62 CONSOLE_DEBUG_TX_STRING($str_after_ram) 62 63 63 64 cld /* clear direction flag */ … … 71 72 .Lnodata: 72 73 intel_chip_post_macro(0x12) /* post 12 */ 73 TTYS0_TX_STRING($str_after_copy)74 CONSOLE_DEBUG_TX_STRING($str_after_copy) 74 75 75 76 /** clear stack */ … … 95 96 */ 96 97 intel_chip_post_macro(0xfe) /* post fe */ 97 TTYS0_TX_STRING($str_pre_main)98 CONSOLE_DEBUG_TX_STRING($str_pre_main) 98 99 99 100 /* set new stack */
