summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-05-21Implement openprom(4) for armv7.Mark Kettenis
2016-05-21Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2cMark Kettenis
2016-05-21Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic.Visa Hankala
2016-05-21panic() if an incoming packet does not consist of one buffer. ThisVisa Hankala
2016-05-21Copy dtb files to miniroots and install disk. Increase the ramdisk sizeJonathan Gray
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similarTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similarTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similar.Theo de Raadt
2016-05-20Add compatible string to board id mappings for almost all of the otherJonathan Gray
2016-05-20Add a workaround for software reset described in the TI docs where weJonathan Gray
2016-05-20Ooops, fix the OpenBSD tag.Marcus Glocker
2016-05-20Hook up smu(4) to the thermal management framework.Marcus Glocker
2016-05-20Add a thermal management framework for macppc which controls the fan speedMarcus Glocker
2016-05-20Change the identification string to "nxp,pcf8523" as this is what is storedMark Kettenis
2016-05-20Attempt to allocate 32MB at the lowest address that is aligned on a 256MBMark Kettenis
2016-05-20Please int3 guards around unused debug splx versions so we can stopTheo de Raadt
2016-05-20Set "openbsd.bootduid" property of "/chosen" to the DUID of the boot disk.Mark Kettenis
2016-05-20For FDT-based boots, look for a "openbsd,bootduid" property of the /chosenMark Kettenis
2016-05-20split the ACPI resume trampoline into code and data pages, and protectMike Larkin
2016-05-20add init_mainbus() hooks for the other armv7 platformsJonathan Gray
2016-05-19Make fdt_node_add_property() behave like fdt_node_set_property() if theMark Kettenis
2016-05-19Fix the previous commit which made work queue entries get released tooVisa Hankala
2016-05-19Disable dynamic short buffering to make all RX data land on buffersVisa Hankala
2016-05-19Remove the PHYTEC phyFLEX support code, patrick says he no longerJonathan Gray
2016-05-19Match compatible strings for utilite which identifies as "cm-fx6" inJonathan Gray
2016-05-19Use OF_is_compatible(9). Simplifies the code and should make pci withinMark Kettenis
2016-05-19Implement OF_is_compatible(9).Mark Kettenis
2016-05-18Introduce a per-platform init_mainbus() hook that can be used to attachMark Kettenis
2016-05-18Save and restore 'gbr' register when enter/leaving the kernel, and usePhilip Guenther
2016-05-18Remove unused probe function.Mark Kettenis
2016-05-18tabs vs spacesMike Larkin
2016-05-18add a check for the acpi trampoline data page to match the code checkMike Larkin
2016-05-18Split i386 mp hatch trampoline into code and data pages, and protect eachMike Larkin
2016-05-18Accept cnmac as a valid rootdev from uboot on octeon.Visa Hankala
2016-05-17Fix a few more warnings such that this compiles again.Mark Kettenis
2016-05-17Enable -Wall -Werror. Fix warnings uncovered by this.Mark Kettenis
2016-05-17Add support for passing an FDT. The bootloader will update the "bootargs"Mark Kettenis
2016-05-17Enable the pcf8523 RTC on Hummingboard and CuBox-i.Mark Kettenis
2016-05-16Make this actually work. This makes the following changes:Mark Kettenis
2016-05-16Use OF_is_compatible(9) here.Mark Kettenis
2016-05-16POSTREAD needs to flush the D-cache since speculative loads might (and do)Mark Kettenis
2016-05-16Implement membar(9) for armv5. As there are no barrier instructions inJonathan Gray
2016-05-16fix perms (previous cleanup commit introduced part of an unrelated change)Mike Larkin
2016-05-16spaces -> tabsMike Larkin
2016-05-16default to int3 padding if we ever introduce ENTRY/NENTRY pads hereMike Larkin
2016-05-16place .globals further up, to reduce confusionTheo de Raadt
2016-05-16Pad end of code in the MP trampoline with int3 instead of 0x0 as it isMike Larkin
2016-05-16Use int3 padding instead of nop in the ACPI resume trampoline, as it isMike Larkin
2016-05-15Implement TCB_{GET,SET} using PAL_{rd,wr}unique.Philip Guenther
2016-05-15Give the 32-bit and 64-bit EFI boatloaders different names such that we canMark Kettenis