summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-08-22Add support for the gmac clock.Mark Kettenis
2016-08-22Move all the platform-specific code into a new function sxiehci_attach_phy()Mark Kettenis
2016-08-22Add support for the usb clock. Also implements reset signal support.Mark Kettenis
2016-08-22Use the new clock API.Mark Kettenis
2016-08-22Use the new clock API to get the clock frequency from the device tree and theMark Kettenis
2016-08-22Add code to enable the pll6 clock.Mark Kettenis
2016-08-22Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with theJonathan Gray
2016-08-21Use generic clock API to enable the module clock.Mark Kettenis
2016-08-21Add support for all the ahb, apb0 and apb1 clock gating devices on sun4i,Mark Kettenis
2016-08-21Implement some fundamental clocks using the new clock framework.Mark Kettenis
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
2016-08-21When detecting the console on attach test fa_node and stdout_node not fa_regJonathan Gray
2016-08-21Remove the remains of a workaround to get GIC ranges for exynos.Jonathan Gray
2016-08-21Dynamically attach exuart using the FDT.Jonathan Gray
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