summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* partitions: efi: fix NULL dereference on corrupted GPTAhmad Fatoum10 days2-3/+5
* Merge branch 'for-next/misc'Sascha Hauer2024-03-1511-32/+650
|\
| * common: barebox_banner: fix missing newlineMarco Felsch2024-03-151-1/+1
| * startup: fix autoboot_state in case of abortMarco Felsch2024-03-151-1/+2
| * boot: add helper to set default boot source from board fileMarco Felsch2024-03-151-1/+8
| * fastboot: add support to set fastboot_bbu from board codeMarco Felsch2024-03-151-0/+5
| * console: flush consoles on newline when debuggingAhmad Fatoum2024-03-132-1/+16
| * ddr_spd: add routine for printing DDR3 SPD contentsDenis Orlov2024-03-131-8/+548
| * commands: dmesg: support aborting dmesg output with ctrl-cAhmad Fatoum2024-03-081-1/+5
| * console: scale number of log messages with available RAMAhmad Fatoum2024-03-081-3/+8
| * FIT: support finding compatible configuration by FDT compatibleAhmad Fatoum2024-03-051-2/+37
| * blspec: don't parse whole device tree to compare compatiblesAhmad Fatoum2024-03-051-8/+8
| * bbu: Emit a message about what happens also when -y is givenUwe Kleine-König2024-02-231-6/+12
* | Merge branch 'for-next/imx'Sascha Hauer2024-03-153-5/+17
|\ \
| * | env: export getenv_ullx() helperAhmad Fatoum2024-03-131-2/+13
| * | board: tq: add support for 16bit eepromSascha Hauer2024-03-131-2/+2
| * | board: tq: fix format specifierSascha Hauer2024-03-131-1/+1
| * | board: tq: add missing selectSascha Hauer2024-03-131-0/+1
* | | Merge branch 'for-next/arm-efi-prepare'Sascha Hauer2024-03-1523-2167/+494
|\ \ \ | |/ / |/| |
| * | filetype: add new file types for EFI-enabled Linux imagesAhmad Fatoum2024-03-051-3/+10
| * | common: add PE/COFF loaderAhmad Fatoum2024-03-053-0/+383
| * | efi: payload: suppress EFI payload initcalls when not EFI-loadedAhmad Fatoum2024-03-051-1/+2
| * | filetype: have cdev_detect_type take a cdevAhmad Fatoum2024-03-051-10/+2
| * | block: record block device typeAhmad Fatoum2024-03-051-0/+24
| * | partitions: have parsers record bootable bitsAhmad Fatoum2024-03-053-2/+30
| * | block: define BLOCKSIZE globally in block.hAhmad Fatoum2024-03-051-2/+0
| * | common: efi: move directory to top-levelAhmad Fatoum2024-03-0514-2141/+0
| * | boot: print error code when booting failsAhmad Fatoum2024-03-051-1/+1
| * | common: add option to poweroff system on failureAhmad Fatoum2024-03-052-14/+42
| * | commands: efiexit: flush console and shutdown bareboxAhmad Fatoum2024-03-051-2/+9
* | | 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