Displaying 4 results from an estimated 4 matches for "highbank".
2016 Jan 05
2
Diff to add ARMv6L to Target parser
On 5 January 2016 at 10:55, Renato Golin <renato.golin at linaro.org> wrote:
> On 5 January 2016 at 10:28, Tim Northover <t.p.northover at gmail.com> wrote:
>> That's rather a hack, given that the 'l' actually has semantic
>> meaning, but I suppose I could live with it.
>
> Not really.
I disagree. "armv7l" is created specifically by Linux
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...) PDA (PXA270)
> canon-a1100 Canon PowerShot A1100 IS
> cheetah Palm Tungsten|E aka. Cheetah PDA (OMAP310)
> collie Sharp SL-5500 (Collie) PDA (SA-1110)
> connex Gumstix Connex (PXA255)
> cubieboard cubietech cubieboard
> highbank Calxeda Highbank (ECX-1000)
> imx25-pdk ARM i.MX25 PDK board (ARM926)
> integratorcp ARM Integrator/CP (ARM926EJ-S)
> kzm ARM KZM Emulation Baseboard (ARM1136)
> lm3s6965evb Stellaris LM3S6965EVB
> lm3s811evb Stellari...
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...+--
hw/an5206.c | 8 +--
hw/axis_dev88.c | 9 +--
hw/boards.h | 16 +++--
hw/collie.c | 9 +--
hw/dummy_m68k.c | 8 +--
hw/exynos4_boards.c | 16 ++---
hw/gumstix.c | 11 +---
hw/highbank.c | 10 ++--
hw/integratorcp.c | 10 ++--
hw/kzm.c | 10 ++--
hw/leon3.c | 10 ++--
hw/lm32_boards.c | 18 +++---
hw/mainstone.c | 10 ++--
hw/mcf5208.c | 8 +--
hw/milkymist.c...
2016 Jan 05
6
Diff to add ARMv6L to Target parser
> You assume triples make sense. That's the first mistake everyone does
> when thinking about triples. :)
I know they don't make sense in many corner cases, but I think
discarding logic where it *does* exist is a mistake.
> AFAIK, "ARMv7B" is only used by HighBank, which is no more. But that,
> too, was "ARMv7A big endian".
I believe it's what any Linux kernel will present itself as via "uname
-a" which, as James said, is a vaguely sane way to seed a triple.
> The ARM documents define a list of official architecture names, and...