summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/start/start16.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move start files to bspsSebastian Huber1-254/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+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.
2011-08-012011-08-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-19/+55
PR 1802 * Makefile.am, configure.ac, preinstall.am, clock/ckinit.c, start/start16.S, startup/bspstart.c, startup/ldsegs.S: Add SMP support for i386.
2011-07-202011-07-20 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-119/+131
* start/start16.S: Removed tabs and added OAR standard copyright header in preperation for merging SMP support.
2009-02-112009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* configure.ac, start/start16.S: Remove duplicate configure option and add support for the configure time variable BSP_VIDEO_80x50.
2004-04-21Remove stray white spaces.Ralf Corsepius1-7/+7
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2002-09-132002-09-13 Eric Norum <eric.norum@usask.ca>Eric Norum1-1/+1
* start/start16.S: Remove unwanted + at beginning of relative numeric label.
2002-08-142002-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+6
* start/start16.S: Per PR259, added code to test for video present before touching the adapter. Eric Norum <eric.norum@usask.ca> tested this patch.
2001-06-202001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
* console/Makefile.am: Remove RTEMS_H_FILES. * start/start16.S: include <bspopts.h> to get NEW_GAS.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-12/+12
2000-01-31Suggested modification from Rosimildo da Silva <rdasilva@connecttel.com>Joel Sherrill1-9/+10
to make the BSP boot on netboot.
2000-01-12Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+0
that converts the libbsp/i386 subdirectory to full automake.
2000-01-10Removed warning by changing %eax -> %ax as source of move to segmentJoel Sherrill1-3/+3
registers.
2000-01-07Patch from Emmanuel Raguet <raguet@crf.canon.fr> which corrects the followingJoel Sherrill1-4/+4
problems: - unclosed comment in pc386/start/start16.S - bad #endif in pc386/startup/ldseg.S
1999-12-03Patch from Aleksey (Quality Quorum <qqi@world.std.com>) to change theJoel Sherrill1-2/+23
delay loop in this BSP. Here is his response to a question about the patch: Yes, or that other machine has a different chipset with different timing requirements on enabling Gate 20. I am strongly suspecting that it may some how related to the video card I am using (on my old P-75 target it was plain PCI VGA, on my new one it is Diamond Stealth 3D 2000).
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1-0/+0
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
1998-10-05Large patch from Erik Ivanenko <erik.ivanenko@utoronto.ca> whichJoel Sherrill1-1/+1
moves pieces of the pc386 bsp up to a shared level for all i386 BSPs and modifies the i386ex BSP to use those shared pieces. Serial remote debugging is included for both targets. Erik's notes: There are several workarounds in it: 1) #define NEXT_GAS is hardcoded in pc386/start/start.s 2) #define NEXT_GAS is hardcoded in i386ex/start/start.s 3) #define NEW_GAS is hardcoded in pc386/start16.s 4) #undef __assert and redeclare _assert hardcoded in console.c for both pc386 and i386ex due to my egcs1.1b ~ newlib problem. Should have modified t-rtems.cfg ( no time ) I've tested pc386 with both video and serial consoles and GDB remote. All work fine, except that GDB acts weird. ( re: other posting) I hope this will work for you. It took quite some time to locate the autoconf error. The remainder was just grunt work. Unfortunately, I think I've unwound the removal of the IBMPCInitVideo stuff. Sorry. I REALLY can't spend more time... I've been at this conversion to 4.0 locally and updating the release since Sept. 8th, and have yet to compile my network driver.... This is as much as I can do right now. I look forward to the next patch to really test i368ex. I did make sure that the sample tests worked for pc386.
1998-09-21Update from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1-3/+1
Here are patches that bring 980911 back to what I think is a correct version of raw IDT management as well as a correct initialisation of video console and rtems managed interrupts.
1998-08-21Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1-3/+9
Here is a patch that enables to catch exception and get message before crashing RTEMS :) It should be generic to any Intel port although enabled only for pc386 BSP... [Joel] I fixed the bug I introduced in irq_asm.s...
1998-06-25Clean up from Aleksey Romanov (Quality Quorum <qqi@world.std.com>).Joel Sherrill1-26/+3
Here are his comments: I removed all unnecessary stuff from start16.s - setting idt and setting 16-bit stack using .code32 istructions.
1998-06-03Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt> with an attemptJoel Sherrill1-14/+38
to fix start16.s. It does not work locally.
1998-05-18New file from Pedro RomanoJoel Sherrill1-0/+178