239005 Commits

Author SHA1 Message Date
jmcneill
bd7b975898 initialize allocated gem object memory to 0 2015-11-16 21:41:29 +00:00
phx
ce99ffa7ea wscons and Xorg support for CirrusLogic GD542x based boards (grf3). 2015-11-16 21:25:34 +00:00
phx
2bf6198c32 Fixed bug in wsdisplay copyrows textop.
Fixed WSDISPLAYIO_SVIDEO, which had inverted functionality.
Improved FBINFO setup. 15 and 16 bits depth both have 16bpp now.
2015-11-16 21:24:06 +00:00
jmcneill
99ca455981 commit window changes when updating base 2015-11-16 21:14:51 +00:00
jmcneill
8797104197 use XRGB8888 for framebuffer 2015-11-16 21:14:33 +00:00
christos
fcc3c9564a PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX) 2015-11-16 17:09:56 +00:00
christos
d59d77037c - update NAME_MAX to match the kernel.
- add a comment about where the constant is used.
2015-11-16 17:06:47 +00:00
msaitoh
78cac4e704 Add Braswell PCU SMBus. 2015-11-16 15:01:22 +00:00
msaitoh
2cb5ced466 Regen. 2015-11-16 15:00:13 +00:00
msaitoh
7d58b53c7f Change macro name of Braswell PCU SMBus. 2015-11-16 14:59:45 +00:00
msaitoh
31350bb457 Regen. 2015-11-16 14:20:00 +00:00
msaitoh
91c255d2ec Add Braswell devices from "Table 23-4 PCI Devices and Functions,
N-Series Intel Pentium Processorts and Intel Celeron Processors Datasheet
(Document Number: 332093-001)"
2015-11-16 14:19:39 +00:00
bouyer
050d2bcdd9 Remove USB HID entries, they're already in usbdevices.config 2015-11-16 12:35:54 +00:00
jnemeth
6141a178e3 correctly print the gpt header revision as a "float" 2015-11-16 12:24:13 +00:00
msaitoh
addef40090 Define PCIE_XCAP_{VER,TYPE}(x) and use them. 2015-11-16 09:10:58 +00:00
ozaki-r
17001ea619 Add missing rtfree 2015-11-16 05:39:39 +00:00
mrg
b6e10eb27c note cpuctl and multiple-cpu support. 2015-11-16 03:38:18 +00:00
mrg
d94f57291f allow most commands to specify more than one cpu. now you can online or
offline (or identify, or intr/nointr) a list of cpus all together.
2015-11-16 03:34:50 +00:00
mrg
f94c9137cf convert getcpuid() to take char* not char** 2015-11-16 02:04:32 +00:00
mrg
0e5e5d5b01 use stdbool.h 2015-11-16 02:02:41 +00:00
jmcneill
a85a846423 disable data island packet transmission on Tegra124 HDMI codec 2015-11-15 23:03:50 +00:00
jakllsch
3bf079f55c Avoid NULL dereference in linux_worker_intr() in WORK_DELAYED_CANCELLED case.
Potentially fixes PR#49560.
2015-11-15 22:56:24 +00:00
bouyer
4a42ef10b1 Add genfb1, awindebe1, and awintcon1. These will attach if the fex
script request them.
While there add USB HID, keyboard, mouse and touchscreen.
If you have a display you'll most proabbly want input devices too.
2015-11-15 21:31:29 +00:00
bouyer
dd1e9ee14e Add support for LVDS output on tcon0. Tested with a full HD LVDS display.
Other LCD interfaces not supported yet, mostly by lack of hardware.
The LVDS output and timings are set from the FEX script.
2015-11-15 21:28:54 +00:00
martin
c6240a4b43 PR 32999: adjust VM parameters for 64 bit kernel/userlands.
Limit old binaries (i.e. processes not using topdown VA layout) to 2 GB
data size.
Use the same limits as native sparc for netbsd32 emulation - we need to
revisit this, but currently automatic test runs in this environment
fail big time, so there is no easy way to verify any changes.
2015-11-15 20:35:33 +00:00
plunky
11e6538c0e Antti is Kantee 2015-11-15 19:44:31 +00:00
pooka
d97f016d89 Always descend into component directories for rumpdescribe. 2015-11-15 16:54:16 +00:00
bouyer
d4845d0072 Fix typo which caused the kenrel thread to be created with a 0 priority.
This would cause the thread to be almost never scheduled when a userland
process could use all CPU.
Should fix the problem reported by Torbjörn Granlund on port-xen@
2015-11-15 14:42:03 +00:00
jmcneill
8bb09c02f2 If we are going to be doing read/modify/write in triple-buffered mode, make sure we don't read back the buffered values and not the active ones 2015-11-15 14:39:12 +00:00
pooka
33a1fe2a2d describe => rumpdescribe 2015-11-15 13:50:10 +00:00
isaki
e95d7bfcc6 Correct the x68k's Backspace key behavior.
With this fix, the Backspace key on x68k keyboard erases
previous one character, instead of outputting '^?' character.
Reported by Yasushi Oshima (two months ago..)
2015-11-15 06:43:17 +00:00
pgoyette
276f2f0e73 Add the newly-created wapbl module to the sets list. 2015-11-15 03:13:18 +00:00
pgoyette
d00d1cd7dc Actually create the wapbl module, since it works. 2015-11-15 03:12:14 +00:00
pgoyette
3b2f494e00 Enable the module's MODULE_CMD_FINI action. It actually works as
intended.
2015-11-15 03:09:39 +00:00
pgoyette
4873380492 If file system ffs is built with WAPBL defined, make sure that the
module depends on the wapbl module.

No impact to users of built-in ffs file system code, as the WAPBL
#define will cause inclusion of the code in the kernel.

A standard build of the modular ffs file system code will #define
WAPBL, so the module will only work on a kernel which was also
built with WAPBL defined (or, once I commit it, with a dynamically-
loaded wapbl module).
2015-11-15 01:39:23 +00:00
jmcneill
023beee979 set vbus-gpio property on tegrausbphy, not ehci 2015-11-14 23:32:31 +00:00
jmcneill
a0176ff23b tegracec can get physical address from tegradrm now 2015-11-14 23:17:39 +00:00
jmcneill
1f22c2f2a0 expose HDMI from HDMI VSDB as physical-address device property when available 2015-11-14 23:16:41 +00:00
jmcneill
1bd7164caf parse_hdmi_vsdb: read the HDMI physical address from the HDMI VSDB and store it on the connector 2015-11-14 23:15:44 +00:00
jmcneill
90a76f7b4b sleep before asking the PMIC to power off 2015-11-14 23:04:30 +00:00
pgoyette
7935b6fc9b Enable installation of amd64 on an lfsv2 partition.
XXX Other ports will need similar changes to arch/.../md.h after testing!

XXX The mount_lfs warning about lfs being experimental may confuse or
XXX corrupt the sysinst display window.
2015-11-14 23:00:17 +00:00
pgoyette
4746239292 Remove historic references to wapbl. 2015-11-14 22:03:54 +00:00
jmcneill
8d283e7ccb hdmi_audio_infoframe_pack: Initialize the entire output buffer.
hdmi_infoframe_checksum: Fix HDMI infoframe checksum calculations.
2015-11-14 18:04:05 +00:00
christos
fb472d3ca7 refresh 2015-11-14 16:25:48 +00:00
maxv
1433b9b2e5 KNF, and fix some comments 2015-11-14 14:01:23 +00:00
christos
803cade3fe PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in the
ports that support it.
2015-11-14 13:29:35 +00:00
jmcneill
6f6f55f60c support video=<mode> kernel cmdline for setting HDMI-A-1 preferred video mode 2015-11-14 13:28:53 +00:00
jmcneill
82a3fba4cf Support command-line modes by picking up connector modes from the device
properties. The connector name is the key name in the device properties
dictionary.
2015-11-14 13:27:29 +00:00
jmcneill
6737f07729 Hardware cursor support. 2015-11-14 11:55:36 +00:00
bouyer
a83db5274c Wait 20ms for the PLL to stabilize after enabling it.
Fixes occasional bogus size report for my SD card.
2015-11-14 10:32:40 +00:00