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-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
2020-01-13
Add the capability to boot from another block device than the one that
Mark Kettenis
2020-01-10
timeout_add(9) -> timeout_add_sec(9)
Jonathan Gray
2019-12-25
WSDISPLAYIO_GTYPE is u_int not int
Jonathan Gray
2019-12-17
Add fido(4), a HID driver for FIDO/U2F security keys
Reyk Floeter
2019-11-28
Implement a hexdump command in the boot loader. This helps to
Alexander Bluhm
2019-11-09
Let mcount.o compile by ignoring a warning about the profile.h ASM
Philip Guenther
2019-11-07
The compiler -pg option implies -fno-ret-protector, as we want to disable
Philip Guenther
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
2019-10-27
Add i.MX5/6 support and enable this driver on armv7(4).
Mark Kettenis
2019-10-27
Add simplefb(4).
Mark Kettenis
2019-10-25
Split out the code that brings us out of HYP mode and the code that
Mark Kettenis
2019-10-25
Add glass console for armv7. Similar to what we did on arm64 two years ago.
Mark Kettenis
2019-10-25
Make it possible to switch to framebuffer "glass" console in case it
Mark Kettenis
2019-10-24
Enable sxisid(4)
Mark Kettenis
2019-10-16
Move sxidog(4) such that we can use it on arm64.
Mark Kettenis
2019-10-11
When available use "interrupt-names" to select the fdt idx for dwctwo
Jonathan Gray
2019-10-05
Use mask to extract IPL; should have been part of the earlier diff that
Mark Kettenis
2019-09-29
Improve MSI support by parsing the "msi-map" attribute. Taken from
Patrick Wildt
2019-09-29
Add IPI support. Taken ftrom arm64.
Mark Kettenis
[next]