summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: console_common: handle NULL dev gracefully in dev_printfAhmad Fatoum2024-03-131-1/+1
* optee: build common code depending on CONFIG_HAVE_OPTEEAhmad Fatoum2024-03-081-2/+1
* partitions: dos: change first partition number from 1 to 0Sascha Hauer2024-03-011-3/+3
* partitions: efi: change first partition number from 1 to 0Sascha Hauer2024-03-011-1/+1
* optee: check optee_verify_header argument for error pointersAhmad Fatoum2024-03-011-1/+1
* optee: don't warn about missing OP-TEE headerAhmad Fatoum2024-03-011-2/+2
* Merge branch 'for-next/zstd'Sascha Hauer2024-02-213-12/+24
|\
| * bootm: add support to boot ZSTD compressed imagesMarco Felsch2024-02-061-0/+8
| * decompress: change length arguments to longSascha Hauer2024-02-061-12/+12
| * filetype: add zstd supportMarco Felsch2024-02-061-0/+4
* | Merge branch 'for-next/partitions'Sascha Hauer2024-02-2112-155/+907
|\ \
| * | environment: use barebox environment from GPT partitionsSascha Hauer2024-02-201-1/+67
| * | bootsource: add function to get device_node we booted fromSascha Hauer2024-02-202-6/+17
| * | partitions: efi: Allow to create barebox environment partitionSascha Hauer2024-02-201-0/+3
| * | default environment: make string arguments constSascha Hauer2024-02-202-4/+10
| * | partitions: efi: implement partition manipulation supportSascha Hauer2024-02-202-13/+265
| * | partitions: dos: implement partition manipulation supportSascha Hauer2024-02-201-13/+243
| * | partitions: implement partition manipulation supportSascha Hauer2024-02-202-24/+135
| * | partitions: move parser.h to include/partitions.hSascha Hauer2024-02-204-50/+3
| * | partition: efi: keep raw dataSascha Hauer2024-02-201-6/+19
| * | partition: allocate struct partition in parserSascha Hauer2024-02-204-35/+51
| * | partition: allocate struct partition_desc in parserSascha Hauer2024-02-204-9/+32
| * | partitions: dos: save indention levelSascha Hauer2024-02-201-25/+27
| * | fastboot: evaluate fastboot partitions when usedSascha Hauer2024-02-161-15/+32
| * | fastboot: add function to free a list of fastboot variablesSascha Hauer2024-02-161-2/+7
| * | fastboot: pass list to fb_addvar()Sascha Hauer2024-02-161-7/+7
| * | block: reparse partition table when necessarySascha Hauer2024-02-161-1/+24
| * | partition: allow to reparse a partition tableSascha Hauer2024-02-161-0/+20
| * | common: partitions: efi: fix memory leakSascha Hauer2024-02-161-5/+5
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2024-02-211-8/+3
|\ \
| * | partitions: dos: support root=PARTUUID= generation with zero NT signatureAhmad Fatoum2024-02-161-8/+3
| |/
* | bbu: create a standard bbu handler for eMMC bootSascha Hauer2024-02-131-5/+33
* | common: add TQ EEPROM supportSascha Hauer2024-02-134-0/+144
|/
* Merge branch 'for-next/misc'Sascha Hauer2024-01-232-14/+23
|\
| * common: Kconfig: TIMESTAMP: fix helpAntony Pavlov2024-01-111-4/+3
| * uImage: use IS_ENABLED(CONFIG_TIMESTAMP)Antony Pavlov2024-01-111-10/+12
| * lib: add optional linked list debuggingAhmad Fatoum2024-01-111-0/+8
* | Merge branch 'for-next/layerscape'Sascha Hauer2024-01-232-2/+4
|\ \
| * | ARM: Layerscape: LS1028a: extend layerscape image filetype detection for LS1028aSascha Hauer2024-01-101-0/+2
| * | memory: Fix reserve_sdram_region() return valueSascha Hauer2024-01-101-2/+2
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2024-01-233-5/+52
|\ \
| * | ARM64: mmu: add dynamic optee memory mapping supportMarco Felsch2024-01-191-1/+1
| * | optee: optee_verify_header: constify optee_headerMarco Felsch2024-01-191-1/+1
| * | optee: add helper functions to set/get the optee memory baseMarco Felsch2024-01-191-0/+27
| * | optee: add header version checkMarco Felsch2024-01-191-0/+5
| * | optee: add support to verify 64-bit headers as wellRouven Czerwinski2024-01-191-2/+8
| * | common: add OPTEE_SHM_SIZE to configure optee shared memoryMarco Felsch2024-01-191-0/+9
| * | common: limit BOOTM_OPTEE to 32bit systemsMarco Felsch2024-01-191-1/+1
| |/
* | Merge branch 'for-next/cdev'Sascha Hauer2024-01-231-4/+8
|\ \
| * | partition: switch to using cdevfs_add_partitionAhmad Fatoum2024-01-081-4/+8
| |/