16 serial console and bios printouts, 1 bios printouts to dram, Table 4-2 – Artesyn ATCA 7370 / ATCA 7370-S Installation and Use (January 2015) User Manual
Page 85: Printout floating structure, Bios
BIOS
ATCA-7370/ATCA-7370-S Installation and Use (6806800P54H)
85
4.1.16 Serial Console and BIOS Printouts
The BIOS initializes the serial port and uses the serial port as output console. The default
settings for the serial port are as follows:
Baud rate: 9600
8 data bits
No parity
1 stop bits
Flow control: None
The BIOS printout does not cause any significant delay to boot up. Default terminal emulation
is VT-100. The ATCA-7370 vendor, Phoenix, specifies and documents the terminal hot keys and
keystroke mapping for VT-100, ANSI and VT-UTF8.
The BIOS prints all errors found during BIOS phase. In addition to errors, BIOS prints the
information contained in the Board Information to console.
4.1.16.1 BIOS Printouts to DRAM
The BIOS console printouts are stored in a specific area of the DRAM. The printouts are
accessible by the OS, allowing the use of the startup information for debugging and
troubleshooting. Storing the optional ROM printouts is not required. All printouts from the
serial console are logged into the DRAM buffer.
A simple structure is used to locate the printouts buffer and define its size. This floating
structure is located between addresses E000h and FFFFFh.
Table 4-2 Printout Floating Structure
Field
Offset (in
bytes:bits)
Length (in
bits)
Description
SIGNATURE
0
32
The ASCII string represented by "_CP_" which serves
as a search key for locating the pointer structure.
VERSION
4
16
Version (low byte = minor, high byte = major).
Version 1.00 (0100h) is defined.
PHYSICAL ADDRESS
POINTER
6
32
The address of beginning of the CP table. All zeros if
the CP table does not exist.