summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-07-09Use mac address and phy id from the fdt. Store settings for a secondJonathan Gray
2016-07-05Remove debug code that slipped in.Visa Hankala
2016-07-05Add openprom(4) for octeon.Visa Hankala
2016-07-04Add nep(4).Mark Kettenis
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-07-04On Quad-G5 make hpb(4) attach first when iterating PCI buses.Martin Pieuchot
2016-07-02Get 'AOAShasta' soundchip working found on PowerMac9,1.Marcus Glocker
2016-07-01Add fdt init for octeon.Visa Hankala
2016-07-01add a simple keyboard backlight driver for some chromebooks,Joshua Stein
2016-07-01SolidRun's HummingBoards and CuBoxes are also available withPatrick Wildt
2016-06-29Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This bitMike Larkin
2016-06-28Don't panic on null vmxon region or vmxon failure - this will be handledMike Larkin
2016-06-28Enable UMIP feature if present. miod originally pointed this out to me.Mike Larkin
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-26Dynamically attach cpsw(4) with the FDT.Jonathan Gray
2016-06-26Dynamically attach tiiic using the FDT.Jonathan Gray
2016-06-26Oups, remove '#define I2S_DEBUG' again.Marcus Glocker
2016-06-26Make i2s compile with I2S_DEBUG; %x -> %p.Marcus Glocker
2016-06-26add a missing argument specified in format string so this builds againJonathan Gray
2016-06-26destaticJonathan Gray
2016-06-26Dynamically attach omdog(4) using the FDT.Jonathan Gray
2016-06-22Fetch MAC address from FDT.Mark Kettenis
2016-06-22Add support for the second GMX interface on Octeon II. This enablesVisa Hankala
2016-06-22Identify UMIP feature, if available.Mike Larkin
2016-06-22dont need a traliing \ on a line in c code, it's not a macro definition.David Gwynne
2016-06-22Main Hyper-V nexus driver, work in progress.Mike Belopuhov
2016-06-22Setup Hyper-V hypercall page and an IDT vector.Mike Belopuhov
2016-06-21Remove code to generate uboot tags. It hardcoded information for a singleMark Kettenis
2016-06-21add support to efifb for drawing a console on a coreboot framebufferJoshua Stein
2016-06-21Add sc_cookie in sigcontext, as same as other ports.Kenji Aoyama
2016-06-20rework the splfoo implementation so it can provide splraise.David Gwynne
2016-06-19omap4 uart is compatible with omap3 uart but has it's own compatible stringJonathan Gray
2016-06-19dynamically attach omap uart with fdtJonathan Gray
2016-06-18Make the 1 Gbps SGMII settings the default to define a consistent set ofVisa Hankala
2016-06-18Fix PCS block size.Visa Hankala
2016-06-18Stop setting the 4-bit mode capability flag for now.Jonathan Gray
2016-06-18Dynamically attach ommmc with fdt. Offset the start of the memory regionJonathan Gray
2016-06-16Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate anyMark Kettenis
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-14If the FDT node has a "non-removable" property, return 1 from the cardMark Kettenis
2016-06-14provide splraise on landiskDavid Gwynne
2016-06-14Make fdt_node_property() return -1 if the requested property can't be foundMark Kettenis
2016-06-14imxdog* at fdt? here too.Mark Kettenis
2016-06-13rename raiseipl to splraise()David Gwynne
2016-06-13Dynamically attach imxdog(4) using the FDT.Mark Kettenis
2016-06-13Use "bus-width" property to determine whether 4-bit and 8-bit mode areMark Kettenis
2016-06-13rename _splraise to splraiseDavid Gwynne
2016-06-13rework sparc64 splfoo functions to be more consistent with other archsDavid Gwynne
2016-06-12Use OF_getpropintarray().Mark Kettenis
2016-06-12Dynamically attach fec(4) using the FDT.Mark Kettenis