Home | History | Annotate | Download | only in altboot
History log of /src/sys/arch/sandpoint/stand/altboot/version
RevisionDateAuthorComments
 1.11  05-Apr-2022  andvar s/confortable/comfortable/
 1.10  04-Apr-2022  andvar fix various typos, mainly in comments.
 1.9  03-Aug-2017  phx Some Synology network devices show vendor 0x1148 (Schneider & Koch) instead
of 0x11ab (Marvell). Detect both.
Improve spinning up of both disk drives on Synology DS20x by adding some
more delays (directly at the start and after powering up the second drive).
 1.8  30-Sep-2015  phx Pass a name and flags precisely describing the current model and its
features via a new bootinfo node (currently Synology only). This allows
for example the configuration of model-specific temperature I2C sensors
and fan control.
Support for the Synology DS207 and DS209 drive LEDs and wait until the
2nd drive is completely powered up.
 1.7  15-Sep-2013  phx branches: 1.7.4; 1.7.6;
New version can read the MAC address for QNAP systems from flash.
 1.6  22-Jan-2012  phx branches: 1.6.6; 1.6.10;
Support PATA drive configuration option (ide:N[N...]).
Wait until drives are ready after cold-start.
Wake up drives from standby mode.
A default command line can be saved to flash as initrd image.
 1.5  12-Nov-2011  phx branches: 1.5.4;
Improved Iomega microcontroller support. Bumped version to 1.8.
 1.4  13-Mar-2011  phx branches: 1.4.4; 1.4.6;
With the new boot argument "altboot" the program can replace itself with a
new binary while running.
The default boot path was changed from nfs: to wd0:.
Bumped altboot version to 1.7.
 1.3  26-Feb-2011  phx branches: 1.3.2; 1.3.4;
Build altboot.img, which fakes a Linux kernel module, loadable with "bootm",
for extremely stripped U-Boot firmware. Arguments are passed through the
"bootargs" environment variable, which is detected automatically when
using bootm.
The startup code also fixes a bug in bootm, which doesn't flush the cache
before running the image.
 1.2  23-Jan-2011  nisimura switch to use newvers_stand.sh as suggested by joerg@
 1.1  23-Jan-2011  nisimura - add "ll" modifier to printf.
- be more conscious about int type propagation.
- add missing version and newvers.sh
 1.3.4.2  06-Mar-2011  bouyer Sync with HEAD
 1.3.4.1  26-Feb-2011  bouyer file version was added on branch bouyer-quota2 on 2011-03-06 15:07:56 +0000
 1.3.2.3  21-Apr-2011  rmind sync with head
 1.3.2.2  05-Mar-2011  rmind sync with head
 1.3.2.1  26-Feb-2011  rmind file version was added on branch rmind-uvmplock on 2011-03-05 20:51:48 +0000
 1.4.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.6.1  17-Apr-2012  yamt sync with head
 1.4.4.2  06-Jun-2011  jruoho Sync with HEAD.
 1.4.4.1  13-Mar-2011  jruoho file version was added on branch jruoho-x86intr on 2011-06-06 09:06:36 +0000
 1.5.4.1  18-Feb-2012  mrg merge to -current.
 1.6.10.1  18-May-2014  rmind sync with head
 1.6.6.2  03-Dec-2017  jdolecek update from HEAD
 1.6.6.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.6.2  28-Aug-2017  skrll Sync with HEAD
 1.7.6.1  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.7.4.1  16-Jan-2016  snj Pull up following revision(s) (requested by phx in ticket #1059):
sys/arch/sandpoint/include/bootinfo.h: revision 1.9
sys/arch/sandpoint/stand/altboot/brdsetup.c: revisions 1.36, 1.37
sys/arch/sandpoint/stand/altboot/dsk.c: revision 1.18
sys/arch/sandpoint/stand/altboot/globals.h: revisions 1.20, 1.21
sys/arch/sandpoint/stand/altboot/main.c: revision 1.27
sys/arch/sandpoint/stand/altboot/siisata.c: revision 1.6
sys/arch/sandpoint/stand/altboot/version: revision 1.8
The disk's unittag is not equal to the channel, so we need an additional
unitchan entry to make lba_read() work in all cases.
The libsa-printf() does not seem to support 64-bit output, so cast the
block number to unsigned when printing an error message.
--
Pass a name and flags precisely describing the current model and its
features via a new bootinfo node (currently Synology only). This allows
for example the configuration of model-specific temperature I2C sensors
and fan control.
Support for the Synology DS207 and DS209 drive LEDs and wait until the
2nd drive is completely powered up.
--
fix a board type check logic error that affected Linkstation and Kurobox (HG).
They were mistakenly recognized kurot4 type and ended up with kernel boot
failure.

RSS XML Feed