summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-01-12m68k: mcf5445x: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-4/+3
2022-01-12x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-2/+2
2022-01-10Merge branch 'next'Tom Rini149-886/+4421
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini20-268/+752
2022-01-08imx8mq: Generate a single bootable flash.bin againPatrick Wildt2-2/+19
2022-01-08udoo: Select CMD_DMFabio Estevam1-0/+1
2022-01-08ARM: dts: imx6qdl-udoo: Properly describe the SD card detectFabio Estevam1-2/+3
2022-01-08imx: imx8mm: imx8mm-kontron-n801x-s: Fix binman errorAdam Ford1-146/+0
2022-01-08board: phytec: imx8mm-phycore: Remove duplicate binman nodeAdam Ford1-122/+0
2022-01-07imx8mm_venice: switch to use binman to pack imagesTim Harvey1-0/+1
2022-01-07arm64: dts: imx8mm-u-boot.dtsi: improve odd blob-ext namingMarcel Ziswiler1-9/+18
2022-01-07arm64: dts: imx8mm-u-boot.dtsi: explicitly add spl filenameMarcel Ziswiler1-0/+1
2022-01-07arm64: dts: imx8mm-u-boot.dtsi: alphabetically re-order propertiesMarcel Ziswiler1-17/+17
2022-01-07arm64: dts: imx8mm: use common binman configurationMarcel Ziswiler6-582/+147
2022-01-07arm64: dts: imx8mm-cl-iot-gate-u-boot.dtsi: use common imx8mm-u-boot.dtsiMarcel Ziswiler2-70/+4
2022-01-07arm64: dts: imx8mm-cl-iot-gate-u-boot.dtsi: alphabetically re-orderMarcel Ziswiler2-202/+202
2022-01-07imx: imx8mq use common imximage.cfgPeng Fan1-9/+3
2022-01-07imx: pico-imx8mq: switch to use binmanPeng Fan2-0/+2
2022-01-07imx: imx8mq_phanbell: switch to binmanPeng Fan2-3/+6
2022-01-07imx: imx8mq_evk: switch to binmanPeng Fan3-0/+125
2022-01-07imx8mn_beacon: Fix booting hang and switch to binmanAdam Ford2-0/+131
2022-01-07imx8mm_beacon: Switch to binman for generating imageAdam Ford2-0/+123
2022-01-07udoo_neo: Fixes for booting from the mSD cardPeter Robinson1-7/+0
2021-12-31Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini4-11/+24
2021-12-31x86: efi: Show the system-table revisionSimon Glass1-1/+8
2021-12-31x86: efi: Add room for the binman definition in the dtbSimon Glass1-1/+1
2021-12-31x86: Don't process the kernel command line unless enabledSimon Glass1-5/+8
2021-12-31x86: Allow booting a kernel from the EFI appSimon Glass1-4/+7
2021-12-28Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...Tom Rini3-11/+112
2021-12-28Convert CONFIG_SYS_KWD_CONFIG to KconfigTom Rini3-18/+8
2021-12-28Convert CONFIG_88F5182 et al to KconfigTom Rini2-0/+57
2021-12-28Convert CONFIG_CPU_FREQ_HZ to KconfigTom Rini1-0/+6
2021-12-28Convert CONFIG_CPU_SH7751 to KconfigTom Rini1-1/+5
2021-12-28Convert CONFIG_CPU_PXA27X to KconfigTom Rini1-1/+5
2021-12-28ppc: mpc83xx: Remove unused CONFIG symbolsTom Rini1-2/+0
2021-12-28Convert CONFIG_83XX_PCICLK to KconfigTom Rini1-0/+7
2021-12-28Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini20-37/+47
2021-12-28CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()Tom Rini1-0/+5
2021-12-28arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespaceTom Rini1-8/+4
2021-12-28Convert CONFIG_ARCH_MAP_SYSMEM to KconfigTom Rini2-3/+4
2021-12-28Convert CONFIG_TPL_TEXT_BASE to KconfigTom Rini1-6/+0
2021-12-28Finish converting CONFIG_SYS_FSL_CLK to KconfigTom Rini1-4/+0
2021-12-28Convert CONFIG_SYS_PCI_64BIT to KconfigTom Rini4-8/+4
2021-12-27Finish CONFIG_VID et al conversion to KconfigTom Rini1-1/+3
2021-12-27Convert CONFIG_SYS_IMMR to KconfigTom Rini7-16/+12
2021-12-27Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to KconfigTom Rini1-0/+1
2021-12-27Convert CONFIG_CONS_INDEX et al to KconfigTom Rini6-5/+21
2021-12-27Convert CONFIG_FSL_IFC to KconfigTom Rini3-3/+5
2021-12-27sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass1-0/+18
2021-12-27video: sandbox: Avoid duplicate display windowsSimon Glass2-6/+34