]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fpga: xilinx: Add option to skip bitstream ID check
authorMichal Simek <michal.simek@amd.com>
Thu, 16 Apr 2026 17:32:02 +0000 (19:32 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 23 Apr 2026 09:51:48 +0000 (11:51 +0200)
commit8669c34566cc6cfcdb32239eeedf991ecb83a5ea
tree836e68949bbb12af375f15263944f058607b96c3
parent89c269154bfc278ec3129e10c44aff934ffad24a
fpga: xilinx: Add option to skip bitstream ID check

Add environment variable 'fpga_skip_idcheck' that when set to '1' or
'y' allows bypassing the device ID validation during bitstream loading.
This is useful for loading bitstreams on devices whose ID codes are not
yet recorded in the SOC driver.

Usage: setenv fpga_skip_idcheck 1
  fpga loadb 0 ${loadaddr} ${filesize}

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/d0f11d0a8d48b284683f00d20dfbe323c11f2943.1776360720.git.michal.simek@amd.com
drivers/fpga/xilinx.c