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
2023-10-25fel: add list-socs commandAndre Przywara
2023-08-08fel: h616: support alternative die variantAndre Przywara
2023-03-06fel: sid: add documentationAndre Przywara
2023-03-06fel: sid: unify SID functions into fel_read_sid()Andre Przywara
2023-02-22fel: Introduce 'sid-dump'qianfan Zhao
2022-03-06fel: ignore more bits in SCTLRIcenowy Zheng
2021-01-12fel: Add FIT image parsing and loadingAndre Przywara
2021-01-11fel: Detect (and report) FIT imageAndre Przywara
2021-01-11fel: Parse SPL DT nameAndre Przywara
2021-01-11fel: autoboot: Support entering in AArch64Andre Przywara
2020-12-31fel: Observe SRAM size to extend SPL load sizeAndre Przywara
2020-12-29fel: Check actual SPL size before considering U-Boot properAndre Przywara
2020-12-29fel: Fix SPL size check against thunk addrAndre Przywara
2020-12-29fel: Check for U-Boot image before considering checksumAndre Przywara
2020-04-20Provide a wrapper for reset via watchdogKarl Palsson
2018-12-02FEL: introduce semantic versioning for SPL headerAndre Przywara
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