source: introduction/ppc/changelog.xml @ 370b16d

Last change on this file since 370b16d was 370b16d, checked in by Jim Gifford <clfs@…>, 18 years ago

r3961@server (orig r1782): ken | 2006-06-18 17:05:16 -0700
Trying to fix the ppc64 boot chapter, with a minor fix to boot/ppc/yaboot, and tidying up the 'Important' messages in ppc64 yaboot.

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[bf8c11f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-intro-changelog-ppc">
9  <?dbhtml filename="changelog-ppc.html"?>
10
11  <title>Changelog for PowerPC</title>
12
13  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
14  href="../x86/changelog.xml"
15  xpointer="xpointer(/sect1/para[1])"/>
16
17  <itemizedlist>
18    <title>Changelog Entries:</title>
19
20<!-- Changelog template
21
22    <listitem>
23      <para>Date</para>
24      <itemizedlist>
25        <listitem>
26          <para>[name] - Changelog entry.</para>
27        </listitem>
28        <listitem>
29          <para>[name] - Another changelog entry.</para>
30        </listitem>
31      </itemizedlist>
32    </listitem>
33
34-->
35
[370b16d]36    <listitem>
37      <para>June 18, 2006</para>
38      <itemizedlist>
39        <listitem>
40          <para>[ken] - Added patch to let ofpath use PATH_PREFIX and add missing
41          PATH_PREFIX to the ybin command for the 'from CD' variant in Making the
42          Temporary System Bootable.</para>
43        </listitem>
44      </itemizedlist>
45    </listitem>
46
[b021597]47    <listitem>
48      <para>June 13, 2006</para>
49      <itemizedlist>
50        <listitem>
51          <para>[ken] - Added a warning to make sure all the necessary mac drivers
52          have been selected if using an old ppc config, and corrected the boot
53          chapter to ARCH=powerpc.</para>
54        </listitem>
55      </itemizedlist>
56    </listitem>
57
[983df6f]58    <listitem>
59      <para>June 9, 2006</para>
60      <itemizedlist>
61        <listitem>
62          <para>[ken] - Some tidying of the additions to 'boot', corrections
63          to partitioning, tidying and correcting the final instructions for
64          making it bootable, and add instructions to boot the temporary system,
65          either from OF via OSX, or using a CD to install the bootstrap. The
66          instructions to boot from OF use an idea from Martin Schaffner's
67          lfs-from-osx hint.</para>
68        </listitem>
69      </itemizedlist>
70    </listitem>
71
[7ee33b91]72    <listitem>
73      <para>June 8, 2006</para>
74      <itemizedlist>
75        <listitem>
76          <para>[ken] - Add an appendix to discuss OF and Mac issues.</para>
77        </listitem>
[e3eb047b]78        <listitem>
79          <para>[ken] - Add hfsutils, mktemp, powerpc-utils to the 'boot' option,
80          and put in the detail for building yaboot in that chapter.</para>
81        </listitem>
[7ee33b91]82      </itemizedlist>
83    </listitem>
84
[da23eb8]85    <listitem>
86      <para>May 10, 2006</para>
87      <itemizedlist>
88        <listitem>
89          <para>[ken] - Include the SATA patch for yaboot.</para>
90        </listitem>
[3d23af3]91        <listitem>
92          <para>[ken] - Tidy up yaboot.conf, and drop references to pegasos ppc
93          - it seems to need other patch(es) for yaboot, and perhaps different
94          parameters in yaboot.conf.  Also spell Open Firmware as two words.</para>
95        </listitem>
[da23eb8]96      </itemizedlist>
97    </listitem>
98
[b8483f37]99    <listitem>
100      <para>April 27, 2006</para>
101      <itemizedlist>
102        <listitem>
103          <para>[ken] - Remove references to /usr/local from yaboot man pages.
104          </para>
105        </listitem>
106      </itemizedlist>
107    </listitem>
108
[e473f97]109    <listitem>
110      <para>April 20, 2006</para>
111      <itemizedlist>
112        <listitem>
113          <para>[jim] - Added asm-ppc to the Linux Headers.</para>
114        </listitem>
115      </itemizedlist>
116    </listitem>
117
[6d5bc698]118    <listitem>
119      <para>March 31, 2006</para>
120      <itemizedlist>
121        <listitem>
122          <para>[ken] - Add alternative command (mkofboot) to install yaboot
123          onto an unformatted partition, thanks to Dragos Ionita for reporting
124          the need for this.</para>
125        </listitem>
126      </itemizedlist>
127    </listitem>
128
[665955bf]129    <listitem>
130      <para>December 19, 2005</para>
131      <itemizedlist>
132        <listitem>
133          <para>[ken] - Remove -D_GNU_SOURCE from final build of patch.</para>
134        </listitem>
135      </itemizedlist>
136    </listitem>
137
[104b28b0]138    <listitem>
139      <para>November 20, 2005</para>
140      <itemizedlist>
141        <listitem>
142          <para>[jim] - Updated to parted 1.6.25.1.</para>
143        </listitem>
144      </itemizedlist>
145    </listitem>
146
[453fbe2]147    <listitem>
148      <para>November 17, 2005</para>
149      <itemizedlist>
150        <listitem>
151          <para>[ken] - Use a smaller and better patch for powerpc-utils.</para>
152        </listitem>
153      </itemizedlist>
154    </listitem>
155
[a625f8b]156    <listitem>
157      <para>November 5, 2005</para>
158      <itemizedlist>
159        <listitem>
160          <para>[ken] - Add example yaboot.conf.</para>
161        </listitem>
162      </itemizedlist>
163    </listitem>
164
[164c9be]165    <listitem>
166      <para>November 4, 2005</para>
167      <itemizedlist>
168        <listitem>
169          <para>[ken] - Add hfsutils and powerpc-utils, needed by yaboot.</para>
170        </listitem>
171      </itemizedlist>
172    </listitem>
173
[bf8c11f]174    <listitem>
175      <para>October 31, 2005</para>
176      <itemizedlist>
177        <listitem>
178          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
179        </listitem>
180      </itemizedlist>
181    </listitem>
182
183  </itemizedlist>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.