index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
Age
Commit message (
Expand
)
Author
2020-07-17
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
Patrick Wildt
2020-07-14
Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer
Patrick Wildt
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-12
Use the full 32 bits for the miscellaneous armv7 timecounters.
Christian Weisgerber
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-05
match on "ti,am335-sdhci" used since linux 5.8-rc3
Jonathan Gray
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2020-06-23
Enable virtual consoles on armv7, the same way it is done on arm64.
Frederic Cambus
2020-06-18
Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices.
Frederic Cambus
2020-06-02
use correct node when enabling phy
Jonathan Gray
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-26
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Theo de Raadt
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-05-23
Look at the openbsd,boothowto property and bring the bootarg parsing
Mark Kettenis
2020-05-18
Our check to see if the EFI services support Mtftp() doesn't work
Patrick Wildt
2020-05-17
Remove board ID support. 6.7 shipped with a kernel that doesn't need
Mark Kettenis
2020-05-14
The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it to
Mark Kettenis
2020-05-10
Pass boothowto from the bootloader to the kernel by adding a
Mark Kettenis
2020-04-29
Enable a bunch of drivers needed for full Raspberry Pi 2/3 support.
Mark Kettenis
2020-04-29
Let the armv7 bus_dma layer and simplebus(4) implementation deal with
Mark Kettenis
2020-04-27
Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)
Mark Kettenis
2020-04-27
Remove reset hack; these days the U-Boot we ship for the CuBox-i is
Mark Kettenis
2020-04-27
Bring inittodr()/resettodr() in line with arm64 and move it to
Mark Kettenis
2020-04-27
fix SDHC_DEBUG build, remove procname printf's
ians
2020-04-23
Move imxehci(4) to sys/dev/fdt.
Patrick Wildt
2020-04-23
Recent changes in usr/mdec require (substantial) growth of the ramdisk.
Theo de Raadt
2020-04-10
Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus
Mark Kettenis
2020-04-07
Kill board_id variable; its last consumer is gone now.
Mark Kettenis
2020-04-07
Kill unused extern declaration.
Mark Kettenis
2020-04-07
Use PHY framework to replace hardcoded board-specific GPIO poking.
Mark Kettenis
2020-04-07
Remove entry that is no longer needed.
Mark Kettenis
2020-04-06
Add support for the cd-gpios property.
Mark Kettenis
2020-04-06
Register controller with the gpio "framework".
Mark Kettenis
2020-04-05
Use OF_is_compatible() to simplify the initialization for the "mdio" node.
Mark Kettenis
2020-04-05
Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.
Mark Kettenis
2020-04-03
increase rdroot size
Jonathan Gray
2020-03-31
Remove leftover that should have been removed in the previous commit.
Mark Kettenis
2020-03-31
Newer device trees no longer put the full physical address in the "reg"
Mark Kettenis
2020-03-31
Remove unused code. The padconf code has been replaced with the
Mark Kettenis
2020-03-30
Port "mach dtb" code from arm64.
Mark Kettenis
2020-03-22
Make efi_device_path_depth() return the full device path depth if we don't
Mark Kettenis
2020-03-01
Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@
Otto Moerbeek
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-01-13
Convert to tsleep_nsec(9), while here fix a bug where the value specified
Martin Pieuchot
2020-01-13
Timeouts are all specified in multiple of `hz' so define them in term of
Martin Pieuchot
2020-01-13
Kill dead code.
Martin Pieuchot
[next]