log

age author description
Tue, 30 Sep 2003 21:10:11 +0000 gthomas More cleanup, handle errors and buffer wrap better
Tue, 30 Sep 2003 17:51:04 +0000 gthomas Scan full PCI bus
Tue, 30 Sep 2003 17:50:55 +0000 gthomas Cleaning up device names
Tue, 30 Sep 2003 15:25:30 +0000 gthomas Add DP83816 ethernet driver - used by TAMS MOAB
Mon, 29 Sep 2003 17:12:48 +0000 nickg * src/pci.c (cyg_pci_get_device_info): Removed check for inactive
Mon, 29 Sep 2003 14:49:46 +0000 gthomas Use LMA, not VMA
Sun, 28 Sep 2003 11:23:14 +0000 gthomas Remove conflicting constraint.
Fri, 26 Sep 2003 18:44:01 +0000 gthomas Fix broken FIS free/create
Fri, 26 Sep 2003 17:44:17 +0000 nickg * doc/redboot_installing.sgml: Fixed bogus memory sizes in AT91
Fri, 26 Sep 2003 17:41:30 +0000 nickg * src/common/clock.cxx: Removed label/goto
Fri, 26 Sep 2003 11:36:00 +0000 gthomas Honor FIS/FLASH configury
Fri, 26 Sep 2003 10:39:39 +0000 gthomas PCI IRQ mapping is platform dependent
Fri, 26 Sep 2003 10:35:43 +0000 gthomas Clean up warnings
Thu, 25 Sep 2003 23:49:56 +0000 gthomas Improve DHCP again
Wed, 24 Sep 2003 16:09:57 +0000 gthomas Disable watchdog by default
Wed, 24 Sep 2003 15:30:14 +0000 gthomas Fix more DHCP buglets
Tue, 23 Sep 2003 17:08:31 +0000 gthomas Handle DHCP retries
Tue, 23 Sep 2003 11:47:59 +0000 asl * src/fs-ecos.c: Fixed broken hard link creation.
Tue, 23 Sep 2003 11:40:14 +0000 asl * src/httpd.c (cyg_httpd_server): Removed unused variable.
Tue, 23 Sep 2003 11:35:01 +0000 asl * src/fs-ecos.c: Minor optimization of previous patch.
Tue, 23 Sep 2003 10:21:00 +0000 asl * src/fs-ecos.c: Do not decrement mount count for unsuccessful
Tue, 23 Sep 2003 09:50:17 +0000 asl * cdl/flash_atlas.cdl: Added requirements for strncmp.
Tue, 23 Sep 2003 09:29:55 +0000 asl * src/diag/diag.c: Only use ethernet if CYGPKG_IO_ETH_DRIVERS
Tue, 23 Sep 2003 09:10:59 +0000 asl * cdl/dns.cdl: CDL control of what DNS server to use for the tests
Mon, 22 Sep 2003 17:35:53 +0000 gthomas RedBoot fconfig is now optional - force it
Mon, 22 Sep 2003 17:35:38 +0000 gthomas Fix compile error for platforms with no FLASH
Mon, 22 Sep 2003 15:33:36 +0000 asl * include/net/if.h: Define macro IF_IS_EMPTY needed by eth_drv.c
Sun, 21 Sep 2003 12:27:52 +0000 gthomas Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
Sat, 20 Sep 2003 19:22:19 +0000 gthomas Improve IDE handling - better for systems where IDE may be missing
Sat, 20 Sep 2003 19:11:49 +0000 gthomas Add IDE controller for MOAB, fix PCI - needed init
Sat, 20 Sep 2003 18:59:43 +0000 gthomas Add IDE controller for MOAB, fix PCI - needed init
Sat, 20 Sep 2003 14:35:58 +0000 gthomas Fix DHCP - BUG #1000053
Sat, 20 Sep 2003 13:28:30 +0000 gthomas Improve memory layout display - from Chris Garry
Sat, 20 Sep 2003 12:09:30 +0000 gthomas Fix compile error - from Chris Garry
Fri, 19 Sep 2003 22:21:51 +0000 gthomas Fix timing issue - BUG #23006
Fri, 19 Sep 2003 17:11:18 +0000 gthomas New platform - TAMS MOAB - and generic changes to support it
Fri, 19 Sep 2003 00:21:46 +0000 gthomas Another inode fix - from Thomas Koeller
Thu, 18 Sep 2003 19:41:20 +0000 gthomas Fix some malloc() issues - from Thomas Binder
Thu, 18 Sep 2003 19:40:33 +0000 gthomas Fix stat() to return valid inode number - from Thomas Koeller
Tue, 16 Sep 2003 22:05:05 +0000 gthomas Be more careful with allocated space, etc. in getifaddrs()
Tue, 16 Sep 2003 14:15:12 +0000 gthomas Add region masks, cursor in demo - from Chris Garry
Sun, 14 Sep 2003 13:41:58 +0000 gthomas Add new options to DHCP request - from David Vrabel
Sun, 14 Sep 2003 13:15:23 +0000 asl * src/flash_erase_block.c (flash_erase_block):
Sun, 14 Sep 2003 13:12:31 +0000 asl * src/flash_query.c (flash_query): Casts to stop warnings.
Fri, 12 Sep 2003 15:32:49 +0000 jlarmour * src/common/serial.c: Fixed bug for XON/XOFF flow control that
Thu, 11 Sep 2003 13:21:39 +0000 gthomas Improvements from Jani Monoses
Thu, 11 Sep 2003 13:10:14 +0000 gthomas Fix minor typo
Thu, 11 Sep 2003 13:09:59 +0000 gthomas Add documentation for ethernet PHY drivers
Wed, 10 Sep 2003 20:57:14 +0000 gthomas Add buffered writes - from Thomas Koeller
Wed, 10 Sep 2003 20:52:52 +0000 gthomas Use .2ram strategy - from Jani Monoses
Tue, 09 Sep 2003 21:28:58 +0000 gthomas IP default value wrong
Tue, 09 Sep 2003 14:40:20 +0000 gthomas Default values were wrong for IP & ESA types
Mon, 08 Sep 2003 17:54:53 +0000 gthomas Avoid dangerous [re]initialization of hardware
Mon, 08 Sep 2003 17:49:43 +0000 gthomas Need serial console during system initialization
Mon, 08 Sep 2003 17:28:35 +0000 asl * src/ecos/support.c (read_random): New function which is needed
Mon, 08 Sep 2003 17:17:27 +0000 gthomas Add support for 29LV128
Mon, 08 Sep 2003 17:16:29 +0000 gthomas Fix typo in CDL description
Mon, 08 Sep 2003 14:55:35 +0000 gthomas Fix baud rate calculations
Sun, 07 Sep 2003 11:48:56 +0000 gthomas Flesh out exported FIS functions - from Patrick Doyle
Sat, 06 Sep 2003 15:01:30 +0000 asl * include/flash_at49xxxx.inl: the program/erase completion had a