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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-02
[bugfix] x1000: Wait for FIFO to be empty rather than flushing
Dana Conrad
1
-2
/
+17
2023-01-22
ErosQNative: Enable Line Out capabilities on new revision players
Dana Conrad
3
-33
/
+35
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
2023-01-13
Remove buflib allocation names, part two
Aidan MacDonald
1
-1
/
+1
2023-01-12
Add INIT_ATTR to i2c_init()
Aidan MacDonald
1
-1
/
+1
2022-12-31
x1000: Add INIT_ATTR to various target specific functions
Aidan MacDonald
6
-20
/
+19
2022-12-31
x1000: Enable support for INIT_ATTR
Aidan MacDonald
3
-0
/
+32
2022-12-19
jx47xx: Rename crt0 'init' sections to 'startup'
Solomon Peachy
2
-3
/
+7
2022-12-18
x1000: Rename crt0 .init sections to .startup
Aidan MacDonald
4
-5
/
+9
2022-12-18
x1000: Simplify app linker script
Aidan MacDonald
1
-5
/
+13
2022-12-18
x1000: Add missing LCD activation event on LCD enable
Aidan MacDonald
1
-0
/
+3
2022-12-07
bugfix: for Eros Q / Surfans F20, when the scroll wheel is moved, in addition...
Richard Goedeken
1
-0
/
+2
2022-12-04
bugfix: for ErosQ/SurfansF20, reset poweroff timer when scroll wheel is moved...
Richard Goedeken
1
-0
/
+2
2022-12-01
x1000: Add support for DS35x1GAxxx flash chips
Aidan MacDonald
1
-0
/
+4
2022-10-28
x1000: Pass CPM scratch register to the bootloader
Aidan MacDonald
1
-2
/
+5
2022-10-28
x1000: Allow SPL and bootloader to pass arguments to next stage
Aidan MacDonald
1
-0
/
+13
2022-10-28
x1000: Add a basic sanity check for bootloader backups
Aidan MacDonald
2
-0
/
+17
2022-10-17
mips: consolidate exception handling, add exception backtraces
Aidan MacDonald
14
-461
/
+419
2022-10-15
move buflib_free invalid handle check to the function
William Wilgus
1
-2
/
+1
2022-10-13
Revert "Remove YUV blitting functions and LCD modes"
Solomon Peachy
1
-0
/
+62
2022-10-10
mips: Work around an issue with GCC 8.
Solomon Peachy
1
-1
/
+5
2022-10-03
Remove YUV blitting functions and LCD modes
Aidan MacDonald
1
-62
/
+0
2022-09-17
x1000: add support for GD5F1GQ4xExx NAND flash
Aidan MacDonald
1
-0
/
+24
2022-09-17
x1000: add support for the W25N01GVxx NAND flash
Aidan MacDonald
2
-0
/
+34
2022-09-17
x1000: refactor NAND chip identification
Aidan MacDonald
2
-60
/
+69
2022-07-21
x1000: simplify NAND command macros
Aidan MacDonald
2
-15
/
+17
2022-07-21
x1000: move NAND commands to chip data
Aidan MacDonald
2
-35
/
+18
2022-07-19
x1000: add NAND OTP access switch
Aidan MacDonald
2
-0
/
+9
2022-07-10
Fix red in commit 131566b8f8
Aidan MacDonald
1
-2
/
+2
2022-07-10
x1000: add support for simple on-die ECC with NAND flash
Aidan MacDonald
2
-0
/
+23
2022-07-10
x1000: add setup_chip hook for NAND chips
Aidan MacDonald
2
-0
/
+9
2022-07-10
x1000: remove 'typedef struct' from NAND driver
Aidan MacDonald
5
-42
/
+41
2022-07-10
x1000: support 2nd device ID byte for NAND flash
Aidan MacDonald
2
-9
/
+16
2022-07-10
x1000: fix linux boot USB issues
Aidan MacDonald
1
-4
/
+9
2022-07-10
x1000: fix command line passing for linux boot
Aidan MacDonald
1
-1
/
+1
2022-06-12
jz4760: Reformat USB driver a little. Prep work for later changes.
Solomon Peachy
1
-143
/
+108
2022-05-30
x1000: add flash probe tool to bootloader
Aidan MacDonald
1
-0
/
+1
2022-05-30
x1000: move NAND commands to header file
Aidan MacDonald
2
-33
/
+33
2022-05-22
mips: stop backtraces at main()
Aidan MacDonald
2
-2
/
+2
2022-04-01
ErosQ Native: Make power delay bootloader-only
Dana Conrad
1
-0
/
+2
2022-04-01
Eros Q Native: Add Original Firmware Boot option
Dana Conrad
2
-0
/
+30
2022-03-27
x1000: Add multiboot support
Aidan MacDonald
1
-0
/
+6
2022-03-25
x1000: remove the last vestiges of boot option support
Aidan MacDonald
4
-57
/
+28
2022-03-25
x1000: spl: remove selectable boot option support
Aidan MacDonald
5
-238
/
+65
2022-03-25
x1000: spl: remove dual boot support code
Aidan MacDonald
4
-220
/
+0
2022-03-25
x1000: spl: split off NAND storage to separate file
Aidan MacDonald
2
-25
/
+50
2022-03-24
x1000: add bad block marker position to nand_chip info
Aidan MacDonald
2
-0
/
+4
2022-03-24
x1000: bootloader: add LCD dualboot cleanup for the M3K
Aidan MacDonald
1
-7
/
+5
2022-03-21
Lcd save function pointer to frame buffer get_address_fn before loops
William Wilgus
1
-2
/
+4
[next]