203132 Commits

Author SHA1 Message Date
blymn
83d6403d6e Set the background attributes when erasing. 2011-07-10 12:11:49 +00:00
wiz
b537ebe5b6 tmux-1.5 out. 2011-07-10 08:52:18 +00:00
mrg
3e0afb42a3 sparc64 with GCC 4.5 has about a 2% code bloat, unfortunately.
bump the instfs size to 9MB.
2011-07-10 08:51:24 +00:00
mrg
29bf026bea install elf2ecoff for all mips64 systems. it's needed for stand. 2011-07-10 08:43:50 +00:00
mrg
e296792cca don't set MACHINE_ARCH. the CPUFLAGS/etc. is enough, and otherwise this
doesn't work with an isolated $TOOLDIR from the mipse[lb] toolchain.
2011-07-10 08:42:55 +00:00
dholland
2a4f285a6d Minor cosmetic fixes, no semantic changes. (object file diffs have been
checked)
2011-07-10 07:54:49 +00:00
dholland
edda69b9c3 tsort contents of file. 2011-07-10 07:31:48 +00:00
dholland
a958ceefc8 use __dead 2011-07-10 07:19:24 +00:00
matt
31586d2cd5 Add athers_get_uart_freq() (since AR7240 uses the ref_clk, not the bus_clk).
Add little endian bus_space_tag for arbus.
Add EHCI attachment for arbus.
2011-07-10 06:26:02 +00:00
matt
fa40faf65a Cleanup machine includes 2011-07-10 06:24:18 +00:00
tsutsui
b578f76170 Make this cross-tool ready. Mostly taken from elf2ecoff(1).
XXX: assume no LP64 a.out binaries
2011-07-10 05:07:48 +00:00
tsutsui
da8589ed6d Set a_midmag MAGIC in a.out header properly for more possible a.out ports
in the past per ex.e_machine in ELF header.
2011-07-10 04:56:31 +00:00
matt
23282762ff Fix so that float128_to_uint64_round_to_zero is defined for sparc64.
(isn't tha a namespace violation?)
2011-07-10 04:52:23 +00:00
matt
7555545545 Add defines for extu_frac[ln]m 2011-07-10 04:49:37 +00:00
tsutsui
b0f0b58563 Use common ${OBJCOPY_ELF2AOUT_FLAGS}. 2011-07-10 04:37:56 +00:00
tsutsui
0684fd552b Add OBJCOPY_ELF2AOUT_FLAGS for some arm ports to create a.out binaries
using objcopy(1) for old firmware, shared among src/distrib and
src/sys/arch/${MACHIHNE}/conf/Makefile.${MACHINE}.inc.

Discussed with mrg@ and matt@ on source-changes-d@.
2011-07-10 04:36:13 +00:00
mrg
c590ede942 make mips64 builds of gmp and mpfr work including compat libs. 2011-07-10 03:05:33 +00:00
mrg
1b7b730ff0 make these look more like the sparc/powerpc ones.
XXX: a big chunk of these Makefile.inc's should promoted to the
XXX: main Makefile.
2011-07-10 02:41:50 +00:00
mrg
ef65ebf1e0 add a hack for emips libgcc (32 bit mips with softfloat.) 2011-07-10 02:39:57 +00:00
jmcneill
d51188154b add auvitek_dtv.c 2011-07-10 02:25:52 +00:00
jmcneill
fdcf111d68 add snr reporting 2011-07-10 00:47:34 +00:00
matt
51b4b9f717 CLeanup machine includes 2011-07-10 00:03:52 +00:00
matt
0868afa877 Increase allowed COM_TOLERANCE to 5% 2011-07-10 00:03:12 +00:00
matt
e91d567fbb Add uboot.h which contains global_data and board_data structures. 2011-07-10 00:00:13 +00:00
christos
047570cb9a make obvious what we are trying to do... 2011-07-09 23:54:39 +00:00
christos
2284e7a4b7 revert accidental commit from unrelated change. no custom linux fork. 2011-07-09 23:46:32 +00:00
christos
fcc471f547 - add a routine to get the name of the card. 2011-07-09 23:18:05 +00:00
matt
cb0342e0ad Add NEED_MDSETIMAGE, NEED_BINARY, NEED_UBOOTIMAGE 2011-07-09 21:46:19 +00:00
matt
efe50c0ddf Pull in matt-nb5-mips64.
Add common clauses to make SREC, BINARY, UBOOT images.
2011-07-09 21:45:45 +00:00
tron
adbafa8a2b Add entry for directory "./usr/include/dev/dtv". 2011-07-09 21:24:29 +00:00
jmcneill
5d80814a14 use %zu to print size_t 2011-07-09 21:08:40 +00:00
christos
011f77f43e default mdnstries to 0; most people don't use mdns, so this prevents spurious
warnings.
2011-07-09 19:24:13 +00:00
jmcneill
0d860fd316 allow this to be compiled into the kernel 2011-07-09 19:24:10 +00:00
jmcneill
1bfce4c367 don't kmem_alloc with IPL_VM mutex locked, spotted by rmind 2011-07-09 17:55:20 +00:00
matt
a0640b2b58 Cleanu <machine/*> includes 2011-07-09 17:32:29 +00:00
dyoung
b21c7a6906 Use the definitions in mips/bus_{dma,space}_{defs,funcs}.h. 2011-07-09 17:22:08 +00:00
dyoung
7278b058df Don't install alpha/bus.h any more. 2011-07-09 17:19:21 +00:00
tron
c15a9046d9 Call the FUSE init operation before we try to access the file-system.
This prevents a crash in "fuse_ext2" which I previously worked around
with a patch.
2011-07-09 17:16:46 +00:00
dyoung
9c4afb0ddd Don't install sparc64/bus.h any more. 2011-07-09 17:15:46 +00:00
dyoung
3d03b3333b Increase SYMTAB_SPACE, again. Why it should be necessary over and over,
I do not know.
2011-07-09 17:13:32 +00:00
matt
55351c7e2a cleanup machine includes 2011-07-09 16:59:40 +00:00
matt
d218a6ab0a Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32 2011-07-09 16:58:04 +00:00
matt
f93ad4c31a Cleanup kernel files to use sys variants for bus.h, cpu.h, and intr.h
Use <mips/..> for db_machdep.h and psl.h
2011-07-09 16:09:01 +00:00
tron
f5c0fd2c7b Try to fix build of port where "char" is unsigned. 2011-07-09 16:04:34 +00:00
matt
f5439ed7d3 Allow algor kernels to be built under either algor/algor64 or
evbmips-el/evbmips64-el.  Note that MAXMAPARITITONS and majors numbers
differ between the two ports which is why two kernels are still needed.
2011-07-09 16:03:00 +00:00
riastradh
0343546951 Release mutex before unmapping DMA memory.
Fixes a LOCKDEBUG panic triggered by `hdaudioctl set'.

ok jmcneill
2011-07-09 16:01:31 +00:00
matt
47e061265c Add a common version of this for those port which use the generic mips
<machine/pci_machdep.h>
2011-07-09 15:57:39 +00:00
jmcneill
57cd951d29 dtv(4): Add digital TV framework.
auvitek(4): Add digital capture support.
2011-07-09 15:53:38 +00:00
matt
2c145d887d Use TOOL_GZIP 2011-07-09 15:50:38 +00:00
jmcneill
2fb2064b5f build auvitek_dtv.c too 2011-07-09 15:08:54 +00:00