Commit Graph

525 Commits (cd301c7ba4bbb5a0ee6ebf13eb4a304f29b13847)

Author SHA1 Message Date
Michael Hennerich d310fb4bb7 Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWE 17 years ago
Vegard Nossum 226a6ec311 Blackfin arch: sram: use 'unsigned long' for irqflags 17 years ago
Adrian Bunk a95ca3b2b9 Blackfin arch: let PCI depend on BROKEN 17 years ago
Bryan Wu 639f657145 Blackfin arch: move include/asm-blackfin header files to arch/blackfin 17 years ago
Sonic Zhang 225f7e1eb5 Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then reboot the board. 17 years ago
Mike Frysinger d70536ec3a Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demuxing 17 years ago
Michael Hennerich ceac2651e9 Blackfin arch: Add MTD Partitions for MTD_DATAFLASH, increase max SPI SCLK 17 years ago
Bryan Wu a4b7b6d7d3 Blackfin arch: hook up some missing new system calls 17 years ago
Mike Frysinger 7e1e7aed0c Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it 17 years ago
Mike Frysinger 95a86b5e51 Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that early 17 years ago
Mike Frysinger c991dd92ab Blackfin arch: use %pF when printing out the double fault address so we get symbol names 17 years ago
Benjamin Matthews 130de7cebe Blackfin arch: add support for the BlackStamp board 17 years ago
Robin Getz 251383c7c5 Blackfin arch: Allow ins functions to have a low latency version 17 years ago
Robin Getz cd8fb8df14 Blackfin arch: Print out doublefault addresses, so debug can occur 17 years ago
Mike Frysinger 9216bbc838 Blackfin arch: mark some functions as __init as they are only called from __init functions 17 years ago
Mike Frysinger 0e06b50dda Blackfin arch: cleanup cache lock code 17 years ago
Michael Hennerich 55546ac45d Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabled in SIC_IWR1. 17 years ago
Robin Getz d3d0ac23a3 Blackfin arch: Fix bug - when expanding the trace buffer, it does not print out the decoded instruction. 17 years ago
Michael Hennerich 56f5f59052 Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling 17 years ago
Mike Frysinger 15b0753689 Blackfin arch: delete unused cache functions 17 years ago
Mike Frysinger 07aa7be570 Blackfin arch: convert L2 defines to be the same as the L1 defines 17 years ago
Mike Frysinger 17e89bcfa1 Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over time 17 years ago
Mike Frysinger 67618fd874 Blackfin arch: add asm/thread_info.h for THREAD_SIZE define 17 years ago
Mike Frysinger 7e64acabfd Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.S 17 years ago
Mike Frysinger 1375204611 Blackfin arch: make sure the BSS and kernel load address are 4 byte aligned 17 years ago
Mike Frysinger 09e1f70e31 Blackfin arch: unify the duplicated _real_start functions 17 years ago
Mike Frysinger 778307d372 Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon 17 years ago
Sonic Zhang d6a2989136 Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging. 17 years ago
Mike Frysinger fe5aeb9302 Blackfin arch: use symbolic IRQ_PF define rather than hardcoded 17 years ago
Mike Frysinger 908089118d Blackfin arch: remove pata resources from generic board 17 years ago
Mike Frysinger b9da3b9240 Blackfin arch: add support for board tcm-bf537 17 years ago
Mike Frysinger 8ea8949733 Blackfin arch: add board resources for parallel flash on cm-bf537 17 years ago
Robin Getz aa58297763 Blackfin arch: be consistant with parition names, and ensure the bus is identified 17 years ago
Michael Hennerich 4a88d0ce49 Blackfin arch: Functional power management support 17 years ago
Jie Zhang 5400c5aa2d Blackfin arch: Fix bug - This change eliminates impact on application debugging 17 years ago
Johannes Weiner a2e9c44337 blackfin: use generic show_mem() 17 years ago
Robin Getz 2d2009806d Blackfin arch: If we double fault, rather than hang forever, reset 17 years ago
Robin Getz 9de3a0b697 Blackfin arch: When icache is off, make sure people know it 17 years ago
Sonic Zhang 0d1cdd7ab6 Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging. 17 years ago
Mike Frysinger 3a2521fa75 Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so (~24 bytes) is worth avoiding the software mult/div routines 17 years ago
Michael Hennerich 377d43e7d0 Blackfin arch: fix bug - IMDMA is not type struct dma_register 17 years ago
Mike Frysinger b1b154e503 Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we are using both memory banks 17 years ago
Johannes Berg a81792f668 remove mention of CONFIG_KMOD from documentation 17 years ago
Michael Hennerich 9db144fe89 Blackfin arch: Apply Bluetechnix CM-BF527 board support patch 17 years ago
Robin Getz f09630bff5 Blackfin arch: Add unwinding for stack info, and a little more detail on trace buffer 17 years ago
Michael Hennerich 0a6304a951 Blackfin arch: Add ISP1760 board resources to BF548-EZKIT 17 years ago
Mike Frysinger cc2e16bd35 Blackfin arch: add missing IORESOURCE_MEM flags to UART3 17 years ago
Sonic Zhang 262c3825a9 Blackfin arch: Extend sram malloc to handle L2 SRAM. 17 years ago
Robin Getz bafcc1b973 Blackfin arch: Remove useless config option. 17 years ago
Sonic Zhang 5d481f4975 Blackfin arch: change L1 malloc to base on slab cache and lists. 17 years ago