@@ -15,7 +15,7 @@ librmgr = rmgr/dbdcd.o rmgr/disp.o rmgr/drv.o rmgr/mgr.o rmgr/node.o \
rmgr/nldr.o rmgr/drv_interface.o
libdload = dynload/cload.o dynload/getsection.o dynload/reloc.o \
dynload/tramp.o
-libhw = hw/hw_prcm.o hw/hw_dspssC64P.o hw/hw_mmu.o
+libhw = hw/hw_prcm.o hw/hw_mmu.o
bridgedriver-objs = $(libgen) $(libservices) $(libwmd) $(libpmgr) $(librmgr) \
$(libdload) $(libhw)
deleted file mode 100644
@@ -1,26 +0,0 @@
-/*
- * IPIAccInt.h
- *
- * DSP-BIOS Bridge driver support functions for TI OMAP processors.
- *
- * Copyright (C) 2005-2006 Texas Instruments, Inc.
- *
- * This package is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-#ifndef _IPI_ACC_INT_H
-#define _IPI_ACC_INT_H
-
-/* Bitfield mask and offset declarations */
-#define SYSC_IVA2BOOTMOD_OFFSET 0x404
-#define SYSC_IVA2BOOTADDR_OFFSET 0x400
-#define SYSC_IVA2BOOTADDR_MASK 0xfffffc00
-
-#endif /* _IPI_ACC_INT_H */
-/* EOF */
deleted file mode 100644
@@ -1,26 +0,0 @@
-/*
- * IVA1RegAcM.h
- *
- * DSP-BIOS Bridge driver support functions for TI OMAP processors.
- *
- * Copyright (C) 2005-2006 Texas Instruments, Inc.
- *
- * This package is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-#ifndef _IVA2_REG_ACM_H
-#define _IVA2_REG_ACM_H
-
-#include <GlobalTypes.h>
-#include <EasiGlobal.h>
-
-#define SYSC_IVA2BOOTMOD_OFFSET 0x404
-#define SYSC_IVA2BOOTADDR_OFFSET 0x400
-
-#endif
deleted file mode 100644
@@ -1,47 +0,0 @@
-/*
- * hw_dspss64P.c
- *
- * DSP-BIOS Bridge driver support functions for TI OMAP processors.
- *
- * API definitions to configure DSP Subsystem modules like IPI
- *
- * Copyright (C) 2005-2006 Texas Instruments, Inc.
- *
- * This package is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-/* PROJECT SPECIFIC INCLUDE FILES */
-#include <GlobalTypes.h>
-#include <linux/io.h>
-#include <hw_defs.h>
-#include <hw_dspssC64P.h>
-#include <IVA2RegAcM.h>
-#include <IPIAccInt.h>
-
-/* HW FUNCTIONS */
-hw_status hw_dspss_boot_mode_set(const void __iomem *baseAddress,
- enum hw_dspsysc_boot_mode_t bootMode,
- const u32 bootAddress)
-{
- hw_status status = RET_OK;
- u32 offset = SYSC_IVA2BOOTMOD_OFFSET;
- u32 aligned_boot_addr;
-
- /* if Boot mode it DIRECT BOOT, check that the bootAddress is
- * aligned to atleast 1K :: TODO */
- __raw_writel(bootMode, (baseAddress) + offset);
-
- offset = SYSC_IVA2BOOTADDR_OFFSET;
-
- aligned_boot_addr = bootAddress & SYSC_IVA2BOOTADDR_MASK;
-
- __raw_writel(aligned_boot_addr, (baseAddress) + offset);
-
- return status;
-}
deleted file mode 100644
@@ -1,37 +0,0 @@
-/*
- * hw_dspssC64P.h
- *
- * DSP-BIOS Bridge driver support functions for TI OMAP processors.
- *
- * DSP Subsystem API declarations
- *
- * Copyright (C) 2005-2006 Texas Instruments, Inc.
- *
- * This package is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-#ifndef _HW_DSPSS_H
-#define _HW_DSPSS_H
-#include <linux/types.h>
-
-enum hw_dspsysc_boot_mode_t {
- HW_DSPSYSC_DIRECTBOOT = 0x0,
- HW_DSPSYSC_IDLEBOOT = 0x1,
- HW_DSPSYSC_SELFLOOPBOOT = 0x2,
- HW_DSPSYSC_USRBOOTSTRAP = 0x3,
- HW_DSPSYSC_DEFAULTRESTORE = 0x4
-};
-
-#define HW_DSP_IDLEBOOT_ADDR 0x007E0000
-
-extern hw_status hw_dspss_boot_mode_set(const void __iomem *baseAddress,
- enum hw_dspsysc_boot_mode_t bootMode,
- const u32 bootAddress);
-
-#endif /* _HW_DSPSS_H */
@@ -43,7 +43,6 @@
/* ------------------------------------ Hardware Abstraction Layer */
#include <hw_defs.h>
-#include <hw_dspssC64P.h>
#include <hw_prcm.h>
#include <hw_mmu.h>
@@ -78,6 +77,7 @@
#define MMU_SSECTION_ADDR_MASK 0xFF000000
#define MMU_LARGE_PAGE_MASK 0xFFFF0000
#define MMU_SMALL_PAGE_MASK 0xFFFFF000
+#define OMAP3_IVA2_BOOTADDR_MASK 0xFFFFFC00
#define PAGES_II_LVL_TABLE 512
#define PHYS_TO_PAGE(phys) pfn_to_page((phys) >> PAGE_SHIFT)
@@ -477,21 +477,16 @@ static dsp_status bridge_brd_start(struct wmd_dev_context *hDevContext,
/* hw_rst_reset(resources.dwPrcmBase, HW_RST1_IVA2); */
if (DSP_SUCCEEDED(status)) {
hw_rst_reset(resources.dw_prm_base, HW_RST1_IVA2);
- if (dsp_debug) {
- /* Set the bootmode to self loop */
- dev_dbg(bridge, "Set boot mode to self loop"
- " for IVA2 Device\n");
- hw_dspss_boot_mode_set
- (resources.dw_sys_ctrl_base,
- HW_DSPSYSC_SELFLOOPBOOT, dwDSPAddr);
- } else {
- /* Set the bootmode to '0' - direct boot */
- dev_dbg(bridge, "Set boot mode to direct boot"
- " for IVA2 Device\n");
- hw_dspss_boot_mode_set
- (resources.dw_sys_ctrl_base,
- HW_DSPSYSC_DIRECTBOOT, dwDSPAddr);
- }
+ /* Mask address with 1K for compatibility */
+ __raw_writel(dwDSPAddr & OMAP3_IVA2_BOOTADDR_MASK,
+ OMAP343X_CTRL_REGADDR(
+ OMAP343X_CONTROL_IVA2_BOOTADDR));
+ /*
+ * Set bootmode to self loop if dsp_debug flag is true
+ */
+ __raw_writel((dsp_debug) ? OMAP3_IVA2_BOOTMOD_IDLE : 0,
+ OMAP343X_CTRL_REGADDR(
+ OMAP343X_CONTROL_IVA2_BOOTMOD));
}
}
if (DSP_SUCCEEDED(status)) {
@@ -33,7 +33,6 @@
/* ------------------------------------ Hardware Abstraction Layer */
#include <hw_defs.h>
-#include <hw_dspssC64P.h>
#include <hw_prcm.h>
#include <hw_mmu.h>