summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | | restart: give all restart handlers a descriptive nameAhmad Fatoum2020-09-152-2/+5
| * | | common: restart: number unnamed restart handlersAhmad Fatoum2020-09-151-1/+3
| * | | blspec: devicetree-overlay: don't warn on multiple delimiting spacesAhmad Fatoum2020-09-151-1/+4
| * | | common: bootm: Add missing check of fit_open_image() return codeAlbert Schwarzkopf2020-09-141-1/+5
| * | | common: remove negative dependency on SANDBOX for IMD_TARGETRoland Hieber2020-08-281-1/+0
| * | | bootm: add global.bootm.root_dev env var for booting via PARTUUIDRobert Karszniewicz2020-08-201-2/+23
| |/ /
* | | Add KASan supportSascha Hauer2020-09-222-6/+24
* | | sandbox: rename KASan to ASanSascha Hauer2020-09-211-5/+5
* | | Add constructor supportSascha Hauer2020-09-181-0/+15
* | | Kallsyms: Also resolve global variablesSascha Hauer2020-09-181-2/+2
* | | imd: imd_calculate_crc32: initialize imd_crc to NULLHubert Feurstein2020-09-141-0/+1
|/ /
* | Merge branch 'for-next/misc' into masterSascha Hauer2020-08-184-19/+108
|\ \
| * | FIT: Parse `load` and `entry` addresses.Christian Mauderer2020-08-142-16/+104
| * | console_countdown: Add CR as valid return keyJules Maselbas2020-08-111-1/+1
| * | ratp: Remove duplicated includesJules Maselbas2020-08-031-2/+0
| * | ratp: Abort console_countdown when activatedJules Maselbas2020-08-031-0/+3
* | | Merge branch 'for-next/imx' into masterSascha Hauer2020-08-181-13/+5
|\ \ \ | |_|/ |/| |
| * | ARM: imx8m: make debug UART selection available on i.MX8MM/MPLucas Stach2020-08-171-13/+5
| |/
* / startup: Add missing newline to notice messageJules Maselbas2020-08-031-1/+1
|/
* Merge branch 'for-next/watchdog'Sascha Hauer2020-07-271-0/+4
|\
| * startup: inhibit watchdogs on non-interactive autoboot abortAhmad Fatoum2020-06-231-0/+4
* | Merge branch 'for-next/tlsf'Sascha Hauer2020-07-273-157/+262
|\ \
| * | tlsf: Update to v3.1Sascha Hauer2020-06-163-157/+262
| |/
* | Merge branch 'for-next/ratp'Sascha Hauer2020-07-271-49/+49
|\ \
| * | ratp: Straighten ratp deregistrationSascha Hauer2020-06-161-49/+49
| |/
* | Merge branch 'for-next/module'Sascha Hauer2020-07-272-23/+52
|\ \
| * | module: Implement HAVE_MOD_ARCH_SPECIFICDavid Dgien2020-07-012-0/+21
| * | module: Fix module command registrationDavid Dgien2020-07-011-14/+29
| * | module: Fix adding module to list after layoutDavid Dgien2020-07-011-9/+2
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2020-07-274-21/+27
|\ \
| * | sandbox: add libc memory allocatorAhmad Fatoum2020-07-141-0/+7
| * | treewide: make use of PTR_ERR_OR_ZEROUwe Kleine-König2020-06-262-8/+2
| * | startup: Fix do_autoboot_countdown() running multiple timesSascha Hauer2020-06-261-1/+4
| * | startup: register autoboot vars in initcallSascha Hauer2020-06-261-12/+14
| |/
* | 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
| |/