summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-07-11Hook up imxgpio(4) to the FDT gpio framework.Mark Kettenis
2016-07-10Not all i.MX6 devices have a pinctrl property in their device nodes.Patrick Wildt
2016-07-10Fix typo. Pointed out by patrick@Mark Kettenis
2016-07-10Dynamically attach imxgpio(4) using the FDT.Mark Kettenis
2016-07-10Add support for handling pinctrl device tree bindings to imxiomuxc(4).Mark Kettenis
2016-07-10Use the synciobdma instruction instead of the sync instruction forVisa Hankala
2016-07-10Instead of attaching the omap device based on board ids follow imxJonathan Gray
2016-07-10Remove now unused definitions for drivers that have been converted toJonathan Gray
2016-07-09Simplify the i.MX6 platform code. The list of board devices is nowMark Kettenis
2016-07-09Perform PHY-specific initialization based on the PHY ID instead of theMark Kettenis
2016-07-09Dynamically attach i.MX6 ehci(4) using the FDT.Mark Kettenis
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