Mercurial > ecos
changeset 1229:2159dd1d9220
Add IDE controller for MOAB, fix PCI - needed init
| author | gthomas |
|---|---|
| date | Sat, 20 Sep 2003 19:11:49 +0000 |
| parents | f5d52a0e8ecd |
| children | 7d2ca52b341a |
| files | packages/hal/powerpc/moab/current/ChangeLog packages/hal/powerpc/ppc40x/current/ChangeLog |
| diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/moab/current/ChangeLog +++ b/packages/hal/powerpc/moab/current/ChangeLog @@ -1,3 +1,12 @@ +2003-09-20 Gary Thomas <gary@mlbassoc.com> + + * misc/redboot_BOOT.ecm: Disable PCI in BOOT configuration + + * include/plf_io.h: Fix PCI I/O addresses + + * src/moab_ide.c: + * cdl/hal_powerpc_moab.cdl: Add IDE support + 2003-09-19 Gary Thomas <gary@mlbassoc.com> * support/make_MOAB_flash.c: Tool to create boot flash image
--- a/packages/hal/powerpc/ppc40x/current/ChangeLog +++ b/packages/hal/powerpc/ppc40x/current/ChangeLog @@ -1,3 +1,8 @@ +2003-09-20 Gary Thomas <gary@mlbassoc.com> + + * src/ppc405_pci.c: Need call to cyg_pci_init() to get proper I/O + addressing setup. + 2003-09-19 Gary Thomas <gary@mlbassoc.com> * src/ppc405_pci.c: New file - basic support for PCI on PPC 405GP
