tizen: add new gpt version and add gpt version headers
authorInha Song <ideal.song@samsung.com>
Thu, 6 Nov 2014 02:37:36 +0000 (11:37 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 5 Apr 2017 09:57:06 +0000 (18:57 +0900)
commit8f3d78fcd5322615469e12c57441dda1f039e15b
tree54b7b36a42bfe279ca82e19286e0093ced6dee5c
parent3a71c2537c6cfb34279cd683c8baff94df05e0d2
tizen: add new gpt version and add gpt version headers

This patch adds new gpt version and moves gpt data into
separated headers.
In order to be able to gpt version switch, make gpt_vxx.h
files that has the partition information.

- include/samsung/gpt_v08.h
- include/samsung/gpt_v13.h

Change-Id: I33870a54703a07468f17b0f0d7cf43e563409e65
Signed-off-by: Inha Song <ideal.song@samsung.com>
tizen: config: enable platform command and platform setup

This patch enables "platform" command and adds multiple
platform setups to tizen environment.
At this stage - there are available three setups:
- trats2 pit v8
- trats2 pit v13 - chosen
- odroidu3 Tizen v2.x - chosen
- odroidu3 Tizen v3.0 - chosen

The chosen setup - is the default for each platform,
and is set as an active after first boot.
This should be changed manually if another setup is required.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
samsung: gpt: fix CSA partition name
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
include/samsung/gpt_v08.h [new file with mode: 0644]
include/samsung/gpt_v13.h [new file with mode: 0644]
include/samsung/mbr_v2x.h [new file with mode: 0644]
include/samsung/mbr_v30.h [new file with mode: 0644]
include/samsung/platform_setup.h [new file with mode: 0644]