The NetBSD Project

CVS log for src/usr.bin/mkubootimage/mkubootimage.1

[BACK] Up to [cvs.NetBSD.org] / src / usr.bin / mkubootimage

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 9 16:10:18 2024 UTC (2 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +5 -2 lines
Diff to previous 1.14 (colored) to selected 1.9 (colored)

PR/57914: Jan-Benedict Glaw: Set reproducible timestamp
Cleanup lint.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 7 12:34:17 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.13: +5 -6 lines
Diff to previous 1.13 (colored) to selected 1.9 (colored)

Sync usage with man page, merge single letter options.

Limit program usage line length.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 4 11:21:34 2019 UTC (4 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.12: +5 -2 lines
Diff to previous 1.12 (colored) to selected 1.9 (colored)

Add -u flag for updating headers in place.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 4 15:44:51 2018 UTC (6 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base, netbsd-9-0-RC1
Branch point for: phil-wifi, netbsd-9
Changes since 1.11: +20 -7 lines
Diff to previous 1.11 (colored) to selected 1.9 (colored)

Add support for writing "AArch64 Linux kernel image" format images.

These images begin with a 64-byte header that includes a load offset,
image size, some flags, and a small (2 word) area at the start for
executable code.

These images are compatible with U-Boot's "booti" command, and can be
used to make U-Boot relocate our kernel to a 2MB aligned base address.
After relocation, U-Boot will jump to the code at the beginning of the
header, where we encode a relative branch forward instruction to branch
to the beginning of the kernel at offset +0x40.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 29 21:18:28 2017 UTC (6 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored) to selected 1.9 (colored)

add sh arch

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 15 12:10:31 2017 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base
Branch point for: perseant-stdc-iso10646
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Remove unnecessary macros. Use standard headers.

Revision 1.9 / (download) - annotate - [selected], Sat Jul 15 11:13:08 2017 UTC (6 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

Add support for "kernel_noload" image types. This type is the same as the
"kernel" type, except it can run from any load address.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 30 10:30:35 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, netbsd-8-base, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.7: +6 -3 lines
Diff to previous 1.7 (colored) to selected 1.9 (colored)

Use An in AUTHORS section.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 30 10:23:16 2014 UTC (9 years, 6 months ago) by msaitoh
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.9 (colored)

Bump date.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 30 10:21:50 2014 UTC (9 years, 6 months ago) by msaitoh
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.9 (colored)

Support arm64, i386 and or1k.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 29 15:11:56 2012 UTC (11 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.9 (colored)

add support for generating boot.scr scripts with -T script

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 1 08:16:25 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.3: +9 -5 lines
Diff to previous 1.3 (colored) to selected 1.9 (colored)

More markup.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 1 05:26:16 2012 UTC (11 years, 4 months ago) by matt
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored) to selected 1.9 (colored)

Change ULONG_MAX to UINT32_MAX

Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 30 08:25:35 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored) to selected 1.9 (colored)

Sort SYNOPSIS. Remove unnecessary Ns. Punctuation nit.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 29 23:23:22 2012 UTC (11 years, 4 months ago) by reed
Branch: MAIN
Diff to selected 1.9 (colored)

Add a manual for mkubootimage(1). It was missing.
It had one review on netbsd-docs@.
I didn't add the manual to the Makefile nor distrib set yet --
waiting for more review or improvements first.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>