summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/struct-rename'Sascha Hauer2023-01-204-7/+7
|\
| * state: backend: direct: open backend in read-only mode if possibleAhmad Fatoum2023-01-164-7/+7
* | Merge branch 'for-next/misc'Sascha Hauer2023-01-202-1/+12
|\ \
| * | common: deep-probe: write deep probe enabled message to logAhmad Fatoum2023-01-041-1/+3
| * | pbl: Add Kconfig option to enable DEBUG globally in PBLAhmad Fatoum2022-12-161-0/+9
* | | Merge branch 'for-next/caam'Sascha Hauer2023-01-201-1/+6
|\ \ \
| * | | common: add new CONFIG_HAVE_OPTEE symbolAhmad Fatoum2023-01-121-1/+6
| |/ /
* | | Merge branch 'for-next/at91'Sascha Hauer2023-01-2019-63/+68
|\ \ \
| * | | common: deep-probe: don't build without CONFIG_OFDEVICEAhmad Fatoum2023-01-121-1/+1
| | |/ | |/|
| * | Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-1/+1
| * | Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
| * | Rename struct device_d to deviceSascha Hauer2023-01-1018-55/+60
| * | Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-104-5/+5
| |/
* / ddr_spd: use unsigned type for crc bytes in DDR3/4 SPD checkDenis Orlov2023-01-161-10/+10
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-12-124-8/+16
|\
| * bootsource: export bootsource_to_string()Ahmad Fatoum2022-12-092-4/+12
| * common: boards: qemu-virt: fix env path for QEMU RISC-VAhmad Fatoum2022-12-071-2/+2
| * treewide: rename CONFIG_HAS_ARCH_SJLJ to CONFIG_ARCH_HAS_SJLJAhmad Fatoum2022-12-071-2/+2
* | Merge branch 'for-next/imx7-nand-xload'Sascha Hauer2022-12-121-75/+156
|\ \
| * | imx-bbu-nand-fcb: Add fcb commandSascha Hauer2022-12-121-65/+151
| * | imx-bbu-nand-fcb: Drop ifdefferySascha Hauer2022-12-121-8/+3
| * | imx-bbu-nand-fcb: Fix reading FCB information from BCH registersSascha Hauer2022-11-021-2/+2
* | | fastboot: ubiformat: Fix writing sparse imagesSascha Hauer2022-11-231-1/+3
| |/ |/|
* | Merge branch 'for-next/misc'Sascha Hauer2022-11-141-0/+9
|\ \
| * | hush: Fix handling '\ 'Sascha Hauer2022-10-271-0/+9
| |/
* | restart: add reset -w for warm bootrom resetAhmad Fatoum2022-10-271-4/+13
* | restart: do restart-priority OF parsing in restart_handler_registerAhmad Fatoum2022-10-271-15/+5
|/
* resource: fix recently broken memory bank fusingAhmad Fatoum2022-10-181-0/+1
* Merge branch 'for-next/riscv'Sascha Hauer2022-10-131-0/+5
|\
| * RISC-V: add Allwinner Sun20i D1 Nezha supportMarco Felsch2022-10-071-0/+5
* | Merge branch 'for-next/net'Sascha Hauer2022-10-131-0/+4
|\ \
| * | net: Bring up all interfaces when going interactiveSascha Hauer2022-09-221-0/+4
* | | Merge branch 'for-next/misc'Sascha Hauer2022-10-1314-109/+120
|\ \ \
| * | | common: bootm: use switch-caseAhmad Fatoum2022-10-111-24/+23
| * | | common: bootm: factor out FIT parsing code into bootm_open_bitAhmad Fatoum2022-10-111-48/+59
| * | | lds: introduce <asm/barebox.lds.h>Ahmad Fatoum2022-10-111-1/+1
| * | | common: misc: remove now unused errno_strAhmad Fatoum2022-10-111-6/+0
| * | | treewide: replace errno_str() with %m printf format specifierAhmad Fatoum2022-10-116-21/+17
| * | | block: have cdev_get_block_device accept const cdevAhmad Fatoum2022-10-111-1/+1
| * | | common: ubiformat: print 100 % complete message when doneAhmad Fatoum2022-10-071-1/+1
| * | | common: console_common: output log messages to CONSOLE_STDERRAhmad Fatoum2022-10-051-5/+5
| * | | blspec: Use cdev_mount()Sascha Hauer2022-10-041-3/+1
| * | | USB: gadget: fastboot: introduce optional flag for fastboot partitionsJohannes Zink2022-09-262-1/+14
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2022-10-132-57/+212
|\ \ \
| * | | imx-bbu-nand-fcb: extend for i.MX7 supportJohannes Zink2022-10-052-7/+86
| * | | imx-bbu-nand-fcb: add fcb_read/fcb_write function hooksSascha Hauer2022-10-051-38/+106
| * | | imx-bbu-nand-fcb: pass imx_handler further downSascha Hauer2022-10-051-5/+7
| * | | imx-bbu-nand-fcb: isolate i.MX28 specific partsJohannes Zink2022-10-051-9/+15
| | |/ | |/|
* | | efi: add device tree configuration table supportAhmad Fatoum2022-10-133-0/+45
* | | hw_random: add EFI RNG driverAhmad Fatoum2022-10-131-0/+1