[PR #264] [CLOSED] [bootloader] Iron Update #343

Closed
opened 2026-05-06 13:16:56 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/264
Author: @devdl11
Created: 7/11/2022
Status: Closed

Base: upsilon-devHead: upsilon-dev-IBL


📝 Commits (3)

  • 50166c4 [bootloader] First Code
  • b1606c6 [bootloader] Security Code
  • d511903 [bootloader] Iron Version -- Security Principles and ExamMode Compatibility

📊 Changes

43 files changed (+585 additions, -287 deletions)

View changed files

📝 .gitmodules (+3 -0)
UpsilonBootloaderApp (+1 -0)
📝 bootloader/Makefile (+4 -1)
📝 bootloader/boot.cpp (+19 -17)
📝 bootloader/boot.h (+5 -4)
📝 bootloader/boot/isr.h (+1 -0)
📝 bootloader/boot/rt0.cpp (+4 -0)
bootloader/boot/secure_isr.c (+129 -0)
bootloader/config.h (+19 -0)
📝 bootloader/drivers/board.cpp (+14 -5)
bootloader/drivers/security.h (+14 -0)
📝 bootloader/interface/menus/home.cpp (+24 -23)
📝 bootloader/interface/menus/home.h (+4 -4)
bootloader/jump_to_firmware.s (+0 -9)
📝 bootloader/main.cpp (+22 -20)
📝 bootloader/recovery.cpp (+11 -10)
bootloader/slots/epsilon_slot.cpp (+55 -0)
bootloader/slots/epsilon_slot.h (+29 -0)
📝 bootloader/slots/kernel_header.cpp (+1 -8)
📝 bootloader/slots/kernel_header.h (+4 -4)

...and 23 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/264 **Author:** [@devdl11](https://github.com/devdl11) **Created:** 7/11/2022 **Status:** ❌ Closed **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-IBL` --- ### 📝 Commits (3) - [`50166c4`](https://github.com/UpsilonNumworks/Upsilon/commit/50166c4301b6a55f11d9d44c03ab30350b42cac6) [bootloader] First Code - [`b1606c6`](https://github.com/UpsilonNumworks/Upsilon/commit/b1606c69c6783a6032e21b7eca7ce80c660d55ef) [bootloader] Security Code - [`d511903`](https://github.com/UpsilonNumworks/Upsilon/commit/d5119038e9f11dcfad86f441e5ec564b7c93198f) [bootloader] Iron Version -- Security Principles and ExamMode Compatibility ### 📊 Changes **43 files changed** (+585 additions, -287 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+3 -0) ➕ `UpsilonBootloaderApp` (+1 -0) 📝 `bootloader/Makefile` (+4 -1) 📝 `bootloader/boot.cpp` (+19 -17) 📝 `bootloader/boot.h` (+5 -4) 📝 `bootloader/boot/isr.h` (+1 -0) 📝 `bootloader/boot/rt0.cpp` (+4 -0) ➕ `bootloader/boot/secure_isr.c` (+129 -0) ➕ `bootloader/config.h` (+19 -0) 📝 `bootloader/drivers/board.cpp` (+14 -5) ➕ `bootloader/drivers/security.h` (+14 -0) 📝 `bootloader/interface/menus/home.cpp` (+24 -23) 📝 `bootloader/interface/menus/home.h` (+4 -4) ➖ `bootloader/jump_to_firmware.s` (+0 -9) 📝 `bootloader/main.cpp` (+22 -20) 📝 `bootloader/recovery.cpp` (+11 -10) ➕ `bootloader/slots/epsilon_slot.cpp` (+55 -0) ➕ `bootloader/slots/epsilon_slot.h` (+29 -0) 📝 `bootloader/slots/kernel_header.cpp` (+1 -8) 📝 `bootloader/slots/kernel_header.h` (+4 -4) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:56 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#343
No description provided.