public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target
@ 2011-10-17 11:42 Lukasz Majewski
  2011-10-17 11:42 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target Lukasz Majewski
  2011-10-17 17:14 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target Anton Staaf
  0 siblings, 2 replies; 6+ messages in thread
From: Lukasz Majewski @ 2011-10-17 11:42 UTC (permalink / raw)
  To: u-boot

Define the D-cache line size for S5PC110 GONI reference target.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
---
 include/configs/s5p_goni.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index aa51114..f58f4f1 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -223,6 +223,8 @@
 
 #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_LOAD_ADDR - 0x1000000)
 
+#define CONFIG_SYS_CACHELINE_SIZE       64
+
 #define CONFIG_PMIC
 #define CONFIG_PMIC_I2C
 #define CONFIG_PMIC_MAX8998
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target
  2011-10-17 11:42 [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target Lukasz Majewski
@ 2011-10-17 11:42 ` Lukasz Majewski
  2011-10-17 17:14   ` Anton Staaf
  2011-10-17 17:14 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target Anton Staaf
  1 sibling, 1 reply; 6+ messages in thread
From: Lukasz Majewski @ 2011-10-17 11:42 UTC (permalink / raw)
  To: u-boot

Define the D-cache line size for S5PC210 UNIVERSAL reference target.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
---
 include/configs/s5pc210_universal.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index 4031016..ff85ade 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -243,4 +243,6 @@
 
 #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_LOAD_ADDR - GENERATED_GBL_DATA_SIZE)
 
+#define CONFIG_SYS_CACHELINE_SIZE       32
+
 #endif	/* __CONFIG_H */
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target
  2011-10-17 11:42 [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target Lukasz Majewski
  2011-10-17 11:42 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target Lukasz Majewski
@ 2011-10-17 17:14 ` Anton Staaf
  2011-10-24  5:12   ` Minkyu Kang
  1 sibling, 1 reply; 6+ messages in thread
From: Anton Staaf @ 2011-10-17 17:14 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski <l.majewski@samsung.com> wrote:
> Define the D-cache line size for S5PC110 GONI reference target.
>
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Acked-by: Anton Staaf <robotboy@chromium.org>

> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
> ?include/configs/s5p_goni.h | ? ?2 ++
> ?1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
> index aa51114..f58f4f1 100644
> --- a/include/configs/s5p_goni.h
> +++ b/include/configs/s5p_goni.h
> @@ -223,6 +223,8 @@
>
> ?#define CONFIG_SYS_INIT_SP_ADDR ? ? ? ?(CONFIG_SYS_LOAD_ADDR - 0x1000000)
>
> +#define CONFIG_SYS_CACHELINE_SIZE ? ? ? 64
> +
> ?#define CONFIG_PMIC
> ?#define CONFIG_PMIC_I2C
> ?#define CONFIG_PMIC_MAX8998
> --
> 1.7.2.3
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target
  2011-10-17 11:42 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target Lukasz Majewski
@ 2011-10-17 17:14   ` Anton Staaf
  2011-10-24  5:12     ` Minkyu Kang
  0 siblings, 1 reply; 6+ messages in thread
From: Anton Staaf @ 2011-10-17 17:14 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski <l.majewski@samsung.com> wrote:
> Define the D-cache line size for S5PC210 UNIVERSAL reference target.
>
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Acked-by: Anton Staaf <robotboy@chromium.org>

> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
> ?include/configs/s5pc210_universal.h | ? ?2 ++
> ?1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
> index 4031016..ff85ade 100644
> --- a/include/configs/s5pc210_universal.h
> +++ b/include/configs/s5pc210_universal.h
> @@ -243,4 +243,6 @@
>
> ?#define CONFIG_SYS_INIT_SP_ADDR ? ? ? ?(CONFIG_SYS_LOAD_ADDR - GENERATED_GBL_DATA_SIZE)
>
> +#define CONFIG_SYS_CACHELINE_SIZE ? ? ? 32
> +
> ?#endif /* __CONFIG_H */
> --
> 1.7.2.3
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target
  2011-10-17 17:14   ` Anton Staaf
@ 2011-10-24  5:12     ` Minkyu Kang
  0 siblings, 0 replies; 6+ messages in thread
From: Minkyu Kang @ 2011-10-24  5:12 UTC (permalink / raw)
  To: u-boot

On 10/18/2011 02:14 AM, Anton Staaf wrote:
> On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski <l.majewski@samsung.com> wrote:
>> Define the D-cache line size for S5PC210 UNIVERSAL reference target.
>>
>> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> 
> Acked-by: Anton Staaf <robotboy@chromium.org>
> 
>> Cc: Minkyu Kang <mk7.kang@samsung.com>
>> ---
>>  include/configs/s5pc210_universal.h |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>

applied to u-boot-samsung.

Thanks
Minkyu Kang.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target
  2011-10-17 17:14 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target Anton Staaf
@ 2011-10-24  5:12   ` Minkyu Kang
  0 siblings, 0 replies; 6+ messages in thread
From: Minkyu Kang @ 2011-10-24  5:12 UTC (permalink / raw)
  To: u-boot

On 10/18/2011 02:14 AM, Anton Staaf wrote:
> On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski <l.majewski@samsung.com> wrote:
>> Define the D-cache line size for S5PC110 GONI reference target.
>>
>> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> 
> Acked-by: Anton Staaf <robotboy@chromium.org>
> 
>> Cc: Minkyu Kang <mk7.kang@samsung.com>
>> ---
>>  include/configs/s5p_goni.h |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>

applied to u-boot-samsung.

Thanks
Minkyu Kang.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-24  5:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 11:42 [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target Lukasz Majewski
2011-10-17 11:42 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target Lukasz Majewski
2011-10-17 17:14   ` Anton Staaf
2011-10-24  5:12     ` Minkyu Kang
2011-10-17 17:14 ` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target Anton Staaf
2011-10-24  5:12   ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox