Age | Commit message (Collapse) | Author |
|
|
|
|
|
Root Complex mode. In its current state it probably only works on the
Marvell Armada 7K and 8K SoCs, but the same core is used on many other cores
as well.
|
|
ref clock in imxccm(4). We can now also remove the global variable
that stored the pointer to the imxccm(4) softc.
|
|
|
|
and sata ref clock in imxccm(4).
|
|
clock in imxccm(4).
ok kettenis@
|
|
|
|
|
|
|
|
Root Complex mode. In its current state it probably only works on the
Marvell Armada 7K and 8K SoCs, but the same core is used on many other cores
as well.
|
|
SPI is already included and adding 32 means we skip the first 32 available
MSI vectors, which is quite disastous if we only have 32 vectors like on
the Marvell Armada 8040.
ok patrick@
|
|
OK millert@ visa@
|
|
OK millert@
|
|
using the "a4x" bus tag for the non-console code in the fdt glue.
ok patrick@
|
|
using the device tree.
|
|
|
|
|
|
|
|
input & ok jsg
|
|
that are mostly NS16550 compatible but use 32-bit instead of 8-bit registers
such as the Synopsys Designware UARTs found on many armv7, arm64 and amd64
SoCs.
tested by florian@, blum@
ok deraadt@
|
|
Previously it was possible to overflow integers while parsing. With this
diff, we support any kind of POSIX-compatible integers for comparisons.
with input by and ok schwarze, ok tb
|
|
SSL_CTX_get_default_passwd_cb(3) and
SSL_CTX_get_default_passwd_cb_userdata(3).
Merge the documentation, tweaked by me;
from Christian Heimes <cheimes at redhat dot com>
via OpenSSL commit 0c452abc Mar 2 12:53:40 2016 +0100.
|
|
X509_STORE_get0_param(3); write the documentation from scratch.
|
|
X509_OBJECT_get_type(3). It is undocumented in OpenSSL,
so write some documentation from scratch.
|
|
pointers. Since binutils 2.17 is compiled with -Werror, this breaks the
build. Change the function to return -1 as suggested by the comment in
said function.
ok kettenis@
|
|
enable the PLL even if the (optional) "fsl,anatop" property is not
available or if the regmap cannot be found.
Suggested by kettenis@
|
|
calling imxccm using a special function.
ok kettenis@
|
|
the USB charging detect so that we can replace the current code in
imxccm(4).
|
|
from the clock framework, and instead always pass the driver's softc
as function parameter.
|
|
|
|
that when we tackle it again.
|
|
has currently not been set correctly. The phy speed is based on
IPG clock, not the Ethernet PLL divisor. Also when we bumped the
frequency base from kHz to Hz, we missed to update the divisor as
well. Clarify the formula being used to calculate the phy speed
and make use of the clock framework.
ok kettenis@
|
|
memory that is filled with junk only. Allocate the empty string
with malloc(3) and initialize it explicitly with the NUL terminator.
OK tb@ tobias@
|
|
|
|
|
|
Fixes softdep+UFS2. Found out the hard way by naddy@
ok visa@ naddy@ deraadt@
|
|
Avoid useless sub shell in make command.
Be more verbose as such tests are easier to debug.
Use absolute path by default to see which apply is tested.
|
|
|
|
|
|
|
|
arbitrarily different, the array is in general no longer sorted.
This commit copies a small hidden bugfix from the OpenSSL commit
https://github.com/openssl/openssl/commit/fbb7b33b
the rest of which is merely cosmetics.
I discovered the bug independently while documenting sk_find(3).
Keep the library's idea of when an empty stack or a one-element stack
is sorted and when it is not bug-compatible with OpenSSL, even though
in fact, empty and one-element stacks are of course always sorted.
OK beck@
|
|
to make it compile when enabled.
from hshoexer@
|
|
|
|
requested by deraadt@ after repeated questions on bugs@ and tech@,
e.g. from Gregoire Jadi and Craig Skinner.
|
|
array. Just point at the provided optarg like '-l' does. Also,
no need to initialize a static pointer to NULL.
|
|
support for using U-Boot's network layer. Since arm64 and armv7's
efiboot(8) have the same heritance the diffs from arm64 simply applied
to armv7.
|
|
|
|
|
|
Network protocol or not.
|