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
path: root/fel.c
AgeCommit message (Expand)Author
2018-07-09fel: Add SPI flash programmer implementationSiarhei Siamashka
2018-07-09fel: Support uploading & executing ARM AAPCS functions on the deviceSiarhei Siamashka
2017-11-06fel: Check for the U-Boot header CRCMaxime Ripard
2017-11-06fel: Check the U-Boot's CRC instead of its sizeMaxime Ripard
2017-11-06fel: Use U-Boot's header structureMaxime Ripard
2017-04-29fel: enable support for v2 SPLIcenowy Zheng
2017-02-28fel: SMC workaround to enter "secure boot" FEL mode on some SoCsAndre Przywara
2017-02-13fel: Support "-h" and "--help" optionsBernhard Nortmann
2017-02-11fel: Safeguard against calling FEL read/write with zero bytes lengthBernhard Nortmann
2017-01-28Move thunk code / snippets to a dedicated subdirectoryBernhard Nortmann
2016-12-28fel: Add "memmove" commandBernhard Nortmann
2016-12-28fel: [Fixup] Use fel_get_sid_root_key() routine for SID retrievalBernhard Nortmann
2016-12-28fel: workaround H3 SID issueIcenowy Zheng
2016-12-28soc_info: Split sid_addr into sid_base + sid_offsetBernhard Nortmann
2016-12-13fel: Improve on handling invalid optionsBernhard Nortmann
2016-12-07Cosmetic changesBernhard Nortmann
2016-12-07common.h: Rename errf() to pr_error(), add pr_fatal()Bernhard Nortmann
2016-12-01fel: Add "--sid" option to select FEL device by SIDBernhard Nortmann
2016-12-01fel: Add a --list option to enumerate FEL devicesBernhard Nortmann
2016-11-29fel_lib: Add a human-readable SoC name field to the device handleBernhard Nortmann
2016-11-29fel: Move readl/writel code over to fel_libBernhard Nortmann
2016-11-29fel_lib: Provide BROM version and SoC information via device handleBernhard Nortmann
2016-11-29fel_lib: Arrange for auto-initialization on first open_fel_device()Bernhard Nortmann
2016-11-29fel: Factor out a new FEL libraryBernhard Nortmann
2016-11-29fel: Rework some of the USB functions' logicBernhard Nortmann
2016-11-29fel: Eliminate 'global' vars, switching to their handle counterpartsBernhard Nortmann
2016-11-29fel: Modify existing USB interface to use a new "FEL device" typeBernhard Nortmann
2016-11-29fel: Add SOC ID, SRAM info and SID address for R40Chen-Yu Tsai
2016-11-19fel: Add fel_readl_n() and fel_writel_n() wrappersBernhard Nortmann
2016-11-19fel: Rework aw_fel_(read|write)l_n codeBernhard Nortmann
2016-11-13fel: Factor out SoC information (and SRAM buffers) retrievalBernhard Nortmann
2016-11-11fel: Lower timeout to a more practical valueBernhard Nortmann
2016-11-11fel: add SoC ID and SRAM info for H5Icenowy Zheng
2016-10-26fel: Change order of includesBernhard Nortmann
2016-10-26Fix some issues that showed up as compiler warnings with mingw64Bernhard Nortmann
2016-10-26Merge pull request #62 from n1tehawk/20161021_autoversionNiteHawk
2016-10-25fel: Minor fixup - rename "progress" to "callback" for clarityBernhard Nortmann
2016-10-25fel: Improve file_upload() when no progress callback is passedhowientc
2016-10-24Have programs display version information in their usage helpBernhard Nortmann
2016-10-24fel: Add the ability to pass uEnv-style data via FEL (#60)NiteHawk
2016-10-22fel: bugfix: aw_fel_writel_n() transfers need to do endian conversionBernhard Nortmann
2016-05-27fel: Implement "reset64" command to force warm reset into AArch64Bernhard Nortmann
2016-05-12fel: Add fel spl command support for Allwinner A64Siarhei Siamashka
2016-05-08fel: Move the backup storage to the SRAM section A1 on H3Siarhei Siamashka
2016-05-08fel: Move the backup storage to the SRAM B on A31Siarhei Siamashka
2016-05-08fel: Rename the backup buffers which use AR100 (OpenRISC) SRAMSiarhei Siamashka
2016-05-08fel: Move backup area to higher addresses in SRAM on A10/A13/A20Siarhei Siamashka
2016-05-06fel: Cosmetic fixesBernhard Nortmann
2016-05-05fel: add "sid" command to print SID (128-bit key) on supported SoCsBernhard Nortmann
2016-05-05fel: Add "readl" and "writel" commandsBernhard Nortmann