summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-08-06Dynamically attach pluart(4) using the FDT.Jonathan Gray
2016-08-06Dynamically attach plrtc(4) using the FDT.Jonathan Gray
2016-08-06Dynamically attach virtio(4) using the FDT.Jonathan Gray
2016-08-06Set up the fdt attach args for devices that attach directly to mainbusJonathan Gray
2016-08-05Use m_devget(4). From Artturi Alm.Mark Kettenis
2016-08-05Dynamically attach sxidog(4).Mark Kettenis
2016-08-05Remove sxirtc(4) from the tables now that it attaches dynamically.Mark Kettenis
2016-08-05Dynamically attach sxirtc(4); another board_id check bites the dust.Mark Kettenis
2016-08-05Check if we have the required "reg" property.Mark Kettenis
2016-08-05We don't want drivers with numbers in their names.Mark Kettenis
2016-08-05Replace inappropriate use of CP15_CNTPCT with CP_DCCIMVAC.Mark Kettenis
2016-08-05Switch the sunxi platform over to the new interrupt establish API. ThisMark Kettenis
2016-08-05Unmask the timer output signal for real.Mark Kettenis
2016-08-05Drop a pointless link carrier check from the RX path.Visa Hankala
2016-08-04Dynamically attach ampintc(4) and make it register itself as an interruptMark Kettenis
2016-08-04Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) whichMark Kettenis
2016-08-04After fixing up some of the AR8035 PHY registers, issue a reset. This seemsMark Kettenis
2016-08-04Add support for jumbo frames.Visa Hankala
2016-08-04Add support for pre-registering interrupts. This allows device drivers toMark Kettenis
2016-08-03not having a century is a known layout by nowJoshua Stein
2016-08-03don't complain about invalid checksum if the bios isn't writing itJoshua Stein
2016-08-03add a minimal TPM 1.2 driver just to issue a "save state" commandJoshua Stein
2016-08-03Simplify the way we handle TLB flushes. Since ARMv7 effectively has aMark Kettenis
2016-08-03The ARMv7 architecture deprecates the separate Instruction and Data TLBMark Kettenis
2016-08-01Looks like patrick@ committed an older version of the diff. Fix this, andMark Kettenis
2016-08-01bring the light of ansi to a few more filesTed Unangst
2016-08-01Implement an FDT-aware interrupt establish API. This means the driversPatrick Wildt
2016-07-31Remove devmap stuff which is unused on armv7.Mark Kettenis
2016-07-31According to te armv7 ARM TLB entries that caused a Permission fault mightMark Kettenis
2016-07-31Use ansi style function declarations. No binary change.Jonathan Gray
2016-07-31Recognise Cortex A35 and Cortex A73.Jonathan Gray
2016-07-31Instead of testing MIDR values for every model of Cortex processor checkJonathan Gray
2016-07-30add acpials(4), an acpi driver for ambient light sensorsJoshua Stein
2016-07-30Remove disabled jumbo frame checks. They will not be neededVisa Hankala
2016-07-30Drop a redundant parameter of octeon_eth_buf_free_work().Visa Hankala
2016-07-30Stop pretending we can still boot without an FDT. Remove the code pathsMark Kettenis
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-07-29Only flush the virtual page if it was actually mapped. OtherwisePatrick Wildt
2016-07-29Reorder code to avoid a divide by zero when there are no sensors.Jonathan Gray
2016-07-28Store the acpi processor ID/UID in struct cpu_info, and use it to attachMark Kettenis
2016-07-28replace hand rolled physlock with real rwlock. ok mlarkinTed Unangst
2016-07-27Get interrupts going for the Allwinner-R8 chip.Marcus Glocker
2016-07-27Remove a feature to re-use existing early bootstrap mappings. ThisPatrick Wildt
2016-07-27improve comments a bit. ok mlarkin tomTed Unangst
2016-07-27When pmap_page_remove() is called by UVM, a physical page is to bePatrick Wildt
2016-07-27ansify mem.c to the latest fashion. with a fix from mike burns. ok deraadtTed Unangst
2016-07-27Instead of passing the raw reg property to simplebus nodes,Patrick Wildt
2016-07-27Remove unnecessary remapping of registers.Visa Hankala
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-26Remove the restriction that the kernel needs to be loaded at the bottom ofMark Kettenis