]> git.ipfire.org Git - thirdparty/grub.git/commit
2005-01-30 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Mon, 31 Jan 2005 21:28:34 +0000 (21:28 +0000)
committermarco_g <marco_g@localhost>
Mon, 31 Jan 2005 21:28:34 +0000 (21:28 +0000)
commit0f79cdc1dbc793259fdcc0c1b9af5577727d6af1
treebb4580eb67832a903a4f9d248e7b98f00d819c39
parent1ab09cc70f8ff76a668381f86d27700ce9e295e9
2005-01-30  Marco Gerards  <metgerards@student.han.nl>

* boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_interpret): New
function.
* commands/ieee1275/halt.c: New file.
* commands/ieee1275/reboot.c: Likewise.
* commands/ieee1275/suspend.c (grub_cmd_suspend): Use
`__attribute__ ((unused))'.  Some GCS related fixed.
(grub_suspend_init) [GRUB_UTIL]: Function removed.
(grub_suspend_fini): Likewise.
* conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add `reboot.mod'
and `halt.mod'.
(reboot_mod_SOURCES, reboot_mod_CFLAGS, halt_mod_SOURCES)
(halt_mod_CFLAGS): New variables.
* include/grub/powerpc/ieee1275/ieee1275.h
(grub_ieee1275_interpret): New prototype.
ChangeLog
boot/powerpc/ieee1275/ieee1275.c
commands/ieee1275/halt.c [new file with mode: 0644]
commands/ieee1275/reboot.c [new file with mode: 0644]
commands/ieee1275/suspend.c
conf/powerpc-ieee1275.rmk
include/grub/powerpc/ieee1275/ieee1275.h