Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add support for the Cortex-A8 processor
Date: Tue, 17 Nov 2009 23:18:31 +0100	[thread overview]
Message-ID: <87aaykx0aw.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <dfb660300911171326y6c6ae77h6649c041d9a8a4e0@mail.gmail.com> (Laine Walker-Avina's message of "Tue\, 17 Nov 2009 13\:26\:41 -0800")

>>>>> "Laine" == Laine Walker-Avina <lwalkera@ieee.org> writes:

 Laine> These patches add support for the Cortex-A8 processor used in the
 Laine> Beagleboard among others.

Thanks, see below for a few comments.

 Laine> ---
 Laine> Laine Walker-Avina
 Laine> Firmware Engineer
 Laine> PASCO scientific

 Laine> From e317f275af94696ba680524120147e5618ccf213 Mon Sep 17 00:00:00 2001
 Laine> From: Laine Walker-Avina <lwalkera@ieee.org>
 Laine> Date: Thu, 29 Oct 2009 10:30:50 -0700
 Laine> Subject: [PATCH] Add support for the Cortex-A8 ARM target


 Laine> +config BR2_cortex_a8
 Laine> +	bool "Cortex-A8"
 Laine>  config BR2_sa110
 Laine>  	bool "sa110"
 Laine>  config BR2_sa1100
 Laine> @@ -112,6 +114,7 @@ config BR2_ARM_TYPE
 Laine>  	default ARM_SA1100	if BR2_sa1100
 Laine>  	default ARM_XSCALE	if BR2_xscale
 Laine>  	default ARM_IWMMXT	if BR2_iwmmxt
 Laine> +	default ARM_CORTEXA8 if BR2_cortex_a8
 
 Laine>  choice
 Laine>  	prompt "Target ABI"
 Laine> @@ -591,6 +594,7 @@ config BR2_GCC_TARGET_TUNE
 Laine>  	default arm1136jf-s	if BR2_arm1136jf_s
 Laine>  	default arm1176jz-s	if BR2_arm1176jz_s
 Laine>  	default arm1176jzf-s	if BR2_arm1176jzf_s
 Laine> +	default cortex-a8		if BR2_cortex_a8

Indentation seems wrong, otherwise it's fine. From what gcc version is
cortex A8 supported? We should probably make it depend on that minimal
version as the build otherwise breaks?

 Laine>  	default strongarm110	if BR2_sa110

 Laine> From 709c9a9140b377112a6721155e2a70bbaa893121 Mon Sep 17 00:00:00 2001
 Laine> From: Laine Walker-Avina <lwalkera@ieee.org>
 Laine> Date: Thu, 5 Nov 2009 14:27:45 -0800
 Laine> Subject: [PATCH] GCC: Add 4.4.2 as the active 4.4.x version

We already have 4.4.2 support in BR.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2009-11-17 22:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <dfb660300911171312v7a9533d2q8aea097a5900cc74@mail.gmail.com>
2009-11-17 21:26 ` [Buildroot] [PATCH] Add support for the Cortex-A8 processor Laine Walker-Avina
2009-11-17 22:18   ` Peter Korsgaard [this message]
2009-11-18  2:40     ` Laine Walker-Avina
2009-11-18  8:56   ` Peter Korsgaard
2009-11-17 23:12 Michael S. Zick
2009-11-18  8:57 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87aaykx0aw.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox