OpenGrok
Cross Reference: gzboot.c
xref
: /
src
/
sys
/
arch
/
evbarm
/
stand
/
gzboot
/
gzboot.c
Home
|
History
|
Annotate
|
Download
|
only in
gzboot
History log of
/src/sys/arch/evbarm/stand/gzboot/gzboot.c
Revision
Date
Author
Comments
1.16
12-Feb-2020
thorpej
Allow a configuration to specify an arbitrary address where the
compressed kernel image is located, in the event it can't be appended
to or embedded within the gzboot binary itself.
1.15
22-Jan-2011
joerg
branches: 1.15.56; 1.15.62;
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().
Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.
1.14
26-Oct-2009
cegger
branches: 1.14.4; 1.14.6; 1.14.8;
kill extra whitespaces
reviewed by tsutsui@
1.13
18-Mar-2009
cegger
bcopy -> memcpy
1.12
18-Mar-2009
cegger
bzero -> memset
1.11
25-Jan-2006
christos
branches: 1.11.76; 1.11.84; 1.11.90;
free -> dealloc
unsigned -> size_t for alloc/dealloc
1.10
16-Jan-2006
he
The new zlib uses HEAP_SIZE, so instead use BOARD_HEAP_SIZE as the
symbol to use here. Also adapt to the new zlib with the changed name
for the header file.
1.9
11-Dec-2005
christos
branches: 1.9.2;
merge ktrace-lwp.
1.8
24-Mar-2004
drochner
branches: 1.8.16;
remove license clauses 3 and 4 from my cpoyright notices
1.7
29-Apr-2003
thorpej
branches: 1.7.2;
Allow MAXIMAGESIZE to be set to 0. For gzboot's that are linked
for flash, this allows us to basically do:
cat gzboot.bin netbsd.bin.gz > gzimg
to produce the bootable image.
1.6
17-Apr-2002
thorpej
branches: 1.6.6;
* Call board_init() rather than mem_init() (board_init() will take
care of that for us).
* Call board_fini() right before jumping to the kernel entry point.
1.5
24-Feb-2002
thorpej
branches: 1.5.2;
Improve zlib error reporting.
1.4
23-Feb-2002
thorpej
Use bcopy() and bzero(), since the rest of libsa does. This means
we don't have to pull in memset() and memcpy() from libsa.
1.3
23-Feb-2002
thorpej
Don't need to provide zcalloc() and zcfree(); there are such routines
in libz.
1.2
23-Feb-2002
thorpej
Fix a silly bug in the propellor spinning code.
1.1
23-Feb-2002
thorpej
gzboot -- boot a gzip'd kernel image. This is useful for booting
compressed kernel images from flash.
This needs more work, but is a good first-pass.
1.5.2.3
20-Jun-2002
nathanw
Catch up to -current.
1.5.2.2
28-Feb-2002
nathanw
Catch up to -current.
1.5.2.1
24-Feb-2002
nathanw
file gzboot.c was added on branch nathanw_sa on 2002-02-28 04:09:17 +0000
1.6.6.2
23-Jun-2002
jdolecek
catch up with -current on kqueue branch
1.6.6.1
17-Apr-2002
jdolecek
file gzboot.c was added on branch kqueue on 2002-06-23 17:35:45 +0000
1.7.2.3
21-Sep-2004
skrll
Fix the sync with head I botched.
1.7.2.2
18-Sep-2004
skrll
Sync with HEAD.
1.7.2.1
03-Aug-2004
skrll
Sync with HEAD
1.8.16.1
21-Jun-2006
yamt
sync with head.
1.9.2.1
01-Feb-2006
yamt
sync with head.
1.11.90.1
13-May-2009
jym
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
1.11.84.1
28-Apr-2009
skrll
Sync with HEAD.
1.11.76.2
11-Mar-2010
yamt
sync with head
1.11.76.1
04-May-2009
yamt
sync with head.
1.14.8.1
08-Feb-2011
bouyer
Sync with HEAD
1.14.6.1
06-Jun-2011
jruoho
Sync with HEAD.
1.14.4.1
05-Mar-2011
rmind
sync with head
1.15.62.1
29-Feb-2020
ad
Sync with head.
1.15.56.1
08-Apr-2020
martin
Merge changes from current as of 20200406
Indexes created Sun Oct 26 21:10:03 GMT 2025