Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
d0fffd6c6dfd4241a73812c0c0730b325a9bb114
/
firmware
/
rom.lds
b3abcb8
rombox: Do not copy .init section to ram on startup.
by Marcin Bukat
· 11 years ago
cc64d9e
fix player rom build
by Marcin Bukat
· 11 years ago
21d026d
coldfire: fix rom build
by Marcin Bukat
· 11 years ago
7ef13ee
Fix path to PP crt0
by Rafaël Carré
· 13 years ago
0efabb3
Add linker script wildcards for -ffunction-sections and -fdata-sections.
by Boris Gjenero
· 13 years ago
ca9111e
Add KEEP() around vectors in linker scripts.
by Boris Gjenero
· 13 years ago
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
ee4caec
Fixed the rombox generation for SH1.
by Miika Pekkarinen
· 18 years ago
b1af4e6
Enable ROM file generation for H120/H140.
by Miika Pekkarinen
· 18 years ago
41997d3
Clean up crt0.S and move it to the target tree
by Daniel Ankers
· 18 years ago
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
13be9f1
allow the flash plugin to verify the RomBox link address
by Jörg Hohensohn
· 19 years ago
c6ff1f5
Added CPU_COLDFIRE define - one step closer to iAudio-port
by Christian Gmeiner
· 19 years ago
1c40d3c
Ooops. DRAM can't start at 0x30000000 on iRiver
by Linus Nielsen Feltzing
· 19 years ago
d34865a
mp3buf renamed to audiobuf
by Linus Nielsen Feltzing
· 20 years ago
bd42d31
RoLo now works on the iRiver
by Linus Nielsen Feltzing
· 20 years ago
e452383
Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently only iRiver).
by Dave Chapman
· 20 years ago
63cf21d
Adjustments for iRiver
by Linus Nielsen Feltzing
· 20 years ago
0978026
Rombox now properly uses all available DRAM for 8 MB builds.
by Jens Arnold
· 20 years ago
678090a
rombox support: building and zip general makefile: less output
by Daniel Stenberg
· 20 years ago
762a6c6
define the ROM start in the config-*.h file instead and avoid the ifdef
by Daniel Stenberg
· 20 years ago
32cd555
lds file for rombox builds
by Daniel Stenberg
· 20 years ago