Commit Graph

110 Commits (b69416b51be0757c82f1c5a0a3f0995a4484dab4)

Author SHA1 Message Date
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
Robin Getz cd8fb8df14 Blackfin arch: Print out doublefault addresses, so debug can occur 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
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 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 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
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
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 1a8caeebe3 Blackfin arch: use local labels and ENDPROC() markings 17 years ago
Michael Hennerich 1efc80b53e Blackfin arch: Functional power management support 17 years ago
Michael Hennerich 99d95bbd48 Blackfin arch: Remove redundant kernel option 17 years ago
Michael Hennerich 1f2d18690f Blackfin arch: Fix Bug - GPIO interrupts not disabled; edge sensitive interrupt hang system. 17 years ago
Bernd Schmidt 0893f1250f [Blackfin] arch: fix gdb testing regression 17 years ago
Bernd Schmidt ddb3f00ca0 [Blackfin] arch: In the double fault handler, set up the PT_RETI slot 17 years ago
Vitja Makarov 1bfb4b21c7 [Blackfin] arch: Support for CPU_FREQ and NOHZ 17 years ago
Michael Hennerich 14b03204c8 [Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling support 17 years ago
Michael Hennerich 67dea022d8 [Blackfin] arch: Cleanup Kconfig, fix comment and make sure we exclude CCLK=SCLK for some configurations 17 years ago
Bryan Wu 2f775dbaa5 [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscalls 17 years ago
Michael Hennerich e6c91b64dd [Blackfin] arch: Functional power management support: Add support for cpu frequency scaling 17 years ago
Bernd Schmidt 5d750b9e4f [Blackfin] arch: Remove the circular buffering mechanism for exceptions 17 years ago
Michael Hennerich affee2b261 [Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQ 17 years ago
Mike Frysinger a086ee2268 [Blackfin] arch: detect the memory available in the system on the fly by default 17 years ago
Mike Frysinger 16428a4fa9 [Blackfin] arch: make the mask explicit rather than writing a negative number in hex 17 years ago
Harvey Harrison b85d858b40 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 17 years ago
Bernd Schmidt 2a0c4fdb66 [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. 17 years ago
Davide Libenzi 4d672e7ac7 timerfd: new timerfd API 17 years ago
Michael Hennerich f1bceb47b3 [Blackfin] arch:Fix BUG [#3876] pfbutton test for BTN3 on bf533 don't show complete info 17 years ago
Mike Frysinger 80f31c8a03 [Blackfin] arch: change the trace buffer control start/stop logic in the exception handlers 17 years ago
Michael Hennerich cfefe3c683 [Blackfin] arch: hook up set_irq_wake in Blackfin's irq code 17 years ago
Michael Hennerich 2c4f829b0c [Blackfin] arch: Merge BF561 support into ints-priority 17 years ago
Michael Hennerich 3927819d51 [Blackfin] arch: Fix CONFIG_PM support for BF561 17 years ago
Michael Hennerich 9253d02041 [Blackfin] arch: Remove DPMC char driver option 17 years ago
Michael Hennerich 464abc5de6 [Blackfin] arch: Cleanup abd Simplify: 17 years ago
Michael Hennerich ce3b7bb61c [Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not functional for handle_simple_irq 17 years ago
Michael Hennerich fe9ec9b969 [Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq otherwise it fails 17 years ago
Mike Frysinger 49dce9124b Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated 18 years ago
Mike Frysinger 9cb07b23db Blackfin arch: use common __INIT/__FINIT defines rather than setting the .section ourselves to .init.text 18 years ago
Robin Getz 569a50ca3f Blackfin arch: Ensure we printk out strings with the proper loglevel 18 years ago
Bernd Schmidt 0bad33d93a Blackfin arch: Need to specify ax with the .init.text section, 18 years ago
Mike Frysinger 46c87c3cce Blackfin arch: Fix typo, and add ENDPROC - no functional changes 18 years ago
Mike Frysinger 8d6c242062 Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export it 18 years ago