aboutsummaryrefslogtreecommitdiffstats
path: root/packages/zaurus-updater/zaurus-updater
AgeCommit message (Collapse)Author
2007-12-25zaurus-updater: Add support for installing and updating u-boot, disabled by ↵Matthias Hentges
default.
2007-12-23zaurus-updater: Fix spitz kernel install, display PR to the user & beautify ↵Matthias Hentges
HDD installer messages
2007-12-11zaurus-updater: do not run shell at the end - reboot insteadMarcin Juszkiewicz
2007-12-10zaurus-updater: fix shell error visible on tosa/poodleMarcin Juszkiewicz
2007-12-10zaurus-updater: fixed JFFS2: wrong bitmask problems (some code needs to run ↵Marcin Juszkiewicz
only on Tosa and Poodle)
2007-12-10updater: reformat (please use space not tabs)Marcin Juszkiewicz
2007-12-06zaurus-updater: reinstate case-sensitive fixes that got lost in a mergeKoen Kooi
2007-12-04zaurus-updater: Try to unb0rk the flashing of Akita kernels. Still needs workMatthias Hentges
2007-11-24merge of '6ac18f3dcd3bdc55e3c6e2b808ce11f25dbd163e'Koen Kooi
and 'c1726a91450c9a012bcaa95d2c1d0c935197ce53'
2007-11-23zaurus-updater: fix flashing from case sensitive filesystemsKoen Kooi
2007-11-23zaurus-updater: Always treat MTD_PART_SIZE as HEX when comparing sizes, ↵Matthias Hentges
thanks to ZeroChaos for debugging
2007-11-23zaurus-updater: fix a typo from the last commitKoen Kooi
2007-11-23zaurus-updater: have consistent error messagesKoen Kooi
2007-11-23zaurus-updater: use value from /proc/mtd to get rootfs sizeMarcin Juszkiewicz
2007-11-23zaurus-updater: remove logs - added by mistakeMarcin Juszkiewicz
2007-11-22zaurus-updater: dropped spitz one as unified works on spitz (tested by Rolf ↵Marcin Juszkiewicz
Leggewie)
2007-11-19zaurus-updater: Unified version for all PXA zaurus models - close #1526Marcin Juszkiewicz
Works on: c7x0, tosa. Unknown status on: poodle, akita, spitz. Supports: - file size checking (no more flashing too big kernel or too big rootfs) - bigger rootfs for c760/c860 (128MB Flash instead of 64MB in other c7x0 models) - flash writing (kernel, rootfs) and microdrive writing (only for spitz models) Changes by: Marcin 'hrw' Juszkiewicz (idea, code cleanup, functions split) Dmitry 'lumag' Baryshkov (fixes and Tosa support)