-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 208767 b: refs/heads/master c: cc0e72b h: refs/heads/master i: 208765: b4e0130 208763: 1904310 208759: e5e1900 208751: ebd44ab 208735: ee8a7cc 208703: 0aa12f9 208639: fd44b5c v: v3
- Loading branch information
Changhwan Youn
authored and
Kukjin Kim
committed
Aug 5, 2010
1 parent
5398e74
commit 79798e2
Showing
8 changed files
with
74 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: cfca3a619baeaba3a0037fef5da48108e9c0bb1c | ||
refs/heads/master: cc0e72b87a4afb520fab09b67e1c16e4ec4aaadb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# arch/arm/mach-s5pv310/Kconfig | ||
# | ||
# Copyright (c) 2010 Samsung Electronics Co., Ltd. | ||
# http://www.samsung.com/ | ||
# | ||
# Licensed under GPLv2 | ||
|
||
# Configuration options for the S5PV310 | ||
|
||
if ARCH_S5PV310 | ||
|
||
config CPU_S5PV310 | ||
bool | ||
select PLAT_S5P | ||
help | ||
Enable S5PV310 CPU support | ||
|
||
# machine support | ||
|
||
config MACH_SMDKV310 | ||
bool "SMDKV310" | ||
select CPU_S5PV310 | ||
select ARCH_SPARSEMEM_ENABLE | ||
help | ||
Machine support for Samsung SMDKV310 | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# arch/arm/mach-s5pv310/Makefile | ||
# | ||
# Copyright (c) 2010 Samsung Electronics Co., Ltd. | ||
# http://www.samsung.com/ | ||
# | ||
# Licensed under GPLv2 | ||
|
||
obj-y := | ||
obj-m := | ||
obj-n := | ||
obj- := | ||
|
||
# Core support for S5PV310 system | ||
|
||
obj-$(CONFIG_CPU_S5PV310) += cpu.o init.o clock.o irq-combiner.o | ||
obj-$(CONFIG_CPU_S5PV310) += setup-i2c0.o time.o | ||
|
||
obj-$(CONFIG_SMP) += platsmp.o headsmp.o | ||
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o | ||
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
zreladdr-y := 0x40008000 | ||
params_phys-y := 0x40000100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters