mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #264] [CLOSED] [bootloader] Iron Update #343
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#343
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/264
Author: @devdl11
Created: 7/11/2022
Status: ❌ Closed
Base:
upsilon-dev← Head:upsilon-dev-IBL📝 Commits (3)
50166c4[bootloader] First Codeb1606c6[bootloader] Security Coded511903[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.