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
2016-05-23
build armv7 efiboot
Jonathan Gray
2016-05-23
install into mdec
Jonathan Gray
2016-05-23
Change openprom into a pseudo-device, because not all arm platforms
Theo de Raadt
2016-05-21
Implement openprom(4) for armv7.
Mark Kettenis
2016-05-21
Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2c
Mark Kettenis
2016-05-21
Copy dtb files to miniroots and install disk. Increase the ramdisk size
Jonathan Gray
2016-05-20
Add compatible string to board id mappings for almost all of the other
Jonathan Gray
2016-05-20
Add a workaround for software reset described in the TI docs where we
Jonathan Gray
2016-05-20
Change the identification string to "nxp,pcf8523" as this is what is stored
Mark Kettenis
2016-05-20
Attempt to allocate 32MB at the lowest address that is aligned on a 256MB
Mark Kettenis
2016-05-20
Set "openbsd.bootduid" property of "/chosen" to the DUID of the boot disk.
Mark Kettenis
2016-05-20
For FDT-based boots, look for a "openbsd,bootduid" property of the /chosen
Mark Kettenis
2016-05-20
add init_mainbus() hooks for the other armv7 platforms
Jonathan Gray
2016-05-19
Make fdt_node_add_property() behave like fdt_node_set_property() if the
Mark Kettenis
2016-05-19
Remove the PHYTEC phyFLEX support code, patrick says he no longer
Jonathan Gray
2016-05-19
Match compatible strings for utilite which identifies as "cm-fx6" in
Jonathan Gray
2016-05-18
Introduce a per-platform init_mainbus() hook that can be used to attach
Mark Kettenis
2016-05-18
Remove unused probe function.
Mark Kettenis
2016-05-17
Fix a few more warnings such that this compiles again.
Mark Kettenis
2016-05-17
Enable -Wall -Werror. Fix warnings uncovered by this.
Mark Kettenis
2016-05-17
Add support for passing an FDT. The bootloader will update the "bootargs"
Mark Kettenis
2016-05-17
Enable the pcf8523 RTC on Hummingboard and CuBox-i.
Mark Kettenis
2016-05-16
Make this actually work. This makes the following changes:
Mark Kettenis
2016-05-15
Map the ADMA2 descriptor table use BUS_DMA_COHERENT and add a missing
Mark Kettenis
2016-05-14
Since GetTime() doesn't work on U-Boot, use timer events to simulate a clock
Mark Kettenis
2016-05-14
Handle boot options, and pass the boot device to the kernel. The boot device
Mark Kettenis
2016-05-14
Make getsecs() return 0 if EFI doesn't tell us the time.
Mark Kettenis
2016-05-14
Tell the kernel where its symbols are.
Mark Kettenis
2016-05-14
Load the kernel at the address pre-allocated by the EFI bootloader.
Mark Kettenis
2016-05-14
Need some startup assembly code as well.
Mark Kettenis
2016-05-14
Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD
Mark Kettenis
2016-05-08
Add DMA support. It uses ADMA2 "Internal DMA" that is compatible with the
Mark Kettenis
2016-05-07
set the high speed enable bit if the timing isn't SDMMC_TIMING_LEGACY
Jonathan Gray
2016-05-07
add support for changing the bus width and set the 4-bit mode capability
Jonathan Gray
2016-05-06
Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)
Mark Kettenis
2016-05-05
Add Dual Data Rate support for eMMC at 52MHz.
Mark Kettenis
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-05-02
add an empty ommmc_dump_regs() to fix the SDHC_DEBUG build
Jonathan Gray
2016-05-02
add support for changing the bus width to ommmc and set the 4-bit mode
Jonathan Gray
2016-05-01
Remove unused match function. The armv7 platforms implement their own,
Patrick Wildt
2016-05-01
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
Mark Kettenis
2016-04-29
Do not remove local symbols from the table.
Martin Pieuchot
2016-04-25
Switch most of the cp14/cp15 use in .S files over to using sysreg.h
Jonathan Gray
2016-04-24
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
Matthieu Herrb
2016-04-24
New FDT-enabled busses will use a new "fdt" attribute. Unfortunately
Patrick Wildt
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-10
remove an uneeded include
Jonathan Gray
2016-04-10
Don't try to get a board name string before attaching mainbus with the
Jonathan Gray
2016-04-03
Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.
Patrick Wildt
[next]