summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2022-08-116-93/+150
|\
| * FIT: add first support for compressed imagesAhmad Fatoum2022-08-111-1/+31
| * kbuild: make FIT public key overwritableStefano Manni2022-08-091-0/+17
| * boot: allow booting by bootspec absolute pathAhmad Fatoum2022-08-092-1/+11
| * blspec: iterate over entries in lexical orderAhmad Fatoum2022-08-091-33/+10
| * blspec: refactor to prepare for booting by file pathAhmad Fatoum2022-08-091-54/+59
| * commands: boot: support preselecting boot entry in menuAhmad Fatoum2022-08-081-1/+9
| * booti: add debug prints for kernel header parsingAhmad Fatoum2022-08-081-0/+7
| * commands: of_dump: support limiting size of printed propertiesAhmad Fatoum2022-08-082-2/+2
| * common: bootm: print error in case of appendroot failedMarco Felsch2022-07-051-1/+4
* | Merge branch 'for-next/imx'Sascha Hauer2022-08-111-14/+10
|\ \
| * | pbl: generalize fsl i2c_early API into pbl_i2cAhmad Fatoum2022-08-081-14/+10
| |/
* | Merge branch 'for-next/efi'Sascha Hauer2022-08-111-0/+1
|\ \
| * | partitions: efi: register guid device parameter for disk GUIDAhmad Fatoum2022-07-051-0/+1
| |/
* | Merge branch 'for-next/compression'Sascha Hauer2022-08-111-14/+9
|\ \
| * | pbl: make USE_COMPRESSED_DTB a PBL-only featureAhmad Fatoum2022-07-141-6/+0
| * | common: don't allow compressing in-barebox binaries againAhmad Fatoum2022-07-141-8/+9
| |/
* | bootsource: allow DT aliases and bootrom numbering to differAhmad Fatoum2022-08-091-26/+75
* | bootsource: rename existing bootsource_set to bootsource_set_rawAhmad Fatoum2022-08-091-4/+5
* | common: machine_id: guard against digest algo being unavailableAhmad Fatoum2022-08-091-0/+5
* | common: machine_id: simplify early exitAhmad Fatoum2022-08-091-4/+2
* | common: don't fixup empty serial/machine_compatible stringsAhmad Fatoum2022-08-081-0/+4
* | USB: gadget: fastboot: allow exporting only barebox update handlerAhmad Fatoum2022-08-081-0/+2
* | file_list: factor out file_list_newAhmad Fatoum2022-08-081-6/+13
|/
* Merge branch 'for-next/rpi4'Sascha Hauer2022-06-291-0/+7
|\
| * ARM: rpi: add debug_ll support for Raspberry Pi 4Ahmad Fatoum2022-06-171-0/+7
* | Merge branch 'for-next/misc'Sascha Hauer2022-06-2912-50/+77
|\ \
| * | state: don't report error for -ENOMEDIUMAhmad Fatoum2022-06-211-1/+1
| * | treewide: Use pr_setenv() where appropriateSascha Hauer2022-06-212-14/+3
| * | env: Introduce pr_setenv()Sascha Hauer2022-06-211-2/+30
| * | bootchooser: rename pr_setenv() to bc_setenv()Sascha Hauer2022-06-201-6/+6
| * | fastboot: always try barebox_update handler for bbu- partitionsAhmad Fatoum2022-06-151-1/+2
| * | of: request reserved memory regions so other code can'tAhmad Fatoum2022-06-151-3/+18
| * | read_file: Pass NULL for the size parameter if the return value is not usedAlexander Shiyan2022-06-101-2/+1
| * | common: add help text for CONFIG_STATEAhmad Fatoum2022-06-101-0/+5
| * | common: reset_source: Remove of_get_reset_source_priority()Alexander Shiyan2022-06-101-17/+3
| * | treewide: Remove duplicate incudesAlexander Shiyan2022-06-103-4/+0
| * | block: set S_IFBLK for block devices instead of S_IFCHRAhmad Fatoum2022-06-101-0/+8
| |/
* | Merge branch 'for-next/earlycon'Sascha Hauer2022-06-292-0/+41
|\ \
| * | console: add new $global.bootm.earlycon parameterAhmad Fatoum2022-06-092-0/+41
| |/
* | ARM64/RISC-V: booti: support global.bootm.image.loadaddrAhmad Fatoum2022-06-091-6/+24
* | fastboot: support TF-A FSBL and FIP images for barebox updateAhmad Fatoum2022-06-031-0/+2
* | filetype: differentiate between STM32MP FSBL and SSBL imagesAhmad Fatoum2022-06-031-3/+10
* | bbu: export bbu_std_file_handler for use in custom handlersAhmad Fatoum2022-06-031-13/+20
* | bbu: add flag for enabling eMMC boot ackAhmad Fatoum2022-06-031-1/+16
* | bbu: use free(NULL) to simplify function cleanupAhmad Fatoum2022-06-031-8/+5
* | bbu: move barebox_update eMMC boot handling into common codeAhmad Fatoum2022-06-031-0/+55
|/
* tlsf: fix internal overflow trying to allocate big buffersAhmad Fatoum2022-05-241-3/+16
* Merge branch 'for-next/rsa'Sascha Hauer2022-05-191-30/+21
|\
| * fit: try other keys as fallbackSascha Hauer2022-05-041-14/+22