-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpi-eeprom: update to latest rpi-eeprom #3807
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-f93cf12
rpi-eeprom: update to rpi-eeprom-ccd464e
Sep 10, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-ccd464e
rpi-eeprom: update to rpi-eeprom-391573d
Sep 11, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-391573d
rpi-eeprom: update to rpi-eeprom-48a2302
Sep 15, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-48a2302
rpi-eeprom: update to rpi-eeprom-1923a55
Sep 18, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-1923a55
rpi-eeprom: update to rpi-eeprom-3397446
Sep 23, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-3397446
rpi-eeprom: update to rpi-eeprom-18de77b
Sep 24, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-18de77b
rpi-eeprom: update to rpi-eeprom-b959175
Sep 25, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-b959175
rpi-eeprom: update to rpi-eeprom-3c9c58c
Oct 8, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-3c9c58c
rpi-eeprom: update to rpi-eeprom-741bf84
Oct 10, 2019
MilhouseVH
changed the title
rpi-eeprom: update to rpi-eeprom-741bf84
rpi-eeprom: update to latest rpi-eeprom
Oct 23, 2019
Updated with latest LibreELEC-settings. Might as well merge it, even though it won't currently work due to Python3 issues (should work fine from the command line). |
chewitt
approved these changes
Nov 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
64-bit OS support (raspberrypi/rpi-eeprom#6)
New beta firmware (raspberrypi/rpi-eeprom#7)
help2man fixes (raspberrypi/rpi-eeprom#8)
Cosmetics (raspberrypi/rpi-eeprom#10)
Rpi eeprom config magic (raspberrypi/rpi-eeprom#12)
Pieeprom 2019 09 10 (raspberrypi/rpi-eeprom#15)
2019-09-23 - Beta test for network boot (raspberrypi/rpi-eeprom#19)
Set unused data to zero if size of config is reduced (raspberrypi/rpi-eeprom#20)
2019-09-25 - Beta test update for network boot (raspberrypi/rpi-eeprom#22)
Rpi eeprom config 2 k (raspberrypi/rpi-eeprom#29)
2019-10-08 - TFTP prefix strings, block size, various netboot fixes (raspberrypi/rpi-eeprom#30)
Recovery beta (raspberrypi/rpi-eeprom#31)
Remove pieeprom-2019-05-10.bin release (raspberrypi/rpi-eeprom#32)
Vli update (raspberrypi/rpi-eeprom#34)
1.4-1 release (raspberrypi/rpi-eeprom#35)
Restore machine output exit code as string (raspberrypi/rpi-eeprom#36)
rpi-eeprom-update: Don't remove update files if run with no arguments (raspberrypi/rpi-eeprom#37)
critical update: Update VLI to 000137ab revision (raspberrypi/rpi-eeprom#38)
rpi-eeprom-update: Verify DPKG checksums if available (raspberrypi/rpi-eeprom#39)
Tweak update status for BOOTLOADER, VL805 (raspberrypi/rpi-eeprom#42)
Add Python3 support (raspberrypi/rpi-eeprom#45)
use lspci if available instead of vl805. Avoid calling vl805 twice. (raspberrypi/rpi-eeprom#50)
NEEDS: LibreELEC/service.libreelec.settings#141