Home | History | Annotate | Download | only in hpcboot
History log of /src/sys/arch/hpc/stand/hpcboot/load_elf.cpp
RevisionDateAuthorComments
 1.19  07-Nov-2008  rafal Let hpcboot load kernels linked with PA != VA; use the PA addresses specified
instead of the VA addresses. Should make no difference for kernels where the
physical and virtual addresses are the same.
 1.18  28-Apr-2008  martin branches: 1.18.6; 1.18.8;
Remove clause 3 and 4 from TNF licenses
 1.17  05-Mar-2006  uwe branches: 1.17.2; 1.17.68; 1.17.70; 1.17.72;
Loader uses ElfLoader::memorySize to determine the number of tagged
pages to allocate, as some of those pages are only partially filled
(e.g. last page of loadable segment) we may allocate too few tagged
pages and boot will fail. So lie by reporting extra size for each
partial tagged page.

XXX: This is an ugly hack, but I'm not going to shave this yak.
 1.16  02-Mar-2006  uwe Cosmetic. In debug pritnf in ElfLoader::memorySize don't prepend '+'
when printing the size of the first loadable segment.
 1.15  14-Jan-2006  uwe branches: 1.15.2; 1.15.4;
Prettify debug messages about ksyms block.
 1.14  11-Dec-2005  christos branches: 1.14.2;
merge ktrace-lwp.
 1.13  06-Aug-2004  uch branches: 1.13.12;
clean up whitespace.
 1.12  12-Jun-2004  uch adjust segment load address to 4byte align.
 1.11  10-Jun-2004  uch allocate section and program header table dynamicaly.
fixed section header table over flow problem.
 1.10  16-Mar-2004  uwe Add a few calls to UpdateWindow.
 1.9  23-Dec-2003  uwe Load ".symtab" section before ".strtab". The code to pack the symbol
table (kern_ksyms.c:addsymtab) relies on that order.
 1.8  18-Dec-2003  uwe Add MB_ICON* styles to message boxes. Use explicit MB_OK.
Capitalize messages. Minor tweaks.
 1.7  11-Feb-2002  uch branches: 1.7.16;
totaly clean up SH3/SH4 related code
 1.6  19-Jul-2001  wiz branches: 1.6.6;
Fix typo (`information' has an 'r').
 1.5  08-Jul-2001  uch branches: 1.5.2;
when "safety message" check box is not checked, no symbol kernel is
loaded to memory silently. (its MessageBox will bother)
 1.4  03-Jul-2001  uch reserve correct size of kernel symbol table.
 1.3  08-May-2001  uch KNF.
 1.2  21-Mar-2001  toshii Load ELF symbol table for DDB.
 1.1  09-Feb-2001  uch branches: 1.1.2; 1.1.4;
bootloader for SH3, SA-1100, TX39, VR41 based Windows CE(2.00 or later)
 1.1.4.2  21-Jun-2001  nathanw Catch up to -current.
 1.1.4.1  09-Apr-2001  nathanw Catch up with -current.
 1.1.2.3  27-Mar-2001  bouyer Sync with HEAD.
 1.1.2.2  11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.1  09-Feb-2001  bouyer file load_elf.cpp was added on branch thorpej_scsipi on 2001-02-11 19:09:56 +0000
 1.5.2.2  16-Mar-2002  jdolecek Catch up with -current.
 1.5.2.1  03-Aug-2001  lukem update to -current
 1.6.6.2  28-Feb-2002  nathanw Catch up to -current.
 1.6.6.1  19-Jul-2001  nathanw file load_elf.cpp was added on branch nathanw_sa on 2002-02-28 04:09:45 +0000
 1.7.16.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.7.16.3  18-Sep-2004  skrll Sync with HEAD.
 1.7.16.2  12-Aug-2004  skrll Sync with HEAD.
 1.7.16.1  03-Aug-2004  skrll Sync with HEAD
 1.13.12.1  21-Jun-2006  yamt sync with head.
 1.14.2.1  15-Jan-2006  yamt sync with head.
 1.15.4.1  22-Apr-2006  simonb Sync with head.
 1.15.2.1  09-Sep-2006  rpaulo sync with head
 1.17.72.2  04-May-2009  yamt sync with head.
 1.17.72.1  16-May-2008  yamt sync with head.
 1.17.70.1  18-May-2008  yamt sync with head.
 1.17.68.2  17-Jan-2009  mjf Sync with HEAD.
 1.17.68.1  02-Jun-2008  mjf Sync with HEAD.
 1.17.2.2  05-Mar-2006  uwe Loader uses ElfLoader::memorySize to determine the number of tagged
pages to allocate, as some of those pages are only partially filled
(e.g. last page of loadable segment) we may allocate too few tagged
pages and boot will fail. So lie by reporting extra size for each
partial tagged page.

XXX: This is an ugly hack, but I'm not going to shave this yak.
 1.17.2.1  05-Mar-2006  uwe file load_elf.cpp was added on branch yamt-pdpolicy on 2006-03-05 04:04:14 +0000
 1.18.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.18.6.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.

RSS XML Feed