Commit Graph

352 Commits

Author SHA1 Message Date
kamil f874bd0561 Improve spelling: regsiter -> register
This change is non-functional.

Approved by <riastradh>, <pgoyette>
2015-07-11 10:32:45 +00:00
christos 1c9d295ac5 kill sprintf 2014-03-26 17:54:46 +00:00
christos 2b043c75b6 eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
christos 9d605174d9 Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ
anymore, all the macros expand to NULL anyway, so this improves readability.
Requested by rmind@
2013-11-27 17:24:43 +00:00
christos ba1db258d1 convert from CIRCLEQ to TAILQ, remove open coded access. 2013-11-23 22:31:53 +00:00
christos 72812fcdca fix lossage from disklabel.h merge 2013-05-13 15:40:31 +00:00
nonaka 451b8e69e9 recompile. 2011-11-23 15:51:02 +00:00
nonaka 115cdcb731 modify for PSION NETBOOK PRO.
- ignore "Network" directory when finding the directory for configuration files.
- as the device name "SMC" (SD-MMC) to allow.
- add "SMC1:/" entry to kernel directory.
2011-11-23 15:49:57 +00:00
nonaka 45c92afe4f Added "\SD-MMC Card\" entry for PSIONTEKLOGIX NETBOOK PRO. 2011-09-28 14:19:13 +00:00
nonaka 03a2460641 recompile. 2011-09-23 16:41:16 +00:00
nonaka 0d76ddb88a reduce combobox size. 2011-09-23 16:02:08 +00:00
nonaka 15a644d9d2 fix build failure. 2011-09-23 16:00:15 +00:00
nonaka b161126702 fix compile failure. 2011-09-23 14:14:38 +00:00
joerg 3eb244d801 Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
2011-07-17 20:54:30 +00:00
nonaka c66a1ac524 Don't check DISK_INFO_FLAG_CHS_UNCERTAIN.
Because DISK_INFO of SD on windows mobile 5 is reported it.
2011-06-23 11:38:24 +00:00
nonaka e1f964c37f Added Psion Teklogix NETBOOK PRO entry. 2011-05-18 12:11:46 +00:00
nonaka 60cff5a788 Use "option noyywrap". 2011-05-18 12:10:22 +00:00
uwe d9aafa85c7 Misc cosmetics. Refix __func__ fallout fixed in previous by
eliminating the temp completely (__func__ is already an array).

This has been sitting in my tree for years, and I forgot to commit it.
Compile-tested by compiling hpcsh GENERIC with options DEBUG.
2010-08-09 23:07:20 +00:00
chs 59de0085a0 fix build problem. 2010-08-08 16:27:30 +00:00
tnozaki 9efec5bce3 1. MB_LEN_MAX switch MD to MI.
2. unfortunately hppa's MB_LEN_MAX is defined incorrectly 6 instead of 32
   so we have to add more setlocale(3) __RENAME func, __setlocale50.
3. move setlocale1.c and setlocale32.c to lib/libc/compat/locale/*
   prepareing for next libc major crunk.
4. bump libc minor version.
2010-06-07 13:52:28 +00:00
nonaka 7395c26621 regen. 2010-04-06 16:23:17 +00:00
nonaka 569b7f924f Added support PXA270. 2010-04-06 16:20:27 +00:00
nonaka 8b211288fd regen. 2010-04-06 16:18:24 +00:00
nonaka 3b27d9a000 Added W-ZERO3 series. 2010-04-06 16:15:34 +00:00
cegger c363a9cb62 bzero -> memset 2009-03-18 16:00:08 +00:00
cegger df7f595ecd Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
dsl 454af1c0e8 Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
2009-03-14 15:35:58 +00:00
nonaka 0f33b03f39 Added MiniSD and MicroSD card folder. 2009-01-29 21:27:35 +00:00
nonaka a11abf1107 Regen. (by Added XScale PXA270) 2009-01-29 21:26:14 +00:00
nonaka 283e440864 Support XScale PXA270. 2009-01-29 21:23:38 +00:00
nonaka 2e2f22d5a5 Regen. (by Added XScale PXA270) 2009-01-29 21:20:42 +00:00
nonaka b1577664ba Added XScale PXA270. 2009-01-29 21:18:23 +00:00
nonaka e529d52724 Added include <stdlib.h> for exit() function. 2009-01-29 21:13:15 +00:00
rafal dd332648f3 Let hpcboot load kernels linked with PA != VA; use the PA addresses specified
instead of the VA addresses.  Should make no difference for kernels where the
physical and virtual addresses are the same.
2008-11-07 16:28:26 +00:00
apb 96230fab84 Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
2008-10-19 22:05:19 +00:00
martin 5d1469bd77 Backout previous: the license sweep touched these files in error, so
restore the old license.
2008-05-10 15:31:03 +00:00
martin 73f89d772c Move to standard 2 clause TNF license 2008-05-03 23:52:19 +00:00
martin 912b8073ae Move to 2 clause TNF license 2008-05-03 23:49:14 +00:00
martin 11a6dbe728 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
martin ce099b4099 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
rafal 3af75740f5 Support for XScale-based (PXA-2x0) iPaqs -- original refactoring / code from
Robert Swindells, with addition of serial console,  other assorted cleanup
and much headbanging by me.  Tested only on a iPaq 3970 so far.

NB: So far this uses the SA-11xx-targetted assembly code (including cache
handling, etc).  Fortunately, none of that's required since hpcboot allocs
cache-inhibited pages from WinCE to copy the 2nd-stage loader and kernel
into.  I've split the code into SA-11xx and PXA-2x0 bits in my tree, but
that needs help/review from someone with ARM/XScale clue.
2008-03-08 02:26:03 +00:00
rafal 3bf0508cf8 Increment the load-link counter in the right place (once for each link in
the tag chain added vs. just once each time load_memory() is called).
2008-03-08 02:17:48 +00:00
rafal 6e46f6378f Grrr, don't grow the stack *up*, grown it *down* as everything else expects.
Fixes a frequent memory stomp of the bootinfo page (the kernel entry address,
no less) that occurrs when you turn the serial-debug code in the ARM 2nd-
stage bootloader.
2008-03-08 01:50:06 +00:00
uwe 8a696ab6db In the for d in ${PROJECT_DIRS} loop fail immediately if
dspgen/config.sh fails.
2008-02-27 03:45:58 +00:00
uwe 6993791d26 Use ${AWK} consistently.
G/c unused SED variable.
Trim trailing whitespace.
2008-02-27 03:39:21 +00:00
rafal 97b36c3975 Check in infrastructure for generating project/workspace files for eMbedded
Visual C++ 4 for ARM, SH[34].  Not currently integrated into the 'install'
targets since it's only been tested for ARM; SH targets compile but I have
no hardware to test on.  eVC++4 only supports targets of MIPSII, MIPSIV
and MIPS16 so that might not be appropriate for the hpcmips based systems.
2008-02-26 21:46:38 +00:00
ad 4a780c9ae2 Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
perry 9b2b412c19 __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
garbled d974db0ada Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree.  Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches.  The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
2007-10-17 19:52:51 +00:00
ad 9f56dfa520 Merge brelse() changes from the vmlocking branch. 2007-10-08 18:02:53 +00:00