Commit Graph

245626 Commits

Author SHA1 Message Date
mrg
e110ade75c mknative-gdb for GDB 7.12 for m68k and vax. untested. 2016-10-17 17:38:07 +00:00
mrg
15077f1b3c add some missing casts and make these build. 2016-10-17 17:37:44 +00:00
flxd
c49ef5bc4b Add 53C810AP for FreeAXP's emulation of a DEC KZPAA adapter. 2016-10-17 16:02:10 +00:00
christos
a417a46e02 regen powerpc64 2016-10-17 14:02:20 +00:00
ryo
6ee745045e * Add option MEMSIZE_RESERVED to reserves memory for Cortex-M4 area
* change KERNEL_BASE from 0x80008000 to 0x82000000
2016-10-17 10:36:56 +00:00
ryo
68069712b5 add more register definitions. 2016-10-17 09:21:51 +00:00
mrg
c1e10f7755 mknative-gdb for GDB 7.12 and i386 (untested) 2016-10-17 06:26:37 +00:00
mrg
fe0f2a5492 add missing i386bsd_supply_gregset() and i386bsd_collect_gregset() protos 2016-10-17 06:26:20 +00:00
mrg
3caff98623 mknative-gdb for GDB 7,12 and mips64*. untested (but builds.) 2016-10-17 04:15:35 +00:00
christos
8481accb85 PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash.
Initialize variable so that we don't get random behavior on cleanup.
2016-10-17 00:52:53 +00:00
joerg
e9e26132dd Add basic glue for AArch64, including not-yet-used assembler files. 2016-10-17 00:24:13 +00:00
joerg
11ff370a53 Make assembler modules optional for ARM architectures. 2016-10-17 00:23:47 +00:00
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