From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Wed, 25 Nov 2009 21:59:26 -0600 Subject: [U-Boot] An error in u-boot-2009.08/cpu/arm920t/start.S In-Reply-To: <20091122212350.B823DE34A27@gemini.denx.de> References: <902963.84935.qm@web15002.mail.cnb.yahoo.com> <20091122212350.B823DE34A27@gemini.denx.de> Message-ID: <4B0DFD1E.50005@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Tom, > > In message <902963.84935.qm@web15002.mail.cnb.yahoo.com> =?utf-8?B?6Zu3IOmrmA==?= wrote: >> In u-boot-2009.08/cpu/arm920t/start.S, the instruction of line 158 is >> "ldr r1, x3ff", but the effective bits in INTSUBMSK register of >> S3C2410 are [10...0]. So I think "0x3ff" is not right. The right >> value should be "0x7ff". > > What do you think? > I am looking into this. git log is unhelpful. The commit happened in the initial import in 2002 (or 3?) How does one look into the ancient history of u-boot? Is there still a cvs version of the old src? On the change, someone is wrong.. Does someone have the s3c2410 manual? I have made a document request. If someone could look this up and verify the bit extent is 11 or 10 bits that would be helpful. Tom > Best regards, > > Wolfgang Denk >