Your message dated
with message-id <[email protected]>
and subject line catsboot removed from Debian unstable
has caused the Debian Bug report #202823,
regarding catsboot passing fclk incorrectly to linux kernel
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
202823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=202823
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: catsboot
Version: 0.2.2
The catsglue.S file is passing the wrong field from the ebsaboot struct
passed in r0 to the fclk tag.
struct netbsd_ebsaboot {
u32_t bt_magic; /* 00 - boot info magic number */
u32_t bt_vargp; /* 04 - virtual addr of arg page */
u32_t bt_pargp; /* 08 - physical addr of arg page */
const char * bt_args; /* 12 - kernel args string pointer */
void * bt_l1; /* 16 - active L1 page table */
u32_t bt_memstart; /* 20 - start of physical memory */
u32_t bt_memend; /* 24 - end of physical memory */
u32_t bt_memavail; /* 28 - start of avail phys memory */
u32_t bt_fclk; /* 32 - fclk frequency */
u32_t bt_pciclk; /* 36 - pciclk frequency (NEW) */
u32_t bt_vers; /* 40 - structure version (NEW) */
u32_t bt_features; /* 44 - feature mask (NEW) */
};
the bt_fclk field is generated from the wrong offset in the structure
catsglue.S:
mov ip, #3
str ip, [sl], #4
ldr ip, =ATAG_MEMCLK
str ip, [sl], #4
ldr ip, [r0, #28] <-- should be r0, #32
str ip, [sl], #4
I'll try and update the current ABLE bootloader to detect this and move
the correct value into r0+28
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
pgp7mzdURgwJn.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.2.3+rm
catsboot has been removed from Debian unstable: http://bugs.debian.org/516224
Closing its bugs with a Version higher than the last unstable upload.
More information about this script at:
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD
--- End Message ---