Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-26fel: Add A23 SoC IDv1.2Chen-Yu Tsai
2014-02-01Merge pull request #22 from jsonn/patch-1Henrik Nordström
2014-02-01Support build of fel.c on NetBSDJoerg Sonnenberger
2014-01-29Fix bogus usage message in pio tool.Michal Suchanek
2014-01-29Fix usb-boot usage message.Michal Suchanek
2014-01-29fexc: uboot: update code outputEmilio López
2014-01-20Rename fel-boot.lds to fel-sdboot.ldsOlliver Schinagl
2013-09-19nand-part: fixed error in -f usage messagePatrick Wood
2013-09-19nand-part: updated usage messagePatrick Wood
2013-09-19nand-part: added/updated open source copyright headersPatrick Wood
2013-09-19nand-part: create one nand-part program to handle both A10 and A20Patrick Wood
2013-09-07fel: Improve error messages a bit on file I/O errorsHenrik Nordstrom
2013-07-28usb-boot: Check number of arguments before eating themHenrik Nordstrom
2013-07-27usb-boot: ramboot script without uimage headerHenrik Nordstrom
2013-07-27usb-boot: Improve messages somewhat explainign that it wants u-boot SPL FELHenrik Nordstrom
2013-07-27usb-boot: Remove prebuilt fel boot binariesHenrik Nordstrom
2013-07-23set MBR_MAGIC to "softw411" and MBR_VERSION to 0x200 in nand-part-a20.hPat Wood
2013-07-23check that starting offset of partition 1 is beyond MBR areaPat Wood
2013-07-23print out correct number of partitionsPat Wood
2013-07-23display partition numbers starting at "1" instead of "0"; corresponds toPat Wood
2013-07-23added backwards compatibility with older version of nand-part: if the startingPat Wood
2013-07-23build both A10 and A20 nand-part executablesPat Wood
2013-06-28Merge branch 'master' of git://github.com/linux-sunxi/sunxi-toolsPat Wood
2013-06-25nand-part: Reject wrong partition version.Michal Suchanek
2013-06-25nand-part: Add mbr parsing diagnostics.Michal Suchanek
2013-06-23Teach fel about A20 SoC ID (for fel ver)Henrik Nordstrom
2013-06-10usb-boot: Support speficying the fel boot image by full pathHenrik Nordstrom
2013-06-10fel: More verbose error output if USB device not foundHenrik Nordstrom
2013-06-10felboot have been fully merged into sunxi u-bootHenrik Nordstrom
2013-05-27usb-boot: fix small typoAlejandro Mery
2013-05-25fexc: accept negative values in .fex filesBartosz J
2013-05-24felboot: Reduce to only a linkerscript + stubs to compensate for general SPL ...Henrik Nordstrom
2013-05-24felboot: Update documentation slightlyHenrik Nordstrom
2013-05-24felboot: Use u-boot serial driverHenrik Nordstrom
2013-05-24felboot: Move closer to u-boot build structure, reducing source size even fur...Henrik Nordstrom
2013-05-24felboot: Simplify Makefile a bit to more closely match u-bootHenrik Nordstrom
2013-05-23felboot: Use sunxi_board_init directly from u-bootHenrik Nordstrom
2013-05-23felboot: Show u-boot version bannerHenrik Nordstrom
2013-05-23usb-boot: Fix for failure just after DRAM initialization.Henrik Nordstrom
2013-05-23usb-boot: Handle variable argumentsHenrik Nordstrom
2013-05-22usb-boot: Rework ram boot to use a boot.scr @0x41000000 to indicate RAM bootHenrik Nordstrom
2013-05-19Rename eoma68 to eoma68-a10Henrik Nordstrom
2013-05-19fel: Detach (and reattach on exit) the awusb kernel driver if loadedHenrik Nordstrom
2013-05-18felboot: Correct merge conflictHenrik Nordstrom
2013-05-18Revert "felboot: Reuse sunxi_board_init() directly from u-boot tree"Henrik Nordstrom
2013-05-18felboot: Even closer to u-bootHenrik Nordstrom
2013-05-18felboot: Reduce _start to just a call to s_init.Henrik Nordstrom
2013-05-18felboot: Use u-boot common.h instead of system stdio.hHenrik Nordstrom
2013-05-17felboot: Correct line outputHenrik Nordstrom
2013-05-17felboot: Prevent GCC from reordering _start. Must be at a known addressHenrik Nordstrom