Commit Graph

35 Commits

Author SHA1 Message Date
Tim Gover
17086f2637 Remove network-boot beta documentation
This is replaced by
https://github.com/raspberrypi/documentation/pull/1426
now that network boot is in a stable(*) release series.
2020-03-04 14:09:56 +00:00
Tim Gover
3be67ad8a8 firmware: Promote the latest beta firmware to stable
The beta release with supports network boot is now stable enough
for most configurations. This is now frozen except for major bugs
in order to allow more experimental features to be released as
beta.
2020-02-27 14:51:53 +00:00
Justin P
6eb8d3e3e2 Adjusted workding once more
Adjusted the verbiage used to instruct the user in the file format.
Changed the file name in the code block to `...YYYY-MM-DD`
2020-02-20 14:08:49 -06:00
Justin P
35305725d8 Formatting and Phrasing changes
1. Fixed the mISSING uPPERCASE letters in `Raspberry Pi`
2. Changed "We have a few..." to "There are several..."
2020-02-12 20:02:28 -06:00
Justin P
ce9612e646 Clarifying the Dated .bin files
Added extra clarification for the beta `.bin` file, removing the static date from the command, as plenty of people would definitely copy/paste that blindly without realizing there are multiple versions in that directory. (Me being one of those people)
2020-02-10 20:04:58 -06:00
Tim Gover
30905b4909 vl805: Update the critical version to be 00137ad 2020-01-22 14:10:11 +00:00
Tim Gover
4c37835cd9 vl805: Remove the redundant .latest version info files 2020-01-22 14:06:17 +00:00
Tim Gover
0d7673bbb4 2019-01-17: Fix SD card voltage detect + DHCP option 0 padding
Force push with corrected DHCP option 0 fix.
2020-01-17 17:38:19 +00:00
Tim Gover
f19d57322c Update release notes for rpi-eeprom-config change 2020-01-17 10:31:41 +00:00
Tim Gover
eab1f68527 Add the vl805-000137ad FW to beta 2020-01-10 09:24:08 +00:00
Tim Gover
e871d428fd 2020-01-19: PXE menu and IP address parsing fixes 2020-01-09 18:29:44 +00:00
Tim Gover
8b9eab6867 pieeprom-2019-12-03: Fix DHCP Optio43 menu handling 2019-12-04 11:01:24 +00:00
Tim Gover
92c7e35a3e 2019-11-18 - Beta update for network boot fixes
Fixes for TFTP_PREFIX handling plus option to force MAC_ADDRESS
Enable HS_TIMING for EMMC cards
2019-11-18 11:43:17 +00:00
Tim Gover
9202943804 vl805: Make 13701 available in the critical directory
Make it easier for end users to pin the VL805 firmware to the old
version by just editing the .latest file in the critical directory.
2019-11-08 13:51:29 +00:00
Tim Gover
e35f0c7d41 license: Move vl805 to firmware to match license document 2019-11-08 13:50:27 +00:00
Tim Gover
d94585e89a critical update: Update VLI to 000137ab revision
recovery.bin is also updated from the beta revision in order to apply
the VL805 EEPROM image.
2019-10-23 13:14:23 +01:00
Tim Gover
ac70cb24fa Add rpi-eeprom-update -A option
* Option to restrict automatic updates to bootloader and/or vl805
* Change the machine mode output variables
* recovery.bin: Rebuild from Gitlab
* Rename CURRENT_TS and LATEST_TS in machine output
2019-10-22 12:28:03 +01:00
Tim Gover
d354bbe700 Add support for updating the USB (VL805) EEPROM
* New beta recovery.bin which can update the VLI EEPROM before
  start.elf is loaded. This is the recommended and default method
  because no USB devices will be in use at this stage.
* Extend the USE_FLASHROM configuration to use the vl805 tool
  to program the VL805 directly.
* Generate SHA256 checksums in .sig files for the bootloader and
  and VL805 images. This is required by the new recovery.bin to
  guard against corrupted files being flashed to the EEPROM(s).
* Various variable renames to distinguish between the bootloader
  and the VL805 images.
2019-10-22 12:27:58 +01:00
Tim Gover
3357c297b9 2019-10-16 - Fix parsing of PXE boot menu option 2019-10-17 10:41:12 +01:00
Tim Gover
841f3c04b2 Remove pieeprom-2019-05-10.bin release
This bootloader firmware is deprecated and should no longer be
included in the rpi-eeprom package. It's still available in the
Git history if anyone *really* wants this.
2019-10-11 15:50:48 +01:00
Tim Gover
d8f713c20d recovery: Make recovery.bin specific to the release status
Select the recovery.bin to use according to FIRMWARE_RELEASE_STATUS
in order to allow a beta test version of recovery.bin to be provided
without risking breaking the stable version of recovery.bin
2019-10-10 10:52:38 +01:00
Tim Gover
2ab61cc370 2019-10-08 - TFTP prefix strings, block size, various netboot fixes 2019-10-08 16:45:14 +01:00
timg
b959175b44 Update release-notes.md 2019-09-25 13:13:48 +01:00
Tim Gover
777706fe2e 2019-09-25 - Beta test update for network boot 2019-09-25 11:55:22 +01:00
timg
33974463a1 Update raspberry_pi4_network_boot_beta.md 2019-09-23 16:50:31 +01:00
timg
a6e6f88848 Update raspberry_pi4_network_boot_beta.md 2019-09-23 15:27:02 +01:00
Tim Gover
510f194c95 2019-09-23 - Beta test for network boot
Fixed duplicated net-retries in bootconf.txt from 2019-09-22 and added
padding back.
2019-09-23 11:50:15 +01:00
Tim Gover
8d79efad38 Bump pieeprom-2019-09-10 to stable
These new SDRAM settings reduce power consumption and are the latest
supported configuration from Broadcom.
2019-09-18 09:21:00 +01:00
Tim Gover
e958347679 recovery.bin: Update to fix rename bug with FAT16
Fix a bug which could cause the rename of recovery.bin to fail if
RECOVERY.000 (or higher number) existed and was the last root
directory entry in a FAT16 partition. This is unlikely be a problem
for most updates because the rpi-eeprom-update package removes the
renamed recovery.bin files when it runs.
2019-09-18 09:17:13 +01:00
Tim Gover
982aad5ac5 Add pieeprom-2019-09-10.bin
Minor update to always configure RGMII pins to a good state at power on.
Previously the pins would have been left in the default reset state
(input).
2019-09-10 12:21:33 +01:00
Tim Gover
956c401701 Move release notes to rpi-eeprom repository
Store the release notes here instead of github/raspberrypi/documentation
2019-09-09 09:50:08 +01:00
Tim Gover
ffec4bd48f rename 019-09-06-pieeprom.bin -> pieeprom-2019-09-06.bin 2019-09-06 19:11:27 +01:00
Tim Gover
92f118e1e5 firmware: Add 2019-09-06-pieeprom.bin to beta releases
Add the new EEPROM with SDRAM changes for power saving.
2019-09-06 16:57:05 +01:00
Tim Gover
2e5e705cd0 Move recovery.bin to the correct path 2019-09-03 15:00:40 +01:00
Tim Gover
8bf77cece1 Initial revision
Import the files used for the first beta release.
2019-09-02 11:46:15 +01:00