5b035de DynamicTablesPkg: SSDT Serial Port generator

3 files Authored by Pierre Gondois 3 years ago, Committed by mergify[bot] 3 years ago,
    DynamicTablesPkg: SSDT Serial Port generator
    
    Most platforms have several serial ports. These serial ports
    are described to an operating system using definition block
    tables.
    
    The SSDT Serial Port Table Generator uses the Configuration
    Manager protocol to obtain information for the Serial Ports
    on the platform. The serial ports are described using the
    CM_ARM_SERIAL_PORT_INFO structure. The EArmObjSerialPortInfo
    ID is used to represent a standard serial port.
    
    The SSDT Serial port fixup library provides interfaces to
    generate a SSDT Serial port table based on the serial port
    information. The SSDT Serial Port Table Generator uses the
    SSDT serial port fixup library to build serial port
    definition blocks and installs the SSDT tables.
    
    Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
    Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
    Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>