add new bios for lattepanda mu

This commit is contained in:
yuyouliang
2025-12-26 18:08:58 +08:00
parent 32de822ca0
commit 7a42eed521
10 changed files with 131 additions and 8 deletions

Binary file not shown.

View File

@@ -1,4 +1,69 @@
# SATA Branch
💡**Note:** The LattePanda Mu compute module is available in 8GB and 16GB memory versions. It is essential to select the correct BIOS firmware as described below.
### For LattePanda Mu N100 **8GB** RAM Model:
- LP-BS-S70NC1R200-SR-B
- S70NC1R200-8G-A
### For LattePanda Mu N100 / N305 **16GB** RAM Model:
- LP-BS-S70NC1R200-DR-B
- S70NC1R200-16G-A
---
# BIOS Release Notes
## [2025-12] Latest Release
**Build Date:** 2025/12/19
### 📂 BIOS Files
| Variant | Compatible Model | Filename |
| :--- | :--- | :--- |
| **PCIe** | LattePanda Mu N100 **8GB** | `S70NC1R200-8G-A.bin` |
| **PCIe** | LattePanda Mu N100 / N305 **16GB** | `S70NC1R200-16G-A.bin` |
| **SATA** | LattePanda Mu N100 **8GB** | `S70NC1R200-8G-A-SATA.bin` |
| **SATA** | LattePanda Mu N100 / N305 **16GB** | `S70NC1R200-16G-A-SATA.bin` |
### 📝 Changelog
1. Added SMBIOS information.
2. Added information for eMMC, SATA, NVMe, etc. in the Main tab.
3. Unlocked PCIe Clock configuration menu.
4. Unlocked PCIe port ASPM configuration menu (Default: Disabled).
5. Added toggle options for TP (Touch Panel) and eDP display.
6. Added GPIO function support and configuration menu.
7. Enabled SpeedStep(TM) and RC6; changed Package C State Limit to Auto.
8. Added RTL8111H PXE boot support.
9. Fixed the issue of duplicate UART numbering in the OS.
10. Added Windows Recovery support (Requires customized OS).
---
## [2024-06/07] Initial Release
**Build Date:** 2024/07/08 (PCIe) / 2024/07/05 (SATA)
### 📂 BIOS Files
- **PCIe**: `LP-BS-S70NC1R200-SR-B.bin`
- **SATA**: `LP-BS-S70NC1R200-SR-B-SATA.bin`
- **Compatible Models**: LattePanda Mu N100 **8GB**
**Build Date:** 2024/06/19 (PCIe) / 2024/06/20 (SATA)
### 📂 BIOS Files
- **PCIe**: `LP-BS-S70NC1R200-DR-B.bin`
- **SATA**: `LP-BS-S70NC1R200-DR-B-SATA.bin`
- **Compatible Models**: LattePanda Mu N100 / N305 **16GB**
### 📝 Changelog
- Initial BIOS firmware release.
---
# SATA Branch Introduction
Enabled integrated SATA controller on the basis of standard BIOS.
@@ -15,8 +80,8 @@ Enabled integrated SATA controller on the basis of standard BIOS.
- **HSIO2**: PCIe 3.0 x1
- **HSIO3**: PCIe 3.0 x1
- ==========
- **HSIO8**: PCIe 3.0 x4 (Lane 0)
- **HSIO9**: PCIe 3.0 x4 (Lane 1)
- **HSIO8**: PCIe 3.0 x1
- **HSIO9**: PCIe 3.0 x1
- **HSIO10**: SATA 3.0
- **HSIO11**: SATA 3.0
- ==========

Binary file not shown.

Binary file not shown.