prop->dram_pci_bar_size = pci_resource_len(pdev, HBM_BAR_ID);
 
        /* If FW security is enabled at this point it means no access to ELBI */
-       if (!hdev->asic_prop.fw_security_disabled) {
+       if (hdev->asic_prop.fw_security_enabled) {
                hdev->asic_prop.iatu_done_by_fw = true;
 
                /*
        u16 pll_freq_arr[HL_PLL_NUM_OUTPUTS], freq;
        int rc;
 
-       if (hdev->asic_prop.fw_security_disabled) {
+       if (hdev->asic_prop.fw_security_enabled) {
+               rc = hl_fw_cpucp_pll_info_get(hdev, HL_GAUDI_CPU_PLL, pll_freq_arr);
+
+               if (rc)
+                       return rc;
+
+               freq = pll_freq_arr[2];
+       } else {
                /* Backward compatibility */
                div_fctr = RREG32(mmPSOC_CPU_PLL_DIV_FACTOR_2);
                div_sel = RREG32(mmPSOC_CPU_PLL_DIV_SEL_2);
                                div_sel);
                        freq = 0;
                }
-       } else {
-               rc = hl_fw_cpucp_pll_info_get(hdev, HL_GAUDI_CPU_PLL, pll_freq_arr);
-
-               if (rc)
-                       return rc;
-
-               freq = pll_freq_arr[2];
        }
 
        prop->psoc_timestamp_frequency = freq;
        hdev->cpu_pci_msb_addr =
                GAUDI_CPU_PCI_MSB_ADDR(hdev->cpu_accessible_dma_address);
 
-       if (hdev->asic_prop.fw_security_disabled)
+       if (!hdev->asic_prop.fw_security_enabled)
                GAUDI_PCI_TO_CPU_ADDR(hdev->cpu_accessible_dma_address);
 
 free_dma_mem_arr:
 free_cpu_accessible_dma_pool:
        gen_pool_destroy(hdev->cpu_accessible_dma_pool);
 free_cpu_dma_mem:
-       if (hdev->asic_prop.fw_security_disabled)
+       if (!hdev->asic_prop.fw_security_enabled)
                GAUDI_CPU_TO_PCI_ADDR(hdev->cpu_accessible_dma_address,
                                        hdev->cpu_pci_msb_addr);
        hdev->asic_funcs->asic_dma_free_coherent(hdev,
 
        gen_pool_destroy(hdev->cpu_accessible_dma_pool);
 
-       if (hdev->asic_prop.fw_security_disabled)
+       if (!hdev->asic_prop.fw_security_enabled)
                GAUDI_CPU_TO_PCI_ADDR(hdev->cpu_accessible_dma_address,
                                        hdev->cpu_pci_msb_addr);
 
 {
        struct gaudi_device *gaudi = hdev->asic_specific;
 
-       if (!hdev->asic_prop.fw_security_disabled)
+       if (hdev->asic_prop.fw_security_enabled)
                return;
 
        if (hdev->asic_prop.fw_cpu_boot_dev_sts0_valid &&
 {
        struct gaudi_device *gaudi = hdev->asic_specific;
 
-       if (!hdev->asic_prop.fw_security_disabled)
+       if (hdev->asic_prop.fw_security_enabled)
                return;
 
        if (hdev->asic_prop.fw_cpu_boot_dev_sts0_valid &&
 
 static void gaudi_init_e2e(struct hl_device *hdev)
 {
-       if (!hdev->asic_prop.fw_security_disabled)
+       if (hdev->asic_prop.fw_security_enabled)
                return;
 
        if (hdev->asic_prop.fw_cpu_boot_dev_sts0_valid &&
 {
        uint32_t hbm0_wr, hbm1_wr, hbm0_rd, hbm1_rd;
 
-       if (!hdev->asic_prop.fw_security_disabled)
+       if (hdev->asic_prop.fw_security_enabled)
                return;
 
        if (hdev->asic_prop.fw_cpu_boot_dev_sts0_valid &&
        if (hdev->in_debug)
                return;
 
-       if (!hdev->asic_prop.fw_security_disabled)
+       if (hdev->asic_prop.fw_security_enabled)
                return;
 
        for (i = GAUDI_PCI_DMA_1, qman_offset = 0 ; i < GAUDI_HBM_DMA_1 ; i++) {
        u32 qman_offset;
        int i;
 
-       if (!hdev->asic_prop.fw_security_disabled)
+       if (hdev->asic_prop.fw_security_enabled)
                return;
 
        for (i = 0, qman_offset = 0 ; i < DMA_NUMBER_OF_CHANNELS ; i++) {
         * The device CPU works with 40 bits addresses.
         * This register sets the extension to 50 bits.
         */
-       if (hdev->asic_prop.fw_security_disabled)
+       if (!hdev->asic_prop.fw_security_enabled)
                WREG32(mmCPU_IF_CPU_MSB_ADDR, hdev->cpu_pci_msb_addr);
 
        rc = hl_fw_init_cpu(hdev);
        /* Perform read from the device to make sure device is up */
        RREG32(mmHW_STATE);
 
-       if (hdev->asic_prop.fw_security_disabled) {
+       if (!hdev->asic_prop.fw_security_enabled) {
                /* Set the access through PCI bars (Linux driver only) as
                 * secured
                 */
        /* Set device to handle FLR by H/W as we will put the device CPU to
         * halt mode
         */
-       if (hdev->asic_prop.fw_security_disabled &&
+       if (!hdev->asic_prop.fw_security_enabled &&
                                !hdev->asic_prop.hard_reset_done_by_fw)
                WREG32(mmPCIE_AUX_FLR_CTRL, (PCIE_AUX_FLR_CTRL_HW_CTRL_MASK |
                                        PCIE_AUX_FLR_CTRL_INT_MASK_MASK));
                WREG32(irq_handler_offset, GAUDI_EVENT_HALT_MACHINE);
        }
 
-       if (hdev->asic_prop.fw_security_disabled &&
+       if (!hdev->asic_prop.fw_security_enabled &&
                                !hdev->asic_prop.hard_reset_done_by_fw) {
 
                /* Configure the reset registers. Must be done as early as
                WREG32(mmPREBOOT_PCIE_EN, LKD_HARD_RESET_MAGIC);
 
                /* Restart BTL/BLR upon hard-reset */
-               if (hdev->asic_prop.fw_security_disabled)
+               if (!hdev->asic_prop.fw_security_enabled)
                        WREG32(mmPSOC_GLOBAL_CONF_BOOT_SEQ_RE_START, 1);
 
                WREG32(mmPSOC_GLOBAL_CONF_SW_ALL_RST,
                return 0;
        }
 
-       if (!hdev->asic_prop.fw_security_disabled) {
+       if (hdev->asic_prop.fw_security_enabled) {
                dev_info(hdev->dev, "Cannot access MC regs for ECC data while security is enabled\n");
                return 0;
        }
 
        u32 pb_addr, mask;
        u8 word_offset;
 
-       if (hdev->asic_prop.fw_security_disabled) {
+       if (!hdev->asic_prop.fw_security_enabled) {
                gaudi_pb_set_block(hdev, mmDMA_IF_E_S_BASE);
                gaudi_pb_set_block(hdev, mmDMA_IF_E_S_DOWN_CH0_BASE);
                gaudi_pb_set_block(hdev, mmDMA_IF_E_S_DOWN_CH1_BASE);
        u32 pb_addr, mask;
        u8 word_offset;
 
-       if (hdev->asic_prop.fw_security_disabled) {
+       if (!hdev->asic_prop.fw_security_enabled) {
                gaudi_pb_set_block(hdev, mmTPC0_E2E_CRED_BASE);
                gaudi_pb_set_block(hdev, mmTPC1_E2E_CRED_BASE);
                gaudi_pb_set_block(hdev, mmTPC2_E2E_CRED_BASE);
         * secured
         */
 
-       if (hdev->asic_prop.fw_security_disabled) {
+       if (!hdev->asic_prop.fw_security_enabled) {
                gaudi_pb_set_block(hdev, mmIF_E_PLL_BASE);
                gaudi_pb_set_block(hdev, mmMESH_W_PLL_BASE);
                gaudi_pb_set_block(hdev, mmSRAM_W_PLL_BASE);
         * property configuration of MME SBAB and ACC to be non-privileged and
         * non-secured
         */
-       if (hdev->asic_prop.fw_security_disabled) {
+       if (!hdev->asic_prop.fw_security_enabled) {
                WREG32(mmMME0_SBAB_PROT, 0x2);
                WREG32(mmMME0_ACC_PROT, 0x2);
                WREG32(mmMME1_SBAB_PROT, 0x2);
                WREG32(mmMME2_ACC_PROT, 0x2);
                WREG32(mmMME3_SBAB_PROT, 0x2);
                WREG32(mmMME3_ACC_PROT, 0x2);
-       }
 
-       /* On RAZWI, 0 will be returned from RR and 0xBABA0BAD from PB */
-       if (hdev->asic_prop.fw_security_disabled)
+               /*
+                * On RAZWI, 0 will be returned from RR and 0xBABA0BAD from PB
+                */
                WREG32(0xC01B28, 0x1);
+       }
 
        gaudi_init_range_registers_lbw(hdev);
 
 
        prop->dram_pci_bar_size = pci_resource_len(pdev, DDR_BAR_ID);
 
        /* If FW security is enabled at this point it means no access to ELBI */
-       if (!hdev->asic_prop.fw_security_disabled) {
+       if (hdev->asic_prop.fw_security_enabled) {
                hdev->asic_prop.iatu_done_by_fw = true;
                goto pci_init;
        }
        u16 pll_freq_arr[HL_PLL_NUM_OUTPUTS], freq;
        int rc;
 
-       if (hdev->asic_prop.fw_security_disabled) {
+       if (hdev->asic_prop.fw_security_enabled) {
+               rc = hl_fw_cpucp_pll_info_get(hdev, HL_GOYA_PCI_PLL,
+                               pll_freq_arr);
+
+               if (rc)
+                       return;
+
+               freq = pll_freq_arr[1];
+       } else {
                div_fctr = RREG32(mmPSOC_PCI_PLL_DIV_FACTOR_1);
                div_sel = RREG32(mmPSOC_PCI_PLL_DIV_SEL_1);
                nr = RREG32(mmPSOC_PCI_PLL_NR);
                                div_sel);
                        freq = 0;
                }
-       } else {
-               rc = hl_fw_cpucp_pll_info_get(hdev, HL_GOYA_PCI_PLL,
-                               pll_freq_arr);
-
-               if (rc)
-                       return;
-
-               freq = pll_freq_arr[1];
        }
 
        prop->psoc_timestamp_frequency = freq;