Commit Graph

202410 Commits

Author SHA1 Message Date
matt
4d00b9f7cd Use a private bus_space for freescale eSDHC controller (only allows
32 bit access).
2011-06-29 06:12:10 +00:00
matt
606d897e33 More MP support. 2011-06-29 06:06:04 +00:00
matt
9d61554964 Add an empty pmap_md_tlb_info_init. 2011-06-29 06:05:38 +00:00
matt
784a09c5b5 Add cpu_hatch and cpu_boot_secondary_cpus. 2011-06-29 06:03:52 +00:00
matt
02c5e60b97 Add VERBOSE_INITPPC flag 2011-06-29 06:02:43 +00:00
matt
599d43de9d Add some e500 MP prototypes. 2011-06-29 06:01:33 +00:00
matt
9dcc0b6f65 Declare cpu_hatch_data 2011-06-29 06:00:56 +00:00
matt
1543ad8fcb Cleanup hatch names.
Add cpuset_info.
2011-06-29 06:00:17 +00:00
matt
e2c043f70d Add cpu_send_ipi stub 2011-06-29 05:57:30 +00:00
matt
c35009adce Only attach tc on primary cpu. 2011-06-29 05:56:31 +00:00
matt
d1a2071ebc Panic when an ipi is sent to unknown cpu. 2011-06-29 05:55:47 +00:00
matt
b2c694f892 Multiprocessing fixes. 2011-06-29 05:53:44 +00:00
matt
3162fd7666 Some initial MULTIPROCESSOR spin code. Doesn't work yet. 2011-06-29 05:53:05 +00:00
matt
bd38a7a8c6 Wildcard cpu* since the P2020 is dual core. 2011-06-29 05:51:56 +00:00
mrg
6df884f582 add support for C files that are linked to different names for building. 2011-06-29 05:18:32 +00:00
mrg
3e9b4b1af1 fix all-tree.def, and add gtyp-input.list 2011-06-29 05:06:03 +00:00
macallan
d981780965 make the EDID buffer pointer void * 2011-06-29 05:00:06 +00:00
mrg
0f414831b1 pull across these new files from old gcc. from chuq. 2011-06-29 04:59:10 +00:00
macallan
dcc7dd1b42 make sizes unsigned 2011-06-29 04:50:32 +00:00
macallan
7ebc354766 support WSDISPLAYIO_GET_EDID 2011-06-29 03:14:36 +00:00
macallan
f4441d032a declare wsdisplayio_get_edid() 2011-06-29 03:11:59 +00:00
macallan
8db9d73a65 dumping ground for generic driver convenience functions
So far it contains only a generic WSDISPLAYIO_GET_EDID implementation that
relies on EDID data being passed to drivers as a device property.
2011-06-29 03:09:37 +00:00
macallan
5058059930 add two new ioctl()s:
WSDISPLAYIO_GET_EDID to retrieve EDID data from display drivers
WSDISPLAYIO_SET_POLLING to control polling with VCONS_DRAW_INTR
2011-06-29 03:06:16 +00:00
mrg
fa32e7c8ca add gmp generated files for sparc64 2011-06-29 02:56:24 +00:00
mrg
56349c28d3 use __unused instead of having a function call itself, to provide an
empty translation unit.
2011-06-29 02:41:03 +00:00
mrg
90786c5ad2 apply some -Wno-enum-compare 2011-06-29 02:40:11 +00:00
mrg
634f9d1313 apply some -Wno-enum-compare. 2011-06-29 02:36:26 +00:00
mrg
8f5647d330 apply some -fno-strict-aliasing
XXX -- someone please fix this properly.
2011-06-29 02:36:13 +00:00
mrg
1f06d4e421 protoize/unprotoize are no more. 2011-06-29 02:27:17 +00:00
mrg
da2c19b170 add the generated manuals. 2011-06-29 02:26:47 +00:00
mrg
7057fa83ce apply some .if checks upon dependancies. 2011-06-29 02:17:35 +00:00
mrg
1bdcc16077 make this build with GCC 4.5. 2011-06-29 02:17:17 +00:00
mrg
ced2f717a8 move gcc-options.c generation in here.
handle i386 in here as well.

XXX: need to see about mknative-gcc handling eg, driver-i386.c
2011-06-29 02:16:52 +00:00
mrg
88f9a3a147 use LIBISPRIVATE here. 2011-06-29 02:15:34 +00:00
mrg
c25a6ba022 add G_BUGURL and G_PKGVERSION variables that are unquoted versions. 2011-06-29 02:15:13 +00:00
mrg
0976220d72 update the gcc-vers.texi generation and fix various build issues. 2011-06-29 02:14:28 +00:00
mrg
8d616c352f fix the path for libdecnumber. 2011-06-29 02:13:59 +00:00
mrg
bf3f398f4e fix a merge error with LIBGCC_PIC_SUFFIX code. 2011-06-29 02:12:29 +00:00
mrg
f7fea21d51 re-enable the gcc 4.5 crtstuff/libgcc builders now that they work.
also build the gmp, mpfr and mpc libraries in this case.
2011-06-29 02:05:24 +00:00
mrg
a4e3e6142c get libdecnumber info out of GCC. 2011-06-29 02:02:38 +00:00
mrg
d15283f250 minor fixes for libstdc++-v3 build.
fix the gengtype call.
2011-06-29 02:01:37 +00:00
mrg
b26ad80212 these need -lintl now. 2011-06-29 02:00:09 +00:00
mrg
f15b09a338 use:
extern "C" { stuff-here; }
instead of just
  extern "C" stuff-here;
that GCC 4.5 demands.
2011-06-29 01:59:26 +00:00
mrg
30b4ed22df - build libdecnumber
- don't build protoize/unprotoize
- use libdecnumber and VER_CPPFLAGS
2011-06-29 01:57:59 +00:00
mrg
a98337dbce consolidate the tconfig.h generation. 2011-06-29 01:56:57 +00:00
simonb
be40ac2f1f Update date (ok phone). 2011-06-29 01:38:27 +00:00
ahoka
85c2d48387 dont define FLASH_DEBUG in header 2011-06-28 21:01:23 +00:00
ahoka
df8b0211cd use proper format string 2011-06-28 20:58:00 +00:00
ahoka
b4eb090198 add flash_addr_t 2011-06-28 20:49:43 +00:00
riz
ad760bfaf3 Don't hardcode the libpuffs path to /usr/src/lib/libpuffs. 2011-06-28 20:28:48 +00:00