Commit Graph

245614 Commits

Author SHA1 Message Date
kiyohara
b12de3745b omap2_gpio_*() into #if - #endif. 2016-10-16 23:07:31 +00:00
dholland
55654b73a0 Use ktrgeniov, not ktrgenio, in writev. 2016-10-16 20:09:53 +00:00
mrg
8ff6613533 switch alpha to GDB 7.12. it works just as featureful as 7.7/7.10.
'step' and 'stepi' both fail, but 'next' and break points are ok,
so a sufficiently determined user can get somewhere..

someone should try to fix 'step'.  it appears to loop forever inside
ld.elf_so for me in an atomic cas function.
2016-10-16 19:20:02 +00:00
nat
c4d769f277 regen. 2016-10-16 18:49:17 +00:00
nat
529ceae0f0 Add quirk for C-Media USB Pnp sound card.
Without this I was unable to record.  The recording volume is still way to
low but it's possibly my microphone.

OK christos@
2016-10-16 18:47:49 +00:00
kiyohara
690d79d20d Remove not commited header-file and variable. 2016-10-16 13:54:28 +00:00
kiyohara
64c45e020d Fix miss commit.
Add macro OMAP2_I2C_FIFOBYTES.
2016-10-16 13:09:57 +00:00
maxv
f89daf891a Remove unused (and buggy) function. Not even compile-tested, but I've
been told to go ahead anyway.
2016-10-16 10:57:58 +00:00
maxv
cde1c29832 Remove lapic_tpr on amd64 and i386, unused. Now, we have only one pointer
to the LAPIC page, and each register access is done with relative offsets.
2016-10-16 10:51:31 +00:00
maxv
2219f13b2a Use offsets to access the TPR, and not lapic_tpr.
For the record: I'm not sure exactly why it was originally done this way,
and the cvs logs are not quite enlightening. It might have been a way to
speed up the asm access, but it would sound a little bizarre since there
are many more legitimate reasons to do it on the EOI register instead.
2016-10-16 10:38:49 +00:00
maxv
7ab054030e Use the generic i82489_writereg instead of lapic_tpr, for consistency. 2016-10-16 10:24:58 +00:00
mrg
c9be6ee8d6 mknative-gdb for GDB 7.12 and alpha, mipsel and mipseb.
alpha and mipseb build (mipsel should), nothing is tested.
2016-10-16 08:23:05 +00:00
mrg
14a15c5f7b build fixes for sgimips and xorg-server 1.18.
newport and crime need to be ported away from XAA.
2016-10-16 08:20:58 +00:00
kre
30a3d786ca This should return the amd64 build to a working state (and hopefully
i386 as well) - but this is a hideous hack, and should be reverted
as soon as a better (which means any) alternative is available.
2016-10-16 06:40:43 +00:00
mrg
3488189caf begin to get alpha to xorg-server 1.18 - disable the known problematic
drivers.
2016-10-16 06:23:48 +00:00
abhinav
77df47bda0 Fix the bug introduced in the previous commit.
The lengths of the lines being compared were not correct. Essentially, we
were comparing the length of the buffers instead of the length of the strings.

This patch also avoids calling skip() twice for the same line.

Thanks to Rin Okuyama for the patch.
2016-10-16 06:17:51 +00:00
wiz
02b19f3777 Add missing verb. New sentence, new line. 2016-10-16 05:32:30 +00:00
wiz
d42d91aeec Add missing word. 2016-10-16 05:28:33 +00:00
wiz
7a268bffe0 New sentence, new line. 2016-10-16 05:26:20 +00:00
wiz
94e9fec48d Whitespace. 2016-10-16 05:25:52 +00:00
mrg
c03f037c58 define _KMEMUSER so that necessary things become visible always. 2016-10-16 05:12:20 +00:00
mrg
746c06bddd fix !INET6 builds 2016-10-16 05:11:34 +00:00
mrg
017dc3205b switch sparc, sparc64, arm and powerpc to gdb 7.12. 2016-10-16 05:08:59 +00:00
mrg
4141e03cf9 pass GDB_MACHINE_ARCH to mknative-gdb and use that as the subdir.
obtain GDB_MACHINE_ARCH from the new gdb Makefile.gdb_arch.
2016-10-16 04:37:42 +00:00
mrg
b0273061d2 move the GDB_MACHINE_ARCH setting into a separate file so tools can
access it.  modify it such that it's "arm" or "armeb" for all arm,
but only in new gdb, not gdb.old (avoid changing gdb.old as much
as possible now.)
2016-10-16 04:36:51 +00:00
mrg
47f5dba6de gdb only needs on arm and on armeb set, for all the 32 bit arm ports.
regen arm and armeb for gdb 7.12, and delete the rest.
2016-10-16 04:30:04 +00:00
jdolecek
4db570fea8 getopt() result is int; fixes build on arm, pointed out by Rin Okuyama 2016-10-15 22:23:50 +00:00
oster
5a54295bea Cleanup/remove unused asm_count. Reported by David Binderman in PR#51552.
Thanks!
2016-10-15 20:31:15 +00:00
rkujawa
9fc67ee09f Note improvements by mbouyer and kiyohara. 2016-10-15 19:51:48 +00:00
maya
3f12f1fa8e linkerscripts for mips are built only on mips64*
so file lists should have these files for 64bit only too
2016-10-15 17:55:28 +00:00
jdolecek
89f2f7ea65 provide intr xname 2016-10-15 16:46:14 +00:00
jdolecek
2a3f2e45c6 fix tyop 2016-10-15 16:31:16 +00:00
kiyohara
31f9eceffc Add map for DuoVero and Pepper. 2016-10-15 16:30:46 +00:00
kiyohara
3aecbbc2d6 Add Pepper and DuoVero. 2016-10-15 15:33:02 +00:00
kiyohara
9a9641abaa Add Gumstix Inc's Pepper and DuoVero. 2016-10-15 15:29:51 +00:00
kiyohara
f4149f486f Support Duovero and Pepper. 2016-10-15 15:27:18 +00:00
kiyohara
e9ec615c21 s/at mainbus0/at mainbus?/. And indent. 2016-10-15 15:24:00 +00:00
kiyohara
f38cc32350 Attach icu before attaching gpio. 2016-10-15 15:14:20 +00:00
kiyohara
e446d00d6a Support TI_AM335X gpio to omap2_gpio.c. 2016-10-15 15:11:56 +00:00
kiyohara
d8a5f6f371 Fix broken settings for AM335X's I2C[12]. 2016-10-15 15:08:59 +00:00
kiyohara
bd10392980 Add support OMAP_4430. 2016-10-15 15:00:12 +00:00
kiyohara
cab58e4e51 Add White LED initialize function. 2016-10-15 14:40:41 +00:00
kamil
cc5d581159 Add NetBSD CVS Id on top of the wcsnlen.c file 2016-10-15 14:30:36 +00:00
kamil
ea5cf14493 libc: Add the wcsnlen(3) function in <wchar.h>. 2016-10-15 14:25:31 +00:00
kamil
6245abaafa Import wcsnlen(3) to libc
The wcsnlen(3) function conforms to POSIX.1-2008 and is an addition to the
ISO C standard.

size_t wcsnlen(const wchar_t *s, size_t maxlen);

The wcsnlen(3) function computes the number of wide-characters in a wide-
-string to which s points, not including NULL terminating wide-character
code and checking no more than maxlen wide-characters. This function never
examines wide-characters beyond a wide-string of maxlen size.


This function is a safer version of wcslen(3):

size_t wcslen(const wchar_t *s);


Update STANDARDS section of wmemchr(3) describing wide-character functions.
2016-10-15 14:21:59 +00:00
skrll
01368dbcc2 Sort entries within conditional blocks 2016-10-15 12:38:03 +00:00
maya
aa71315a69 this rule shouldn't be specific to little endian 2016-10-15 12:30:55 +00:00
christos
a419901429 Adapt from powerpc(32) 2016-10-15 12:19:02 +00:00
jdolecek
efdf03ed86 reduce the affinity column to just 5 chars for compact list 2016-10-15 12:14:00 +00:00
jdolecek
8804f261c0 add -c option to list command for compact list, it displays totals rather then
per-CPU stats
2016-10-15 12:06:27 +00:00