summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2024-10-14remove unneeded device.h includeJonathan Gray
2024-08-20match the config_activate_children() sequences found in other usb hostTheo de Raadt
2024-08-05The devicetree spec says in section 2.4:Mark Kettenis
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-20Instead of allocating an arbitrary amount of extra space, let the EFIMark Kettenis
2024-06-17When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-04-29remove unused armv7 specific find_first_bit()Jonathan Gray
2024-04-29remove unused intc_intr_bootstrap()Jonathan Gray
2024-04-29remove unused global varsJonathan Gray
2024-04-29remove prototypes for removed functionsJonathan Gray
2024-03-10Invalidating the D-cache after disabling it turned out to be a bad ideaMark Kettenis
2024-03-03Flush the D-cache before we disable the cache. This makes more sense andMark Kettenis
2024-02-13fix off-by-one in bounds testJonathan Gray
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2023-11-12Bump MAXDSIZ to 2G on armv7. Needed for llvm-16.Mark Kettenis
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-10-26make efi_getdisklabel_cd9660() handle a block size of 512 and simplifyJonathan Gray
2023-10-10Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them;Miod Vallat
2023-09-22move simplebusvar.h so it can be used without ifdefJonathan Gray
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-05remove unused armv7 max_processes globalJonathan Gray
2023-04-10spellingJonathan Gray
2023-03-12Enable mvtemp(4)Jonathan Matthew
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Patrick Wildt
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Jonathan Matthew
2023-03-04Add mvortc(4) and mvodog(4) here tooJonathan Matthew
2023-03-02Enable mvodog(4) and mvortc(4)Jonathan Matthew
2023-03-02Add mvortc(4), a driver for the RTC on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add mvodog(4), a driver for the watchdog on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add eephy(4), found on the Turris Omnia's WAN portJonathan Matthew
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-27dmtimer(4): initialize stathz, profhz as other drivers, platforms doScott Soule Cheloha
2023-01-25gptimer(4): switch to clockintrScott Soule Cheloha
2023-01-23Add Backtab key, based on a change from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-22gptimer(4): remove dead MD microtime(9) implementationScott Soule Cheloha
2023-01-17sxitimer(4): switch to clockintrScott Soule Cheloha
2023-01-17dmtimer(4): switch to clockintrScott Soule Cheloha
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-22Bring over various changes from the arm64 version of this code.Mark Kettenis
2022-12-14Put an splhigh() at the start of cpu_configure() to prevent splassertsMark Kettenis