From ryuz ¡÷ users.sourceforge.jp Tue Apr 5 00:00:58 2011 From: ryuz ¡÷ users.sourceforge.jp (ryuz ¡÷ users.sourceforge.jp) Date: Tue, 05 Apr 2011 00:00:58 +0900 Subject: [Hos-git] [SCM] hos-v4a (hos) branch, master, updated. e4178722750d7e04ded69058b1756de032810d80 Message-ID: <1301929258.688528.17915.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "hos-v4a" repository containing the "hos" project. The branch, master has been updated via e4178722750d7e04ded69058b1756de032810d80 (commit) from 3b0f5a1de80bcf5c7f22bf0edeffa22bf4336b4a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4178722750d7e04ded69058b1756de032810d80 Author: ryuz Date: Tue Apr 5 00:00:48 2011 +0900 modify Cortex-M0 ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + aplfw/build/h8/h8300ha/ch38/Makefile | 61 +++++++++++----- aplfw/build/sh/sh2/gcc/Makefile | 2 +- aplfw/sample/sh/cq7144a/gcc/Makefile | 91 +++++++++++++----------- cfgrtr/source/apidef.cpp | 14 ++-- cfgrtr/source/crealm.cpp | 8 +- cfgrtr/source/crecyc.cpp | 26 ++++--- cfgrtr/source/credtq.cpp | 44 ++++++----- cfgrtr/source/creflg.cpp | 30 +++++---- cfgrtr/source/crembf.cpp | 24 ++++--- cfgrtr/source/crembx.cpp | 32 +++++---- cfgrtr/source/crempf.cpp | 40 ++++++----- cfgrtr/source/cremtx.cpp | 57 +++++++++++---- cfgrtr/source/cresem.cpp | 50 +++++++------ cfgrtr/source/cretsk.cpp | 58 ++++++++------- cfgrtr/source/definh.cpp | 4 +- cfgrtr/source/h4acfg.cpp | 6 +- kernel/include/arch/proc/arm/arm_v6m/procatr.h | 4 +- kernel/include/arch/proc/arm/arm_v7m/procatr.h | 2 +- sample/arm/lpc1114/gcc/Makefile | 10 +-- sample/arm/lpc1114/gcc/link.lds | 4 +- sample/arm/lpc1114/ostimer.c | 2 +- sample/arm/lpc1114/system.cfg | 14 ++-- 23 files changed, 337 insertions(+), 247 deletions(-) hooks/post-receive -- hos-v4a (hos) From ryuz ¡÷ users.sourceforge.jp Tue Apr 5 21:51:56 2011 From: ryuz ¡÷ users.sourceforge.jp (ryuz ¡÷ users.sourceforge.jp) Date: Tue, 05 Apr 2011 21:51:56 +0900 Subject: [Hos-git] [SCM] hos-v4a (hos) branch, master, updated. 148c081b57716cc4ce564bf1d169224a380e0b6c Message-ID: <1302007916.580001.32578.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "hos-v4a" repository containing the "hos" project. The branch, master has been updated via 148c081b57716cc4ce564bf1d169224a380e0b6c (commit) from e4178722750d7e04ded69058b1756de032810d80 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 148c081b57716cc4ce564bf1d169224a380e0b6c Author: ryuz Date: Tue Apr 5 21:51:43 2011 +0900 add MicroBlaze ----------------------------------------------------------------------- Summary of changes: kernel/build/mb/mb_v8/gcc/Makefile | 4 +- kernel/source/arch/proc/mb/mb_v8/gcc/kdis_int.S | 5 +- kernel/source/arch/proc/mb/mb_v8/gcc/kena_int.S | 5 +- sample/mb/mb_v8/gcc/Makefile | 11 ++-- sample/{arm/lpc2000 => mb/mb_v8}/gcc/crt0.S | 77 ++++++++------------ .../sh7144/gcc/ram.lds => mb/mb_v8/gcc/link.lds} | 14 ++-- 6 files changed, 54 insertions(+), 62 deletions(-) copy sample/{arm/lpc2000 => mb/mb_v8}/gcc/crt0.S (56%) mode change 100755 => 100644 copy sample/{sh/sh7144/gcc/ram.lds => mb/mb_v8/gcc/link.lds} (71%) mode change 100755 => 100644 hooks/post-receive -- hos-v4a (hos) From ryuz ¡÷ users.sourceforge.jp Wed Apr 6 00:14:12 2011 From: ryuz ¡÷ users.sourceforge.jp (ryuz ¡÷ users.sourceforge.jp) Date: Wed, 06 Apr 2011 00:14:12 +0900 Subject: [Hos-git] [SCM] hos-v4a (hos) branch, master, updated. a5bded78f458324c76f82d36dcc0d2c262371830 Message-ID: <1302016452.520650.1277.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "hos-v4a" repository containing the "hos" project. The branch, master has been updated via a5bded78f458324c76f82d36dcc0d2c262371830 (commit) via 334b480e8ef556c2c4c3a4aab190d4ccd5c25955 (commit) from 148c081b57716cc4ce564bf1d169224a380e0b6c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a5bded78f458324c76f82d36dcc0d2c262371830 Author: ryuz Date: Wed Apr 6 00:13:30 2011 +0900 modify linker scripts commit 334b480e8ef556c2c4c3a4aab190d4ccd5c25955 Author: ryuz Date: Tue Apr 5 23:45:30 2011 +0900 modify MicroBlaze ----------------------------------------------------------------------- Summary of changes: aplfw/sample/arm/utb_arm7at91/gcc/link.lds | 12 +++--- aplfw/sample/mips/jelly/gcc/ram.lds | 12 +++--- aplfw/sample/mips/jelly/gcc/rom.lds | 12 +++--- aplfw/sample/mn103/mn103sfa5k/gcc/link.lds | 12 +++--- aplfw/sample/sh/cq7144a/gcc/link_ext.lds | 12 +++--- aplfw/sample/sh/cq7144a/gcc/link_rom.lds | 12 +++--- kernel/build/common/gmake/knlsrc.inc | 2 + kernel/build/mb/mb_v8/gcc/Makefile | 2 + kernel/include/arch/irc/mb/axi_intc/ircatr.h | 2 +- .../proc/mb/mb_v8/gcc/{kwai_int.S => kbrk_hdr.S} | 13 +++--- .../proc/mb/mb_v8/gcc/{kwai_int.S => khwe_hdr.S} | 13 +++--- .../mb/mb_v8/val_int.c => object/sys/exe_exc.c} | 13 ++++-- sample/arm/aduc7000/gcc/link.lds | 12 +++--- sample/arm/lpc2000/gcc/link.lds | 12 +++--- sample/arm/lpc2000/gcc/linkext.lds | 12 +++--- sample/mb/mb_v8/gcc/Makefile | 1 + sample/mb/mb_v8/gcc/crt0.S | 4 +- .../arm/ez_arm7 => sample/mb/mb_v8}/gcc/vectors.S | 43 +++++--------------- sample/mips/jelly/gcc/ram.lds | 12 +++--- 19 files changed, 98 insertions(+), 115 deletions(-) copy kernel/source/arch/proc/mb/mb_v8/gcc/{kwai_int.S => kbrk_hdr.S} (74%) copy kernel/source/arch/proc/mb/mb_v8/gcc/{kwai_int.S => khwe_hdr.S} (74%) copy kernel/source/{arch/proc/mb/mb_v8/val_int.c => object/sys/exe_exc.c} (52%) copy {aplfw/sample/arm/ez_arm7 => sample/mb/mb_v8}/gcc/vectors.S (53%) mode change 100755 => 100644 hooks/post-receive -- hos-v4a (hos) From ryuz ¡÷ users.sourceforge.jp Tue Apr 26 23:00:04 2011 From: ryuz ¡÷ users.sourceforge.jp (ryuz ¡÷ users.sourceforge.jp) Date: Tue, 26 Apr 2011 23:00:04 +0900 Subject: [Hos-git] [SCM] hos-v4a (hos) branch, master, updated. c89afa84b78fb3a045eedd47dddfe136c5a0d17e Message-ID: <1303826404.448479.32248.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "hos-v4a" repository containing the "hos" project. The branch, master has been updated via c89afa84b78fb3a045eedd47dddfe136c5a0d17e (commit) via 0b6a7281ce263c70f2ffbe82a8e34280abc9e763 (commit) from a5bded78f458324c76f82d36dcc0d2c262371830 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c89afa84b78fb3a045eedd47dddfe136c5a0d17e Author: ryuz Date: Tue Apr 26 22:59:49 2011 +0900 debug microblaze crt0.S commit 0b6a7281ce263c70f2ffbe82a8e34280abc9e763 Author: ryuz Date: Tue Apr 26 22:59:25 2011 +0900 debug mtx ----------------------------------------------------------------------- Summary of changes: aplfw/system/sysapi/sysapi_local.h | 3 ++- kernel/source/object/mtx/loc_mtx.c | 6 +++--- kernel/source/object/mtx/tloc_mtx.c | 6 +++--- kernel/source/object/mtx/unl_mtx.c | 7 ++----- sample/mb/mb_v8/gcc/crt0.S | 4 ++-- 5 files changed, 12 insertions(+), 14 deletions(-) hooks/post-receive -- hos-v4a (hos) From ryuz ¡÷ users.sourceforge.jp Thu Apr 28 23:04:47 2011 From: ryuz ¡÷ users.sourceforge.jp (ryuz ¡÷ users.sourceforge.jp) Date: Thu, 28 Apr 2011 23:04:47 +0900 Subject: [Hos-git] [SCM] hos-v4a (hos) branch, master, updated. 0b3554187d9277b42e60073ad834149e374fdd2f Message-ID: <1303999487.786508.12734.nullmailer@users.sourceforge.jp> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "hos-v4a" repository containing the "hos" project. The branch, master has been updated via 0b3554187d9277b42e60073ad834149e374fdd2f (commit) from c89afa84b78fb3a045eedd47dddfe136c5a0d17e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b3554187d9277b42e60073ad834149e374fdd2f Author: ryuz Date: Thu Apr 28 23:04:26 2011 +0900 debug MicroBlaze ----------------------------------------------------------------------- Summary of changes: kernel/build/mb/mb_v8/gcc/Makefile | 1 + .../arch/irc/mb/axi_intc/{dis_int.c => vclr_int.c} | 9 +-- kernel/source/arch/proc/mb/mb_v8/gcc/kcre_ctx.S | 6 +- kernel/source/arch/proc/mb/mb_v8/gcc/kint_hdr.S | 62 +++++++++++--------- kernel/source/object/inh/exe_inh.c | 4 + kernel/source/object/isr/exe_isr.c | 5 ++ sample/mb/mb_v8/gcc/vectors.S | 14 +++-- sample/mb/mb_v8/ostimer.c | 19 +++++- sample/mb/mb_v8/system.cfg | 18 +++--- sample/mb/mb_v8/uart.c | 10 +++ 10 files changed, 95 insertions(+), 53 deletions(-) copy kernel/source/arch/irc/mb/axi_intc/{dis_int.c => vclr_int.c} (72%) hooks/post-receive -- hos-v4a (hos)