All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] Introduction of new board Peach-Pit
@ 2014-06-09 10:22 Akshay Saraswat
  2014-06-13  4:43 ` Minkyu Kang
  0 siblings, 1 reply; 3+ messages in thread
From: Akshay Saraswat @ 2014-06-09 10:22 UTC (permalink / raw)
  To: u-boot

Hi Minkyu,

Please review this patch set.

>This board is based on Exynos5420 and is similar to SMDK5420 board. 
>Adding new and refactoring existing  DT and config files to support 
>both SMDK5420 and Peach-Pit. 
>
>Changes since v1: 
>        - Added "Acked-by". 
>Changes since v2: 
>        - Changed order of the patches because 2/2 alone results in compiler 
>          errors and has dependency over patch 1/2. 
>        - Removed CONFIG_CHROMEOS_PEACH. 
>
>Akshay Saraswat (2): 
>  Exynos5420: Let macros be used for exynos5420 
>  Exynos5420: Introduce support for the Peach-Pit board 
>
> arch/arm/cpu/armv7/exynos/exynos5_setup.h |   6 +- 
> arch/arm/dts/Makefile                     |   3 +- 
> arch/arm/dts/exynos5420-peach-pit.dts     | 127 +++++++++++++++++++++++++ 
> arch/arm/dts/exynos5420-smdk5420.dts      |  23 +---- 
> arch/arm/dts/exynos5420.dtsi              |  70 -------------- 
> arch/arm/dts/exynos54xx.dtsi              | 151 ++++++++++++++++++++++++++++++ 
> boards.cfg                                |   1 + 
> include/configs/exynos5420.h              |  46 +++++++++ 
> include/configs/peach-pit.h               |  27 ++++++ 
> include/configs/smdk5420.h                |  49 ++-------- 
> 10 files changed, 367 insertions(+), 136 deletions(-) 
> create mode 100644 arch/arm/dts/exynos5420-peach-pit.dts 
> delete mode 100644 arch/arm/dts/exynos5420.dtsi 
> create mode 100644 arch/arm/dts/exynos54xx.dtsi 
> create mode 100644 include/configs/exynos5420.h 
> create mode 100644 include/configs/peach-pit.h 
>
>-- 
>1.8.3.2 
>

Regards,
Akshay Saraswat

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

* [U-Boot] [PATCH v3 0/2] Introduction of new board Peach-Pit
  2014-06-09 10:22 [U-Boot] [PATCH v3 0/2] Introduction of new board Peach-Pit Akshay Saraswat
@ 2014-06-13  4:43 ` Minkyu Kang
  0 siblings, 0 replies; 3+ messages in thread
From: Minkyu Kang @ 2014-06-13  4:43 UTC (permalink / raw)
  To: u-boot

Hello,

On 09/06/14 19:22, Akshay Saraswat wrote:
> Hi Minkyu,
> 
> Please review this patch set.
> 
>> This board is based on Exynos5420 and is similar to SMDK5420 board. 
>> Adding new and refactoring existing  DT and config files to support 
>> both SMDK5420 and Peach-Pit. 
>>
>> Changes since v1: 
>>        - Added "Acked-by". 
>> Changes since v2: 
>>        - Changed order of the patches because 2/2 alone results in compiler 
>>          errors and has dependency over patch 1/2. 
>>        - Removed CONFIG_CHROMEOS_PEACH. 
>>
>> Akshay Saraswat (2): 
>>  Exynos5420: Let macros be used for exynos5420 
>>  Exynos5420: Introduce support for the Peach-Pit board 
>>
>> arch/arm/cpu/armv7/exynos/exynos5_setup.h |   6 +- 
>> arch/arm/dts/Makefile                     |   3 +- 
>> arch/arm/dts/exynos5420-peach-pit.dts     | 127 +++++++++++++++++++++++++ 
>> arch/arm/dts/exynos5420-smdk5420.dts      |  23 +---- 
>> arch/arm/dts/exynos5420.dtsi              |  70 -------------- 
>> arch/arm/dts/exynos54xx.dtsi              | 151 ++++++++++++++++++++++++++++++ 
>> boards.cfg                                |   1 + 
>> include/configs/exynos5420.h              |  46 +++++++++ 
>> include/configs/peach-pit.h               |  27 ++++++ 
>> include/configs/smdk5420.h                |  49 ++-------- 
>> 10 files changed, 367 insertions(+), 136 deletions(-) 
>> create mode 100644 arch/arm/dts/exynos5420-peach-pit.dts 
>> delete mode 100644 arch/arm/dts/exynos5420.dtsi 
>> create mode 100644 arch/arm/dts/exynos54xx.dtsi 
>> create mode 100644 include/configs/exynos5420.h 
>> create mode 100644 include/configs/peach-pit.h 
>>

Please rebase this patch.

Thanks,
Minkyu Kang.

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

* [U-Boot] [PATCH v3 0/2] Introduction of new board Peach-Pit
@ 2014-05-26 13:41 Akshay Saraswat
  0 siblings, 0 replies; 3+ messages in thread
From: Akshay Saraswat @ 2014-05-26 13:41 UTC (permalink / raw)
  To: u-boot

This board is based on Exynos5420 and is similar to SMDK5420 board.
Adding new and refactoring existing  DT and config files to support
both SMDK5420 and Peach-Pit.

Changes since v1:
	- Added "Acked-by".
Changes since v2:
	- Changed order of the patches because 2/2 alone results in compiler
	  errors and has dependency over patch 1/2.
	- Removed CONFIG_CHROMEOS_PEACH.

Akshay Saraswat (2):
  Exynos5420: Let macros be used for exynos5420
  Exynos5420: Introduce support for the Peach-Pit board

 arch/arm/cpu/armv7/exynos/exynos5_setup.h |   6 +-
 arch/arm/dts/Makefile                     |   3 +-
 arch/arm/dts/exynos5420-peach-pit.dts     | 127 +++++++++++++++++++++++++
 arch/arm/dts/exynos5420-smdk5420.dts      |  23 +----
 arch/arm/dts/exynos5420.dtsi              |  70 --------------
 arch/arm/dts/exynos54xx.dtsi              | 151 ++++++++++++++++++++++++++++++
 boards.cfg                                |   1 +
 include/configs/exynos5420.h              |  46 +++++++++
 include/configs/peach-pit.h               |  27 ++++++
 include/configs/smdk5420.h                |  49 ++--------
 10 files changed, 367 insertions(+), 136 deletions(-)
 create mode 100644 arch/arm/dts/exynos5420-peach-pit.dts
 delete mode 100644 arch/arm/dts/exynos5420.dtsi
 create mode 100644 arch/arm/dts/exynos54xx.dtsi
 create mode 100644 include/configs/exynos5420.h
 create mode 100644 include/configs/peach-pit.h

-- 
1.8.3.2

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

end of thread, other threads:[~2014-06-13  4:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 10:22 [U-Boot] [PATCH v3 0/2] Introduction of new board Peach-Pit Akshay Saraswat
2014-06-13  4:43 ` Minkyu Kang
  -- strict thread matches above, loose matches on Subject: below --
2014-05-26 13:41 Akshay Saraswat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.