Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbarm/gzboot Bump the max compressed kernel image s...



details:   https://anonhg.NetBSD.org/src/rev/3d0bb4cda4b5
branches:  trunk
changeset: 545443:3d0bb4cda4b5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Apr 08 21:41:18 2003 +0000

description:
Bump the max compressed kernel image size to 1.5M; 4 SCSI controller
drivers, each with a plethora of microcode, takes up a bit of space,
and this gives us a bit of breathing room.

diffstat:

 distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile |  4 ++--
 distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile |  4 ++--
 distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r a48a337d089c -r 3d0bb4cda4b5 distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile
--- a/distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile    Tue Apr 08 21:26:59 2003 +0000
+++ b/distrib/evbarm/gzboot/gzboot_ADI_BRH_flash_0x00140000/Makefile    Tue Apr 08 21:41:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2003/04/08 21:24:59 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2 2003/04/08 21:41:18 thorpej Exp $
 
 NOMAN= # defined
 
@@ -11,7 +11,7 @@
 
 PLATFORM= ADI_BRH
 RELOC= 0x00140000
-MAXIMAGESIZE= 1048576  # 1M
+MAXIMAGESIZE= 1572864  # 1.5M
 LOADADDR= 0xc0200000
 
 CPPFLAGS+= -DBECC_SUPPORT_V7
diff -r a48a337d089c -r 3d0bb4cda4b5 distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile
--- a/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile    Tue Apr 08 21:26:59 2003 +0000
+++ b/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile    Tue Apr 08 21:41:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2002/05/02 18:02:32 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2003/04/08 21:41:19 thorpej Exp $
 
 NOMAN= # defined
 
@@ -11,7 +11,7 @@
 
 PLATFORM= IQ80310
 RELOC= 0x00080000
-MAXIMAGESIZE= 1048576  # 1M
+MAXIMAGESIZE= 1572864  # 1.5M
 LOADADDR= 0xa0200000
 
 CPPFLAGS+= -DCONSPEED=115200
diff -r a48a337d089c -r 3d0bb4cda4b5 distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile
--- a/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile    Tue Apr 08 21:26:59 2003 +0000
+++ b/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile    Tue Apr 08 21:41:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2002/05/02 18:02:32 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2003/04/08 21:41:19 thorpej Exp $
 
 NOMAN= # defined
 
@@ -11,7 +11,7 @@
 
 PLATFORM= IQ80321
 RELOC= 0xf0080000
-MAXIMAGESIZE= 1048576  # 1M
+MAXIMAGESIZE= 1572864  # 1.5M
 LOADADDR= 0xa0200000
 
 CPPFLAGS+= -DCONSPEED=115200



Home | Main Index | Thread Index | Old Index