<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in version</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/ofppc/stand/ofwboot/version</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>A stack size of 8K is too small for a block buffer of 65536 bytes.<br/>Increased the stack size to 128K. This makes ofwboot work with FirmWorks<br/>OpenFirmware systems again (tested with Motorola PowerStack II).</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.13</description>
    <pubDate>Sat Sep 20 23:10:46 UTC 2014</pubDate>
    <dc:creator>phx</dc:creator>
</item>

<item>
    <title>branches:  1.12.12;  1.12.28;<br/>Finding the disklabel on MBR partitioned disks did no longer work since RDB<br/>support was added. Fixed that and bumped the version to 1.12.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.12</description>
    <pubDate>Thu Aug 18 09:03:28 UTC 2011</pubDate>
    <dc:creator>phx</dc:creator>
</item>

<item>
    <title>Added support for RDB partitions.<br/>Moved MBR parition code out of ofdev.c into mbr.c.<br/>Tested on Pegasos2 (RDB and MBR) and RS6000.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.11</description>
    <pubDate>Fri Sep 11 00:00:12 UTC 2009</pubDate>
    <dc:creator>phx</dc:creator>
</item>

<item>
    <title>branches:  1.10.10;<br/>Add support to ofwboot for booting on the 7046-B50.  Also likely to work<br/>on the 7043-150.  The B50 wants not only a note at the head of the<br/>binary, like the 7044 did, but it also wants a PHDR that points at it.<br/>Because the IBM firmware doesn't like the real note section that ld<br/>generates (it puts it at the end of the file), we instead point PT_NOTE<br/>at the text section.  This works, because at the top of the text section,<br/>there is a note hacked in, which was required for the 7044.<br/><br/>Also, change the mode from virtual mode to real mode in the note, because<br/>the B50 hangs if you load it in virtual.  Tested to work on a B50, 7044,<br/>and Pegasos2.<br/><br/>Yay IBM.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.10</description>
    <pubDate>Wed Feb 13 20:11:38 UTC 2008</pubDate>
    <dc:creator>garbled</dc:creator>
</item>

<item>
    <title>Add padding to align the rodata section.  This fixes a strange bug<br/>where the bootloader would freak out if various printfs were enabled or<br/>disabled.<br/><br/>Add code to autodetect a 64bit cpu, and attempt to load a different set<br/>of kernels if they exist.<br/><br/>Bump version to 1.9</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.9</description>
    <pubDate>Thu Jan 24 19:52:53 UTC 2008</pubDate>
    <dc:creator>garbled</dc:creator>
</item>

<item>
    <title>Changes to the ofppc ofwboot to make it boot on an IBM CHRP RS/6000.<br/>Tested on a pegasos II and a 7044-270.  Also, switch away from the hacked<br/>up alloc.c we were using, and use the stock libsa one.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.8</description>
    <pubDate>Wed Jan 09 19:34:45 UTC 2008</pubDate>
    <dc:creator>garbled</dc:creator>
</item>

<item>
    <title>support FS_RAID partitions, and increase the offset by<br/>RF_PROTECTED_SECTORS (64) if so.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.7</description>
    <pubDate>Thu Jan 03 06:40:02 UTC 2008</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.6.2;  1.6.8;<br/>Bump version</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.6</description>
    <pubDate>Thu Oct 18 19:59:32 UTC 2007</pubDate>
    <dc:creator>garbled</dc:creator>
</item>

<item>
    <title>branches:  1.5.4;  1.5.36;  1.5.78;  1.5.96;  1.5.98;  1.5.102;<br/>Clean up the NetBSD/ofppc boot loader:<br/>- Garbage collect some cruft that doesn't apply to the ofppc port.<br/>- Make our OFW-friendly alloc.c more like the libsa alloc.c<br/>- Generally reduce some differences where we can between this<br/>  boot loader and the NetBSD/macppc boot loader.<br/>- Use libsa's loadfile().<br/>- Fix DDB symbol loading -- Add a magic number after the args string<br/>  so the kernel knows the symbols are there, provide both ssym and<br/>  esym, and make sure all these values are aligned to a 4-byte boundary.<br/>- Add support for MS-DOS file systems.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.5</description>
    <pubDate>Tue Oct 23 03:31:26 UTC 2001</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>branches:  1.4.4;<br/>add new macro BOOT_FLAG() (defined in &lt;sys/boot_flag.h&gt;) - this<br/>maps standard boot flags to corresponding RB_* values<br/>use BOOT_FLAG() in port's MD code as appropriate<br/><br/>as discussed on tech-kern, add new boot flags -v, -q for booting<br/>verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET<br/>boot flags; also add FreeBSD-compatible bootverbose macro and<br/>NetBSD-specific bootquiet macro<br/><br/>for hpcmips, use new bootverbose instead of it's own hpcmips_verbose<br/><br/>Tested on i386, and to limited extend (compile of affected files) also for<br/>mvme68k, hp300, luna68k, sun3.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.4</description>
    <pubDate>Sun Sep 24 00:32:38 UTC 2000</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>branches:  1.3.14;<br/>...and again.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.3</description>
    <pubDate>Sat Apr 19 01:40:08 UTC 1997</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Replay history....</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.2</description>
    <pubDate>Sat Apr 19 01:39:44 UTC 1997</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original<br/>NetBSD/powerpc boot program.  Highligts:<br/>- Rearrange a bit so that we can sanely add boot programs for<br/>  non-OpenFirmware systems.<br/>- Add support for loading compressed kernels (for booting from<br/>  1.44M floppies).<br/>- Add support for loading Elf kernels (Elf is the new standard format<br/>  for NetBSD/powerpc).  (XXX Don't load symbols right now - the code<br/>  to do it is there, but I don't particularly like how space for the<br/>  symbol table is allocated; I will revisit this soon'ish).</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.1</description>
    <pubDate>Wed Apr 16 20:29:24 UTC 1997</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Update thorpej_scsipi to -current as of a month ago<br/>A i386 GENERIC kernel compiles without the siop, ahc and bha drivers<br/>(will be updated later). i386 IDE/ATAPI and ncr work, as well as<br/>sparc/esp_sbus. alpha should work as well (untested yet).<br/>siop, ahc and bha will be updated once I've updated the branch to current<br/>-current, as well as machine-dependant code.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.3.14.1</description>
    <pubDate>Mon Nov 20 20:18:44 UTC 2000</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Sync kqueue branch with -current.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.4.4.1</description>
    <pubDate>Thu Jan 10 19:47:17 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.5.102.1</description>
    <pubDate>Thu Oct 25 22:36:17 UTC 2007</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>sync with HEAD</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.5.98.3</description>
    <pubDate>Sun Mar 23 02:04:15 UTC 2008</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>sync with HEAD</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.5.98.2</description>
    <pubDate>Wed Jan 09 01:47:38 UTC 2008</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>sync with HEAD</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.5.98.1</description>
    <pubDate>Tue Nov 06 23:20:07 UTC 2007</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Sync with HEAD.<br/><br/>Follow the merge of pmap.c on i386 and amd64 and move<br/>pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup<br/>code to restore CR4 before jumping back into kernel space as the large<br/>page option might cover that.</title>
    <description>/src/sys/arch/ofppc/stand/ofwboot/version - 1.5.96.1</description>
    <pubDate>Fri Oct 26 15:43:06 UTC 2007</pubDate>
    <dc:creator>joerg</dc:creator>
</item>
</channel></rss>

