1. b3abcb8 rombox: Do not copy .init section to ram on startup. by Marcin Bukat · 11 years ago
  2. cc64d9e fix player rom build by Marcin Bukat · 11 years ago
  3. 21d026d coldfire: fix rom build by Marcin Bukat · 11 years ago
  4. 7ef13ee Fix path to PP crt0 by Rafaël Carré · 13 years ago
  5. 0efabb3 Add linker script wildcards for -ffunction-sections and -fdata-sections. by Boris Gjenero · 13 years ago
  6. ca9111e Add KEEP() around vectors in linker scripts. by Boris Gjenero · 13 years ago
  7. 2bbacf8 Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). by Jens Arnold · 16 years ago
  8. ee4caec Fixed the rombox generation for SH1. by Miika Pekkarinen · 18 years ago
  9. b1af4e6 Enable ROM file generation for H120/H140. by Miika Pekkarinen · 18 years ago
  10. 41997d3 Clean up crt0.S and move it to the target tree by Daniel Ankers · 18 years ago
  11. abd9f83 Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR attribute macro), allowing to put 'const' data into IRAM without causing a section type conflict, and .ibss (selectable with the IBSS_ATTR attribute macro) for uninitialised data. * Rockbox core: Adjusted the linker scripts and init code to not include the .ibss section in the binary, it is cleared instead. Saves ~500 bytes on archos and ~30KB on iriver. Codecs and plugins don't handle .ibss in a special way yet. * The init code properly handles empty sections now (except .stack, which should never be empty). * Unified the init code for SH1 and coldfire a bit. by Jens Arnold · 19 years ago
  12. 13be9f1 allow the flash plugin to verify the RomBox link address by Jörg Hohensohn · 19 years ago
  13. c6ff1f5 Added CPU_COLDFIRE define - one step closer to iAudio-port by Christian Gmeiner · 19 years ago
  14. 1c40d3c Ooops. DRAM can't start at 0x30000000 on iRiver by Linus Nielsen Feltzing · 19 years ago
  15. d34865a mp3buf renamed to audiobuf by Linus Nielsen Feltzing · 20 years ago
  16. bd42d31 RoLo now works on the iRiver by Linus Nielsen Feltzing · 20 years ago
  17. e452383 Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently only iRiver). by Dave Chapman · 20 years ago
  18. 63cf21d Adjustments for iRiver by Linus Nielsen Feltzing · 20 years ago
  19. 0978026 Rombox now properly uses all available DRAM for 8 MB builds. by Jens Arnold · 20 years ago
  20. 678090a rombox support: building and zip general makefile: less output by Daniel Stenberg · 20 years ago
  21. 762a6c6 define the ROM start in the config-*.h file instead and avoid the ifdef by Daniel Stenberg · 20 years ago
  22. 32cd555 lds file for rombox builds by Daniel Stenberg · 20 years ago