summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Argh, commit from the wrong tree. Revert previous commit.Mark Kettenis
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Enable sximmc(4).Mark Kettenis
2016-08-20Increase MSGBUFSIZE to 8 pages.Mark Kettenis
2016-08-20Various improvements to make this work better.Mark Kettenis
2016-08-20Add some code to set the SD/MMC clocks.Mark Kettenis
2016-08-20Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takesMark Kettenis
2016-08-20Format string fixes in debug code: need %llx to print 64 bit valuesStefan Kempf
2016-08-20Replace bcmmuart(4) with com(4).Mark Kettenis
2016-08-20Remove obsolete sxiuart(4) header.Patrick Wildt
2016-08-20sxiuart(4) has been replaced with com(4).Patrick Wildt
2016-08-20Correctly enter a mapping as writable if no "page modified" emulationMark Kettenis
2016-08-20Figuring out the clock frequency used for a com(4) device on armv7 is hard.Mark Kettenis
2016-08-19move mem.c to hppa directory like every other arch.Ted Unangst
2016-08-19Make the FSR encoding strings match the ARMv7 ARM.Mark Kettenis
2016-08-19Seems we need to hold the PHY into reset a little bit longer. Without itMark Kettenis
2016-08-19Start using to XN flag to enforce that mappings without PROT_EXEC areMark Kettenis
2016-08-19Mark device memory as execute-never to prevent a speculative instruction fetchMark Kettenis
2016-08-19Map kernel .text read-only.Mark Kettenis
2016-08-19Adjust the definitions of L1_S_COHERENT_v7, L2_L_COHERENT_v7 andMark Kettenis
2016-08-19Use Access Flag to do page reference emulation.Mark Kettenis
2016-08-19avoid using an uninitialised variable with zero length iic_exec callsJonathan Gray
2016-08-18Separate out the Access Flag bit from the Access Permission bits in theMark Kettenis
2016-08-17Nothing from the original Wasabi code remains, so replace the copyrightPatrick Wildt
2016-08-17Remove bogus suspend/resume code from armv7 com(4) attachment driver.Patrick Wildt
2016-08-17Replace sxiuart(4) with the mostly compatible com(4).Patrick Wildt
2016-08-17Fix x86_atomic_{set|clear}bits_u64() by using the "er" constraint insteadMark Kettenis
2016-08-17use a register variable to get at the curcpu pointer in %g7David Gwynne
2016-08-17we have some spare interrupt levels, so move softnet above softclock.David Gwynne
2016-08-16remove #define for /dev/mem minors. let the raw magic of the hardcodedTed Unangst
2016-08-16move static variable up to firstTed Unangst
2016-08-16replace hand rolled tsleep physlock with rwlock. ok mlarkinTed Unangst
2016-08-16Remove RM7000/RM9000-specific performance counter code. It originatesVisa Hankala
2016-08-16Fix typo/inconsistensy where L1_S_DOMAIN was used instead of L1_C_DOMAIN.Mark Kettenis
2016-08-15normalize some commentsTed Unangst
2016-08-15Don't take shortcuts cleaning/invalidating the caches. The Cortex-A7 and mostMark Kettenis
2016-08-15Now that com(4) uses a different iot for the initial console and thePatrick Wildt
2016-08-15First stab at porting the awinmmc(4) driver from NetBSD. The driver willMark Kettenis
2016-08-15For some reason the RTL8211E PHY on the Banana Pi responds to both address 0Mark Kettenis
2016-08-15Allow com(4) to make use of the simplebus address translation.Patrick Wildt
2016-08-15Move the com(4) fdt attachment driver to a more generic location andPatrick Wildt
2016-08-15Use pinctrl to configure the pins used by the EMAC.Mark Kettenis
2016-08-15Use the regulator API to supply power to the target.Mark Kettenis
2016-08-15Drain FIFOs on init same as com(4) does it and reduce the RX FIFO interruptMarcus Glocker
2016-08-14Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code writtenMark Kettenis
2016-08-14remove uneeded sa1111_reg.h includeJonathan Gray
2016-08-14Remove code for Intel 80219/80321 xscale processors used by armish.Jonathan Gray
2016-08-14Fix setting the SMP bit in the Auxiliary Control Register. The old code wasMark Kettenis
2016-08-14Allow a bus_dmamap_sync() of length zero.Mark Kettenis