summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-062-4/+6
* ARM: drop CONFIG_HAS_ASM_DEBUG_LLSascha Hauer2023-03-031-4/+0
* treewide: Rename remaining struct device_d -> deviceSascha Hauer2023-02-231-3/+3
* Merge branch 'for-next/ratp'Sascha Hauer2023-02-231-1/+1
|\
| * ratp: Increase the establish timeout to 1secJules Maselbas2023-02-131-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2023-02-232-85/+78
|\ \
| * | common: boards: qemu-virt: use new-style DT overlay syntaxAhmad Fatoum2023-02-211-85/+74
| * | ARM: add DEBUG_LL support for ARM64 QEMU VirtAhmad Fatoum2023-01-311-0/+4
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2023-02-236-6/+1347
|\ \
| * | ddr_dimms: Check spd->mem_type before computing parametersJohn Watts2023-02-024-0/+22
| * | ddr_spd: remove unused local variableMarco Felsch2023-01-261-1/+0
| * | ddr_spd: Support reading SPD from DDR3 sticksJohn Watts2023-01-251-5/+11
| * | ddr_dimms: Remove mclk_ps for DDR3 and DDR4John Watts2023-01-252-4/+2
| * | ddr_dimms: Move ddr*_dimm_params to commonJohn Watts2023-01-255-0/+1316
| |/
* / bootsource: use /chosen instead of /aliases/barebox,bootsource-Ahmad Fatoum2023-02-211-3/+3
|/
* 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