This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: EDOSK2674 GDB stub problem


Hello,

> How does this differ from the EDOSK2674 support that is already
> present in the H8/300 HAL?

The new EDOSK2674 port introduces a new architecture - the H8S architecture.
In my opinion this is a new architecture because the CPU architecture
differs from the H8/300 architecture. Mixing both architectures in one eCos
architecture makes the whole think more complex and harder to understand -
in my opinion. Therefore I created the new H8S architecture which cover
H8S/2000 and H8S/2600 CPU s.

The differrent variants are the H8S microprocessors from Renesas (i.e.
H8S/2357 or H8S/2674). The processors differ in the internal modules and
interrupt vector tables and therefore they are axcellent for eCos variant
ports.

The platforms are boards like the EDOSK2674 or the Cetoni MCU/2357 board
(from the company where I do my practical training).

Somme additional differences of the new EDOSK2674 port:
- the context switch code rewritten  (in my opinion the old code is not
completely right - at least i do not unterstand it)
- context switch and exception assembler code are optimised for speed
- the whole source code is well documented
- the CDL files for the configuration utility are more clear
- a lot of minor changes and rewritten code
...

The port is based on the EDOSK 2674 of Yoshinori Sato but some parts
(context switch, trampoline code, VSR-table and ISR tables...) are
completely rewritten.

Status:
- Redboot is running
- GDB debugging works well
- different tests run successfully

Thank you very much for your hint about "maintenance packet r" - this works
well for the EDOSK platform.

Best Regards,

Uwe




-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]