summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-16Moved start code from lib/start to libbsp.Joel Sherrill14-7/+462
1999-11-16Moved start code from lib/start to libbsp.Joel Sherrill5-24/+22
1999-11-16Minor changes since new Makefile.Joel Sherrill1-4/+5
1999-11-16Added start subdirectory.Joel Sherrill1-1/+1
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1-14/+2
for RTEMS.
1999-11-09Removed.Joel Sherrill5-298/+0
1999-11-09Now using libchip instead of local precursor to libchip. Untested.Joel Sherrill10-2274/+86
1999-11-05Patch from Eric Valette <valette@crf.canon.fr> so this will buildJoel Sherrill6-444/+80
independently of a BSP.
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill11-8/+607
particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
1999-11-03Typo fixed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-1/+1
1999-11-02Split console_reserve_resources into its own file to reduce dependencies.Joel Sherrill3-10/+30
Still need to move debug io routines out.
1999-11-01Removed all references to shared memory driver as it is not supportedJoel Sherrill1-5/+0
yet on the mvme2307.
1999-11-01Removed shmsupp directory as it is not really implemented.Joel Sherrill1-6/+1
1999-11-01MVME2307 does not really include MP support.Joel Sherrill5-311/+0
1999-10-28Patch rtems-rc-19991011-3.diff from Ralf Corsepius.Joel Sherrill2-2/+33
1999-10-28Notes on what to do when merging a BSP.Joel Sherrill1-0/+73
1999-10-27Patch from Aleksey (Quality Quorum <qqi@world.std.com>) toJoel Sherrill2-19/+36
increase ease of application configuration of the pc386 BSP. This patch allows switching the printk console to a serial port and overriding bsp_start by making it a weak alias.
1999-10-27Added $(EXEEXT) in attempt to help Cygwin install process.Joel Sherrill1-2/+2
1999-10-27Last cleanup to attempt to link.Joel Sherrill2-1/+3
1999-10-27rxgen960 now compiles -- may not link.Joel Sherrill11-42/+32
1999-10-27Added CVS Ids and a basic header. More header cleanup needed.Joel Sherrill42-9/+174
1999-10-27Removed systbl.S save_systbl.c. They were unnecessary.Joel Sherrill3-523/+2
1999-10-27Removed sctns.S. This file was obviously the output of the compiler.Joel Sherrill2-336/+1
1999-10-27Replaced Makefile.in's with modified copies of cvme961 to getJoel Sherrill9-152/+242
autoconf/automake changes.
1999-10-27Moved timerisr.s to timerisr.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved systbl.s to systbl.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved sctns.s to sctns.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved rxgen_romld.s to rxgen_romld.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved ihandler.s to ihandler.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved asmstub.s to asmstub.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved asmfault.s to asmfault.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27The rxgen960 BSP and i960 RPM support was submitted by Mark BronsonJoel Sherrill71-0/+6584
<mark@ramix.com> of RAMIX.
1999-10-26Split console_reserve_resources to separate file to reduceJoel Sherrill3-7/+42
code size.
1999-10-26Patch from Emmanuel Raguet <raguet@crf.canon.fr> to fix a small bug whereJoel Sherrill1-1/+1
the receive buffer size was 16 bytes too small.
1999-10-26Modifications from Erik Ivanenko <erik.ivanenko@utoronto.ca> to addJoel Sherrill2-5/+17
proper Multiboot signature to pc386 BSP. This enables Grub to recognize the image.
1999-10-26Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca> to fix someJoel Sherrill1-28/+68
reported bugs in the start code.
1999-10-25tch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill2-72/+72
<raguet@crf.canon.fr> to fix bugs and make the mcp750 boot RTEMS running the GoAhead web server.
1999-10-25Modified to produce correct output with new version of sis.Joel Sherrill1-1/+6
1999-10-11Now compiles for coff and elf.Joel Sherrill1-65/+185
1999-10-06Removed aclocal.m4 generated from aclocal macrosJoel Sherrill8-2910/+0
1999-10-06Removed configure generated from configure.inJoel Sherrill8-13321/+0
1999-10-06Modified to avoid conflicts on definitions of malloc. newlib 1.8.2Joel Sherrill1-1/+1
now prototypes the malloc family in stdlib.h. This causes conflicts with the way the network stack overrides the definitions of malloc. As best I (being Joel) can tell, commenting stdlib.h out keeps the files compiling and referencing the desired malloc/free but results in more warnings.
1999-10-06Modified to explicitly list all files as part of C_PIECES.Joel Sherrill1-1/+2
1999-10-06Added sections as required by C++ and ELF.Joel Sherrill4-3/+14
1999-10-06Added more sections and made minor modifications to let the linkcmdsJoel Sherrill8-29/+54
work with m68k-elf on late model versions of binutils (990901+) without overlapping or missing section errors.
1999-10-05Added comment with CVS Id.Joel Sherrill1-0/+4
1999-10-05Changed bra.s to bra.l to remove error with new version of binutils.Joel Sherrill2-4/+4
1999-10-05Changed bra.s to bra.l to correct compilation error triggered by newJoel Sherrill2-2/+2
version of binutils.
1999-10-05Corrected so sections did not overlap with new version of binutils.Joel Sherrill1-0/+6
1999-10-05Corrected comment.Joel Sherrill2-2/+2