index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
mips
/
ingenic_jz47xx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
fix red from #641e91aa2f
Solomon Peachy
1
-1
/
+1
2023-01-13
jz47xx: Add support for INIT region
Solomon Peachy
4
-7
/
+40
2022-12-19
jx47xx: Rename crt0 'init' sections to 'startup'
Solomon Peachy
2
-3
/
+7
2022-10-17
mips: consolidate exception handling, add exception backtraces
Aidan MacDonald
7
-283
/
+17
2022-10-13
Revert "Remove YUV blitting functions and LCD modes"
Solomon Peachy
1
-0
/
+62
2022-10-03
Remove YUV blitting functions and LCD modes
Aidan MacDonald
1
-62
/
+0
2022-06-12
jz4760: Reformat USB driver a little. Prep work for later changes.
Solomon Peachy
1
-143
/
+108
2022-05-22
mips: stop backtraces at main()
Aidan MacDonald
1
-1
/
+1
2022-03-21
Lcd save function pointer to frame buffer get_address_fn before loops
William Wilgus
1
-2
/
+4
2021-11-22
jz47x0: Minor code quality improvements in the jz47xx USB drivers
Solomon Peachy
2
-11
/
+14
2021-10-16
usb: introduce new control request API
Aidan MacDonald
2
-2
/
+2
2021-09-20
usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()
Aidan MacDonald
2
-2
/
+2
2021-07-25
Fix remaining yellow from e532714d1f
Aidan MacDonald
1
-19
/
+0
2021-07-25
Fix yellow from e532714d1f
Aidan MacDonald
1
-19
/
+0
2021-07-25
pcm: Remove unused function pcm_play_dma_get_peak_buffer()
Aidan MacDonald
2
-44
/
+0
2021-04-26
MIPS: remove .MIPS.abiflags section
Aidan MacDonald
2
-0
/
+8
2021-04-25
MIPS: emulate -ffunction-sections with macros in mmu-mips
Aidan MacDonald
2
-2
/
+2
2021-04-09
xduoox3: Global volume_limit now applies to the line output as well
Solomon Peachy
1
-3
/
+6
2021-03-27
Use STORAGE_NEEDS_BOUNCE_BUFFER instead of STORAGE_NEEDS_ALIGN
Solomon Peachy
1
-0
/
+1
2021-03-03
jz4740: Fix incorrect dcache flush in the USB RX DMA code.
Solomon Peachy
1
-2
/
+0
2021-03-03
Fix MIPS cache operations and enable HAVE_CPU_CACHE_ALIGN on MIPS
Aidan MacDonald
1
-1
/
+1
2020-11-12
pcm: Further cleanup of unused bits of the PCM ACPI:
Solomon Peachy
2
-28
/
+0
2020-10-31
pcm: Get rid of pcm_play_pause() and associated APIs
Solomon Peachy
2
-24
/
+0
2020-10-15
xduoox3: Disable the DAC's digital de-emphasis filter.
Solomon Peachy
1
-5
/
+1
2020-10-08
Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build.
Solomon Peachy
2
-7
/
+5
2020-10-01
xduoox3: Work out clocks for 176/192KHz support.
Solomon Peachy
1
-11
/
+12
2020-09-18
jz4760: Implement USB DMA RX
Solomon Peachy
1
-22
/
+135
2020-09-18
Headphone / lineout pause/resume #FS13237
William Wilgus
1
-1
/
+3
2020-09-17
jz4760: Heavily rework USB driver to add working DMA support
Solomon Peachy
2
-139
/
+245
2020-09-17
Xduoo X3 add headphone and lineout status to IO Ports debug menu
William Wilgus
1
-13
/
+30
2020-09-13
Xduoo X3 no ADC after ROLO
William Wilgus
1
-0
/
+6
2020-09-13
Xduoo X3 Add tree scrolling FS#13240, Emulate Multibutton presses
William Wilgus
2
-19
/
+50
2020-09-08
XduooX3 LCD tweaks #2
William Wilgus
1
-48
/
+110
2020-09-06
XduooX3 Gpio reconfigure button system #2
William Wilgus
1
-79
/
+45
2020-09-06
jz4760: Fix and re-enable the hardware udelay() timer
Solomon Peachy
1
-12
/
+19
2020-09-06
jz4760: Use a #define for the timer id, not a raw number
Solomon Peachy
1
-15
/
+17
2020-09-05
mips: Convert 'nop' to 'ssnop' -- for future-proofing
Solomon Peachy
5
-63
/
+63
2020-09-04
jz47xx: Audio path tweaks:
Solomon Peachy
4
-0
/
+6
2020-09-03
Xduoo Gpio fix bug
William Wilgus
1
-0
/
+3
2020-09-03
mips: Heavily rework DMA & caching code
Solomon Peachy
13
-50
/
+44
2020-09-03
XduooX3 Gpio reconfigure button system
William Wilgus
1
-14
/
+69
2020-09-02
jz4760: Dial down PIXCLK as low as possible
Solomon Peachy
1
-0
/
+3
2020-09-02
xduoox3: Disable the LCD and MSC0 clocks as we don't use them
Solomon Peachy
2
-2
/
+5
2020-09-02
XduooX3 Slow down greylib framerate
William Wilgus
1
-1
/
+4
2020-09-02
XduooX3 Debug Menu -- HW_info
William Wilgus
1
-128
/
+339
2020-09-02
mips: use .set push/pop in asm code
Solomon Peachy
1
-2
/
+5
2020-08-31
jz4760: use SYSFONT in the hw info debug screen, and restore old font
Solomon Peachy
1
-1
/
+2
2020-08-31
Xduoo_x3 Boot Fix red from debug menu changes
William Wilgus
1
-1
/
+1
2020-08-31
xduooX3 debug menu add GPIO IO Ports
William Wilgus
1
-0
/
+83
2020-08-30
xduoox3: Fix bootloader build
Solomon Peachy
1
-0
/
+7
[next]