summaryrefslogtreecommitdiff
path: root/tools/firmware-utils/src/mkfwimage.c
AgeCommit message (Collapse)Author
2013-10-20mkfwimage: Increase RSPRO maximum size to 0xF00000 (15 MiB)juhosg
RSPRO has 16MiB of Flash, using the following layout: [ 2.930000] 0x000000000000-0x000000030000 : "RedBoot" [ 2.940000] 0x000000030000-0x000000130000 : "kernel" [ 2.950000] 0x000000130000-0x000000ff0000 : "rootfs" [ 2.960000] 0x000000ff0000-0x000000fff000 : "FIS directory" [ 2.970000] 0x000000fff000-0x000001000000 : "RedBoot config" Firmware images contain kernel and rootfs, so they can use up to 0xFF0000 - 0x30000 = 0xFC0000 (15,75MiB) of space. We don't include the RedBoot and FIS partitions and leave an extra 0xC0000 (768KiB) of space. This is based on revision 18410 which sets the limit to 0xB00000 (11 MiB). Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-18firmware-utils/mkfwimage: allow to override firmware magicjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-18mkfwimage: add support for the XM layout (bullet/rocket/nano M)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-13ar71xx: increase max size of RouterStation and RouterStation Pro firmware imagesjuhosg
Thanks to riskable! (closes #5860) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25[tools] firmware-utils/mkfwimage: add support for RouterStation Pro (patch ↵juhosg
from Ubiquiti Networks) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21[atheros] Generate suitable images for the UBNT PicoStation2jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-14[ar71xx] create firmware image for the Ubiquiti LS-SR71 boardjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-04[tools] firmware-utils/mkfwimage: update RouterStation specific values, adn ↵juhosg
remove some unused code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-05[tools] firmware-utils/mkfwimage: fix root_start valuesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-04[tools] firmware-utils/mkfwimage: fix Ubiquiti firmware generation (closes ↵juhosg
#4414) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-18[tools] firmware-utils/mkfwimage: add RouterStation support (based on a ↵juhosg
patch by Jonas <jonas at ubnt.com>) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-28fix mkfwimage to recognize the -s optionthepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-26fix mkfwimage build on mac os xnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-25Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵thepeople
back in ubiquiti image generation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-07buld images for the Ubiquiti LiteStation and NanoStation ported from ↵thepeople
http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11061 3c298f89-4303-0410-b956-a3cf2f4a3e73