[PATCH] fastboot: Support defining raw partitions without a partition table

2020-06-29 Thread Filip Brozovic
the entire partition. Signed-off-by: Filip Brozovic --- doc/android/fastboot.rst | 19 ++ drivers/fastboot/fb_mmc.c | 75 ++- 2 files changed, 85 insertions(+), 9 deletions(-) diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst index

[U-Boot] [PATCH] dts: imx6ull: add USB aliases to support DM

2019-04-12 Thread Filip Brozovic
Signed-off-by: Filip Brozovic --- arch/arm/dts/imx6ull.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/imx6ull.dtsi b/arch/arm/dts/imx6ull.dtsi index 97236d86ea..4598f2f411 100644 --- a/arch/arm/dts/imx6ull.dtsi +++ b/arch/arm/dts/imx6ull.dtsi @@ -46,6 +46,8

[U-Boot] [PATCH] arm: imx6: configure NoC on i.MX6DQP

2016-09-15 Thread Filip Brozovic
The i.MX6DP and i.MX6QP incorporate NoC interconnect logic which needs to be configured in order to use external DDR memory. This patch enables the SPL to configure the necessary registers in accordance with the NXP engineering bulletin EB828. Signed-off-by: Filip Brozovic <fbrozo...@gmail.

[U-Boot] [PATCH] imx: iomux-v3: fix pad setup on i.MX6DQP when CONFIG_MX6QDL is defined

2016-09-15 Thread Filip Brozovic
The CPU detection macro is_mx6dq returns 0 on an i.MX6DQP, so we need to check for it explicitly in order to correctly initialize the pads when CONFIG_MX6QDL is defined. Signed-off-by: Filip Brozovic <fbrozo...@gmail.com> --- arch/arm/imx-common/iomux-v3.c | 2 +- 1 file changed, 1 ins

[U-Boot] [PATCH] mpc83xx: add support for mpc8306

2013-06-17 Thread Filip Brozovic
This processor is most similar to the MPC8309, but lacks PCI. Signed-off-by: Filip Brozovic fbrozo...@gmail.com --- arch/powerpc/cpu/mpc83xx/cpu.c | 1 + arch/powerpc/cpu/mpc83xx/cpu_init.c| 4 +++ arch/powerpc/cpu/mpc83xx/speed.c | 24 ++-- arch/powerpc/include