summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31
AgeCommit message (Expand)Author
2008-07-18Fix missing #includes and make local functions static for gigabeatBertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-25Fix a comment since it was very wrong.Michael Sevakis
2008-05-25Gigabeat S: Add charge current and battery temp readout in power management a...Michael Sevakis
2008-05-21Oops. Forgot to put the pmic thread stack size back to normal.Michael Sevakis
2008-05-21Gigabeat S:Michael Sevakis
2008-05-16Cleanup some .h files in the imx31 target branch - #include guard style, head...Michael Sevakis
2008-05-16MC13783 (Gigabeat S PMIC): Complete the header file. Distinguish status, sens...Michael Sevakis
2008-05-13Gigabeat S system setup changes. Unaligned loads/stores on. Mixed-endian supp...Michael Sevakis
2008-05-11Enable write buffering for the 1MB device memory section. This means using a ...Michael Sevakis
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis
2008-05-10Fix yellow.Michael Sevakis
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis
2008-05-09Remove inner loop from button scanning on Gigabeat S. Requires changing the b...Michael Sevakis
2008-05-08Backlight brightness setting for Gigabeat S. Cleanup headers in target backli...Michael Sevakis
2008-05-08Add two missing rockbox headers and set svn:eol-styleNils Wallménius
2008-05-08Disable clocks for most modules in the imx31l on startup, individual drivers ...Nils Wallménius
2008-05-08Oops, it's called mc13783...Nils Wallménius
2008-05-08Hehe. Should probably implement ide_powered if implementing ide_power_enable.Michael Sevakis
2008-05-08Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the...Michael Sevakis
2008-05-08Gigabeat S: Put in (so it appears) proper delays for USB PHY reset. Use the a...Michael Sevakis
2008-05-08Remove an unneeded #include and a lone "#" on a line (it's early).Michael Sevakis
2008-05-08Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as ...Michael Sevakis
2008-05-07Gigabeat S technical correction: Fix instruction order because clean dcache o...Michael Sevakis
2008-05-06Gigabeat S: Make sure ATA interface is idle before a reset.Michael Sevakis
2008-05-05Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with init...Michael Sevakis
2008-05-05Gigabeat S: Do the controller timing settings a more cleanly.Michael Sevakis
2008-05-05Alarm wake up support for Gigabeat SNils Wallménius
2008-05-05Mind repeat calls to ata_device_init.Michael Sevakis
2008-05-05Don't need the extra idle check.Michael Sevakis
2008-05-05Gigabeat S: Use the fastest PIO mode the installed drive allows instead of al...Michael Sevakis
2008-05-03Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keym...Michael Sevakis
2008-05-02Remove some cruft not being used that interferes with building rockboy on Gig...Michael Sevakis
2008-05-02Fix an oops in ARMv6 flush_icache.Michael Sevakis
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold
2008-04-27Gigabeat S: Define the used ADC channels, get the channel order correct, enab...Michael Sevakis
2008-04-27IMX31: Try to catch the interrupt that was the reason irq_handler was called ...Michael Sevakis
2008-04-27IMX31: Use template structures to access modules' registers from a base addre...Michael Sevakis
2008-04-27Gigabeat S: Implement i2c driver - transmit works but no testing of receiving...Michael Sevakis
2008-04-24Make Gigabeat S keypad correctly detect multiple key down events in a row. Pr...Michael Sevakis
2008-04-21Enable program flow prediction in the system control coprocessor setup in the...Michael Sevakis
2008-04-20Also declare .qharray for the bootloader on imx31. Usb is also supported ther...Frank Gevaerts
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts
2008-04-20Oops, clean up and use usb_drv.h.Michael Sevakis
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...Michael Sevakis
2008-04-18Fix bootloader red.Michael Sevakis
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis
2008-04-17Cache functions should include data and instruction barriers.Michael Sevakis