summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM64: Add support for debug_ll on TI AM62x SoCsSascha Hauer2023-11-031-1/+15
| |/ /
* | / ARM: i.MX: add i.MX9 debug_ll supportSascha Hauer2023-11-201-0/+6
| |/ |/|
* | resource: align memory reservation to page boundariesAhmad Fatoum2023-11-101-4/+4
|/
* Merge branch 'for-next/tlsf'Sascha Hauer2023-10-274-22/+31
|\
| * common: malloc: ensure alignment is always at least 8 byteAhmad Fatoum2023-09-264-1/+11
| * tlsf: give malloc 8-byte alignment on 32-bit as wellAhmad Fatoum2023-09-261-6/+6
| * tlsf: fix sizeof(size_t) == sizeof(void *) assumptionAhmad Fatoum2023-09-261-7/+8
| * tlsf: ensure malloc pool is alignedAhmad Fatoum2023-09-261-2/+2
| * tlsf: turn static const variables into compiletime constant expressionsAhmad Fatoum2023-09-261-8/+6
* | Merge branch 'for-next/of-reserve'Sascha Hauer2023-10-272-1/+29
|\ \
| * | memory: remap immediately in reserve_sdram_region()Sascha Hauer2023-10-231-0/+26
| * | bootm: print memreserve map in verbose modeSascha Hauer2023-10-191-1/+3
| |/
* | machine_id: Add getter of machine id hashables.Christian Melki2023-10-181-0/+5
* | common: version: remove trailing new line from version_stringAhmad Fatoum2023-10-101-2/+2
|/
* Merge branch 'for-next/zynqmp'Sascha Hauer2023-09-251-8/+6
|\
| * driver: add support for device aliasesAhmad Fatoum2023-09-251-8/+6
* | Merge branch 'for-next/misc'Sascha Hauer2023-09-255-18/+38
|\ \
| * | console: implement of_console_by_stdout_path helperAhmad Fatoum2023-09-221-0/+17
| * | startup: don't skip countdown if consoles were runtime enabledAhmad Fatoum2023-09-221-1/+1
| * | common: elf: support loading to address 0Ahmad Fatoum2023-09-211-6/+11
| * | crypto: crc32: Drop CONFIG_DYNAMIC_CRC_TABLE optionSascha Hauer2023-09-041-9/+0
| * | fastboot: scale default sparse max_download_size with available memoryAhmad Fatoum2023-08-281-2/+9
* | | Merge branch 'for-next/imx'Sascha Hauer2023-09-255-0/+373
|\ \ \
| * | | common: board: phytec: import SoM detection for imx8m based SoM from u-bootMarc Kleine-Budde2023-09-045-0/+373
* | | | bootm: fix printing kernel command lineSascha Hauer2023-09-211-1/+3
* | | | bootm: always put a copy into data->of_root_nodeSascha Hauer2023-09-211-3/+6
| |_|/ |/| |
* | | boards: qemu-virt: rescan aliases after merging DT fragmentAhmad Fatoum2023-09-121-0/+3
|/ /
* | FIT: do not decompress ramdisks even if askedAhmad Fatoum2023-08-281-1/+8
* | FIT: refactor compression handling into separate functionAhmad Fatoum2023-08-281-24/+38
|/
* Merge branch 'for-next/misc'Sascha Hauer2023-08-2312-52/+90
|\
| * lib: open_and_lseek(): move error messages to callersSascha Hauer2023-08-182-1/+4
| * filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-186-30/+42
| * boot: support running scripts when doing a dry runAhmad Fatoum2023-08-181-3/+3
| * console: allocate only once instead of twice per log messageAhmad Fatoum2023-08-041-7/+7
| * of: never fixup internal live treeSascha Hauer2023-08-031-9/+10
| * state: backend_bucket_direct: add debug prints on read/writeAhmad Fatoum2023-07-311-1/+13
| * FIT: don't verify signature of non-signature nodesAhmad Fatoum2023-07-281-0/+4
| * bootm: export bootm_set_verify_modeAhmad Fatoum2023-07-281-0/+5
| * common: bootm: support locating kernel in FIT image in zero pageAhmad Fatoum2023-07-261-1/+2
* | boards: qemu-virt: apply state/env overlay only if flash existsAhmad Fatoum2023-08-234-14/+38
* | restart: fix restart_handler_get_by_name documentationAhmad Fatoum2023-08-231-1/+1
* | crypto: clarify relationship of CONFIG_{BOOTM_FITIMAGE_PUBKEY,RSA_KEY}Ahmad Fatoum2023-07-281-3/+8
|/
* Documentation: use current link to bootloader spec specAhmad Fatoum2023-07-041-2/+2
* treewide: Print device nodes with %pOFSascha Hauer2023-07-033-21/+19
* blspec: support boot /dev/disk0.rootfs to mean boot disk0.rootfsAhmad Fatoum2023-06-261-0/+3
* Merge branch 'for-next/state'Sascha Hauer2023-06-228-21/+62
|\
| * state: allow lookup of barebox state partition by Type GUIDAhmad Fatoum2023-06-121-0/+16
| * common: partitions: efi: record type UUID in cdevAhmad Fatoum2023-06-123-2/+6
| * cdev: use cdev::dos_partition_type only if cdev_is_mbr_partitionedAhmad Fatoum2023-06-121-1/+1
| * state: factor device path lookup into helper functionAhmad Fatoum2023-06-121-7/+23