From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 06 Oct 2011 23:25:06 +0200 Subject: [U-Boot] [PATCH v14 6/9] nds32: standalone support In-Reply-To: <1316574638-20460-6-git-send-email-macpaul@andestech.com> References: <1316571644-27749-1-git-send-email-macpaul@andestech.com> <1316574638-20460-6-git-send-email-macpaul@andestech.com> Message-ID: <20111006212506.4DFF91408751@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Macpaul Lin, In message <1316574638-20460-6-git-send-email-macpaul@andestech.com> you wrote: > Add standalone program related support for nds32 architecture. > > Signed-off-by: Macpaul Lin > --- > Changes for v1-v6: > - code clean up. > Changes for v7-v11: > - No change. > Changes for v12: > - clean up for linker script. > Changes for v13-v14: > - No change. > > examples/standalone/nds32.lds | 56 +++++++++++++++++++++++++++++++++++++ > examples/standalone/stubs.c | 17 ++++++++++- > examples/standalone/x86-testapp.c | 12 ++++++++ > 3 files changed, 84 insertions(+), 1 deletions(-) > create mode 100644 examples/standalone/nds32.lds Checkpatch says: total: 0 errors, 2 warnings, 104 lines checked Please clean up and resubmit. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Software entities are more complex for their size than perhaps any other human construct because no two parts are alike. If they are, we make the two similar parts into a subroutine -- open or closed. In this respect, software systems differ profoundly from computers, buildings, or automobiles, where repeated elements abound. - Fred Brooks, Jr.