summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
AgeCommit message (Expand)Author
2010-07-10Add a bootstrap loader, this allow u-boot to auto-boot from the mediaDale Rahn
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-06-27dont have duplicate xxx @ scsibus lines (even if commented).Dale Rahn
2010-06-27back out for duplicate declarations sprinkled by viking raidersDale Rahn
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-02beagle has no stand/ yetTheo de Raadt
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-06-01Initial attempt at GENERIC kernel for beagle, untested.Dale Rahn
2010-06-01Fix splassert code, (previously hidden in DIAGNOSTIC).Dale Rahn
2010-06-01Fix some code hidden in DIAGNOSTIC.Dale Rahn
2010-06-01Bluetooth header file is required so even if no bluetooth is configuredDale Rahn
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-28${PARAM} is now included in ${CPPFLAGS}, so stop passing it separatelyPhilip Guenthe
2010-05-25The _arch and _mach variables now come from config(8), decreasing even furtherTheo de Raadt
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25${SRCS} is only used once, and fits onto the line where it is usedTheo de Raadt
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-09hander -> handlerJasper Lievisse Adriaanse
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-27Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup,Dale Rahn
2010-04-27Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line),Theo de Raadt
2010-04-27Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3Jonathan Gray
2010-04-27teeny bit more unificationTheo de Raadt
2010-04-27shorten preambleTheo de Raadt
2010-04-27noone needs comments about QUOTA and TRACETheo de Raadt
2010-04-27over the years we have moved to a machine+architectures scheme that hasTheo de Raadt
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26next unification step: remove bsd.rd test build goopTheo de Raadt
2010-04-26BOARDTYPE is no longer used by Makefile.*; spotted by miodTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt
2010-04-26first step of unification: spaces at end of lines; comments, etc.Theo de Raadt
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2010-02-22It is bad to have HAVE_TIMECOUNTER but the clock/timer not configure aDale Rahn
2010-02-14Don't use absolute paths for includes.Michael Knudsen
2010-02-13port 'Makefile', builds tags.Dale Rahn
2010-02-13Dont mix up the order of the registers with the defines.Dale Rahn
2010-02-12Switch to using mkuboot for building the U-Boot image.Michael Knudsen
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-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-10Close to working MMCHS (ommmc) driver. much thanks to mk@ for continual poking.Dale Rahn