public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Mark Lord <mlord@pobox.com>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: APs from the Kernel Summit run Linux
Date: Wed, 31 Aug 2005 22:32:11 +0200	[thread overview]
Message-ID: <20050831203211.GA13752@midnight.suse.cz> (raw)
In-Reply-To: <20050831205319.A6385@flint.arm.linux.org.uk>

On Wed, Aug 31, 2005 at 08:53:19PM +0100, Russell King wrote:
> On Wed, Aug 31, 2005 at 12:55:12PM -0400, Mark Lord wrote:
> > I'll try loading the works into another ARM
> > system I have here, and see (1) if it runs as-is,
> > and (2) what the disassembly shows.
> 
> You can identify ARM code quite readily - look for a large number of
> 32-bit words naturally aligned and grouped together whose top nibble
> is 14 - ie 0xE.......
> 
> The top nibble is the conditional execution field, and 14 is "always".
 
Didn't find that. Anyway:

The firmware has four parts. Each starts at a nice round number and is 
padded to the next one with zeros.

        0x000000-0x0fffff 560 kB
        0x100000-0x15ffff 316 kB
        0x160000-0x1bffbf 331 kB
        0x1bffc0-0x1bffff  64 bytes ASCII identificatoin

Each of the first three large parts starts with this sequence of bytes:

        00 10 00 00 03 00 00 00 ED

The first and third parts contain a repeating 7-byte sequence

        81 40 20 10 08 04 02

near the beginning, while part 2 is padded with zeroes in the same
place.

There are no strings except in the last part. Most likely it's
some kind of compressed data, although the repeating parts would appear
in regular compressed blobs.

Anyone, does this ring a bell?

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

  reply	other threads:[~2005-08-31 20:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30  9:37 APs from the Kernel Summit run Linux Vojtech Pavlik
2005-08-30 15:49 ` Michael Tokarev
2005-08-30 16:01   ` Vojtech Pavlik
2005-08-31 16:55 ` Mark Lord
2005-08-31 17:02   ` Vojtech Pavlik
2005-08-31 19:53   ` Russell King
2005-08-31 20:32     ` Vojtech Pavlik [this message]
2005-08-31 20:50       ` Mark Lord
2005-09-01  3:29       ` Kyle Moffett
2005-09-01  3:36         ` Nigel Cunningham
2005-09-01 15:39           ` Pavel Machek
2005-09-01 21:50             ` Vojtech Pavlik
     [not found] <20050830085522.GA8820@midnight.suse.cz>
2005-08-30 10:19 ` Harald Welte
2005-08-30 12:18   ` Vojtech Pavlik
2005-08-30 12:56     ` Harald Welte
2005-08-30 13:12       ` Vojtech Pavlik
2005-08-30 14:30         ` Alan Cox
2005-08-30 20:17     ` David Lang

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=20050831203211.GA13752@midnight.suse.cz \
    --to=vojtech@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mlord@pobox.com \
    /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