CH EM_H8_300
#if defined(__H8300H__)
-#define ELF_FLAGS 0x81
+#define ELF_CORE_FLAGS 0x81
#endif
#if defined(__H8300S__)
-#define ELF_FLAGS 0x82
+#define ELF_CORE_FLAGS 0x82
#endif
#define ELF_PLAT_INIT(_r) _r->er1 = 0
--
Yoshinori Sato
<[EMAI
Sorry.
I forget Signed-off.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
At Sat, 16 Feb 2008 01:12:58 -0500,
Yoshinori Sato wrote:
>
> typo fix.
>
> arch/h8300/kernel/signal.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/a
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
At Sat, 16 Feb 2008 01:13:37 -0500,
Yoshinori Sato wrote:
>
> initrd setting fix.
>
> arch/h8300/kernel/setup.c |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/arch/h8300/kernel/
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
At Sat, 16 Feb 2008 01:13:58 -0500,
Yoshinori Sato wrote:
>
> - add missing file and declare.
> - remove unused file and macros.
> - some cleanup.
>
> arch/h8300/kernel/irq.c |4 +-
> arch/h8300/plat
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
At Sat, 16 Feb 2008 01:13:47 -0500,
Yoshinori Sato wrote:
>
> Please comment "C_SYMBOL_PREFIX".
>
> Makefile |3 ++-
> arch/h8300/Kconfig |4
> 2 files changed, 6 insertions(+), 1 deletio
+ (__NR_sigreturn & 0xff),
(unsigned long *)(frame->retcode + 0));
err |= __put_user(0x5700, (unsigned short *)(frame->retcode +
4));
}
--
1.5.4.1
--
Yoshinori Sato
<[EMAIL PROTECTED]>
--
To unsubscribe from this list: sen
g *)
memory_start)[2]);
#endif
--
1.5.4.1
--
Yoshinori Sato
<[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please r
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
At Sat, 16 Feb 2008 01:13:27 -0500,
Yoshinori Sato wrote:
>
> get_user const *ptr access fix.
>
> include/asm-h8300/uaccess.h |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/in
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
At Sat, 16 Feb 2008 01:14:03 -0500,
Yoshinori Sato wrote:
>
> defconfig update.
> This update is depend CONFIG_KALLSYMS fix.
>
> arch/h8300/defconfig | 263 ++---
> 1 files
) = (typeof(*(ptr)))__gu_val;\
__gu_err; \
})
#define __get_user(x, ptr) get_user(x, ptr)
--
1.5.4.1
--
Yoshinori Sato
<[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line "unsubscribe linux-ker
CONFIG_ZLIB_INFLATE=y
+CONFIG_HAS_IOMEM=y
--
1.5.4.1
--
Yoshinori Sato
<[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
ptrace_h8300h.o
+obj-y := irq.o ptrace_h8300h.o
diff --git a/arch/h8300/platform/h8300h/irq.c b/arch/h8300/platform/h8300h/irq.c
new file mode 100644
index 000..e977345
--- /dev/null
+++ b/arch/h8300/platform/h8300h/irq.c
@@ -0,0 +1,82 @@
+/*
+ * Interrupt handling H8/300H depend.
+ * Yoshinori Sato
@@ -87,6 +87,10 @@ config HZ
int
default 100
+config C_SYMBOL_PREFIX
+ bool
+ default y
+
source "init/Kconfig"
source "arch/h8300/Kconfig.cpu"
--
1.5.4.1
--
Yoshinori Sato
<[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line
I will fix my tree.
Thanks.
> Signed-off-by: Geert Uytterhoeven
Acked-by: Yoshinori Sato
> ---
> arch/h8300/include/asm/tlb.h | 15 ---
> 1 files changed, 0 insertions(+), 15 deletions(-)
>
> diff --git a/arch/h8300/include/asm/tlb.h b/arch/h8300/include/a
At Fri, 15 Feb 2008 22:29:49 -0800,
Andrew Morton wrote:
>
> On Sat, 16 Feb 2008 01:13:37 -0500 Yoshinori Sato <[EMAIL PROTECTED]> wrote:
>
> > initrd setting fix.
> >
> > arch/h8300/kernel/setup.c |5 +++--
> > 1 files changed, 3 insertions(+), 2
This file require sh-sci
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
include/asm-h8300/sci.h | 34 ++
1 files changed, 34 insertions(+), 0 deletions(-)
create mode 100644 include/asm-h8300/sci.h
diff --git a/include/asm-h8300/sci.h b/include/asm
At Sat, 16 Feb 2008 20:55:02 -0800,
Andrew Morton wrote:
>
> On Sat, 16 Feb 2008 23:39:09 -0500 Yoshinori Sato <[EMAIL PROTECTED]> wrote:
>
> > At Fri, 15 Feb 2008 22:29:49 -0800,
> > Andrew Morton wrote:
> > >
> > > On Sat, 16 Feb 2008 01
- page.h: fix build error
- unistd.h: _syscall macro cleanup.
plase apply.
--
Yoshinori Sato
<[EMAIL PROTECTED]>
--- 1.3/include/asm-h8300/page.h2005-01-31 15:20:53 +09:00
+++ edited/include/asm-h8300/page.h 2005-04-01 23:41:26 +09:00
@@ -79,7 +79,7 @@
#ifndef __ASSE
kallsyms does not consider SYMBOL_PREFIX of C.
Consequently do not work in architecture using prefix character (h8300, v850)
really.
Because I can want to use this, I made a patch.
Please comment.
--
Yoshinori Sato
<[EMAIL PROTECTED]>
= scripts/kallsyms.c 1.16 vs edited =
--
At Tue, 12 Apr 2005 12:43:34 +0100,
Paulo Marques wrote:
>
> Yoshinori Sato wrote:
> > kallsyms does not consider SYMBOL_PREFIX of C.
> > Consequently do not work in architecture using prefix character (h8300,
> > v850) really.
> >
> > Because I can want to
e," Lao Er said.
>Pearl S. Buck - Dragon Seed
--
Yoshinori Sato
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Argument addition of security_file_mmap.
- Because in_gate_area_no_task undefined with CONFIG_KALLSYM=y, add it.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
= mm/nommu.c 1.32 vs edited =
--- 1.32/mm/nommu.c 2005-03-10 00:12:40 +09:00
+++ edited/mm/nommu.c 2005-03-28
o include/asm-h8300/mmu.h:
Changeset 1.2053 support
o mm/nommu.c:
add __vm_enough_memory
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff -Nru a/include/asm-h8300/mmu.h b/include/asm-h8300/mmu.h
--- a/include/asm-h8300/mmu.h 2005-01-16 06:03:02 -08:00
+++ b/include/asm-h8300
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff -Nru a/arch/h8300/defconfig b/arch/h8300/defconfig
--- a/arch/h8300/defconfig 2005-01-16 06:03:32 -08:00
+++ b/arch/h8300/defconfig 2005-01-16 06:03:32 -08:00
@@ -1,5 +1,7 @@
#
# Automatically generated make config: don&
o update argument type
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
= include/asm-h8300/bitops.h 1.10 vs edited =
--- 1.10/include/asm-h8300/bitops.h 2004-11-12 16:38:42 +09:00
+++ edited/include/asm-h8300/bitops.h 2005-01-20 23:14:39 +09:00
@@ -196,7 +196,7 @@
Fix build error when .config does not exist
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
= arch/h8300/Makefile 1.7 vs edited =
--- 1.7/arch/h8300/Makefile 2004-05-15 11:00:17 +09:00
+++ edited/arch/h8300/Makefile 2005-01-20 23:09:33 +09:00
@@ -7,9 +7,6 @@
#
# (C) Cop
Build error fix.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/kernel/process.c b/arch/h8300/kernel/process.c
index e061b63..dfbe7ab 100644
--- a/arch/h8300/kernel/process.c
+++ b/arch/h8300/kernel/process.c
@@ -37,6 +37,7 @@
#include
#include
#include
+#i
Can't analyze FIS directory in CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
really.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/drivers/mtd/redboot.c b/drivers/mtd/redboot.c
index 5b58523..0204cb9 100644
--- a/drivers/mtd/redboot.c
+++ b/drivers/mtd/redboot.c
@@ -1
At Tue, 12 Jun 2007 23:05:45 -0700 (PDT),
David Miller wrote:
>
> From: Yoshinori Sato <[EMAIL PROTECTED]>
> Date: Wed, 13 Jun 2007 14:59:16 +0900
>
> > At Tue, 12 Jun 2007 01:08:55 -0700 (PDT),
> > David Miller wrote:
> >
> > > 2) It is muc
Because the page which SLOB allocator got does not have PG_slab,
I put back the result that kobjsize made a mistake in.
allocateしたページにPG_slabを付ける必要があるのでは無いでしょうか。
I need to add PG_slab to the allocate page, and will not there be it?
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff -
At Fri, 22 Jun 2007 09:56:35 -0500,
Matt Mackall wrote:
>
> On Fri, Jun 22, 2007 at 05:08:07PM +0900, Yoshinori Sato wrote:
> > Because the page which SLOB allocator got does not have PG_slab,
>
> This is for a NOMMU system?
Yes.
> You're using an old kernel with an
It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y.
In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/net/Kconfig b/net/Kconfig
index f3de729..2e9a885 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -34,6 +34,7 @@
At Tue, 12 Jun 2007 01:08:55 -0700 (PDT),
David Miller wrote:
>
> From: Yoshinori Sato <[EMAIL PROTECTED]>
> Date: Tue, 12 Jun 2007 16:38:55 +0900
>
> > It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y.
> > In case of CONFIG_INET=y it should become CONFIG_SYS
arch/h8300/kernel/ints.c is unused.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/kernel/ints.c b/arch/h8300/kernel/ints.c
deleted file mode 100644
index 3e4f479..000
--- a/arch/h8300/kernel/ints.c
+++ /dev/null
@@ -1,256 +0,0 @@
-/*
- * linux/arch/h8300/
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile
index ccc1a7f..874f6ae 100644
--- a/arch/h8300/kernel/Makefile
+++ b/arch/h8300/kernel/Makefile
@@ -6,6 +6,7 @@ extra-y := vmlinux.lds
obj-y := process.o traps.o pt
Maintained
UCLINUX FOR NEC V850
P: Miles Bader
-UCLINUX FOR RENESAS H8/300
+UCLINUX FOR RENESAS H8/300 (h8300)
P: Yoshinori Sato
M: [EMAIL PROTECTED]
W: http://uclinux-h8.sourceforge.jp/
> rday
> --
> =
- warning fix.
- call trace area check fix.
- There is no meaning, ' & ' it deletes
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/kernel/sys_h8300.c b/arch/h8300/kernel/sys_h8300.c
index 302a2df..de7688c 100644
--- a/arch/h8300/kernel/sys_h830
add atomic_sub_and_test define.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/include/asm-h8300/atomic.h b/include/asm-h8300/atomic.h
index 21f5442..b4cf0ea 100644
--- a/include/asm-h8300/atomic.h
+++ b/include/asm-h8300/atomic.h
@@ -37,6 +37,7 @@ static __inline
- Add missing files
- Add Makefile target
- Change image base
- Style fix
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile
index b2d896a..53b5c1e 100644
--- a/arch/h8300/Makefile
+++ b/arch/h8300/Makefile
@@ -61,10 +61,11 @@ archmr
h8300 systemcall entry table update.
Sigend-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/kernel/syscalls.S b/arch/h8300/kernel/syscalls.S
index dab98fd..965efc9 100644
--- a/arch/h8300/kernel/syscalls.S
+++ b/arch/h8300/kernel/syscalls.S
@@ -31,7 +31,7 @@ SYMBOL_NAME
pretty straight forward
>
> I'd appreciate any comments or feedback!
>
> thanks
> -john
>
There will not be a problem.
Because it is a place working now, I correct it if there
was a problem.
>
> Signed-off-by: John Stultz <[EMAIL PROTECTED]>
Signed-off-
h8300 using generic irq handler patch.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index 1734d96..82d96ae 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -49,6 +49,10 @@ config GENERIC_HWEIGHT
bool
def
h8300 zImage target support.
Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
diff --git a/arch/h8300/boot/Makefile b/arch/h8300/boot/Makefile
index 65086d9..0bb62e0 100644
--- a/arch/h8300/boot/Makefile
+++ b/arch/h8300/boot/Makefile
@@ -1,12 +1,22 @@
# arch/h8300/boot/Makefile
-t
At Fri, 27 Apr 2007 19:09:35 -0700,
Andrew Morton wrote:
>
> On Thu, 26 Apr 2007 17:34:37 +0900
> Yoshinori Sato <[EMAIL PROTECTED]> wrote:
>
> > h8300 using generic irq handler patch.
> >
> > Signed-off-by: Yoshinori Sato <[EMAIL PROTECTED]>
> &
b/arch/h8300/include/asm/Kbuild
> @@ -73,4 +73,5 @@ generic-y += uaccess.h
> generic-y += ucontext.h
> generic-y += unaligned.h
> generic-y += vga.h
> +generic-y += word-at-a-time.h
> generic-y += xor.h
> --
> 2.1.4
>
Merged in my tree.
Thanks.
--
Yoshinori Sato
--
arch/h8300/Makefile
> +++ b/arch/h8300/Makefile
> @@ -22,7 +22,9 @@ KBUILD_CFLAGS += -DUTS_SYSNAME=\"uClinux\"
> KBUILD_AFLAGS += $(aflags-y)
> LDFLAGS += $(ldflags-y)
>
> +ifeq ($(CROSS_COMPILE),)
> CROSS_COMPILE := h8300-unknown-linux-
> +endif
>
> core-y
patches. Please just rebase your
> > patches (and just your patches) onto some part of Linus' tree.
>
> And now that you have merged in v4.3-rc6, just do a "git rebase
> v4.3-rc6", please (you still have duplicates of some of the patches in
> Linus' tree between
igned-off-by: Alexey Klimov
> Signed-off-by: Daniel Lezcano
Acked-by: Yoshinori Sato
> ---
> drivers/clocksource/h8300_timer16.c | 1 -
> drivers/clocksource/h8300_timer8.c | 1 -
> drivers/clocksource/h8300_tpu.c | 1 -
> 3 files changed, 3 deletions(-)
>
> di
us' tree). As I suggested above, maybe you
> > should go back to commit 99bcfda85f66 and work forward from there
> > (after amending it have a SOB). Or just start all over with v4.3 ...
>
> I meant v4.3-rc1, of course.
OK.
fixed it.
> --
> Cheers,
> Stephen R
: Don't include linux/kernel.h in asm/atomic.h
Yoshinori Sato (4):
h8300: fix IRQ no
h8300: irqchip: fix warning
h8300: gcc-8.1 fix
h8300: Add missing output register.
arch/h8300/Kconfig | 1 +
arch/h8300/Makefile| 4
arch/h8300
On Wed, 22 Aug 2018 05:33:08 +0900,
Linus Torvalds wrote:
>
> On Tue, Aug 21, 2018 at 2:49 AM Yoshinori Sato
> wrote:
> >
> > git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
>
> That actually just contains some very old garbage.
>
> I think you may ha
On Wed, 22 Aug 2018 23:04:41 +0900,
Linus Torvalds wrote:
>
> On Wed, Aug 22, 2018 at 6:36 AM Linus Torvalds
> wrote:
> >
> > On Wed, Aug 22, 2018 at 5:47 AM Yoshinori Sato
> > wrote:
> > >
> > > I fixed it.
> >
> > Thanks.
>
> U
On Wed, 18 Jul 2018 06:57:50 +0900,
Stephen Rothwell wrote:
>
> [1 ]
> Hi Yoshinori,
>
> On Tue, 17 Jul 2018 17:42:35 +0900 Yoshinori Sato
> wrote:
> >
> > On Tue, 17 Jul 2018 04:24:19 +0900, Stephen Rothwell wrote:
> > >
> > > Commit
> >
_defconfig'
>
> This is useful for Kconfig editing/testing.
>
> Signed-off-by: Randy Dunlap
> Cc: Yoshinori Sato
> Cc: uclinux-h8-de...@lists.sourceforge.jp (moderated for non-subscribers)
> ---
> arch/h8300/Makefile |2 ++
> 1 file changed, 2 insertio
This syscall depend on HAVE_RSEQ.
So, if HAVE_RSEQ is not defined, it should be ignored.
Signed-off-by: Yoshinori Sato
---
scripts/checksyscalls.sh | 4
1 file changed, 4 insertions(+)
diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh
index ee3dfb5be6cd..ff0a8c51e126 100755
> declared inside parameter list will not be visible outside of this definition
> or declaration
> extern int h8300_put_reg(struct task_struct *task, int regno,
>
> Signed-off-by: Randy Dunlap
> Cc: Yoshinori Sato
> Cc: uclinux-h8-de...@lists.sourceforge.jp
> ---
> arch/h8300
t; 'arch_kgdb_ops'
> const struct kgdb_arch arch_kgdb_ops = {
> In file included from ../arch/h8300/kernel/kgdb.c:12:
> ../include/linux/kgdb.h:284:26: note: previous declaration of 'arch_kgdb_ops'
> was here
> extern struct kgdb_arch arch_kgdb_ops;
>
t with linux/compiler.h for
> READ_ONCE etc and asm/irqflags.h for arch_local_irq_save etc.
>
> Cc: Yoshinori Sato
> Signed-off-by: Will Deacon
> ---
> arch/h8300/include/asm/atomic.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/h
On Thu, 31 May 2018 06:03:43 +0900,
Luc Van Oostenryck wrote:
>
> All 64bit archs use unsigned long for size_t and most 32bit
> archs use 'unsigned int'. By default, this is what is assumed
> by sparse.
>
> However, on h8300 (a 32bit arch) size_t is unsigned long which
> can led sparse to emit wr
t with linux/compiler.h for
> READ_ONCE etc and asm/irqflags.h for arch_local_irq_save etc.
>
> Cc: Yoshinori Sato
> Signed-off-by: Will Deacon
> ---
> arch/h8300/include/asm/atomic.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/h
On Wed, 20 Jun 2018 06:40:54 +0900,
Rob Herring wrote:
>
> The DT core will call of_platform_populate, so it is not necessary for
> arch specific code to call it unless there are custom match entries,
> auxdata or parent device. Neither of those apply here, so remove the call.
>
On Fri, 22 Jun 2018 04:24:44 +0900,
Geert Uytterhoeven wrote:
>
> mm/filemap.c: In function 'clear_bit_unlock_is_negative_byte':
> mm/filemap.c:1181:30: warning: passing argument 2 of 'test_bit' discards
> 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
> retu
On Sun, 01 Jul 2018 21:22:46 +0900,
Mike Rapoport wrote:
>
> (added Yoshinori Sato, here's the beginning of the discussion:
> https://lore.kernel.org/lkml/20180625140754.gb29...@dhcp22.suse.cz/)
>
> On Wed, Jun 27, 2018 at 07:02:06PM +0300, Mike Rapoport wrote:
> > On
mpressed/head_64.S
> > @@ -132,6 +132,10 @@ startup:
> > addir22, 4, r22
> > bne r22, r23, tr1
> >
> > + movidatalabel __stack_chk_guard, r0
> > + movi0x000a0dff, r1
> > + st.lr0, 0, r1
> > +
> > /*
> > * Decompress the kernel.
> > */
> > diff --git a/arch/sh/boot/compressed/misc.c b/arch/sh/boot/compressed/misc.c
> > index 627ce8e..fe4c079 100644
> > --- a/arch/sh/boot/compressed/misc.c
> > +++ b/arch/sh/boot/compressed/misc.c
> > @@ -106,11 +106,6 @@ static void error(char *x)
> >
> > unsigned long __stack_chk_guard;
> >
> > -void __stack_chk_guard_setup(void)
> > -{
> > - __stack_chk_guard = 0x000a0dff;
> > -}
> > -
> > void __stack_chk_fail(void)
> > {
> > error("stack-protector: Kernel stack is corrupted\n");
> > @@ -130,8 +125,6 @@ void decompress_kernel(void)
> > {
> > unsigned long output_addr;
> >
> > - __stack_chk_guard_setup();
> > -
> > #ifdef CONFIG_SUPERH64
> > output_addr = (CONFIG_MEMORY_START + 0x2000);
> > #else
> > --
> > 2.7.0
> >
--
Yoshinori Sato
ad_64.S
> > +++ b/arch/sh/boot/compressed/head_64.S
> > @@ -132,6 +132,10 @@ startup:
> > addir22, 4, r22
> > bne r22, r23, tr1
> >
> > + movidatalabel __stack_chk_guard, r0
> > + movi0x000a0dff, r1
> > +
On Sun, 01 Jul 2018 21:22:46 +0900,
Mike Rapoport wrote:
>
> (added Yoshinori Sato, here's the beginning of the discussion:
> https://lore.kernel.org/lkml/20180625140754.gb29...@dhcp22.suse.cz/)
>
> On Wed, Jun 27, 2018 at 07:02:06PM +0300, Mike Rapoport wrote:
> > On
On Sat, 18 Aug 2018 23:30:05 +0900,
Stephen Rothwell wrote:
>
> [1 ]
> Hi Yoshinori,
>
> Commits
>
> 785b0958b55d ("h8300: gcc-8.1 fix")
> 8eabc2d5fae0 ("h8300: Add missing output register.")
>
> are missing a Signed-off-by from their authors and committers.
>
> Commit
>
> 85f866b60ba7
On Sun, 19 Aug 2018 09:45:45 +0900,
Stephen Rothwell wrote:
>
> [1 ]
> Hi Yoshinori,
>
> On Sun, 19 Aug 2018 01:35:47 +0900 Yoshinori Sato
> wrote:
> >
> > > Commit
> > >
> > > 85f866b60ba7 ("h8300: switch to NO_BOOTMEM"
Hi,
Please pull for h8300 fix.
The following changes since commit 00c569b567c7f1f0da6162868fd02a9f29411805:
Merge tag 'locks-v4.21-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux (2018-12-27
17:12:30 -0800)
are available in the git repository at:
git://git.sourceforge.j
On Sun, 06 Jan 2019 04:40:55 +0900,
Linus Torvalds wrote:
>
> On Sat, Jan 5, 2019 at 1:34 AM Yoshinori Sato
> wrote:
> >
> > git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git tags/for-4.21
>
> New signing key?
Yes. My previous key was made more than 10 year
ode 100644
> index d4d345a52092..
> --- a/arch/h8300/include/asm/pci.h
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> -#ifndef _ASM_H8300_PCI_H
> -#define _ASM_H8300_PCI_H
> -
> -/*
> - * asm-h8300/pci.h - H8/300 specific PCI
On Mon, 29 Oct 2018 18:44:59 +0900,
Arnd Bergmann wrote:
>
> On Sun, Oct 28, 2018 at 10:11 PM Linus Torvalds
> wrote:
> >
> > Arnd,
> > I was kind of hoping/expecting to get an explicit ack for this from
> > you, since it's a new architecture.
> >
> > Good to merge?
>
> Yes.
>
> For the pull r
On Tue, 17 Jul 2018 04:24:19 +0900,
Stephen Rothwell wrote:
>
> [1 ]
> Hi Yoshinori,
>
> Commit
>
> 39f077046d46 ("h8300: switch to NO_BOOTMEM")
>
> is missing a Signed-off-by from its committer.
>
> Commits
>
> d6bde68ad18e ("h8300: Add missing output register.")
> 5aa2f1573e0c ("h830
Yoshinori Sato (17):
h8300: Assembly headers.
h8300: UAPI headers
h8300: Exception and Interrupt handling
h8300: kernel booting
h8300: process and signals
h8300: CPU depend helpers
h8300: miscellaneous functions
h8300: Memory management
h8300: library functions
h8300: Build
h8300 clock generator drivers.
H8/3069 is simple oscillator.
H8S2678 is PLL multiplier support.
Signed-off-by: Yoshinori Sato
---
drivers/clk/Makefile| 1 +
drivers/clk/h8300/Makefile | 2 +
drivers/clk/h8300/clk-h83069.c | 80 +++
drivers/clk/h8300/clk
Signed-off-by: Yoshinori Sato
---
arch/h8300/mm/Makefile | 5 ++
arch/h8300/mm/fault.c | 57 +
arch/h8300/mm/init.c | 133 +
arch/h8300/mm/kmap.c | 61 +++
arch/h8300/mm/memory.c | 53
H8/300 internal timer driver.
h8300_timer8 - 8bit Timer driver.
h8300_timer16 - 16bit Timer driver (only H8/3069).
h8300_tpu - Timer Pulse Unit driver (only H8S2678).
Signed-off-by: Yoshinori Sato
---
drivers/clocksource/Kconfig | 6 +
drivers/clocksource/Makefile| 3
h8300 internal serial controller of same as sh-sci.
So h8300 use SH_SCI.
Signed-off-by: Yoshinori Sato
---
drivers/tty/serial/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index f8120c1..130f201 100644
--- a
Signed-off-by: Yoshinori Sato
---
CREDITS | 5 -
MAINTAINERS | 11 +++
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/CREDITS b/CREDITS
index 40cc4bf..e88b597 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3219,11 +3219,6 @@ N: Dipankar Sarma
E: dipan...@in.ibm.com
D
Signed-off-by: Yoshinori Sato
---
include/uapi/linux/elf-em.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h
index ae99f77..b088296 100644
--- a/include/uapi/linux/elf-em.h
+++ b/include/uapi/linux/elf-em.h
@@ -25,6 +25,7 @@
#define
h8300's nm output have a lot of local symbols.
ex)
N .Lframe0
0013 N .LLST1
0026 N .LLST2
0039 N .LLST3
004c N .LLST4
Added new pattern " .L" to filter rule.
Signed-off-by: Yoshinori Sato
---
scripts/mksysmap | 2 +-
1 file changed, 1 insertion(+), 1 de
h8300's Makefile, Kconfig and memory layout.
Signed-off-by: Yoshinori Sato
---
arch/h8300/Kconfig | 73 ++
arch/h8300/Kconfig.cpu | 111
arch/h8300/Makefile | 45
arch/
h8300 assembly functions and private libgcc.
Signed-off-by: Yoshinori Sato
---
arch/h8300/lib/Makefile| 7 ++
arch/h8300/lib/abs.S | 20 ++
arch/h8300/lib/ashldi3.c | 24 +++
arch/h8300/lib/ashrdi3.c | 24 +++
arch/h8300/lib/checksum.c | 167
Signed-off-by: Yoshinori Sato
---
arch/h8300/kernel/asm-offsets.c | 67 +
arch/h8300/kernel/dma.c | 95 +
arch/h8300/kernel/h8300_ksyms.c | 34 +++
arch/h8300/kernel/module.c | 70
h8300h-sim_defconfig: H8/300H simulator config.
h8s-sim_defconfig:H8S simulator config.
edosk2674_defconfig: EDOSK2674R evalution board config.
Signed-off-by: Yoshinori Sato
---
arch/h8300/configs/h8300h-sim_defconfig | 53 +
arch/h8300/configs/h8s
H8/3069 and H8S2678 have little different specification
(peripheral, interrupt and trace).
Its difference is absorbed here.
Signed-off-by: Yoshinori Sato
---
arch/h8300/kernel/cpu/Makefile | 4 +
arch/h8300/kernel/cpu/h83069/Makefile | 1 +
arch/h8300/kernel/cpu/h83069/setup.c
h8300 exception entry and exception / interrupt handling
Signed-off-by: Yoshinori Sato
---
arch/h8300/kernel/entry.S | 414 ++
arch/h8300/kernel/irq.c | 100 +++
arch/h8300/kernel/traps.c | 161 ++
3 files changed, 675
zImage startup / kernel entry point / arch depend startup
Signed-off-by: Yoshinori Sato
---
arch/h8300/boot/Makefile | 26 +
arch/h8300/boot/compressed/Makefile| 37 +++
arch/h8300/boot/compressed/head.S | 48 +
arch/h8300/boot/compressed/misc.c
process management helper and signal handling
Signed-off-by: Yoshinori Sato
---
arch/h8300/kernel/process.c | 171 ++
arch/h8300/kernel/ptrace.c | 203 +++
arch/h8300/kernel/signal.c | 289
3
Signed-off-by: Yoshinori Sato
---
arch/h8300/include/asm/Kbuild | 66 ++
arch/h8300/include/asm/asm-offsets.h | 1 +
arch/h8300/include/asm/atomic.h| 159 +++
arch/h8300/include/asm/bitops.h| 185 +
arch/h8300/include
Signed-off-by: Yoshinori Sato
---
arch/h8300/include/uapi/asm/Kbuild | 29
arch/h8300/include/uapi/asm/auxvec.h | 4 ++
arch/h8300/include/uapi/asm/byteorder.h | 6 ++
arch/h8300/include/uapi/asm/ptrace.h | 42 +++
arch/h8300/include/uapi/asm/sigcontext.h
At Mon, 27 Apr 2015 20:27:21 -0700,
Guenter Roeck wrote:
>
> On Mon, Apr 27, 2015 at 02:35:20PM +0900, Yoshinori Sato wrote:
> > h8300h-sim_defconfig: H8/300H simulator config.
> > h8s-sim_defconfig:H8S simulator config.
> > edosk2674_defconfig: EDOSK2674R evalutio
At Mon, 27 Apr 2015 10:57:10 +0200,
Arnd Bergmann wrote:
>
> On Monday 27 April 2015 14:35:14 Yoshinori Sato wrote:
> > +void dma_sync_single_for_device(struct device *dev, dma_addr_t handle,
> > + size_t size, enum dma_
At Mon, 27 Apr 2015 11:11:28 +0200,
Arnd Bergmann wrote:
>
> On Monday 27 April 2015 14:35:07 Yoshinori Sato wrote:
> > Hello.
> > I will re-introducing h8300.
> >
>
> I've done one more pass through all of your code. Generally I think you
> should at this
At Mon, 27 Apr 2015 10:54:24 +0200,
Arnd Bergmann wrote:
>
> On Monday 27 April 2015 14:35:13 Yoshinori Sato wrote:
> > +static struct platform_device sci0_device = {
> > + .name = "sh-sci",
> > + .id = 0,
> > + .resource
At Mon, 27 Apr 2015 10:43:14 +0200,
Arnd Bergmann wrote:
>
> On Monday 27 April 2015 14:35:09 Yoshinori Sato wrote:
> > diff --git a/arch/h8300/include/uapi/asm/auxvec.h
> > b/arch/h8300/include/uapi/asm/auxvec.h
> > new file mode 100644
> > index 000..1d36fe
At Mon, 27 Apr 2015 11:04:19 +0200,
Arnd Bergmann wrote:
>
> On Monday 27 April 2015 14:35:18 Yoshinori Sato wrote:
> > +static struct platform_driver cpg_driver = {
> > + .driver = {
> > + .name = DEVNAME,
> > + },
> > + .probe = clk_probe,
&g
At Mon, 27 Apr 2015 09:42:41 +0200,
Tobias Klauser wrote:
>
> On 2015-04-27 at 07:35:08 +0200, Yoshinori Sato
> wrote:
> [...]
> > diff --git a/arch/h8300/include/asm/elf.h b/arch/h8300/include/asm/elf.h
> > new file mode 100644
> > index 000..09031d0
> >
At Mon, 27 Apr 2015 10:40:51 +0200,
Arnd Bergmann wrote:
>
> On Monday 27 April 2015 14:35:08 Yoshinori Sato wrote:
> > diff --git a/arch/h8300/include/asm/asm-offsets.h
> > b/arch/h8300/include/asm/asm-offsets.h
> > new file mode 100644
> > index 000..d370e
At Tue, 28 Apr 2015 06:22:10 -0700,
Guenter Roeck wrote:
>
> On Mon, Apr 27, 2015 at 02:35:07PM +0900, Yoshinori Sato wrote:
> > Hello.
> > I will re-introducing h8300.
> >
>
> Hi,
>
> can you provide a link to a working toolchain, or provide directions
&g
1 - 100 of 520 matches
Mail list logo