Skip to content

NetSerialPkg: Add Telnet server driver - #300

Open
mkopec wants to merge 1 commit into
dasharofrom
netserial
Open

NetSerialPkg: Add Telnet server driver#300
mkopec wants to merge 1 commit into
dasharofrom
netserial

Conversation

@mkopec

@mkopec mkopec commented Feb 7, 2026

Copy link
Copy Markdown
Member

Add a driver exposing a Telnet server on TCP port 23 and integrating with the edk2 console services using SerialIo protocol. This allows remote control of platforms that otherwise don't have an easily accessible serial port.

The driver is not included in the build, the idea is to build the driver separately and add it in EDK2 Boot Maintenance Manager's Driver options. This way we don't have to include an insecure interface in the firmware image itself.

The driver requires a network stack to function. NETWORK_ENABLE must be set to TRUE in the build configuration.

Add a driver exposing a Telnet server on TCP port 23 and integrating with the
edk2 console services using SerialIo protocol.

Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
@mkopec
mkopec marked this pull request as ready for review February 10, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant