summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips/ingenic_jz47xx
AgeCommit message (Expand)AuthorFilesLines
2020-09-04jz47xx: Audio path tweaks:Solomon Peachy4-0/+6
2020-09-03Xduoo Gpio fix bugWilliam Wilgus1-0/+3
2020-09-03mips: Heavily rework DMA & caching codeSolomon Peachy13-50/+44
2020-09-03XduooX3 Gpio reconfigure button systemWilliam Wilgus1-14/+69
2020-09-02jz4760: Dial down PIXCLK as low as possibleSolomon Peachy1-0/+3
2020-09-02xduoox3: Disable the LCD and MSC0 clocks as we don't use themSolomon Peachy2-2/+5
2020-09-02XduooX3 Slow down greylib framerateWilliam Wilgus1-1/+4
2020-09-02XduooX3 Debug Menu -- HW_infoWilliam Wilgus1-128/+339
2020-09-02mips: use .set push/pop in asm codeSolomon Peachy1-2/+5
2020-08-31jz4760: use SYSFONT in the hw info debug screen, and restore old fontSolomon Peachy1-1/+2
2020-08-31Xduoo_x3 Boot Fix red from debug menu changesWilliam Wilgus1-1/+1
2020-08-31xduooX3 debug menu add GPIO IO PortsWilliam Wilgus1-0/+83
2020-08-30xduoox3: Fix bootloader buildSolomon Peachy1-0/+7
2020-08-30jz4760: Explicitly disable UARTs at startupSolomon Peachy3-2/+24
2020-08-30XduooX3 Tweak LCD drive strength and slewWilliam Wilgus1-4/+14
2020-08-30xduoox3: Use correct "ms_clk" divider for SADC and be smarter with pollingSolomon Peachy1-4/+14
2020-08-30jz4760: Prioritize Audio DMA and TCU0 (systick) above all othersSolomon Peachy2-39/+21
2020-08-30jz4760: Revert back to the delay loop udelay()Solomon Peachy1-1/+1
2020-08-29jz4760: Rework IRQ priorities, make audio the highest.Solomon Peachy1-10/+29
2020-08-29jz4760: Disable dynamic clocking entirely.Solomon Peachy1-1/+1
2020-08-29XduooX3 Sources WS changesWilliam Wilgus4-141/+141
2020-08-29Xduoo X3 Tweak LCD settingsWilliam Wilgus1-12/+115
2020-08-29jz4760: do the MSC (ie SD) clocking setup when we change PLL0Solomon Peachy2-31/+13
2020-08-28jz4740: Timer not re-enabled properlySolomon Peachy1-3/+3
2020-08-28Xduoo_X3 Fix timer_set_period fail to reenableWilliam Wilgus1-1/+1
2020-08-28jz4760: Pull non-PLL init out of pll0_init() code.Solomon Peachy1-16/+15
2020-08-27Xduoo X3 - Grey scale lib updateWilliam Wilgus1-19/+20
2020-08-26xduoox3: Include curves for both battery typesSolomon Peachy1-5/+15
2020-08-26jz4760: fix the new udelay() to use _micro_seconds, not millisecondsSolomon Peachy1-4/+6
2020-08-26xduoox3: Update battery discharge curve and runtime estimatesSolomon Peachy1-4/+4
2020-08-25jz4740: SD clock sequencing changes.Solomon Peachy1-17/+13
2020-08-25jz4760: SD driver enhancements:Solomon Peachy1-41/+90
2020-08-25jz4740: Fix potential deadlock in SD init code.Solomon Peachy1-7/+8
2020-08-25jz4760: Give each SD interface its own DMA channel, semaphore, and mutexSolomon Peachy3-91/+175
2020-08-12jz4760: Use HW timer for more a more accurate udelay()Solomon Peachy1-0/+29
2020-08-08jz4760: Move 11/22/44/88KHz back onto the PLLSolomon Peachy1-8/+16
2020-08-07jz4760: Major clocking improvements for audio PLLSolomon Peachy1-37/+55
2020-08-07jz4760: Support dynamic reclocking!Solomon Peachy2-23/+54
2020-08-07jz4760: Fixes in PLL calculation and reportingSolomon Peachy3-14/+12
2020-08-07xduoox3: Set PLL0 to 480MHz, not 492.Solomon Peachy1-1/+1
2020-08-07jz4760: Don't enable PLL1 until we need audio.Solomon Peachy2-29/+48
2020-08-07jz7460: debugging improvementsSolomon Peachy1-15/+14
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-2/+1
2020-07-15mips: Adjust stack sizesSolomon Peachy2-4/+4
2019-07-29XduooX3: Uncomment code that prevented hotswap from working.Solomon Peachy1-2/+2
2019-06-02jz7460: Disable IRQ-driven DMA transfers.Solomon Peachy1-1/+1
2019-01-04Add HAVE_LINEOUT_DETECTION and associated logicSolomon Peachy2-7/+36
2019-01-02mips: Adjust main & irq stack sizes to fit in IRAM on all targetsSolomon Peachy2-4/+4
2019-01-02mips: Use a separate IRQ stack & optimize IRQ handling a littleSolomon Peachy3-38/+60
2019-01-02Fix Xduoo X3 bootloader build, and silence all warnings.Solomon Peachy2-1/+106