Fix build error for smdkv310 board:
board/samsung/smdkv310/smdkv310.c:126: undefined reference to `gpio_set_pull'
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/smdkv310.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/samsung/smdkv310/smdkv310
mdkv310/start.S:137: undefined reference to
`save_boot_params'
Signed-off-by: Chander Kashyap
---
mmc_spl/board/samsung/smdkv310/mmc_boot.c |4
mmc_spl/board/samsung/smdkv310/u-boot.lds |2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/mmc_spl/board/samsung/s
678 /* now 16*4=64 */
\#endif
e.g.
undefined_instruction:
get_bad_stack
bad_save_user_regs
bl do_undefined_instruction
Signed-off-by: Chander Kashyap
---
mmc_spl/board/samsung/smdkv310/Makefile |1 +
mmc_spl/board/samsung/smdkv310/mmc_boo
Adds mmc boot support.
Signed-off-by: Chander Kashyap
---
mmc_spl/board/samsung/origen/Makefile | 106
mmc_spl/board/samsung/origen/mmc_boot.c | 57 +
mmc_spl/board/samsung/origen/tools/mkv310_image.c | 140 +
mmc_spl/board
Adds support for ORIGEN board with MMC Booting.
Chander Kashyap (2):
ARMV7: Add support for Samsung ORIGEN board
ORIGEN: Add MMC SPL support
MAINTAINERS |1 +
board/samsung/origen/Makefile | 46 ++
board/samsung/origen
Origen board is based upon S5PV310 SoC which is similiar to
S5PC210 SoC.
Signed-off-by: Chander Kashyap
---
Changes for v2:
- None
Changes for v3:
- Board entry added Alphabetically in boards.cfg
- Used get_Ram_size function to calculate ram size
Changes for v4
Hi Lei Wen,
On 31 July 2011 12:26, Lei Wen wrote:
> Hi Chander,
>
> On Fri, Jul 29, 2011 at 12:41 PM, Chander Kashyap
> wrote:
> > Adds mmc boot support.
> >
> > Signed-off-by: Chander Kashyap
> > ---
> > mmc_spl/board/
Dear Wolfgang Denk,
On 1 August 2011 15:39, Wolfgang Denk wrote:
> Dear Chander Kashyap,
>
> In message 5pzhytn...@mail.gmail.com> you wrote:
> >
> [200+ lines of unrelated quote deleted.]
>
> > > > +void copy_uboot_to_ram(void)
> > > >
Dear Wolfgang Denk,
On 31 July 2011 15:30, Wolfgang Denk wrote:
> Dear Chander Kashyap,
>
> In message <1311914519-10531-2-git-send-email-chander.kash...@linaro.org>
> you wrote:
> > Origen board is based upon S5PV310 SoC which is similiar to
> > S5PC210 SoC.
Dear Wolfgang Denk,
On 31 July 2011 15:33, Wolfgang Denk wrote:
> Dear Chander Kashyap,
>
> In message <1311914519-10531-3-git-send-email-chander.kash...@linaro.org>
> you wrote:
> > Adds mmc boot support.
> >
> > Signed-off-by: Chander Kashyap
>
On 3 August 2011 11:29, Wolfgang Denk wrote:
> Dear Chander Kashyap,
>
> In message <
> canuqghfvbv-b5ecrqkrkcppowx2umpbr_rfprx-c0fbvlmx...@mail.gmail.com> you
> wrote:
> >
> > > > +void dram_init_banksize(void)
> > > > +{
> > > >
Dear Wolfgang Denk,
On 3 August 2011 09:17, Chander Kashyap wrote:
> Dear Wolfgang Denk,
>
> On 31 July 2011 15:30, Wolfgang Denk wrote:
>
>> Dear Chander Kashyap,
>>
>> In message <1311914519-10531-2-git-send-email-chander.kash...@linaro.org>
>>
Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de
>
--
with warm regards,
Chander Kashyap
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev
Adds support for ORIGEN board with MMC Booting.
Chander Kashyap (2):
ARMV7: Add support for Samsung ORIGEN board
ORIGEN: Add MMC SPL support
MAINTAINERS |1 +
board/samsung/origen/Makefile | 64
board/samsung/origen/lowlevel_init.S
Origen board is based upon S5PV310 SoC which is similiar to
S5PC210 SoC.
Signed-off-by: Chander Kashyap
---
Changes for v2:
- None
Changes for v3:
- Board entry added Alphabetically in boards.cfg
- Used get_Ram_size function to calculate ram size
Changes for v4
Adds mmc boot support.
Signed-off-by: Chander Kashyap
---
Changes for v2:
- Added Dirk Behme's patch
- SMDKV310: Fix host compilation of mkv310_image
Changes for v3:
- None
Changes for v4:
- None
Changes for v5:
- Use spl framwork for mmc spl su
mmc data transfer width is set as following:
WIDE8[5]:
0 = Depend on WIDE4
1 = 8-bit mode
WIDE4[1]:
1 = 4-bit mode
0 = 1-bit mode
In case of 4-bit mode reset 8-bit mode and
in case of 1-bit mode reset 8-bit mode and 4-bit mode
Signed-off-by: Chander Kashyap
---
drivers/mmc/s5p_mmc.c | 10
Dear Angus,
On 10 September 2011 03:32, wrote:
> From: Angus Ainslie
>
> Enable passing a flattened device tree to the kernel.
>
> Signed-off-by: Angus Ainslie
Acked-by: Chander Kashyap
> ---
> include/configs/origen.h | 3 +++
> 1 files changed, 3 insertions(+),
board/samsung/smdkv310/mmc_boot.c file.
Chander Kashyap (4):
SMDKV310: Initialize board id using CONFIG_MACH_TYPE
SMDKV310: use get_ram_size() to validate dram size
smdkv310: use spl framework for mmc spl
smdkv310: use macro for mmc data read function address
board/samsung/smdkv310/Makefile
smdkv310.c: in dram_init_banksize(void) function dram size was
initialized without validation. get_ram_size() function will
validate the bank size before initialization.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/smdkv310.c | 12
1 files changed, 8 insertions(+), 4
Use CONFIG_MACH_TYPE generic macro to initialize board id.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/smdkv310.c |1 -
include/configs/smdkv310.h|3 +++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/board/samsung/smdkv310/smdkv310.c
b/board
smdkv310 board was using mmc_spl framework for mmc spl support.
This patch migrates the framework from mmc_spl to spl.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/Makefile| 19 -
.../board => board}/samsung/smdkv310/mmc_boot.c|0
.../sams
board/samsung/smdkv310/mmc_boot.c:
Removed the typedef for "mmc data read API (copy_sd_mmc_to_mem)"
as it is used only once and replaced hard-coded API address value
by macro.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/mmc_boot.c | 15 ---
include/configs/
As mmc_spl now follows spl infrastructure, removed unwanted
enteries in Makefile for mmc_spl related compilation.
Signed-off-by: Chander Kashyap
---
Makefile |8
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
index 294c762..d349c1c 100644
--- a
n.
Signed-off-by: Chander Kashyap
---
Makefile |6 +++---
.../armv7/{s5p-common => exynos-common}/Makefile |2 +-
.../armv7/{s5p-common => exynos-common}/cpu_info.c |0
.../cpu/armv7/{s5p-common => exynos-common}/pwm.c |0
..
renamed to EXYNOS4210/exynos4210.
Signed-off-by: Chander Kashyap
---
Changes for v2:
- Removed renaming of s5p-common to exynos4-common
- Renamed s5pc210 prefixes to exynos4210
MAINTAINERS|6 +-
renamed to exynos4210/EXYNOS4210
Signed-off-by: Chander Kashyap
---
Changes for v2:
- Removed renaming of s5p-common to exynos4-common
- Renamed s5pc210 prefixes to exynos4210
Rebased on following commit.
19cdfd3e84bff108febb127b598ac3f1634c768c
"Ethernut 5 board support
arious upcoming Samsung Exynos
based boards, all uses of s5pc210 prefix/suffix/directory-names are renamed in
this patch. s5pc210 is renamed as exynos4210 and S5PC210/s5pc210 suffix/prefix
are renamed as exynos4/EXYNOS4.
Signed-off-by: Chander Kashyap
---
Changes for v2:
- Removed renaming o
From: Chander Kashyap
Based upon single SoC there can be multiple varients.
This patch add support to match the complete product ID.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/cpu.h |9 +
1 file changed, 9 insertions(+)
diff --git a/arch/arm/include/asm
Moved the common code to calculate pll clock rate to new funtion
exynos_get_pll_clk().
Signed-off-by: Chander Kashyap
---
arch/arm/cpu/armv7/exynos/clock.c | 102 ++---
1 file changed, 38 insertions(+), 64 deletions(-)
diff --git a/arch/arm/cpu/armv7/exynos
This patch series popultes Register addresses, clock structure and
gpio structure for Exynos4x12.
Chander Kashyap (3):
EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses
EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12
EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12
This patch adds clock structure for Exynos4x12.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/clock.h | 276 ++
1 file changed, 276 insertions(+)
diff --git a/arch/arm/include/asm/arch-exynos/clock.h
b/arch/arm/include/asm/arch-exynos/clock.h
This patch populates base addresses of Exynos4x12 registers.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/cpu.h | 48 +++-
1 file changed, 41 insertions(+), 7 deletions(-)
diff --git a/arch/arm/include/asm/arch-exynos/cpu.h
b/arch/arm
This patch adds gpio structure for Exynos4x12.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/gpio.h | 85 +++
1 file changed, 85 insertions(+)
diff --git a/arch/arm/include/asm/arch-exynos/gpio.h
b/arch/arm/include/asm/arch-exynos/gpio.h
This patch populates base addresses of Exynos4x12 registers.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/cpu.h | 48 +++-
1 file changed, 41 insertions(+), 7 deletions(-)
diff --git a/arch/arm/include/asm/arch-exynos/cpu.h
b/arch/arm
This patch series popultes Register addresses, clock structure and
gpio structure for Exynos4x12.
Changes in v2:
- Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr
in arch/arm/include/asm/arch-exynos/gpio.h
Chander Kashyap (3):
EXYNOS: EXYNOS4X12: Populate
This patch adds gpio structure for Exynos4x12.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/gpio.h | 85 +++
1 file changed, 85 insertions(+)
diff --git a/arch/arm/include/asm/arch-exynos/gpio.h
b/arch/arm/include/asm/arch-exynos/gpio.h
This patch adds clock structure for Exynos4x12.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/clock.h | 276 ++
1 file changed, 276 insertions(+)
diff --git a/arch/arm/include/asm/arch-exynos/clock.h
b/arch/arm/include/asm/arch-exynos/clock.h
Dear Marek,
thanks.
On 3 October 2012 05:46, Marek Vasut wrote:
> Dear Chander Kashyap,
>
>> This patch series popultes Register addresses, clock structure and
>> gpio structure for Exynos4x12.
>>
>> Changes in v2:
>> - Fixed the GPIO base address ma
From: Minkyu Kang
Based upon single SoC there can be multiple varients.
This patch add support to match the complete product ID.
Signed-off-by: Chander Kashyap
---
Changes from v1:
- Author name changed
arch/arm/include/asm/arch-exynos/cpu.h |9 +
1 file changed, 9
From: Minkyu Kang
Moved the common code to calculate pll clock rate to new function
exynos_get_pll_clk().
Signed-off-by: Chander Kashyap
---
Changes from v1:
- Author name changed
arch/arm/cpu/armv7/exynos/clock.c | 102 ++---
1 file changed, 38
Hi Albert,
Thanks.
On 15 October 2012 17:58, Albert ARIBAUD wrote:
> Hi Chander,
>
> On Mon, 15 Oct 2012 17:28:23 +0530, Chander Kashyap
> wrote:
>
>> From: Minkyu Kang
>>
>> Based upon single SoC there can be multiple varients.
>
> Typo here (varients =&g
From: Minkyu Kang
Based upon single SoC there can be multiple variants.
This patch add support to match the complete product ID.
Signed-off-by: Chander Kashyap
---
Changes from v1:
- Author name changed
Changes from v2:
- Fixed typo
arch/arm/include/asm/arch-exynos/cpu.h
ping
On 2 October 2012 15:16, Chander Kashyap wrote:
> This patch series popultes Register addresses, clock structure and
> gpio structure for Exynos4x12.
>
> Changes in v2:
> - Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr
> in arch/ar
Dear Minkyu,
On 7 December 2012 13:19, Minkyu Kang wrote:
> Dear Chander,
>
> On 02/11/12 19:51, Chander Kashyap wrote:
>> ping
>>
>> On 2 October 2012 15:16, Chander Kashyap wrote:
>>> This patch series popultes Register addresses, clock structure a
This patch populates base addresses of Exynos4x12 registers.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/cpu.h | 48 +++-
1 file changed, 41 insertions(+), 7 deletions(-)
diff --git a/arch/arm/include/asm/arch-exynos/cpu.h
b/arch/arm
This patch adds clock structure for Exynos4x12.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/clock.h | 276 ++
1 file changed, 276 insertions(+)
diff --git a/arch/arm/include/asm/arch-exynos/clock.h
b/arch/arm/include/asm/arch-exynos/clock.h
This patch adds gpio structure for Exynos4x12.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/gpio.h | 85 +++
1 file changed, 85 insertions(+)
diff --git a/arch/arm/include/asm/arch-exynos/gpio.h
b/arch/arm/include/asm/arch-exynos/gpio.h
This patch series popultes Register addresses, clock structure and
gpio structure for Exynos4x12.
Rebase to latest u-boot-samsung tree.
Chander Kashyap (3):
EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses
EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12
EXYNOS: EXYNOS4X12
Following issues fixed:
1. Name of generated rcport file is powertop*.csv not PowerTop*.csv
2. sudo not available in android so dropped it.
3. ls -1 not supported in android ls command so changed it to plain ls.
Signed-off-by: Chander Kashyap
---
powertop/powertop_01.sh |8
1 file
Thanks Fathi,
On 19 December 2012 20:13, Fathi Boudra wrote:
> On 19 December 2012 16:03, Chander Kashyap wrote:
>> Following issues fixed:
>> 1. Name of generated rcport file is powertop*.csv not PowerTop*.csv
>> 2. sudo not available in android so dropped it.
>>
Following issues fixed:
1. Name of generated rcport file is powertop*.csv not PowerTop*.csv
2. sudo not available in android so dropped it.
3. "ls -1" not supported in android "ls" command so changed it to plain "ls".
Signed-off-by: Chander Kashyap
---
Cha
Thanks for applying.
On 26 December 2012 15:37, Minkyu Kang wrote:
> On 26/12/12 15:13, Minkyu Kang wrote:
>> From: Chander Kashyap
>>
>> This patch populates base addresses of Exynos4x12 registers.
>>
>> Signed-off-by: Chander Kashyap
>> Signed-off-by:
Commit a0ae0240507... "ARM: kernel: add device tree init map function" started
using 24 LSBs of MPIDR to calculate the cpu_logical_map. Hence update the same
in exynos_secondary_startup code.
Signed-off-by: Chander Kashyap
Signed-off-by: Inderpal Singh
---
arch/arm/mach-exynos/headsm
naro: <http://www.facebook.com/pages/Linaro> Facebook |
>> <http://twitter.com/#!/linaroorg> Twitter |
>> <http://www.linaro.org/linaro-blog/> Blog
>>
>>
>> ___
>> linaro-dev mailing list
>> linaro-dev@lists.linaro.org
>> http://lists.linaro.org/mailman/listinfo/linaro-dev
--
with warm regards,
Chander Kashyap
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev
Hi daniel,
Can we talk on irc?
On 14 April 2014 15:37, Daniel Lezcano wrote:
> On 04/14/2014 08:29 AM, Chander Kashyap wrote:
>>
>> Hi Daniel,
>>
>> I am using ML u-boot and ML kernel with ramdisk as rootfs for my testing.
>
>
> Hi Chander,
>
> I tr
Hi Daniel,
Please try following changes,
On 14 April 2014 15:37, Daniel Lezcano wrote:
> On 04/14/2014 08:29 AM, Chander Kashyap wrote:
>>
>> Hi Daniel,
>>
>> I am using ML u-boot and ML kernel with ramdisk as rootfs for my testing.
>
>
> Hi Chander,
>
Hi,
This patchset adds support for a new board SMDKV310, based on S5PV310 SOC.
This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code.
Chander Kashyap (2):
ARMV7: Adding support for Samsung SMDKV310 Board
ARMV7: MMC SPL Boot support for SMDKV310 board
Makefile
Added MMC SPL boot support for SMDKV310. This framework design is
based on nand_spl support.
Signed-off-by: Chander Kashyap
---
Makefile| 11 ++-
spl/board/samsung/smdkv310/Makefile | 104 +++
spl/board/samsung/smdkv310
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
similar to S5PC210.
Signed-off-by: Chander Kashyap
Signed-off-by: Tushar Behera
---
board/samsung/smdkv310/Makefile| 46 +++
board/samsung/smdkv310/config.mk |1 +
board/samsung/smdkv310/lowlevel_init.S
Dear Minkyu,
On 1 April 2011 12:52, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> On 31 March 2011 18:14, Chander Kashyap
> wrote:
> > SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
> > similar to S5PC210.
> >
> > Signed-off-by
Macro values for Pull Up and Driver Strength were wrong.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-s5pc2xx/gpio.h |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/include/asm/arch-s5pc2xx/gpio.h
b/arch/arm/include/asm/arch-s5pc2xx/gpio.h
Signed-off-by: Chander Kashyap
---
arch/arm/cpu/armv7/s5pc1xx/Makefile |1 -
arch/arm/cpu/armv7/s5pc1xx/sromc.c| 49 --
arch/arm/include/asm/arch-s5pc1xx/smc.h | 53 -
arch/arm/include/asm/arch-s5pc1xx/sromc.h | 53
SROM configuration is same for various S5P series Boards.
Signed-off-by: Chander Kashyap
---
arch/arm/cpu/armv7/s5p-common/Makefile |3 +-
arch/arm/cpu/armv7/s5p-common/sromc.c | 49
2 files changed, 51 insertions(+), 1 deletions(-)
create mode 100644
SROM config code is make common for S5P series boards.
smdkc100.c refers to s5p_config_srom in s5p-common directory.
Chander Kashyap (2):
S5P: SROM config code moved to common directory s5p-common
S5PC1XX: Refers to SROM config code in s5p-common directory.
Header file renamed from smc.h
SROM config code is made common for S5P series of boards.
smdkc100.c now refers to s5p-common/sromc.c for SROM related
subroutines.
Signed-off-by: Chander Kashyap
---
arch/arm/cpu/armv7/s5p-common/Makefile|3 +-
arch/arm/cpu/armv7/s5p-common/sromc.c | 49
Dear Minkyu,
On 15 April 2011 11:59, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> On 14 April 2011 18:17, Chander Kashyap
> wrote:
> > Macro values for Pull Up and Driver Strength were wrong.
> >
> > Signed-off-by: Chander Kashyap
> > ---
> > arch/
Macro values for Pull Up and Driver Strength were wrong.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-s5pc2xx/gpio.h |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/arch/arm/include/asm/arch-s5pc2xx/gpio.h
b/arch/arm/include/asm/arch-s5pc2xx
Dear Minku,
Please ignore this patch. As i have removed
#define GPIO_DRV_FAST 0x0
#define GPIO_DRV_SLOW 0x1
as these are not defined for s5pc2xx.
But being reffered in s5p_gpio.c.
I will add again and send the patch.
Regards,
Chander
On 18 April 2011 09:31, Chander Kashyap wrote:
> Ma
Macro values for Pull Up and Driver Strength were wrong.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-s5pc2xx/gpio.h |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/arch/arm/include/asm/arch-s5pc2xx/gpio.h
b/arch/arm/include/asm/arch-s5pc2xx/gpio.h
Dear Minkyu,
On 18 April 2011 13:00, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> On 18 April 2011 12:50, Chander Kashyap
> wrote:
> >
> > No need to change. As existing gpio configuration is as per s5pc1xx
> > specification.
>
> According to S5PC110 TRM,
S5PC2XX: Macro values for Pull Up and Driver Strength were wrong.
S5PC1XX: Macro values for Driver Strength were wrong.
Signed-off-by: Chander Kashyap
---
Changes for V2:
- Macro value order fixed.
- Added Changes for S5PC1XX.
arch/arm/include/asm/arch-s5pc1xx/gpio.h |4
Hi,
This patchset adds support for a new board SMDKV310, based on S5PV310 SOC.
This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code.
Specific changes in PATCH v2 are mention in specific patch files.
Chander Kashyap (2):
ARMV7: Add support for Samsung SMDKV310 Board
Added MMC SPL boot support for SMDKV310. This framework design is
based on nand_spl support.
Signed-off-by: Chander Kashyap
---
Makefile|9 ++
spl/board/samsung/smdkv310/Makefile | 103 +++
spl/board/samsung/smdkv310
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
similar to S5PC210.
Signed-off-by: Chander Kashyap
Signed-off-by: Tushar Behera
---
Changes for v2:
- Coding Style Cleanup
- Removed unwanted macros from board config file.
- Ethernet controllor
Dear Minkyu Kang,
On 17 May 2011 13:56, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> Sorry to late review.
>
> On 21 April 2011 16:02, Chander Kashyap wrote:
>> Added MMC SPL boot support for SMDKV310. This framework design is
>> based on nand_spl support.
>>
Added MMC SPL boot support for SMDKV310. This framework design is
based on nand_spl support.
Signed-off-by: Chander Kashyap
---
Changes for v3:
- spl file renamed to u-boot-mmc-spl.bin
- spl directory renamed to mmc_spl
- comments added in mkv310_image.c file
Makefile
Hi,
This patchset adds support for a new board SMDKV310, based on S5PV310 SOC.
This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code.
Specific changes in PATCH v3 are mention in specific patch files.
Chander Kashyap (2):
ARMV7: Add support for Samsung SMDKV310 Board
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
similar to S5PC210.
Signed-off-by: Chander Kashyap
Signed-off-by: Tushar Behera
---
Changes for v2:
- Coding Style Cleanup
- Removed unwanted macros from board config file.
- Ethernet controllor
Hi,
This patchset adds support for a new board SMDKV310, based on S5PV310 SOC.
This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code.
Specific changes in PATCH v3 are mentioned in specific patch files.
Chander Kashyap (2):
ARMV7: Add support for Samsung SMDKV310 Board
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
similar to S5PC210.
Signed-off-by: Chander Kashyap
Signed-off-by: Tushar Behera
---
Changes for v2:
- Coding Style Cleanup
- Removed unwanted macros from board config file.
- Ethernet controllor
Added MMC SPL boot support for SMDKV310. This framework design is
based on nand_spl support.
Signed-off-by: Chander Kashyap
---
Changes for v3:
- spl file renamed to u-boot-mmc-spl.bin
- spl directory renamed to mmc_spl
- comments added in mkv310_image.c file
Makefile
Hi,
This patchset adds support for a new board SMDKV310, based on S5PV310 SOC.
This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code.
Specific changes in patch versions are mentioned in specific patch files.
Chander Kashyap (2):
ARMV7: Add support for Samsung SMDKV310
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
similar to S5PC210.
Signed-off-by: Chander Kashyap
Signed-off-by: Tushar Behera
---
Changes for v2:
- Coding Style Cleanup
- Removed unwanted macros from board config file.
- Ethernet controllor
Added MMC SPL boot support for SMDKV310. This framework design is
based on nand_spl support.
Signed-off-by: Chander Kashyap
---
Changes for v3:
- spl file renamed to u-boot-mmc-spl.bin
- spl directory renamed to mmc_spl
- comments added in mkv310_image.c file
Changes for
Modifies CPU Frequency to 1GHz and removes hard coding of mmc_pre_ratio for
MMC Channel2 in FSYS2 register.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/lowlevel_init.S |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/samsung/smdkv310
Fixes dependency build error with "make O=" option.
"make O=" option is used to specify output directory.
Signed-off-by: Chander Kashyap
---
mmc_spl/board/samsung/smdkv310/Makefile | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/mmc_spl/bo
101 - 187 of 187 matches
Mail list logo