1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target/coldfire
Solomon Peachy 6cb0bc3468 coldfire: Silence a warning generated by GCC >= 9
Basically, there are weak aliases for all possible IRQ handlers,
pointing at a NORETURN function. GCC complains that the aliases
don't have the same attribute, but that's actually what we want.

Change-Id: I7f877e00193ed457589c8442db82e93ddea0d60a
2024-10-12 13:54:22 -04:00
..
iaudio Revert "Remove YUV blitting functions and LCD modes" 2022-10-13 11:08:06 -04:00
iriver Revert "Remove YUV blitting functions and LCD modes" 2022-10-13 11:08:06 -04:00
mpio Lcd save function pointer to frame buffer get_address_fn before loops 2022-03-21 23:53:48 -04:00
app.lds iaudiom5: Fix build. 2020-10-27 14:49:19 -04:00
ata-as-coldfire.S Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes. 2010-05-17 15:15:38 +00:00
ata-target.h FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: 2011-12-08 21:23:53 +00:00
crt0.S coldfire: make the RAM and ROM image locations configurable by macros 2020-10-26 01:07:14 +00:00
debug-coldfire.c Revert "powermgmt: Remove an unnecessary function" 2021-12-23 11:40:22 +00:00
i2c-coldfire.c HD300 - add missing i2c initializtion. 2010-11-27 14:23:10 +00:00
kernel-coldfire.c Coldfire: Fix the modification of IMR. Interrupts must be masked at the core level at at least the level of the interrupt being masked. Not following the datasheet and relying strictly on and/or_l causes unhandled 'Levelx' exceptions (showing itself quite often in PCM mixer work which more greatly stresses PCM lockout). 2011-06-17 03:09:47 +00:00
pcf50606-coldfire.c Make more local functions static. 2011-12-21 17:36:18 +00:00
pcm-coldfire.c pcm: Remove unused function pcm_play_dma_get_peak_buffer() 2021-07-25 14:07:41 +00:00
system-coldfire.c coldfire: Silence a warning generated by GCC >= 9 2024-10-12 13:54:22 -04:00
system-target.h Create fimrware/asm directory for assembly optimized stuff. 2012-01-22 18:46:44 +01:00
timer-coldfire.c Coldfire: Fix the modification of IMR. Interrupts must be masked at the core level at at least the level of the interrupt being masked. Not following the datasheet and relying strictly on and/or_l causes unhandled 'Levelx' exceptions (showing itself quite often in PCM mixer work which more greatly stresses PCM lockout). 2011-06-17 03:09:47 +00:00
uart-coldfire.c Split off target-specific parts from firmware/drivers/serial.c 2011-04-23 08:23:07 +00:00
wmcodec-coldfire.c MPIO HD300 - initial commit 2010-11-26 23:28:08 +00:00