summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-02-17If PMON has loaded an initrd binary, and this binary looks like a validMiod Vallat
2010-02-17descend into mbr; ok miod@Otto Moerbeek
2010-02-17proto mbr for loongsonOtto Moerbeek
2010-02-17Split boot/Makefile in case we need to build several boot.${VENDOR} compiledMiod Vallat
2010-02-17- prevent "anti-memory" from showing up, this makes systems with 2GB ofJasper Lievisse Adriaanse
2010-02-16Move part of the device_register() logic into platform-specific code. AddMiod Vallat
2010-02-16Use printf() in there, not pmon_printf().Miod Vallat
2010-02-16Display the system type on the mainbus0 line as well.Miod Vallat
2010-02-16Actually, both the Gdium and the Lemote PMON reset the USB controllersMiod Vallat
2010-02-15Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.miniMark Kettenis
2010-02-15Since strip doesn't know how to strip a U-boot image, don't attempt toMark Kettenis
2010-02-15Descend into mbr subdirectory.Mark Kettenis
2010-02-15MBR for rb600 installation miniroot image.Mark Kettenis
2010-02-14Work in progress standalone boot blocks for OpenBSD/loongson systems. WillMiod Vallat
2010-02-14Bump version number (to 1.0).Mark Kettenis
2010-02-14Enable loading kernels compressed by gzip(1).Mark Kettenis
2010-02-14Don't use absolute paths for includes.Michael Knudsen
2010-02-13port 'Makefile', builds tags.Dale Rahn
2010-02-13Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600.Mark Kettenis
2010-02-13Since the TLB handler exception code is now always a trampoline to branchMiod Vallat
2010-02-13Since we don't use the saved ipl in pcb anymore, remove it from the structMiod Vallat
2010-02-13Dont mix up the order of the registers with the defines.Dale Rahn
2010-02-12include devices found on fuloong: com0, re and rgephy; ok miod@Otto Moerbeek
2010-02-12use early setup hook to get serial console on the fuloong; with & ok miod@Otto Moerbeek
2010-02-12tftp boot paths do not start with a /; ok miod@Otto Moerbeek
2010-02-12Allow for two more per-platform function pointers, one for extra setup workMiod Vallat
2010-02-12Switch to using mkuboot for building the U-Boot image.Michael Knudsen
2010-02-12Overhaul per-platform specific operation by moving all the differences intoMiod Vallat
2010-02-12Allow more legacy interrupts to reach the legacy PIC; found the hard way byMiod Vallat
2010-02-12ehci bits, not enabled.Dale Rahn
2010-02-12Initial version of ehci shim for omap, not complete.Dale Rahn
2010-02-12Rework prcm to support additional iclk/fclk registers.Dale Rahn
2010-02-12introduce a uvm_km_valloc_try function that won't get a lower level lockTed Unangst
2010-02-11default to no pckbc and no legacy hardware; ok miod@Otto Moerbeek
2010-02-11align comments; ok miod@Otto Moerbeek
2010-02-11cd in nam2blk; ok miodOtto Moerbeek
2010-02-11fuloong model defineOtto Moerbeek
2010-02-10remove lingering debug print.Dale Rahn
2010-02-10And now mounts with reads and writes work.Dale Rahn
2010-02-10Would seem that the sdmmc layer does not like having CRC7 as part of theDale Rahn
2010-02-10Blame the right interrupt bit in `spurious interrupt' messages.Miod Vallat
2010-02-10Close to working MMCHS (ommmc) driver. much thanks to mk@ for continual poking.Dale Rahn
2010-02-10Unfortunately, newer versions of u-boot found on the beagle do not allowDale Rahn
2010-02-09Make the bonito_pci_attach_hook per-platform, as a new callback in structMiod Vallat
2010-02-09Flush caches upon startup anyway, the gdium pmon keeps it dirty, unlikeMiod Vallat
2010-02-09Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridgeMark Kettenis
2010-02-09Process kernel options correctly when run from a `go' command instead ofMiod Vallat
2010-02-09Less aggressive cache ops on BUS_DMASYNC_PREREAD alone (leftover from olderMiod Vallat
2010-02-09wsmux (for external, big-boned-fingers compatible, keyboards) and ext2fsMiod Vallat
2010-02-09- add the whole gang of USB devices; as prompted by deraadt@Jasper Lievisse Adriaanse