mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 08:09:47 +07:00
07373a5caa
1/ add OEM paramater support for mode_type (MPC vs APC) 2/ add OEM parameter support for max_number_concurrent_device_spin_up 3/ cleanup scic_sds_controller_start_next_phy todo: hook up the amp control afe parameters into the afe init code Signed-off-by: Henryk Dembkowski <henryk.dembkowski@intel.com> Signed-off-by: Jacek Danecki <Jacek.Danecki@intel.com> [cleaned up scic_sds_controller_start_next_phy] Signed-off-by: Dan Williams <dan.j.williams@intel.com> |
||
---|---|---|
.. | ||
create_fw.c | ||
create_fw.h | ||
Makefile | ||
README |
This defines the temporary binary blow we are to pass to the SCU driver to emulate the binary firmware that we will eventually be able to access via NVRAM on the SCU controller. The current size of the binary blob is expected to be 149 bytes or larger Header Types: 0x1: Phy Masks 0x2: Phy Gens 0x3: SAS Addrs 0xff: End of Data ID string - u8[12]: "#SCU MAGIC#\0" Version - u8: 1 SubVersion - u8: 0 Header Type - u8: 0x1 Size - u8: 8 Phy Mask - u32[8] Header Type - u8: 0x2 Size - u8: 8 Phy Gen - u32[8] Header Type - u8: 0x3 Size - u8: 8 Sas Addr - u64[8] Header Type - u8: 0xf ============================================================================== Place isci_firmware.bin in /lib/firmware Be sure to recreate the initramfs image to include the firmware.