bdk: fuse: allow overriding dram id fuses

This should be set before running sdram init.
fuse_read_dramid(true) will still return the real id.
This commit is contained in:
CTCaer
2025-11-27 12:04:12 +02:00
parent 364465399e
commit 4a24956f3a
2 changed files with 15 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ enum
void fuse_disable_program();
u32 fuse_read_odm(u32 idx);
u32 fuse_read_odm_keygen_rev();
void fuse_force_8gb_dramid();
u32 fuse_read_dramid(bool raw_id);
u32 fuse_read_hw_state();
u32 fuse_read_hw_type();