summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm
AgeCommit message (Expand)Author
2014-03-03Move IO KVA so it doesn't share the same TLB index as the kernel.matt
2014-03-02Bump SYMTAB_SPACE for clang.joerg
2014-03-02Bump sshramdisk size to 3800k, reserve 4MB in the install kernel.joerg
2014-02-28Use CPPFLAGS and drop -mlittle-endianmatt
2014-02-27GC writeback_dcache_line and clear_dcache_line.joerg
2014-02-27Fix typo in comment BEAGLEBOARD->CUBIEBOARDreinoud
2014-02-26hook up mmc card detect gpiojmcneill
2014-02-26hook up MMC0 to status-led2jmcneill
2014-02-26Add awgematt
2014-02-26Deal with cubietruck GPIO differences.matt
2014-02-26sdhc -> awinmmcjmcneill
2014-02-25Define ARM11_COMPAT_MMU (for now) to keep inline with cpuconf.h changesskrll
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-25enable MMC driverjmcneill
2014-02-22Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead.matt
2014-02-22Deal with non-4KB page sizesmatt
2014-02-21Match *INSTALL* (so we can match *INSTALL.MP)matt
2014-02-21Rearrange KERNEL_BASE_PHYSmatt
2014-02-21Rework PIC method to be simplier. Change be more cortex neutral.matt
2014-02-21No need to include sys/simplelock.h here.skrll
2014-02-04_setsoftintr is long dead. reap any leftovers from arm.matt
2014-01-31More symbolsskrll
2014-01-30Put EHABI exception tables at the end of text.matt
2014-01-30Print uboot_args using PRIxPTRmatt
2014-01-30For BE kernels, pass --be8 to the linkermatt
2014-01-29Abolish run time configuration for mapped address of SoC by u-boot.kiyohara
2014-01-28Unused variable policemartin
2014-01-24Add a flag so the xputc will bswap registers.matt
2014-01-24Replace copyright with TNFmatt
2014-01-24After loading the pc-relative offset, clear the upper the 4 bits incasematt
2014-01-24use initarm_common()hkenken
2014-01-23Add a few small changes so that the CUBIEBOARDs can run big endian.matt
2014-01-23use ukbd_cnattach()hkenken
2014-01-13Get rid on some useless pc addition. Use adr or ldr with pc relativematt
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2014-01-03Change wildcard for mvgbe configuration. Don't attach, if clock was disabled.kiyohara
2013-12-24Use the right BCM563XX symbolmatt
2013-12-24Make sure _edata starts on a 8-byte boundary.matt
2013-12-23Support to check the clock gating for Armada XP in armadaxp.c.kiyohara
2013-12-23Move Misc Registers from mvsocreg.h to armadaxpreg.h. These registers onlykiyohara
2013-12-23Enable mvgbe and makphy.kiyohara
2013-12-19Make SYMTAB_SPACE a plain number, the expression creates invalid syntaxjoerg
2013-12-19Bump SYMTAB_SPACE to 600k for clang.joerg
2013-12-15Move flags for ARM's APCS ABI into a common variable. Add some forces tojoerg
2013-12-14Sprinkle __unused.skrll
2013-12-10Move alignment attribute onto the types, not the variable instances.joerg
2013-12-05Use -marm for clang builds, too.joerg
2013-12-05Use armv6z so {ldr,str}ex{b,h,d} won't generate warnings.matt
2013-12-02Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask.joerg
2013-12-01Use format strings.joerg