This is the mail archive of the ecos-devel@sourceware.org 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]

at91sam9263ek support ver. beta 1


Hi,

here is the fresh series of patches to support at91sam9263 ek board.

Now it passes near 100 tests from ecos's test suite, uses MMU, support my nor flash
(there is empty place to install nor flash, at least on at91sam9263ek rev. B).

It still requires at91bootstrap or jtag to run.

Here is links to patches, I suppose size too big to attach:

Support of 115200 baudrate (common baudrate to work with serial line for u-boot and linux):

http://sites.google.com/site/duhistov/Home/0001-change-default-delay-in-get-character-via-serial-lin.patch?attredirects=0


Move pio definitions to differents files to reduce size of common for at91 boards file,
and make it easy for editing:

http://sites.google.com/site/duhistov/Home/0002-This-patch-separate-board-s-pio-layout.patch?attredirects=0

I need this changes, because of at91sam9 use the same code as arm9 to work with caches:
http://sites.google.com/site/duhistov/Home/0003-rename-all-hal_cache.h-to-var_cache.h-and-copy-creat.patch?attredirects=0

Common part for working with arm9 mmu, move it to common files, because of I see a lot of duplication in
hal/arm/arm9:
http://sites.google.com/site/duhistov/Home/0004-move-common-for-arm9-code-for-work-with-mmu-into-com.patch?attredirects=0

at91sam9263 hal package:
http://sites.google.com/site/duhistov/Home/0005-hal-package-for-at91sam9263ek-and-at91sam9.patch?attredirects=0

My nor flash support:
http://sites.google.com/site/duhistov/Home/0006-support-of-norflash-for-at91sam9263ek.patch?attredirects=0

Work with pio interrupts like they are real one:
http://sites.google.com/site/duhistov/Home/0007-implement-support-pio-interrupts-in-the-way-as-ordin.patch?attredirects=0

the last two patches not require to make full working at91sam9263's hal.

Any comments?

PS

Some time ago(several weeks or  whole month), I sent request to fsf, about assigning copyrights,
but have no reply, may be they just drop my email.


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