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>
Thu, 10 Oct 2019 04:38:35 +0000 (13:38 +0900)
commit3319c82fffba8dd38ac505e8f474569fc4538243
tree887e46867918f6ee96d32c96d133415b572cc713
parente25db8d578590165c2bc2b1103d2d02abe507ebc
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]