summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (unfollow)
Commit message (Expand)AuthorFilesLines
1998-07-18Changed so we could test interrupts on port 3.Joel Sherrill2-4/+4
1998-07-18Removed use of data port for z8530.Joel Sherrill2-14/+14
1998-07-18New fileJoel Sherrill1-0/+62
1998-07-18Added z85c30 specific probe routine to decide what the clock rate was.Joel Sherrill2-8/+52
1998-07-18Addresses for SCC were wrong. A and B ports were swapped.Joel Sherrill1-44/+25
1998-07-18Swapped RX and TX since doing this makes the lights blink on theJoel Sherrill1-2/+2
1998-07-18Added RS-422 converter information and cable building information.Joel Sherrill1-8/+59
1998-07-18Added information on the MC68681.Joel Sherrill1-2/+12
1998-07-18Added background and setup to add section on RS-422.Joel Sherrill1-11/+21
1998-07-18Reworked to removed dependency on DY-4 CSS ROM monitor interface.Joel Sherrill1-5/+2
1998-07-18Removed css_iface.Joel Sherrill2-2/+2
1998-07-18Removed. We are no longer dependent on DY-4 CSS interface code.Joel Sherrill2-216/+0
1998-07-18New file.Joel Sherrill1-0/+26
1998-07-15Fixed typo in which last port did not get switched to defaultJoel Sherrill2-8/+8
1998-07-15Switched to usign the default z8530 and mc68681 register access routines.Joel Sherrill7-272/+17
1998-07-15Added SCV64_Get_Interrupt_Enable().Joel Sherrill1-4/+8
1998-07-15Added SCV64_Get_Interrupt_Enable().Joel Sherrill1-0/+1
1998-07-15Added chip type identifier field. This was necessary because a singleJoel Sherrill2-0/+8
1998-07-15Added comments.Joel Sherrill2-6/+54
1998-07-15Added comments.Joel Sherrill1-1/+8
1998-07-15Masked out interrupts not being used prior to processing the status register.Joel Sherrill1-1/+9
1998-07-15Added routine to return interrupt mask. Added comments.Joel Sherrill1-3/+28
1998-07-15Added scv64 subdirectory.Joel Sherrill1-1/+1
1998-07-15Switched to SCV64.Joel Sherrill1-23/+58
1998-07-15Added CSCV64 functions and addresses.Joel Sherrill1-10/+56
1998-07-15Switched from polling to interrupts and in the process added a conditionalJoel Sherrill2-8/+34
1998-07-15Added scv64 subdirectory.Joel Sherrill1-1/+1
1998-07-15New files.Joel Sherrill2-0/+202
1998-07-09Commented out the system call invocation since we don't know what worksJoel Sherrill1-0/+2
1998-07-09Removed call back to exit() since that has already been called.Joel Sherrill1-1/+1
1998-07-09Corrected z85c30 address and clock constants.Joel Sherrill1-4/+4
1998-07-09Added board specific baud rate table and set driver function tableJoel Sherrill2-16/+206
1998-07-05Added some address constants for the SCC and DUART to make it easierJoel Sherrill1-3/+10
1998-07-05New file added in the process of converting the console driver toJoel Sherrill2-0/+246
1998-07-05Converted the console driver to use libchip/serial and added supportJoel Sherrill8-552/+504
1998-06-29Changed prototype for console_write_support to eliminate a warning.Joel Sherrill1-1/+5
1998-06-22Removed blank lines and bad debug stuffJoel Sherrill1-20/+0
1998-06-16Corrected compilation problems.Joel Sherrill2-13/+21
1998-06-16Added initialization of css routines.Joel Sherrill1-1/+3
1998-06-16Added css_iface -- assumes ../include/dy_supplied.Joel Sherrill4-2/+210
1998-06-13Adding interrupt handling routine.Joel Sherrill1-5/+15
1998-06-13Removed bad comments.Joel Sherrill1-7/+0
1998-06-13Added IRQ information.Joel Sherrill1-2/+31
1998-06-13Updated to add -qrtems_debug and -qnolinkcmds.Joel Sherrill1-2/+7
1998-06-03Removed PPC_Get_timebase_register() as this is now provided by the PowerPCJoel Sherrill1-19/+0
1998-05-30Changed calculaction for Clock_Decrementer_value to use theJoel Sherrill1-2/+4
1998-05-30Set console to port 2.Joel Sherrill1-2/+2
1998-05-30Made Debug defination a null routine.Joel Sherrill1-0/+5
1998-05-30clicks_per_usec had to be cut in half (unknown reason).Joel Sherrill2-3/+5
1998-05-30Updated to current source and removed warnings.Joel Sherrill22-444/+206