summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm
AgeCommit message (Expand)Author
2003-12-24Configuration file for the TeamASA NPWR-FC.briggs
2003-12-17Small fixed to tense in comment.abs
2003-12-17mask all interrupts during bootstrap *correctly*.bsh
2003-12-14Remove piixide, since these boards will never, ever have one.thorpej
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Remove the IDE controllers that only exist in southbridge chips (whichthorpej
2003-12-13Collapse the atabus declaration into "atabus* at ata? channel ?".thorpej
2003-12-13Collapse the atabus declaration into "atabus* at ata? channel ?".thorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-09Bump SYMTAB_SPACE so that the symbol table fits again.he
2003-12-08Set up a temporary 1MB mapping to cover the SDRAM controller's registers.scw
2003-12-08Don't hard-code SDRAM size. Let ixp425_sdram_size() figure it outscw
2003-12-04Make PCI host/slave detection work for the iq31244 as well as the iq80321.briggs
2003-11-02The expansion bus is mapped via ixpsip now.scw
2003-10-28Delete the symbolsize variable. It's not useful here.scw
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24The i2c pins are not interrupt sources.scw
2003-10-23 - Make the compile-time selection of ixdp425 vs. zao425 actually work.scw
2003-10-20As suggested by Jason Thorpe, rename m41t to m41trtc.briggs
2003-10-20Add i2c and the m41t00 RTC on the i2c bus.briggs
2003-10-11add mapping table of pci interrupt numberichiro
2003-10-10increase SYMTAB_SPACE.chs
2003-10-08Make it easier to support different types of IXP425 board:scw
2003-10-08Add new per-chip pciide drivers.bouyer
2003-10-08Add atabusbouyer
2003-10-06Add support for the i80312 and i80321 I2C controllers.thorpej
2003-10-05add -DCPU_S3C{2800,2410} for board/sscom.cbsh
2003-10-05move back get_com_freq() to sscom.c with #ifdef CPU_{S3C2800,S3C2410}bsh
2003-09-25pci bus supportichiro
2003-09-21Fix GCC 3.3.1 nits.matt
2003-09-13Add COMPAT_16 to most arm based kernels. Mainly in preperation for doingchris
2003-09-12Don't assume that we are the PCI host. Actually check, and make sure thatbriggs
2003-09-11We need a little more symtab space.briggs
2003-09-09Bump initial kernel PTs to 4.thorpej
2003-09-06ANSIfy.rearnsha
2003-09-06irqhandler.h and related baggage now obsolete.rearnsha
2003-09-06Remove include of ifpga/irqhandler.h.rearnsha
2003-09-06Delete GENASSYM_EXTRAS.rearnsha
2003-09-06Obsolete.rearnsha
2003-09-06config option is now CPU_ARM10.rearnsha
2003-09-06Switch to using generic soft interrupts.rearnsha
2003-09-06Fix incorrect definition of IFPGA_SC_LBFCODE_BEN1 and missingrearnsha
2003-09-06Fix handling large values of delay when the timer might wrap.rearnsha
2003-09-06Add bouncing supportrearnsha
2003-09-06General cleanups of the bootstrap coderearnsha
2003-09-06When an Integrator board has less than 256M of SDRAM fitted, therearnsha
2003-09-06Remove a verbose-boot message that kills the bootstrap (since therearnsha
2003-09-06The third argument to pmap_map_chunk is the pa not the va.rearnsha
2003-09-06Add a flags field to _PhysMem structure so that we can describerearnsha
2003-09-06Default all builds to not have debug information. Significantlyrearnsha