#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
#
34d55be0 |
| 16-Aug-2023 |
Ed Maste <emaste@FreeBSD.org> |
boot0: add a note about BIOS-supported serial rates
We plan to increase the default serial rate to 115200 (see review D36295) but early boot components that use BIOS interfaces do not support higher
boot0: add a note about BIOS-supported serial rates
We plan to increase the default serial rate to 115200 (see review D36295) but early boot components that use BIOS interfaces do not support higher rates. Add a note to that effect.
Reported by: imp Sponsored by: The FreeBSD Foundation
show more ...
|
#
c7f3674f |
| 18-Apr-2023 |
John Baldwin <jhb@FreeBSD.org> |
boot0: Drop the BOOT_BOOT0_ORG option.
This shouldn't be an option (and I added it in the first place back in 4ae4202e705cf6a12aa3cbb49efb153879a6bc2f and 83f4b92050cbf8913d5c0aac16726c783d8b2d9c).
boot0: Drop the BOOT_BOOT0_ORG option.
This shouldn't be an option (and I added it in the first place back in 4ae4202e705cf6a12aa3cbb49efb153879a6bc2f and 83f4b92050cbf8913d5c0aac16726c783d8b2d9c). However, unlike the other knobs I added back then, this really shouldn't be a knob since it is hardcoded in the source.
show more ...
|
#
bd5dc94b |
| 18-Apr-2023 |
John Baldwin <jhb@FreeBSD.org> |
boot0: Expand the description of BOOT_BOOT0_ORG.
This really shouldn't even be an option given it is hardcoded as a constant named ORIGIN in the assembly. mbr.S also uses 0x600 and hardcodes it in
boot0: Expand the description of BOOT_BOOT0_ORG.
This really shouldn't even be an option given it is hardcoded as a constant named ORIGIN in the assembly. mbr.S also uses 0x600 and hardcodes it in both the assembly and the Makefile.
show more ...
|
#
c3fbd9c6 |
| 18-Apr-2023 |
Gordon Bergling <gbe@FreeBSD.org> |
Revert "stand: Remove double words in source code comments"
The sentence, "The base address that we the boot0 code to to run it." is correct.
Reported by: jrtc27
This reverts commit b12ccd0bb1b37f
Revert "stand: Remove double words in source code comments"
The sentence, "The base address that we the boot0 code to to run it." is correct.
Reported by: jrtc27
This reverts commit b12ccd0bb1b37f32e972bb3e945e4025fe409e2f.
show more ...
|
#
b12ccd0b |
| 18-Apr-2023 |
Gordon Bergling <gbe@FreeBSD.org> |
stand: Remove double words in source code comments
- s/to to/to/ - s/value value/value/
MFC after: 5 days
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
7ed32283 |
| 26-Aug-2022 |
Warner Losh <imp@FreeBSD.org> |
stand: Document that boot0 uses BIOS
And thus has a limited range of supported baud rates. Also add that setting BOOT_BOOT0_COMCONSOLE_SPEED=0 will leave it unchanged which sometimes can give you 11
stand: Document that boot0 uses BIOS
And thus has a limited range of supported baud rates. Also add that setting BOOT_BOOT0_COMCONSOLE_SPEED=0 will leave it unchanged which sometimes can give you 115200 if the BIOS initialized things outside of the normal BIOS baud rates (which many x86 enbedded-targetted boards do).
Sponsored by: Netflix Reviewed by: emaste, manu (earlier versions) Suggestions by: jhb Differential Revision: https://reviews.freebsd.org/D36300
show more ...
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
8299b37f |
| 02-Feb-2018 |
Warner Losh <imp@FreeBSD.org> |
Centralize several variables.
MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always the same, so set them in defs.mk. MAN= is common, so set it here too. This removes a lot of boring repeti
Centralize several variables.
MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always the same, so set them in defs.mk. MAN= is common, so set it here too. This removes a lot of boring repetition from the Makefiles that added almost no value.
show more ...
|
#
55b1c6e7 |
| 15-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325663 through r325841.
|
#
ca987d46 |
| 15-Nov-2017 |
Warner Losh <imp@FreeBSD.org> |
Move sys/boot to stand. Fix all references to new location
Sponsored by: Netflix
|