From c61fd8b015af21e53c1c2b7519da9acf9e5dbad0 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 24 May 2010 10:48:02 +0900 Subject: [PATCH] --- yaml --- r: 199215 b: refs/heads/master c: 1b03ef462b5e87f7669d2ef5ccc84e7cf3801b35 h: refs/heads/master i: 199213: f7bdfbb9e2f2d1ac8d629197260f8941609f5859 199211: 08e10038a5dd996ba109b9b4922f8c253cbbfd1b 199207: a9c093b55fb15aed5fce88e23b6f97acafc7a6be 199199: 41ff4b51944e8d8ab0b8dd4cfdde0891178d7f3b v: v3 --- [refs] | 2 +- trunk/Documentation/arm/Samsung/Overview.txt | 23 ++++++++++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index fbc9766dd64c..a34af7abcfcc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1378a7efe880b3b59a899eb60e9acae270b788d8 +refs/heads/master: 1b03ef462b5e87f7669d2ef5ccc84e7cf3801b35 diff --git a/trunk/Documentation/arm/Samsung/Overview.txt b/trunk/Documentation/arm/Samsung/Overview.txt index e8c5dfcd0e3b..c3094ea51aa7 100644 --- a/trunk/Documentation/arm/Samsung/Overview.txt +++ b/trunk/Documentation/arm/Samsung/Overview.txt @@ -54,18 +54,27 @@ Layout specific information. It contains the base clock, GPIO and device definitions to get the system running. - plat-s3c is the s3c24xx/s3c64xx platform directory, although it is currently - involved in other builds this will be phased out once the relevant code is - moved elsewhere. - plat-s3c24xx is for s3c24xx specific builds, see the S3C24XX docs. - plat-s3c64xx is for the s3c64xx specific bits, see the S3C24XX docs. + plat-s5p is for s5p specific builds, and contains common support for the + S5P specific systems. Not all S5Ps use all the features in this directory + due to differences in the hardware. + + +Layout changes +-------------- + + The old plat-s3c and plat-s5pc1xx directories have been removed, with + support moved to either plat-samsung or plat-s5p as necessary. These moves + where to simplify the include and dependency issues involved with having + so many different platform directories. - plat-s5p is for s5p specific builds, more to be added. + It was decided to remove plat-s5pc1xx as some of the support was already + in plat-s5p or plat-samsung, with the S5PC110 support added with S5PV210 + the only user was the S5PC100. The S5PC100 specific items where moved to + arch/arm/mach-s5pc100. - [ to finish ] Port Contributors