================ RELEASE 2.0.5 ================

2013-08-28  Andreas Larsson <andreas@gaisler.com>
        - Changed parser and file format used with the -xml flag. This adds (to
          the possibilities of adding nodes and properties) support for removing
          and replacing properties, adding array properties and address values
          of core prom tree nodes.

2013-08-28  Andreas Larsson <andreas@gaisler.com>
        - Remove unused base property from GRGPIO cores

2013-08-27  Andreas Larsson <andreas@gaisler.com>
        - Abort mklinuximg on errors

2013-06-26  Andreas Larsson <andreas@gaisler.com>
        - Added interrupt numbers to irq property for the GRUSBDC core when it
          uses more than one innterrupt.

================ RELEASE 2.0.4 (build 345) ================

2013-04-26  Andreas Larsson <andreas@gaisler.com>
        - Updated documentation on parameters

2013-04-26  Andreas Larsson <andreas@gaisler.com>
        - Initialize the canmux on GR712RC boards to make both CAN_OC cores
          active by default.

2013-04-25  Daniel Hellstrom <daniel@gaisler.com>
        - Added -maxcpu and -wakediscpus in order for user to make mklinuximg
          start other than Linux CPUs if the bootloader doesn't support it.
          Linux will never know of the other CPUs.

2013-01-09  Andreas Larsson <andreas@gaisler.com>
        - Added properties for the SPICTRL core
        - Added properties and probing for the GRGPIO core
        - Fixed bugs in xml code when adding subnodes in the device tree

2012-11-28  Andreas Larsson <andreas@gaisler.com>
	- Removed the unused drv_type for amba drivers

2012-11-15  Andreas Larsson <andreas@gaisler.com>
        - Added properties for I2CMST for compatibility with i2c-ocores Linux
          driver

2012-10-01  Andreas Larsson <andreas@gaisler.com>
        - Added support for virtual AMBA p&p nodes and additional properties
	- CAN_OC cores are represented as many virtual nodes when several cores
          are wrapped in one CANAHB and properties are added for compatibility
          with sja1000 Linux driver.

2012-05-28  Daniel Hellstrom <daniel@gaisler.com>
        - Added compatible property in order to boot Linux 3.5
          and later
        - Linux 3.5 kernel and later requires linux-dir/vmlinux
          instead of arch/sparc/boot/image

================ RELEASE 2.0.3 (build 281) ================

2012-04-10  Konrad Eisele <konrad@gaisler.com>
        - AHB2AHB slave recursive structure
	
================ RELEASE 2.0.2 (build 280) ================

2012-04-03  Daniel Hellstrom <daniel@gaisler.com>
        - Distribution missed earlier patches, dist regerated

================ RELEASE 2.0.1 (build 277) ================

2012-04-03 Konrad Eisele <konrad@gaisler.com>
        - adjust menu title

2011-11-24 Konrad Eisele <konrad@gaisler.com>
 	- Add -xml <file> option
	- Support behind IOMMU scanning
	- Build a nested tree, or if -flat is given a flat tree

================ RELEASE 2.0.0 (build 211) ================

2011-10-27  Daniel Hellstrom <daniel@gaisler.com>
        - Added -uartidx option to select which UART is used for PROM console
        - input Linux image can not be a relative path
	- added --version command line option

2011-08-30  Daniel Hellstrom <daniel@gaisler.com>
        - Rewrote mklinuximg from scratch, now the STARTUP and PROM code is
          always in virtual address space which simplifies coding a lot.

================ RELEASE 1.0.11 (build 191) ================

2011-06-23  Daniel Hellstrom <daniel@gaisler.com>
        - Fixed linuxbuild problem when /bin/sh is not bash

================ RELEASE 1.0.10 (build 191) ================

2011-06-23  Daniel Hellstrom <daniel@gaisler.com>
        - Fixed bug when "-base ADR" as used with ADR != 0x40000000

2011-04-26  Daniel Hellstrom <daniel@gaisler.com>
        - Removed IRQ controller mask register clear, newer Linux kernels
          does this, besides the old code always cleared the mask for CPU[0].
          This patch is needed for booting on CPU != 0.

================ RELEASE 1.0.9 (build 188) ================

2011-04-06  Daniel Hellstrom <daniel@gaisler.com>
        - Made temporary MMU map 192MB instead of 16MB, this fixes a crash
          during booting with large kernels (large initramfs rootfs)
        - Removed empty IRQ entries in device tree. When IRQ=0 we should not
          create interrupt entries, needed by genirq layer.

================ RELEASE 1.0.8 (build 175) ================

2011-02-03  Daniel Hellstrom <daniel@gaisler.com>
        - IPI options in linuxbuild GUI was a bool, changed to string.

================ RELEASE 1.0.7 (build 174) ================

2011-02-03  Daniel Hellstrom <daniel@gaisler.com>
        - Added option -ipi to linuxbuild GUI

================ RELEASE 1.0.6 (build 173) ================

2011-02-03  Daniel Hellstrom <daniel@gaisler.com>
        - Autodetect if SMP image or not (-smp flag removed)
	- Autodetect Linux kernel version, UART code needs this

2011-02-02  Daniel Hellstrom <daniel@gaisler.com>
        Added -ipi option in order to support multiple SMP
	chips that does not use the default IRQ13 for IPIs.
	IRQ13 shuold be reserved for IPI IRQs on SMP designs.
	The ipi_num property will appear in the device tree.

2011-01-31  Daniel Hellstrom <daniel@gaisler.com>
        Added AMBA ioarea and AMBA System ID to device tree.

2011-01-12  Daniel Hellstrom <daniel@gaisler.com>
        Fix for newer Linux, new version requires different
	return code from the UART write routine. Still
	compatible with old Linux versions however it will
	be blocking and hold Linux prom lock during write.

================ RELEASE 1.0.5 (build 158) ================

2010-11-24  Konrad Eisele  <konrad@gaisler.com>
	Use temporary files

================ RELEASE 1.0.4 ================

2010-10-20  Konrad Eisele  <konrad@gaisler.com>
	Add -ethmac option

2010-10-20  Konrad Eisele  <konrad@gaisler.com>
	Remove dependency to linux source

2010-10-19  Konrad Eisele  <konrad@gaisler.com>
	Kernel command line with spaces

2010-10-04  Konrad Eisele  <konrad@gaisler.com>
	Check for recursive bridges

2010-09-29  Konrad Eisele  <konrad@gaisler.com>
	Add -amp option

