From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close Date: Mon, 25 May 2026 20:06:42 +1000 Message-ID: In-Reply-To: <20260521-nova-unload-v6-5-65f581c812c9@nvidia.com> References: <20260521-nova-unload-v6-0-65f581c812c9@nvidia.com> <20260521-nova-unload-v6-5-65f581c812c9@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review This moves `SetSystemInfo` and `SetRegistry` commands from before the GSP f= alcon boot to after RISC-V is active. The commit message says "no effect on= the GSP boot process" which is correct: these are queued commands that the= GSP processes after it's up. Also moves `wpr_meta` allocation before the FWSEC-FRTS check, which makes t= he chipset-specific block (FWSEC-FRTS =E2=86=92 GSP boot =E2=86=92 Booter L= oader) contiguous. This is a clean preparation for patch 6's HAL extraction. No issues. --- --- Generated by Claude Code Patch Reviewer