From 6a0b84c0d1be883ad568b6a98741f57ff56f4aef Mon Sep 17 00:00:00 2001 From: andrum993 <137400510+andrum993@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:32:11 +0100 Subject: [PATCH] Update release-notes.md Clarify rp1 earlycon instructions, typos. --- firmware-2712/release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware-2712/release-notes.md b/firmware-2712/release-notes.md index 4da609f..673d8be 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -19,8 +19,8 @@ https://github.com/raspberrypi/rpi-eeprom/issues/527 * Add enable_rp1_uart=1 to config.txt to initialise RP1 UART0 immediately prior to starting the ARMs get earlycon on 40-pin header (pins 14,15) - Also requires pciex4_reset=0 in config.txt - earlycon=pl011,0x1f00030000,115200n8 + Also requires pciex4_reset=0 in config.txt, and + earlycon=pl011,0x1f00030000,115200n8 in cmdline.txt ## 2024-07-25: Support CM4 nEXTRST on CM5 (latest) * Drive nEXTRST on CM5 for CM4IO compatibility. @@ -34,8 +34,8 @@ ## 2024-06-04: Fix [pi5] config.txt conditional state (latest) * The [pi5] conditional statement should apply to the entire pi5 family i.e. include cm5 as well. -* Bump SDIO bus priorities to that a GPU/RAM intensive processes - can't unnecessarily stall an I/O processes. +* Bump SDIO bus priorities so that a GPU/RAM intensive process + can't unnecessarily stall I/O. * Assorted log message tidyups. ## 2024-05-17: Ignore bootloader updates for Pi5 on Pi4 - (latest)