Imported Debian patch 0.5.3-1
[debian/efibootmgr] / doc / ChangeLog
1 * Wed Nov 9 2005 Matt Domsch <Matt_Domsch@dell.com>
2 - released v0.5.2.2 as v0.5.3, no changes
3         
4 * Thu Aug 11 2005 Matt Domsch <Matt_Domsch@dell.com>
5 - applied patch from Rogerio Timmers which adds a new option -@ <file>,
6   which takes extra variable parameters from <file>, or - from stdin.
7   This lets you pass binary (non-unicode, non-ascii) formatted options to
8   your bootloader.
9 - cleaned up Rogerio's patch some.
10 - moved definition of _FILE_OFFSET_BITS=64 into Makefile and out of the
11   individual .c files.  This fixes a bug reported by Red Flag, where
12   variable data was getting incorrectly set with a 32-bit copy of
13   efibootmgr on a 32-bit kernel.
14 - made efi_variable_t.DataSize be an unsigned long to match the kernel.
15   This lets a 32-bit copy of efibootmgr run on a 32-bit kernel.  This
16   means you've got to have a 32-bit efibootmgr on a 32-bit kernel, and a
17   64-bit efibootmgr on a 64-bit kernel, but since efi_status_t is also a
18   long, this was really going to be the case anyway.
19 - valgrind caught the app exiting without freeing some malloc'd
20   structures, fix that.
21 - v0.5.2.2 released for testing 
22
23
24 * Fri May 20 2005 Matt Domsch <Matt_Domsch@dell.com>
25 - applied patch from Andreas Schwab to properly parse PCI
26   domain:bus:device.fn info in netboot entries.  Fixed up return value
27   when creating network boot entries for nonexistant devices, so the
28   creation now fails, rather than succeeding with incorrect data.
29 - v0.5.2 released
30
31 * Tue Mar 08 2005 Matt Domsch <Matt_Domsch@dell.com>
32 - applied patch from Alex Williamson for handling BootXXXX values
33   using uppercase hex rather than lowercase, per EFI 1.10 spec.
34 - this also allows the full 65k boot entries, rather than requiring all
35   entries to begin with a zero.
36 - v0.5.1 released
37
38 * Thu Aug 26 2004 Matt Domsch <Matt_Domsch@dell.com>
39 - v0.5.0-test4 released as v0.5.0 with no code changes
40
41 * Wed Jun 07 2004 Matt Domsch <Matt_Domsch@dell.com>
42 - Fixed bug where read_boot_order() would wrongly return EFI_NOT_FOUND
43   when it needed to create a new BootOrder variable.  Reported by Micah Parrish.
44 - Added code to recursively walk the PCI bus putting parent PCI bridges
45   in.  This is necessary for Dell PowerEdge 3250 and 7250 servers and
46   Intel Tiger2 and Tiger4 platforms when creating PXE boot entries for
47   the onboard NICs, and if creating EDD30 boot path entries.  Work by Matt
48   and Joshua Giles.
49   - Note, efibootmgr now requires libpci for building.
50 - Released v0.5.0-test4
51
52 * Sat Apr 24 2004 Matt Domsch <Matt_Domsch@dell.com>
53 - Fixed reversed logic of create_or_edit_variable which prevented object
54   creation or editing on sysfs.
55 - Removed debug printfs in sysfs read/write commands.
56 - Released v0.5.0-test3
57
58 * Thu Feb 04 2004 Matt Domsch <Matt_Domsch@dell.com>
59 - removed -t short option for --test
60 - added -t <timeout> and -T delete timeout options
61 - updated man page and README about the timeout options
62 - Released v0.5.0-test2
63
64 * Tue Sep 09 2003 Matt Domsch <Matt_Domsch@dell.com>
65 - Released v0.5.0-test1
66
67 * Thu Sep 04 2003 Matt Domsch <Matt_Domsch@dell.com>
68 - Seperated access to variables through /proc into efivars_procfs.[ch]
69 - Added efivars_sysfs.h to access variables through sysfs.
70 - Moved around some functions, cleaned up some duplication.
71
72 * Thu Sep 04 2003 Matt Domsch <Matt_Domsch@dell.com>
73 - released v0.4.2-test2 as v0.4.2 without additional changes.
74
75 * Mon Aug 11 2003 Matt Domsch <Matt_Domsch@dell.com>
76 - fixed unaligned access errors
77 - removed extraneous printing of mac addr when creating netboot entries
78 - sync docbook to README
79 - whitespace cleanups
80
81 * Thu Jul 31 2003 Matt Domsch <Matt_Domsch@dell.com>
82 - Applied patch from Dann Frazier to enable creating netboot entries.
83 - update AUTHORS with Dann's netboot contribution.
84 - Until we can get the ACPI HID and UID programatically, make the user
85   pass them in when creating a netboot entry.
86 - Add O_DIRECT support for reading the disk.
87 - Fix unparse_hardware_path() for the PCI case - the device and function
88   values were printed in reverse order.
89 - Fix the README file to reflect all the options that can be passed, and
90   add a new item for netboot entries.
91 - whitespace cleanups
92
93 * Fri Oct 25 2002 Matt Domsch <Matt_Domsch@dell.com>
94 - trivial patch from Fabien Lebaillif - Delamare <fabien@quadric.com>
95   increases the length of the boot option description from 40 to 64 bytes.
96
97 * Tue Oct 22 2002 Matt Domsch <Matt_Domsch@dell.com>
98 - ran docbook2man on the man page Dann Frazier created
99 - Added man page to spec file
100 - Added patches from Dann Frazier
101   - Removes the requirement to be root to run efibootmgr.  This lets
102     mortal users run efibootmgr to check the version, and see the
103     --help output. It should also allow efibootmgr to work under
104     security systems without the strict root/non-root dichotomy.
105     - Checks to see if a boot option was specified when a boot option
106     deletion was requested.
107 - Released version 0.4.1
108
109 * Sun Jul 21 2002 Matt Domsch <Matt_Domsch@dell.com>
110 - Added kernel_has_blkgetsize64() test, now uses BLKGETSIZE64 if on a
111   known-good kernel.  This is important when the Large Block Device (64-bit
112   block address) patch gets merged into the 2.5 kernel.
113
114 * Wed May 1 2002 Matt Domsch <Matt_Domsch@dell.com>
115 - Released version 0.4.0
116
117 * Tue Apr 30 2002 Matt Domsch <Matt_Domsch@dell.com>
118 - Added some printfs to compare_gpts().
119
120 * Mon Apr 08 2002 Matt Domsch <Matt_Domsch@dell.com>
121 - Make sure partition number arg is in the GPT disk.
122 - Added a few more _FILE_OFFSET_BITS defines where needed
123
124 * Fri Apr 05 2002 Matt Domsch <Matt_Domsch@dell.com>
125 - Added syncs to make tarball target so NFS is current and CVS dirs get
126   deleted before the tarball is made.
127 - Added a few __leXX_to_cpu() calls in code currently commented out in gpt.c
128
129 * Tue Apr 02 2002 Matt Domsch <Matt_Domsch@dell.com>
130 - finished conversion to GPT code
131
132 * Sat Mar 30 2002 Matt Domsch <Matt_Domsch@dell.com>
133 - began conversion to GPT code in post-2.4.18 and post-2.5.7 kernels.
134 - added manpage contributed by dannf@fc.hp.com
135
136 * Mon Feb 11 2002 Matt Domsch <Matt_Domsch@dell.com>
137 - BLKGETSIZE64 is fixed in 2.4.18-pre8 and 2.5.4-pre3.  Wait a bit longer
138 before using though.
139 - added list_for_each_safe() routine.  It's needed in the boot
140 var deletion routine, though it was already breaking out once found.
141 - changed struct list_head to list_t
142 - released v0.4.0-test4
143
144 * Fri Jan 18 2002 Matt Domsch <Matt_Domsch@dell.com>
145 - commented out BLKGETSIZE64 ioctl use for now.  Kernels 2.4.15-2.4.18 and
146   2.5.0-2.5.3 don't return the right value.
147
148 * Thu Jan 3 2002 Matt Domsch <Matt_Domsch@dell.com>
149 - added back in read last sector IOCTL hack, but only after read() fails.
150 - released v0.4.0-test4
151
152 * Thu Jan 3 2002 Matt Domsch <Matt_Domsch@dell.com>
153 - more cleanups
154 - released v0.4.0-test3
155
156 * Wed Jan 2 2002 Matt Domsch <Matt_Domsch@dell.com>
157 - Changed PROC_DIR_EFI to PROC_DIR_EFI_VARS
158 - write_variable() now searches /proc/efi/vars for a variable that's not
159   the one being written.  The EFI 1.1 sample implementation changed the
160   name of the "victim" being written to (was Efi-xxxxx, now EFI-xxxxx), so
161   previous versions of efibootmgr don't work with the new firmware.  This
162   should fix that up.
163 - released v0.4.0-test2
164
165 * Fri Dec 7 2001 Matt Domsch <Matt_Domsch@dell.com>
166 - Removed read last sector ioctl hack, it's not needed anymore.  The
167   kernel takes care of it for us with a new patch.
168 - Added test for valid PMBR, similar to parted and the kernel.
169 - Added test for returning size of block device as a u64.
170 - Added test for returning sector size as int, and use that.
171 - Changed GPT struct and member names to be more Linux-like.
172 - added -g option to force disk with invalid PMBR to be treated as GPT anyhow.
173 - released v0.4.0-test1
174
175 * Thu Aug 9 2001 Matt Domsch <Matt_Domsch@dell.com>
176 - Added some uniqueness to the MBR signature.
177 - removed ExclusiveArch from spec file
178 - released v0.3.4
179
180 * Mon Aug 6 2001 Matt Domsch <Matt_Domsch@dell.com>
181 - applied patch from Richard Hirst <rhirst@linuxcare.com> to fix
182   efichar_char_strcmp().
183
184
185 * Fri Aug 3 2001 Matt Domsch <Matt_Domsch@dell.com>
186 - By request, warn when creating a new boot entry with the same name
187   as another boot entry.
188 - released v0.3.3
189
190 * Mon Jul 30 2001 Matt Domsch <Matt_Domsch@dell.com>
191 - Added test for non-zero signature on MBR-style disks,
192   and new -w flag to write a unique signature to the disk if so.
193 - released v0.3.3-test4
194 - Fixed counting of optional data length (extra args)
195 - released v0.3.3-test5
196
197 * Fri Jul 27 2001 Matt Domsch <Matt_Domsch@dell.com>
198 - Added test for running as root
199 - released v0.3.3-test3
200
201 * Thu Jul 26 2001 Matt Domsch <Matt_Domsch@dell.com>
202 - Unparse extra args being passed to bootloader too.
203 - released v0.3.3-test2
204
205 * Wed Jul 25 2001 Matt Domsch <Matt_Domsch@dell.com>
206 - Added -u option to pass extra args to the bootloader in unicode
207   (default is to pass in ASCII)
208 - Added -t option to allow writing to a file (for testing)
209 - released v0.3.3-test1
210
211 * Tue May 22 2001 Matt Domsch <Matt_Domsch@dell.com>
212 - Applied patch from Andreas Schwab.  remove_from_boot_order() called
213   read_boot_order() without checking the return status.
214 - Changed README to remove os loader args comment
215 - Changed efi_status_t to be unsigned long (not uint64_t) as per EFI
216   spec.  This allows efibootmgr to be recompiled as a 32-bit or 64-bit app
217   depending on its running on 32-bit or 64-bit Linux.  Note:  this changes
218   the size of the structure returned in /proc/efi/vars to match the kernel
219   implementation.  32-bit efibootmgr won't work on 64-bit Linux and vice versa.
220 - release v0.3.2
221
222 * Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
223 - changed usage() to *not* let you think you can pass args to the OS
224   loader
225 - release v0.3.1
226
227 * Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
228 - Padded HARDDRIVE_DEVICE_PATH out to please EFI Boot Manager.
229 - Incorporated patches from Andreas Schwab
230   - replace __u{8,16,32,64} with uint{8,16,32,64}_t
231   - use _FILE_OFFSET_BITS
232   - fix a segfault
233 - release v0.3.0
234
235 * Tue May 15 2001 Matt Domsch <Matt_Domsch@dell.com>
236 - initial external release v0.2.0