aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Always build ubldr as a soft-float binary as there is no support for VFPAndrew Turner2013-10-271-1/+1
* Turn on VM_KMEM_SIZE_SCALE on 32-bit as well as 64-bit PowerPC.Nathan Whitehorn2013-10-271-4/+12
* Fix a deadlock when trying to power off a USB device. The deadlockHans Petter Selasky2013-10-274-18/+44
* Eliminate a compiler warning about extraneous parens.Ian Lepore2013-10-271-2/+2
* Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch.Ian Lepore2013-10-271-1/+1
* Retire arm_remap_nocache() and the data and constants associated with it.Ian Lepore2013-10-2714-118/+18
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-2765-60/+8
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-2723-23/+0
* Fix build after r257162.Nathan Whitehorn2013-10-261-1/+1
* Maximize available kva space by doing static device mapping from the topIan Lepore2013-10-266-192/+312
* Make devices with registers into the KVA region work reliably. Without this,Nathan Whitehorn2013-10-261-6/+18
* Try even harder to find a console before giving up.Nathan Whitehorn2013-10-261-6/+11
* Handle (in a slightly ugly way) ePAPR-type loaders that just place aNathan Whitehorn2013-10-261-4/+36
* Bump initial TLB size. The kernel is not necessarily less than 16 MB anyNathan Whitehorn2013-10-261-1/+1
* Fix an itt instruction. We need to execute both the mov and b instructionsAndrew Turner2013-10-261-1/+1
* Start splitting pfvar.h into internal and external parts.Gleb Smirnoff2013-10-2611-185/+278
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-2633-293/+9
* Be a bit more flexible in how we find the console from the properties onNathan Whitehorn2013-10-261-10/+23
* Add some extra sanity checking and checks to printf format specifiers.Nathan Whitehorn2013-10-261-11/+11
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-2621-2/+42
* Interrelated improvements to early boot mappings:Nathan Whitehorn2013-10-2610-41/+96
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-26326-7/+409
* Clean up missed header references.Nathan Whitehorn2013-10-263-3/+3
* Remove unsigned < 0 comparison.Gleb Smirnoff2013-10-261-1/+1
* Move includes from if_bcereg.h to .c files.Gleb Smirnoff2013-10-262-45/+48
* Enable SATA interface on Armada XPZbigniew Bodek2013-10-262-0/+8
* Enable UART busy detection handling for Armada XP - based boardZbigniew Bodek2013-10-261-0/+4
* Wait for DesignWare UART transfers completion before accessing line controlZbigniew Bodek2013-10-262-1/+26
* Fix concurrency issues with TLB1 updates and make pmap_kextract() searchNathan Whitehorn2013-10-261-11/+27
* Switch to using ofw_bus_search_compatible() table-driven compat lookup.Ian Lepore2013-10-261-23/+42
* The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs.Nathan Whitehorn2013-10-263-192/+125
* Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces. pmap_set_memattr()Nathan Whitehorn2013-10-261-5/+66
* machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks toNathan Whitehorn2013-10-261-1/+0
* Do some cleanup of the SDT code. In particular,Mark Johnston2013-10-262-73/+69
* Fix build after r257111 by including headers with definition of pmap_kextract().Nathan Whitehorn2013-10-261-0/+4
* Fix a couple of bugs in the fasttrap emulation of a "push %rbp" instruction:Mark Johnston2013-10-261-7/+6
* add 0x8b, lifted from Linux iwlegacy/commands.hAdrian Chadd2013-10-261-0/+1
* vnet.h needs to be included before raw_cb.h. Now it compiles due toGleb Smirnoff2013-10-252-2/+2
* Begin fleshing out a knob to enable/disable bluetooth coexistence.Adrian Chadd2013-10-252-2/+38
* Temporarily disable multi-rate retry (link quality) and eliminate rateAdrian Chadd2013-10-251-25/+70
* Add id for GTM661W.Nick Hibma2013-10-252-0/+2
* Reject attempts to attack a disk device that has the old NEEDSGIANTJohn Baldwin2013-10-252-0/+8
* Add a helper routine to search for a compat string in a table thatIan Lepore2013-10-252-0/+30
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-258-21/+0
* Make sure to get the right node when looking up #interrupt-cells.Nathan Whitehorn2013-10-251-2/+2
* Convert e500 PCI driver to use common PPC PCI bus glue. No functionalNathan Whitehorn2013-10-252-278/+79
* Remove dead reference to PSL_MBO.Nathan Whitehorn2013-10-251-1/+1
* Remove some #ifdef and duplication in the MSR bit definitions. This addsNathan Whitehorn2013-10-253-94/+36
* Use common OFW root code to set up fdtbus. This is an almost purelyNathan Whitehorn2013-10-252-553/+10
* Test UARTs physical address instead of virtual.Aleksandr Rybalko2013-10-251-1/+7