summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/kvx'Sascha Hauer2020-07-272-2/+1
|\
| * common: Kconfig: remove MIPS dependency for ELFClement Leger2020-07-011-1/+0
| * common: bootm: allow building with an undefined IH_ARCHClement Leger2020-07-011-1/+1
* | Merge branch 'for-next/imx'Sascha Hauer2020-07-271-0/+8
|\ \
| * | arm: imx: add initial imx8mp supportOleksij Rempel2020-07-141-0/+8
| |/
* | Merge branch 'for-next/fastboot'Sascha Hauer2020-07-272-84/+30
|\ \
| * | fastboot: Drop support for downloading to bufferSascha Hauer2020-06-182-82/+27
| * | fastboot: Use make_temp() to create temporary fileSascha Hauer2020-06-121-2/+3
| |/
* | Merge branch 'for-next/elf'Sascha Hauer2020-07-273-36/+236
|\ \
| * | common: bootm: add support for elf file loadingClement Leger2020-06-152-0/+41
| * | common: elf: add elf_open, elf_close and elf_loadClement Leger2020-06-151-13/+7
| * | common: elf: load elf directly from fileClement Leger2020-06-151-35/+185
| * | common: elf: check number of elf program headersClement Leger2020-06-151-0/+5
| * | common: elf: use calloc instead of xzallocClement Leger2020-06-151-1/+4
| * | common: elf: fix warning on 32 bits architecturesClement Leger2020-06-151-1/+1
| * | common: elf: add computation of elf boundariesClement Leger2020-06-151-0/+7
| |/
* / fs: fat: extend for in-PBL supportAhmad Fatoum2020-07-111-1/+2
|/
* Merge branch 'for-next/ratp'Sascha Hauer2020-06-111-1/+16
|\
| * ratp: Remove unnecessary poller_call()Sascha Hauer2020-05-201-1/+0
| * ratp: Test if console exists before using itSascha Hauer2020-05-201-0/+16
* | Merge branch 'for-next/misc'Sascha Hauer2020-06-112-1/+15
|\ \
| * | password: Fix warning with empty default passwordDavid Dgien2020-06-031-0/+3
| * | password: don't export read_default_passwd()Uwe Kleine-König2020-06-031-1/+0
| * | blspec: Allow the "options" key to be given multiple timesRobert Karszniewicz2020-06-031-0/+12
| |/
* | Merge branch 'for-next/kbuild'Sascha Hauer2020-06-111-0/+1
|\ \
| * | kconfig: add 'option modules' to allow tristate options to become mMasahiro Yamada2020-05-201-0/+1
| |/
* | fastboot: Use unique tempfile nameSascha Hauer2020-05-201-9/+12
* | fastboot: don't close fd 0 when downloading to ramDaniel Glöckner2020-05-201-1/+2
* | fastboot: split generic code from USB gadgetEdmund Henniges2020-05-203-0/+998
* | poller: Add a poller commandSascha Hauer2020-05-201-0/+71
* | poller: Give pollers a nameSascha Hauer2020-05-203-5/+7
|/
* Merge branch 'for-next/mxs'Sascha Hauer2020-05-141-0/+4
|\
| * filetype: Add filetype for i.MX23/28 SD card imagesSascha Hauer2020-05-061-0/+4
* | Merge branch 'for-next/misc'Sascha Hauer2020-05-1439-120/+46
|\ \
| * | common.h: move and rename lregion_overlap()Masahiro Yamada2020-05-051-2/+12
| * | common: imd: handle error in imd_write_crc32Steffen Trumtrar2020-05-051-1/+6
| * | treewide: remove references to CREDITSUwe Kleine-König2020-04-2738-112/+0
| * | common: bootm: Enforce CONFIG_BOOTM_FORCE_SIGNED_IMAGES for TEE binsAlbert Schwarzkopf2020-04-271-0/+1
| * | startup: add $global.autoboot to make behavior configurableAhmad Fatoum2020-04-271-2/+15
| * | startup: don't clobber original autoboot stateAhmad Fatoum2020-04-271-4/+5
| * | startup: rename AUTOBOOT_UNKNOWN to more descriptive AUTOBOOT_COUNTDOWNAhmad Fatoum2020-04-271-2/+2
| * | Add magicvar description for autoboot variablesSascha Hauer2020-04-271-0/+8
| |/
* | Merge branch 'for-next/kconfig'Sascha Hauer2020-05-141-3/+0
|\ \
| * | treewide: Kconfig: remove some unused symbolsAhmad Fatoum2020-04-291-3/+0
| |/
* | Merge branch 'for-next/kbuild'Sascha Hauer2020-05-143-5/+3
|\ \
| * | kbuild: sync filechk rule with Linux 5.7-rc2Masahiro Yamada2020-05-041-3/+1
| * | image: support 'powerpc' for mkimage architectureMasahiro Yamada2020-05-041-0/+1
| * | kbuild: make DEFCONFIG_LIST workMasahiro Yamada2020-04-271-2/+1
| |/
* | drivers: add COMPILE_TEST prompts for some off-by-default optionsAhmad Fatoum2020-05-081-2/+2
* | common: introduce COMPILE_TEST option for build-testingAhmad Fatoum2020-05-081-0/+13
|/