History for uwuboot / source / arm11 / hardware
2018-01-21
@profi200
Consistency.
profi200 committed on 21 Jan 2018
2018-01-19
@profi200
More mmu.c improvements. Added mmuMapSupersections().
profi200 committed on 19 Jan 2018
2018-01-17
@profi200
Forgot 1 define in the previous commit.
profi200 committed on 17 Jan 2018
@profi200
Cleanup in mmu.c.
profi200 committed on 17 Jan 2018
@profi200
Properly separate text/rodata/data on ARM11. Increases FIRM size by a few KiB.
profi200 committed on 17 Jan 2018
2018-01-07
@profi200
Reenable full GPU/LCD deinit + cleanup.
profi200 committed on 7 Jan 2018
2018-01-04
@profi200
Introducing cfg9.h and cfg11.h.
profi200 committed on 4 Jan 2018
@profi200
Make core 1/2/3 init optional.
profi200 committed on 4 Jan 2018
2018-01-01
@profi200
Clear screens on screen init only if requested.
profi200 committed on 1 Jan 2018
2017-12-30
@profi200
Added proper core 2/3 poweroff code.
profi200 committed on 30 Dec 2017
2017-12-28
@profi200
Cleanup core 2/3 code.
profi200 committed on 28 Dec 2017
@profi200
Added function for changing CPU clock.
profi200 committed on 28 Dec 2017
@profi200
Implemented core 2/3 init for New 3DS. Also enables FCRAM extension. This is currently disabled.
profi200 committed on 28 Dec 2017
2017-12-25
@profi200
Fixed New 3DS specific graphics corruption on screen init.
profi200 committed on 25 Dec 2017
@profi200
Avoid some instruction stalls because i have nothing better to do(tm).
profi200 committed on 25 Dec 2017
2017-12-22
@profi200
Revert GFX init code order because the new one may cause issues with a few consoles.
profi200 committed on 22 Dec 2017
2017-12-20
@profi200
Move more inline asm to arm.h.
profi200 committed on 20 Dec 2017
@profi200
Move most inline asm to arm.h.
profi200 committed on 20 Dec 2017
@profi200
Introducing arm.h.
profi200 committed on 20 Dec 2017
@profi200
Use volatile instead of __volatile__.
profi200 committed on 20 Dec 2017
2017-12-18
@profi200
We don't need to unregister the GFX IRQs. We can just disable them.
profi200 committed on 18 Dec 2017
@profi200
Completely deinit/init screens on sleep.
profi200 committed on 18 Dec 2017
@profi200
The LCDs need a bit of time to stabilize after sleep.
profi200 committed on 18 Dec 2017
@profi200
Added commented out GPU/LCD deinit code. Works with everything but Luma.
profi200 committed on 18 Dec 2017
@profi200
Also turn off the LCDs on the GPU side in sleep mode.
profi200 committed on 18 Dec 2017
2017-12-12
@profi200
Return current number of ticks on timer stop.
profi200 committed on 12 Dec 2017
2017-12-11
@profi200
More checks. Allow setting different brightnesses for each screen.
profi200 committed on 11 Dec 2017
@derrek
arm11 mcu: also disable camera LED
derrek committed on 11 Dec 2017
2017-12-10
@derrek
arm11 power: wait for the screens to turn off during power-off/reboot
derrek committed on 10 Dec 2017
@profi200
Check input addresses in GX_memoryFill().
profi200 committed on 10 Dec 2017