Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT DISCONTINUED

This EDK-2/ACPI UEFI firmware project is no longer maintained.

The project has been discontinued due to friction in the ACPI standardization process. Modern U-Boot now ships with the required facilities for booting a generic Linux distribution designed for UEFI (using Device-Tree).

For instructions on installing Ubuntu and other UEFI-compatible operating systems on the LX2160A using modern U-Boot, please refer to the Official SolidRun LX2160A Software Page.

SolidRun's LX2160A COM express type 7 UEFI build

Build with host tools

Simply running INITIALIZE=1 ./runme.sh then ./runme.sh will check for required tools, clone and build images and place results in images/ directory.

Build with docker or podman

docker build -t lx2160a_uefi docker/ docker run -v "$PWD":/work:Z --rm -i -t lx2160a_uefi build

You can specify build variables with the -e option docker run -e SOC_SPEED=2200 -e BUS_SPEED=800 -e DDR_SPEED=3000 -e XMP_PROFILE=1 -v "$PWD":/work:Z --rm -i -t lx2160a_uefi build

About

Parent build repository for generating UEFI firmware for the LX2160a

Resources

Stars

27 stars

Watchers

10 watching

Forks

Releases

Packages

Contributors

Languages