History log of /netbsd-src/sys/arch/hpc/stand/hpcboot/load_elf.cpp (Results 1 – 19 of 19)
Revision Date Author Comments
# dd332648 07-Nov-2008 rafal <rafal@NetBSD.org>

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.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# de58f024 05-Mar-2006 uwe <uwe@NetBSD.org>

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 ta

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.

show more ...


# 7a546fd8 02-Mar-2006 uwe <uwe@NetBSD.org>

Cosmetic. In debug pritnf in ElfLoader::memorySize don't prepend '+'
when printing the size of the first loadable segment.


# dfe0035a 14-Jan-2006 uwe <uwe@NetBSD.org>

Prettify debug messages about ksyms block.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 32b30275 06-Aug-2004 uch <uch@NetBSD.org>

clean up whitespace.


# fe28a593 12-Jun-2004 uch <uch@NetBSD.org>

adjust segment load address to 4byte align.


# 4d7bd279 10-Jun-2004 uch <uch@NetBSD.org>

allocate section and program header table dynamicaly.
fixed section header table over flow problem.


# 8c941b84 16-Mar-2004 uwe <uwe@NetBSD.org>

Add a few calls to UpdateWindow.


# c87372b7 23-Dec-2003 uwe <uwe@NetBSD.org>

Load ".symtab" section before ".strtab". The code to pack the symbol
table (kern_ksyms.c:addsymtab) relies on that order.


# 545bd4c3 18-Dec-2003 uwe <uwe@NetBSD.org>

Add MB_ICON* styles to message boxes. Use explicit MB_OK.
Capitalize messages. Minor tweaks.


# acb09f98 11-Feb-2002 uch <uch@NetBSD.org>

totaly clean up SH3/SH4 related code


# 1bc6d2ce 19-Jul-2001 wiz <wiz@NetBSD.org>

Fix typo (`information' has an 'r').


# ebad8fb5 08-Jul-2001 uch <uch@NetBSD.org>

when "safety message" check box is not checked, no symbol kernel is
loaded to memory silently. (its MessageBox will bother)


# d9d3df29 03-Jul-2001 uch <uch@NetBSD.org>

reserve correct size of kernel symbol table.


# fae3e8e7 08-May-2001 uch <uch@NetBSD.org>

KNF.


# 358a8ee7 21-Mar-2001 toshii <toshii@NetBSD.org>

Load ELF symbol table for DDB.


# 9173eae7 09-Feb-2001 uch <uch@NetBSD.org>

bootloader for SH3, SA-1100, TX39, VR41 based Windows CE(2.00 or later)