summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber1-299/+0
This patch is a part of the BSP source reorganization. Update #3285.
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi1-2/+0
Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2008-07-11added variant to gen68360 BSPThomas Doerfler1-0/+11
added genmcf548x BSP
2001-09-192001-09-19 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-26/+5
* README: Bring it more in line with reality.
2001-01-122001-01-12 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-1/+1
* README, clock/Makefile.am, clock/ckinit.c, clock/clock.c: Clock driver updated to use shell driver mechanism. * clock/ckinit.c: Removed. * clock/clock.c: New file.
2000-02-11Patch from Eric Norum <eric@cls.usask.ca> based on working withJoel Sherrill1-0/+14
Bob Wisdon <bobwis@ascweb.co.uk> and Chris Johns <ccj@acm.org> to resolve a random network lockup problem. ckinit.c: Occasional network lockups have been noted when the PIT has a higher interrupt request level than the CPM. The SCC1 bit in the CISR is set even though the SCC1 interrupt handler is not active. This blocks interrupts from SCC1 (and all other CPM sources) and locks up the system. It has not been determined whether the error is within the 68360 or in the RTEMS interrupt support assembler code. The solution, for now, is to set both PIT and CPM interrupt request levels to the same value (4). network.c: Set CPM transmitter buffer pointer (_tbptr) to beginning of frame before restarting transmitter. Don't retire transmitter buffer descriptors belonging to the restarted frame.
2000-01-03Updated times.Joel Sherrill1-143/+143
1998-10-22Patch from Eric Norum.Joel Sherrill1-4/+6
1998-09-10Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-1/+6
If you're getting close to a new snaphot, here's something that might be useful to add to the BSP README notes for systems with networking.
1998-08-20Patches from Eric NorumJoel Sherrill1-1/+1
1998-03-23Patches from Eric Norum:Joel Sherrill1-24/+5
Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
1998-01-23Added information about multilib problems.Joel Sherrill1-0/+8
1997-05-27added ka9q stackJoel Sherrill1-3/+6
1997-05-23KA9Q stack removed prior to testing for 4.0.0 public release.Joel Sherrill1-4/+1
1997-04-16Update from Eric Norum.Joel Sherrill1-17/+25
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1-4/+34
was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
1996-05-01Updates from Eric Norum.Joel Sherrill1-3/+2
1996-03-21updatedJoel Sherrill1-15/+0
1996-03-06Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1-0/+283
Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6