Skip to content

Commit

Permalink
project: msm8996: Rename thulium to msm8996
Browse files Browse the repository at this point in the history
Rename the thulium project files to msm8996

Change-Id: I1c26e34ef8051917d77ea0c4be9a16aa6d67c88f
  • Loading branch information
Channagoud Kadabi authored and Poly Singh committed Mar 25, 2015
1 parent 129424c commit 0ffa786
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 22 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
* * Neither the name of The Linux Foundation, Inc. nor the names of its
* * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
* * Neither the name of The Linux Foundation, Inc. nor the names of its
* * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
* * Neither the name of The Linux Foundation. nor the names of its
* * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static struct branch_clk gcc_usb_phy_cfg_ahb2phy_clk = {


/* Clock lookup table */
static struct clk_lookup msm_thulium_clocks[] =
static struct clk_lookup msm_msm8996_clocks[] =
{
CLK_LOOKUP("sdc1_iface_clk", gcc_sdcc1_ahb_clk.c),
CLK_LOOKUP("sdc1_core_clk", gcc_sdcc1_apps_clk.c),
Expand All @@ -428,5 +428,5 @@ static struct clk_lookup msm_thulium_clocks[] =

void platform_clock_init(void)
{
clk_init(msm_thulium_clocks, ARRAY_SIZE(msm_thulium_clocks));
clk_init(msm_msm8996_clocks, ARRAY_SIZE(msm_msm8996_clocks));
}
22 changes: 11 additions & 11 deletions platform/thulium/platform.c → platform/msm8996/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <debug.h>
Expand Down
2 changes: 1 addition & 1 deletion platform/thulium/rules.mk → platform/msm8996/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MODULES += dev/fbcon
OBJS += \
$(LOCAL_DIR)/platform.o \
$(LOCAL_DIR)/acpuclock.o \
$(LOCAL_DIR)/thulium-clock.o \
$(LOCAL_DIR)/msm8996-clock.o \
$(LOCAL_DIR)/gpio.o

LINKER_SCRIPT += $(BUILDDIR)/system-onesegment.ld
Expand Down
2 changes: 1 addition & 1 deletion platform/msm_shared/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ DEFINES += DISPLAY_TYPE_MDSS=1
$(LOCAL_DIR)/mipi_dsi_autopll.o
endif

ifeq ($(PLATFORM),thulium)
ifeq ($(PLATFORM),msm8996)
OBJS += $(LOCAL_DIR)/qtimer.o \
$(LOCAL_DIR)/qtimer_mmap.o \
$(LOCAL_DIR)/interrupts.o \
Expand Down
4 changes: 2 additions & 2 deletions project/thulium.mk → project/msm8996.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# top level project rules for the thulium project
# top level project rules for the msm8996 project
#
LOCAL_DIR := $(GET_LOCAL_DIR)

TARGET := thulium
TARGET := msm8996

MODULES += app/aboot

Expand Down
2 changes: 1 addition & 1 deletion scripts/buildall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

PROJECTS="msm8226 msm8974 apq8084 msm8994 mdm9630 mdm9640 msm8610 msm8916 thulium"
PROJECTS="msm8226 msm8974 apq8084 msm8994 mdm9630 mdm9640 msm8610 msm8916 msm8996"
FAILED=""

for p in $PROJECTS; do
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion target/thulium/rules.mk → target/msm8996/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LOCAL_DIR := $(GET_LOCAL_DIR)

INCLUDES += -I$(LOCAL_DIR)/include -I$(LK_TOP_DIR)/platform/msm_shared

PLATFORM := thulium
PLATFORM := msm8996

MEMBASE := 0x8F000000 # SDRAM
MEMSIZE := 0x00200000 # 2MB
Expand Down
File renamed without changes.

0 comments on commit 0ffa786

Please sign in to comment.