Wed Mar 22 11:07:17 1995  Ralf Baechle  <ralf@rio.waldorf-gmbh.de>

	* Released milo-0.18.

	* vmlinux.c (start_kernel): Update and cleanup. Now runs correctly
	again.

	* Makefile: minor clean up.

	* milo.c (kernel_bss_end): Read kernels _end symbol from the kernel
	symbol table and don't calculate ourselfes. This avoids trouble
	with trouble with possible unknown alignment in the kernel executable.

	* milo.c (kernel_name): Changed name to uppercase to comply with
	ARC standard.

	* milo.c (Deskstation_init): renamed to Deskstation_Tyne_init to
	avoid possible future namespace collision with the rPC44.

	* launch.S (launch): removed unnecessary #if / #endif.

	* linux/include/asm-mips/bootinfo.h (MACH_DESKSTATION_RPC44):
	added entry for Deskstation rPC44.

	* identify.c (identify): Added entry for Deskstation rPC44.
	Untested - I don't have such a machine.

Mon Mar 20 10:45:35 1995  Ralf Baechle  <ralf@rio.waldorf-gmbh.de>

	* (No ChangeLog entries for version 0.14-0.17)

	* Makefile (VERSION): Bumped version to 0.18

	* milo.c launch.S: Added support for loading ramdisk images.

	* Makefile: make dist now even works even with the binary distribution.
	lib/Makefile: dito.

	* lib/mkargs (mkargs): Build argv-like option string from string.

	* milo.c (main) Fixed option parsing to comply with ARC standard even
	when run from a boot selection.

	* Makefile (STRIP): don't strip executables - there is a bug in
	mips-linux-strip that changes the type of executable from impure to
	paged. Unfortunately the Deskstation doesn't accept paged executables.

	* identify.c (identify): initialize memlower.

	* acer_pica_61.c (acer_pica_61_mem): Detect total RAM via DRAM controller
	registers. Changed args to void.

Tue Dec 13 18:18:36 1994  Andreas Busse  <andy@waldorf-gmbh.de>

	* V 0.14
	- Added Mips Magnum 4000 identification.

Sun Dec  4 17:10:39 1994  Andreas Busse  <andy@waldorf-gmbh.de>

	* V 0.14
	- Changed all dynamically allocated data to
	  be uncached. It doesn't hit performance...

Fri Nov 25 10:32:19 1994  Andreas Busse  (andy at scotty)

	* V 0.14
	- Added identification for Deskstation Tyne boards
	- Processor type is now figured out by using the
	  CP0 config register. ARC CPU info turned out to be
	  useless.

Thu Nov 24 15:24:15 1994  Andreas Busse  (andy at scotty)

	* V 0.13
	- Debugged cacheflush() and some other things.
	  Kernel can now be loaded into Kseg0 even on
	  the Acer PICA system

	* V 0.12
	- Kernel can now be loaded and executed in kseg0
	  (unmapped, cached)
	- tons of minor and heavy bugs fixed, but still
	  everything but final :-)

Tue Nov 22 12:16:35 1994  Andreas Busse  (andy at scotty)

	* V 0.11
	- Improved ARC query functions.
	- Added binaries to distribution.
