summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2006-07-05 16:46:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-05 16:46:46 +0000
commitd8520f8034086c6a1ecc08b17d038448a6fef7ae (patch)
treea36ac87f9a70b11d3fe4b2ccddeb86f374880ec7
parentfaa278eb98418094bcc3b4b9b4f9f40747811293 (diff)
parent1be1185ff9c0f9a80f5c76b06cfd7d1da06b56f6 (diff)
merge of 384828c9ac96947ed787099eb14a15f49ebedcac
and b3afec9600880ee22a3041769633491d0f81c427
-rw-r--r--conf/distro/jlime-donkey.conf12
-rw-r--r--conf/machine/include/tune-ep9312.conf2
-rw-r--r--conf/machine/include/tune-iwmmxt.conf2
-rw-r--r--packages/angstrom/angstrom-gpe-image.bb5
-rw-r--r--packages/eds/eds-dbus_svn.bb2
-rw-r--r--packages/linux/linux-jlime-sh3-2.6.17/.mtn2git_empty0
-rw-r--r--packages/linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch53718
-rw-r--r--packages/linux/linux-jlime-sh3-2.6.17/defconfig_jlime1138
-rw-r--r--packages/linux/linux-jlime-sh3_2.6.17.bb31
-rw-r--r--packages/linux/linux-openzaurus-2.6.16/squashfs3.0-2.6.15.patch7
-rw-r--r--packages/linux/linux-openzaurus-2.6.17+git/squashfs3.0-2.6.15.patch7
-rw-r--r--packages/linux/linux-openzaurus-2.6.17/squashfs3.0-2.6.15.patch7
-rw-r--r--packages/linux/linux-openzaurus_2.6.16.bb2
-rw-r--r--packages/linux/linux-openzaurus_2.6.17+git.bb2
-rw-r--r--packages/linux/linux-openzaurus_2.6.17.bb2
-rw-r--r--packages/t1lib/t1lib_5.0.2.bb4
-rw-r--r--packages/wlan-ng/wlan-ng-utils_0.2.1-pre26.bb5
-rw-r--r--packages/wlan-ng/wlan-ng-utils_0.2.3.bb5
-rw-r--r--packages/wlan-ng/wlan-ng-utils_svn.bb5
19 files changed, 54929 insertions, 27 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf
index a5dd6eaca2..01f1651f64 100644
--- a/conf/distro/jlime-donkey.conf
+++ b/conf/distro/jlime-donkey.conf
@@ -8,10 +8,12 @@ DISTRO_VERSION = "donkey"
export FEED_URLS_jlime = "donkey##http://www.jlime.com/downloads/releases/donkey/${TARGET_ARCH}/feed/"
+# No uniroot
+PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"
+
#<>
#<> We will set CVS DATE when things are known to work.
#<>
-#SRCDATE = "20060627"
PREFERRED_PROVIDERS = "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
@@ -27,8 +29,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-${TARGET_ARCH}"
#<>
#<>We want kdrive as our default X-Server.
#<>
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDERS_virtual/xserver += "xserver-kdrive"
#<>
#<>Setting Preferred Binutils,gcc,glibc and linux-libc-headers
@@ -52,9 +54,11 @@ PREFERRED_VERSION_glib-2.0 = "2.8.4"
PREFERRED_VERSION_glib-1.2 = "1.2.10"
#<>
-#<>Setting Preferred xserver-kdrive
+#<>Setting Preferred xserver-kdrive. Also choose diet-x11 as default libx11.
#<>
PREFERRED_VERSION_xserver-kdrive = "0.0+cvs20060312"
+PREFERRED_PROVIDER_libx11 = "diet-x11"
+PREFERRED_PROVIDER_tslib = "tslib"
#<>
#<>Other Specific stuff.
diff --git a/conf/machine/include/tune-ep9312.conf b/conf/machine/include/tune-ep9312.conf
index f7a6fb845b..0982cf2a13 100644
--- a/conf/machine/include/tune-ep9312.conf
+++ b/conf/machine/include/tune-ep9312.conf
@@ -1,4 +1,4 @@
-TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312"
+TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312"
# add "-mfp=maverick" for newer gcc versions > 4.0
#set arch to ep9312 for all generated packages
diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf
index 535c914a9d..990aee54bc 100644
--- a/conf/machine/include/tune-iwmmxt.conf
+++ b/conf/machine/include/tune-iwmmxt.conf
@@ -1,6 +1,6 @@
# Configurations for the Intel PXA27x Appications Processor Family.
# Please use tune-xscale for PXA255/PXA26x based processors.
IPKG_EXTRA_ARCHS += "iwmmxt"
-TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt "
+TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt"
PACKAGE_ARCH = "iwmmxt"
diff --git a/packages/angstrom/angstrom-gpe-image.bb b/packages/angstrom/angstrom-gpe-image.bb
index bedd089dc1..67947b89b0 100644
--- a/packages/angstrom/angstrom-gpe-image.bb
+++ b/packages/angstrom/angstrom-gpe-image.bb
@@ -3,6 +3,11 @@ LICENSE = MIT
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
PR = "r1"
+PREFERRED_PROVIDER_libgpewidget = "libgpewidget"
+PREFERRED_PROVIDER_tslib = "tslib"
+PREFERRED_PROVIDER_virtual/libsdl = "libsdl-x11"
+PREFERRED_PROVIDER_virtual/libxine = "libxine-x11"
+
ANGSTROM_EXTRA_INSTALL ?= ""
XSERVER ?= "xserver-kdrive-fbdev"
diff --git a/packages/eds/eds-dbus_svn.bb b/packages/eds/eds-dbus_svn.bb
index 2f2485d23a..4a65ab63a0 100644
--- a/packages/eds/eds-dbus_svn.bb
+++ b/packages/eds/eds-dbus_svn.bb
@@ -1,5 +1,5 @@
LICENSE = "LGPL"
-DEPENDS = "glib-2.0 gtk+ gconf dbus db gnome-common libglade libiconv"
+DEPENDS = "glib-2.0 gtk+ gconf dbus db gnome-common libglade virtual/libiconv"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
diff --git a/packages/linux/linux-jlime-sh3-2.6.17/.mtn2git_empty b/packages/linux/linux-jlime-sh3-2.6.17/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/linux/linux-jlime-sh3-2.6.17/.mtn2git_empty
diff --git a/packages/linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch b/packages/linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch
new file mode 100644
index 0000000000..2866b0056b
--- /dev/null
+++ b/packages/linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch
@@ -0,0 +1,53718 @@
+diff -ruN linux-2.6.17-vanilla/CVS/Entries linux-2.6.17/CVS/Entries
+--- linux-2.6.17-vanilla/CVS/Entries 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.17/CVS/Entries 2006-07-05 14:57:19.000000000 +0000
+@@ -0,0 +1,21 @@
++/.cvsignore/1.1/Wed May 12 13:52:16 2004/-ko/
++/ChangeLog-1999/1.1.1.1/Mon Oct 15 20:44:29 2001//
++/ChangeLog-2000/1.1.1.1/Mon Oct 15 20:44:31 2001//
++/ChangeLog-2001/1.1/Mon Jan 7 03:57:47 2002/-ko/
++/ChangeLog-2002/1.3/Sun May 4 19:29:45 2003//
++/ChangeLog-2003/1.2/Sun Jan 4 18:29:21 2004//
++/ChangeLog-2004/1.1/Mon Jan 31 12:17:59 2005/-ko/
++/ChangeLog-2005/1.1/Fri Jan 27 16:07:15 2006/-ko/
++D/Documentation////
++D/arch////
++D/drivers////
++D/include////
++D/lib////
++D/mm////
++D/net////
++D/scripts////
++D/sound////
++/AGAINST-2.6.17/1.1/Wed Jul 5 08:46:47 2006/-ko/
++/ChangeLog/1.366/Wed Jul 5 07:19:04 2006/-ko/
++/Makefile/1.102/Wed Jul 5 14:49:57 2006/-ko/
++/localversion-sh/1.1/Wed Jul 5 07:22:47 2006/-ko/
+diff -ruN linux-2.6.17-vanilla/CVS/Entries.Log linux-2.6.17/CVS/Entries.Log
+--- linux-2.6.17-vanilla/CVS/Entries.Log 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.17/CVS/Entries.Log 2006-07-05 14:57:19.000000000 +0000
+@@ -0,0 +1,6 @@
++A D/fs////
++A D/init////
++A D/kernel////
++R D/kernel////
++R D/init////
++R D/fs////
+diff -ruN linux-2.6.17-vanilla/CVS/Repository linux-2.6.17/CVS/Repository
+--- linux-2.6.17-vanilla/CVS/Repository 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.17/CVS/Repository 2006-07-05 14:57:19.000000000 +0000
+@@ -0,0 +1 @@
++linux
+diff -ruN linux-2.6.17-vanilla/CVS/Root linux-2.6.17/CVS/Root
+--- linux-2.6.17-vanilla/CVS/Root 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.17/CVS/Root 2006-07-05 14:57:19.000000000 +0000
+@@ -0,0 +1 @@
++:pserver:anonymous@linuxsh.cvs.sourceforge.net:/cvsroot/linuxsh
+diff -ruN linux-2.6.17-vanilla/ChangeLog linux-2.6.17/ChangeLog
+--- linux-2.6.17-vanilla/ChangeLog 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.17/ChangeLog 2006-07-05 14:57:19.000000000 +0000
+@@ -0,0 +1,19 @@
++2006-06-05 Adrian McMenamin <adrian@mcmen.demon.co.uk>
++
++ Dreamcast AICA driver tidy
++
++ * sound/sh/aica.c: code tidying of whitespace and returns
++ * sound/sh/Kconfig: tidying
++
++
++2006-06-04 Adrian McMenamin <adrian@mcmen.demon.co.uk>
++
++ Dreamcast AICA sound support added
++
++ * sound/Kconfig: Added here and updated to support ALSA SH devices
++ * sound/Makefile: Added here and updated to support ALSA SH devices
++ * sound/sh: New directory to hold ALSA files for SH devices
++ * sound/sh/aica.c: New file to add AICA sound support
++ * sound/sh/aica.h: Header to upport AICA sound
++ * sound/sh/Kconfig: New file to add AICA sound support
++ * sound/sh/Makefile: New file required to add AICA sound support
+diff -ruN linux-2.6.17-vanilla/ChangeLog-1999 linux-2.6.17/ChangeLog-1999
+--- linux-2.6.17-vanilla/ChangeLog-1999 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.17/ChangeLog-1999 2006-07-05 14:57:19.000000000 +0000
+@@ -0,0 +1,902 @@
++1999-12-23 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/sys_sh.c (do_mmap2, old_mmap, sys_mmap2): Follow
++ the change of 2.3.32.
++
++ * arch/sh/kernel/head.S (_start): Change the name of label from _stext.
++
++ * include/linux/linkage.h: Dont prepend "_" for label.
++ * arch/sh/vmlinux.lds.S: Likewise.
++ * include/asm-sh/system.h (switch_to): Likewise.
++
++ * include/asm-sh/stat.h: Follow the change of 2.3.34.
++
++ * arch/sh/kernel/entry.S: Added getrlimit, mmap2, truncate64,
++ ftruncate64, stat64, lstat64, and fstat64.
++ * include/asm-sh/unistd.h: Likewise.
++
++1999-12-22 John Hassey <hassey@gte.net>
++
++ * arch/sh/kernel/irq_onchip.c (init_IRQ): Initialize the interrupt
++ controller.
++
++1999-12-19 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/defconfig: Updated.
++ * arch/sh/config.in (CONFIG_SUPERH): Defined.
++ (CONFIG_CF_ENABLER): New config.
++
++ * arch/sh/kernel/irq_imask.c: New file.
++ * arch/sh/kernel/entry.S (restore_all): Inherit IMASK of SR.
++ * arch/sh/kernel/Makefile: Use CONFIG_CF_ENABLER.
++ * arch/sh/kernel/cf-enabler.c: New file.
++
++ * include/asm-sh/irq.h (TIMER_PRIORITY): Changed from 1.
++ The reason is for my board. Should consider later.
++
++1999-12-14 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/string.h (struct_cpy): Follow the changes of
++ 2.3.32.
++ * arch/sh/kernel/process.c (copy_thread): Use struct_cpy.
++
++1999-12-12 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/config.in: Added PCI support configuration.
++ * arch/sh/kernel/time.c (get_cpu_mhz): New function.
++
++1999-12-11 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/cache.h: Follow the change of 2.3.30.
++
++1999-12-09 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/irq.h (TIMER_IPR_OFFSET): Spell fixed.
++
++1999-12-07 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/pgtable.h: Updated for 2.3.30.
++ * include/asm-sh/pgtable-2level.h (set_pte, set_pmd, set_pgd): Added.
++ * include/asm-sh/page.h (__pte, __pmd, __pgd): Added.
++ * include/asm-sh/hardirq.h: Follow the change of 2.3.30.
++
++ * arch/sh/mm/init.c (__handle_bad_pmd, __handle_bad_pmd_kernel,
++ get_pte_kernel_slow, get_pte_slow): Use set_pmd.
++ * include/asm-sh/pgalloc.h (pte_alloc_kernel, pte_alloc): Ditto.
++
++1999-11-30 Toshiharu Nozawa <nozawat@hitachi-ul.co.jp>
++
++ * arch/sh/kernel/time.c (time_init): Implement better mesurement
++ using RTC interrupt.
++
++1999-11-28 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/setup.c (setup_arch): Updated for 2.3.30.
++ * include/asm-sh/io.h (IO_SPACE_LIMIT): Added for 2.3.30.
++ (inw_p, outw_p): Added.
++
++ * include/asm-sh/ide.h (ide_default_io_base): Changed for my board.
++ * include/asm-sh/hdreg.h (ide_ioreg_t): Changed to unsigend int.
++
++ * arch/sh/config.in: Added block device configuration.
++
++1999-11-26 Toshiharu Nozawa <nozawat@hitachi-ul.co.jp>
++
++ * drivers/char/sh-scif.c (sci_receive_chars): Add dummy read
++ before clearing flag.
++
++ * arch/sh/kernel/time.c (time_init): Implement better mesurement.
++
++1999-11-25 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/pgalloc.h: New file.
++ * include/asm-sh/pgalloc-2level.h: New file.
++ * arch/sh/kernel/pci-sh.c: New file.
++ * include/asm-sh/pci.h: New file.
++ * arch/sh/kernel/irq.c: Follow the changes of 2.3.29.
++ * arch/sh/mm/init.c, arch/sh/mm/fault.c, arch/sh/mm/ioremap.c:
++ Likewise.
++
++ * include/asm-sh/highmem.h: Removed.
++
++1999-11-23 Toshiharu Nozawa <nozawat@hitachi-ul.co.jp>
++
++ * arch/sh/kernel/time.c (time_init): Implement getting clock
++ (system clock and module clock) information.
++
++1999-11-18 NIIBE Yutaka <gniibe@m17n.org>
++
++ * drivers/char/{sh-scif.c,sh-sci.c}: Avoid race conditions.
++ Don't initialize the module if c_cflags is same.
++
++1999-11-17 Toshiharu Nozawa <nozawat@hitachi-ul.co.jp>
++
++ * drivers/char/sh-scif.c: Use ctrl_in, ctrl_out for SCSCR, SCSMR
++ and SCFCR. It's accessed as byte for SH-3.
++
++1999-11-16 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/io.h (ctrl_in, ctrl_out): New macro.
++
++1999-11-15 Sugioka Toshinobu <sugioka@itonet.co.jp>
++
++ * arch/sh/kernel/entry.S (system_call): Bug fix. Change
++ cmp/ge --> cmp/hs.
++
++1999-11-14 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/irq_onchip.c: Include <linux/config.h>.
++
++ * include/asm-sh/dma.h: Include <asm/io.h>.
++
++ * include/asm-sh/div64.h: New file.
++
++ * arch/sh/kernel/process.c (get_wchan): New function.
++
++ * arch/sh/mm/init.c (paging_init,mem_init,si_meminfo): Follow the
++ changes of 2.2.27.
++ * include/asm-sh/processor.h (KSTK_EIP, KSTK_ESP): Ditto.
++
++ * drivers/char/sh-scif.c: Incorporate changes of sh-sci.c,
++ to be real TTY support.
++
++1999-11-10 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/mm/cache.c (__flush_page_to_ram): Renamed from
++ flush_page_to_ram.
++
++ * include/asm-sh/dma.h (MAX_DMA_ADDRESS): Add __MEMORY_START.
++ * include/asm-sh/pgtable.h (page_pte_prot): Removed.
++ (__flush_page_to_ram): Renamed from flush_page_to_ram.
++ (flush_page_to_ram): New Macro.
++
++1999-11-10 YAEGASHI Takeshi <yaegashi@ma.kcom.ne.jp>
++
++ * include/asm-sh/pgtable.h (_PAGE_CHG_MASK, PAGE_NONE,
++ PAGE_SHARED, PAGE_COPY, PAGE_READONLY, PAGE_KERNEL,
++ PAGE_KERNEL_RO): Add _PAGE_CACHABLE.
++
++1999-11-06 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/mmu_context.h (set_asid): Don't change
++ the value of other part of PTEH.
++
++ * include/asm-sh/shmparam.h (SHMLBA): Incorporate the changes
++ of pre-2.3.26-2.
++
++1999-11-05 YAEGASHI Takeshi <yaegashi@ma.kcom.ne.jp>
++
++ * arch/sh/kernel/sys_sh.c (sys_mmap): Bug fix for arguments.
++
++1999-11-03 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/page.h (__pa,__va,MAP_NR): Changed not using
++ __PAGE_OFFSET.
++
++ * arch/sh/kernel/setup.c (parse_mem_cmdline): Followed the changes
++ of __pa and __va.
++
++ * include/asm-sh/pgtable-2level.h (SWP_ENTRY): Moved to pgtable.h.
++ * include/asm-sh/page.h (__pte,__pmd,__pgd): Removed.
++
++ Do we need getrlimit changes?
++
++1999-10-31 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/mm/fault.c (__flush_tlb_page): Bug fix. Set ASID before
++ doing the flush of TLB.
++
++ Cosmetic changes around SuperH MM.
++ * arch/sh/mm/fault.c (update_mmu_cache): Don't set PTEH register.
++
++ * arch/sh/kernel/process.c (copy_thread): Removed setting
++ p->mm->context. It's done in copy_mm.
++ * include/asm-sh/mmu_context.h (destroy_context): Don't
++ need to reset mm->context.
++
++1999-10-30 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/mm/fault.c: Handle TLB miss of vmalloc area.
++
++ * drivers/char/sh-sci.c: Include serialP.h, not include
++ serial_reg.h.
++ (sci_transmit_chars): Bug fix. Clear GS_TX_INTEN flag
++ when clearing TIE flag.
++
++1999-10-29 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/resource.h (INIT_RLIMITS): Follow the change
++ of 2.3.24.
++ * include/asm-sh/pgtable-2level.h (pgd_clear): Do nothing.
++ * arch/sh/kernel/setup.c (setup_arch): Follow the changes of
++ 2.3.24.
++
++ * include/asm-sh/uaccess.h (__strnlen_user): Minor fix.
++
++1999-10-28 YAEGASHI Takeshi <yaegashi@ma.kcom.ne.jp>
++
++ * arch/sh/lib/checksum.S: Bug fix. Change bf/s --> bt/s.
++
++1999-10-28 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/uaccess.h (__strnlen_user): Bug fix. Don't
++ fetch the memory over the boundary.
++ (strnlen_user): Bug fix. 'n ' could be large value when it's
++ used through strlen_user. Don't use access_ok with 'n'.
++
++1999-10-27 YAEGASHI Takeshi <yaegashi@ma.kcom.ne.jp>
++
++ * arch/sh/kernel/irq_onchip.c: Support extended on-chip I/O.
++ * include/asm-sh/irq.h (NR_IRQS): Ditto.
++
++ * include/asm-sh/io.h (outsb,outsw,outsl,insb,insw,insl): Added.
++
++ * drivers/char/sh-scif.c: Add SH-3 support.
++
++ * arch/sh/kernel/time.c (do_timer_interrupt): Increment the
++ register.
++
++ * arch/sh/kernel/entry.S (INTEVT): Use INTEVTE2 for SH7709.
++
++ * arch/sh/config.in: Introduce CONFIG_CPU_SUBTYPE.
++ Config added for Network device drivers.
++
++1999-10-27 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/string.h (memscan): Bug fix. Use memchr.
++
++ * include/asm-sh/bitops.h (ext2_set_bit and others): Little
++ endian support.
++
++ * arch/sh/kernel/head.S: Remove entry for MEMORY_END, followed
++ changes of setup.c. Reported by Jiu Zheng.
++
++1999-10-26 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/spinlock.h: This file is used only for SMP.
++ Reported by Manfred Spraul.
++
++1999-10-24 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/ioctls.h
++ (TCGETS,TCSETS,TCSETSW,TCSETSF,TIOCGLCKTRMIOS,TIOCSLCKTRMIOS): Use
++ Immediate 0x54XX value as struct termios is different between
++ kernel and glibc.
++
++ * arch/sh/kernel/entry.S (system_call): Add debug output to LED.
++
++ * drivers/char/sh-sci.c (sci_set_real_termios): Bug fix.
++ Enable receive interrupt, or we lose inputs.
++
++1999-10-23 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/pgtable.h (pte_pagenr): substract the offset
++ __MEMORY_START.
++ (mk_pte): add the offset __MEMORY_START.
++
++1999-10-22 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/setup.c (setup_arch): Follow the change of 2.3.23.
++ * arch/sh/mm/init.c (show_mem, pageing_init, mem_init, and bad
++ page handling): Follow the change of 2.3.23.
++ * include/asm-sh/highmem.h, include/asm-sh/pgtable-2level.h: New
++ headers.
++ * include/asm-sh/dma.h (MAX_DMA_ADDRESS): Defined.
++ * include/asm-sh/pgtable.h: Follow the changes of 2.3.23.
++ * drivers/char/{sh-scif.c,sh-sci.c} (serial_console_init):
++ Follow the interface change of 2.3.23.
++
++ * arch/sh/kernel/setup.c (MEMORY_END): Removed.
++
++1999-10-21 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/entry.S (restore_all, debug): Bug fix. Fix SSR
++ race condition (SSR could be modified by interrupts).
++
++1999-10-20 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/system.h (__sti,__cli,__save_and_cli): Relax the
++ register constraints.
++ (__save_and_cli): Improve a bit.
++
++1999-10-19 NIIBE Yutaka <gniibe@m17n.org>
++
++ * drivers/char/{sh-scif.c,sh-sci.c}: Bug fix. FLAGS is long
++ instead of short. Fix typo for cli (not cil).
++ Thanks to Alexei Minayev and Jiu Zheng.
++
++ * arch/sh/kernel/irq_onchip.c (disable_onChip_irq,
++ enable_onChip_irq): Protect critical regions.
++
++1999-10-17 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/string.h (__HAVE_ARCH_MEMCHR): Defined.
++ * arch/sh/lib/memchr.S: New file.
++
++ * include/asm-sh/spinlock.h: Merged with Kaz'.
++
++ * arch/sh/kernel/setup.c (setup_arch): Set command_line.
++
++ * arch/sh/kernel/entry.S (exception_handling_table): Set
++ 'none' for entry #0, to avoid spurious interrupt. Questionable.
++
++1999-10-16 NIIBE Yutaka <gniibe@m17n.org>
++
++ * drivers/char/{sh-scif.c,sh-sci.c}: Protect critical regions.
++ Bug fix for sci_chars_in_buffer (it's for *transmit* not receive).
++
++1999-10-15 Tetsuya Okada <okayan@c-creators.co.jp>
++
++ * arch/sh/config.in, arch/sh/kernel/time.c (set_rtc_time):
++ Implemented.
++
++1999-10-14 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/entry.S (system_call): Bug fix of the case
++ with arguments on the stack.
++
++1999-10-12 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/uaccess.h (__strnlen_user,strnlen_user): Changed
++ from {__,}strlen_user.
++
++ * arch/sh/kernel/entry.S (sys_call_table): sys_mmap.
++ * arch/sh/kernel/sys_sh.c (sys_mmap): Implemented.
++
++1999-10-11 NIIBE Yutaka <gniibe@m17n.org>
++
++ * drivers/char/{sh-scif.c,sh-sci.c} (gdb_detach):
++ Conditionalize the interaction with the value of in_gdb.
++
++ * arch/sh/mm/init.c (paging_init): Initialize asid.
++
++ * arch/sh/kernel/irq_onchip.c (no_irq_type): Moved to irq.c.
++
++ * include/asm-sh/checksum.h (ip_fast_csum): cmp/eq works only
++ for register "r0".
++ Thanks to Mikhail Sogrine <sogrine@Informatik.Uni-Tuebingen.De>
++ and Tetsuya Okada <okayan@c-creators.co.jp>
++
++1999-10-10 Tetsuya Okada <okayan@c-creators.co.jp>
++
++ * arch/sh/kernel/time.c (get_rtc_time): Implemented for on chip
++ RTC.
++
++1999-10-09 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/entry.S (none): Do nothing for NMI.
++
++ * drivers/char/sh-scif.c (sci_transmit_chars,sci_receive_chars):
++ Bug fix for counting room.
++
++1999-10-06 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/{signal.h,socket.h,termbits.h,termios.h,types.h}:
++ Updated.
++
++ * include/asm-sh/smplock.h: Merge Kaz's. And rename it from
++ smp_lock.h.
++
++1999-10-05 Sugioka Toshinobu <sugioka@itonet.co.jp>
++
++ * arch/sh/mm/init.c: Initialized to MMU_CONTEXT_FIRST_VERSION.
++
++1999-10-05 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/vmlinux.lds.S: New section ".empty_zero_page".
++
++ * drivers/char/sh-scif.c (gdb_detach): Change trap #.
++ (SCSCR_INIT): New macro.
++ (SCI_IRP_OFFSET): Bug fix.
++
++ * arch/sh/kernel/entry.S (fixup_syscall_argerr): Implemented.
++
++ * include/asm-sh/uaccess.h: Use .balign.
++
++1999-10-04 NIIBE Yutaka <gniibe@m17n.org>
++
++ * drivers/char/sh-sci.c: Implement TTY.
++
++ * drivers/char/sh-scif.c (sci_enable_tx_interrupts): Handle
++ interrupt request flag correctly.
++ (sci_interrupt): Call sci_enable_tx_interrupts.
++
++1999-10-03 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/irq_onchip.c
++ (enable_onChip_irq,disable_onChip_irq): Fixed the address
++ calculation.
++
++1999-10-02 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/ioctls.h (TIOCMBIS,TIOCMBIC,TIOCMSET): Fixed the
++ typo of type.
++
++ * arch/sh/kernel/entry.S (handle_exception): Fixed the entry
++ position.
++
++ * drivers/char/sh-scif.c: Implement serial TTY.
++
++1999-10-01 Tetsuya Okada <okayan@c-creators.co.jp>
++
++ * drivers/char/sh-scif.c: Conditionalize with
++ CONFIG_DEBUG_KERNEL_WITH_GDB_STUB.
++
++1999-09-28 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/config.in(CONFIG_MEMORY_END): Removed.
++
++ * arch/sh/vmlinux.lds.S (section .data.disk_image): Removed.
++
++ * arch/sh/kernel/test-img.c: Removed.
++ * arch/sh/kernel/Makefile(O_OBJS): Remove test-img.o.
++
++ * arch/sh/kernel/signal.c (setup_frame,setup_rt_frame): Bug fix
++ for little endian machine.
++
++ * arch/sh/lib/memcpy.S: Bug fix: CONFIG_LITTLE_ENDIAN -->
++ __LITTLE_ENDIAN__.
++
++1999-09-24 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/defconfig: Updated.
++
++ * arch/sh/kernel/head.S: Assumes arguments come with register R4&R5.
++ * arch/sh/kernel/setup.c (setup_arch): Introduce new boot interface
++ "BabeFace".
++
++ * include/asm-sh/bugs.h (check_bugs): Set loops_per_sec, and display
++ CPU type.
++
++ * include/asm-sh/processor.h: New enumeration for CPU type.
++
++ * arch/sh/mm/cache.c (detect_cpu_and_cache_system): New function.
++
++ * arch/sh/config.in: Follow the change of the name of sh-sci.c and
++ sh-scif.c.
++
++ * driver/char/{sh-sci.c,sh-scif.c}: Renamed since they're
++ almost same between SH-3 and SH-4.
++ Thanks to Mikhail Sogrine <sogrine@Informatik.Uni-Tuebingen.De>.
++
++1999-09-23 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/entry.S, include/asm-sh/ptrace.h: Stack layout change.
++ (error): Bug fix.
++
++ * arch/sh/kernel/signal.c, arch/sh/kernel/process.c: Follow the
++ interface change of ptrace.h.
++
++ * include/asm-sh/ptrace.h: Rename the member u_regs to regs.
++ Introduce new member "sp".
++
++ * include/asm-sh/sigcontext.h(struct sigcntext): Rename the members.
++
++ * include/asm-sh/elf.h (ELF_PLAT_INIT): Taken from Kaz'
++ Implementation. Don't know if it's really needed or not.
++
++1999-09-22 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/head.S: Set SR register.
++
++ * arch/sh/mm/cache.c (flush_icache_range): Bug fix. Tag address
++ for IC Address Array is virtual address, not physical.
++ (flush_cache_range): Likewise.
++ (cache_flush_area): Likewise.
++ (follow_page): Removed.
++
++1999-09-21 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/process.c (show_regs): Format change a bit.
++
++ * include/asm-sh/delay.h (__delay,__udelay): Kaz' Implementatin.
++
++ * arch/sh/lib/memmove.S: Don't include <linux/config.h>, use
++ __LITTLE_ENDIAN__ instead.
++ * arch/sh/lib/memcpy.S: Likewise.
++ * arch/sh/kernel/signal.c: Likewise.
++ * include/asm-sh/elf.h: Likewise.
++ * include/asm-sh/byteorder.h: Likewise.
++ * include/asm-sh/checksum.h: Likewise.
++ (csum_tcpudp_nofold,csum_ipv6_magic): Improve a bit. (Don't branch)
++ (ip_fast_csum,csum_fold): Merge Kaz' Implementation.
++
++1999-09-20 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/{atomic.h,bitops.h}: Use save_and_cli.
++
++1999-09-19 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/entry.S (ret_from_irq): Just return when
++ interrupted from kernel space.
++
++ * arch/sh/kernel/irq.c (do_IRQ): set syscall_nr = -1.
++
++ * arch/sh/mm/fault.c (update_mmu_cache): Flush icache when needed.
++
++ * arch/sh/kernel/process.c (show_regs): Display TEA value.
++ * arch/sh/kernel/traps.c (show_registers): Removed.
++
++1999-09-18 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/entry.S (system_call): Bug fix: TRA contains
++ the value = imm x 4.
++
++ * arch/sh/mm/init.c (paging_init): Use ctrl_outl.
++
++ * arch/sh/config.in (CONFIG_MEMORY_END): New config variable.
++
++ * arch/sh/kernel/{entry.S,head.S,irq_onchip.c,setup.c,time.c},
++ arch/sh/mm/{cache.c,fault.c}: Use __sh3__ and __SH4__ to
++ distinguish CPU.
++
++ * include/asm-sh/addrspace.h, include/asm-sh/cache.h,
++ include/asm-sh/elf.h, include/asm-sh/mmu_context.h,
++ include/asm-sh/pgtable.h: Likewise.
++
++ * arch/sh/Makefile (AFLAGS): Add processor specific flag.
++
++ * arch/sh/kernel/head.S: Merge Kaz' implementation of SH-4 FPU
++ initialization.
++
++ * arch/sh/kernel/time.c: SH-4 Support.
++
++ * drivers/char/sh4scif.c: New file.
++
++ * include/asm-sh/io.h (ctrl_in{b,w,l},ctrl_out{b,w,l}): New
++ Interfaces for memory mapped control register access.
++
++1999-09-17 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/mm/fault.c (__flush_tlb_page): SH-4 Support.
++
++ * arch/sh/kernel/signal.c (setup_frame, setup_rt_frame):
++ Add flush_icache_range.
++
++ * arch/sh/mm/cache.c: SH-4 Support.
++
++1999-09-15 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/mmu_context.h (MMU_TTB): Change for SH-4.
++ * arch/sh/kernel/entry.S (MMU_TEA): Change for SH-4.
++
++ * arch/sh/Makefile (LIBS): Nuke the 'gniibe' dependency.
++ Suggested by Mikhail Sogrine <sogrine@Informatik.Uni-Tuebingen.De>.
++
++1999-09-13 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/traps.c, include/asm-sh/semaphore.h,
++ include/asm-sh/spinlock.h: Updated to 2.3.18.
++
++ * arch/sh/Makefile (HOSTCC): Removed.
++ Suggested by Mikhail Sogrine <sogrine@Informatik.Uni-Tuebingen.De>.
++
++1999-09-12 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/entry.S: Add SH-4 Support.
++
++1999-09-09 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/hardirq.h (synchronize_irq): barrier.
++
++1999-09-08 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/delay.h (__delay): Fixed.
++
++ * include/asm-sh/checksum.h (csum_tcpudp_nofold): Support both
++ endianess.
++
++ * include/asm-sh/bugs.h, arch/sh/mm/fault.c,
++ arch/sh/kernel/traps.c, arch/sh/kernel/time.c,
++ arch/sh/kernel/ptrace.c, arch/sh/kernel/irq_onchip.c:
++ Update to 2.3.17.
++
++1999-09-07 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/atomic.h (__atomic_fool_gcc): Add "volatile".
++
++ SH4 Merge. Phase #1.
++ * include/asm-sh/io.h,arch/sh/Makefile: Merged.
++
++ * include/asm-sh/addrspace.h: Replaced to Kaz's Implementation.
++
++ * arch/sh/kernel/process.c (dump_thread,dump_fpu): Use Kaz's
++ Implementation.
++ (copy_thread,flush_thread,exit_thread): Merged.
++ (last_task_used_math): New Variable.
++
++1999-09-06 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/mm/cache.c (cache_flush_all): Rename from
++ __fluch_cache_all, to distinguish the cache-flush-function for TLB
++ handling. This is the mere function to flush cache, with no
++ relation to TLB handling.
++ (cache_flush_area,cache_purge_area,cache_wback_area): Implemented,
++ not works as expected on SH7708S, though.
++
++ * include/asm-sh/cache.h
++ (cache_flush_area,cache_purge_areacache_wback_area):
++ Add declarations.
++
++ * include/asm-sh/io.h (dma_cache_inv,dma_cache_wback,
++ dma_cache_wback_inv): Define appropriate functions.
++
++1999-09-05 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/checksum.h (ip_fast_csum): Fix bug.
++
++ * arch/sh/kernel/head.S: Call cache_init.
++
++ * arch/sh/mm/cache.c: New file.
++
++ * arch/sh/vmlinux.lds.S: Include <linux/config.h>.
++ * arch/sh/Makefile: Don't use -imacros.
++
++ * arch/sh/lib/memmove.S: New Implementation.
++ * arch/sh/lib/wordcopy.S: Removed.
++
++1999-09-04 Toshi Morita <tm2@best.com>
++
++ * include/asm-sh/unistd.h (_syscall0,1,2,3,4): Add "memory" clobber.
++
++1999-09-04 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/system.h (switch_to): Save/restore GBR, so that
++ driver can use GBR. Suggested by Toshi Morita <tm2@best.com>.
++
++ * include/asm-sh/{hdreg.h,ide.h}: New file (Updated to 2.3.16).
++ * arch/sh/kernel/irq.c (free_irq): Update to 2.3.16 (of i386
++ version).
++ * include/asm-sh/uaccess.h (__range_ok: SIZE): Coerce to interger.
++ * include/asm-sh/system.h (__xchg): Add volatile qualifier for PTR.
++
++ * include/asm-sh/bugs.h (check_bugs): Use __init instead of
++ __initfunc.
++
++ * arch/sh/lib/memcpy.S: New implementation.
++ * arch/sh/lib/memset.S: New implementation.
++
++1999-09-03 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/kernel/sys_sh.c (sys_oldmmap, sys_oldselect,
++ sys_olduname): Removed.
++
++ * arch/sh/kernel/head.S: Implement SH4 cache initialization.
++ When clearing BSS, utilize predecrement feature of SuperH.
++
++1999-09-03 John Hassey <hassey@gte.net>
++
++ * arch/sh/kernel/head.S (CACHE_INIT): Fix to appropriate value 0xd.
++
++1999-09-02 NIIBE Yutaka <gniibe@m17n.org>
++
++ * arch/sh/Makefile (archmrproper): Delete vmlinux.lds on "mrproper".
++
++1999-09-01 NIIBE Yutaka <gniibe@m17n.org>
++
++ * include/asm-sh/checksum.h, arch/sh/lib/checksum.S:
++ Implemented with the interface of i386 version.
++ * arch/sh/lib/csum_partial_copy.c, arch/sh/lib/checksum.c: Removed.
++
++1999-08-29 NIIBE Yutaka <gniibe@m17n.org>
++