aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini12-724/+1049
2024-01-03arm: dts: k3-am62a*: Sync with kernel v6.7-rc1Nishanth Menon9-128/+1224
2024-01-03arm: mach-k3: am62a: Add main_timer0 id to the dev listNishanth Menon1-0/+1
2024-01-03arm: dts: k3-am654: convert bootph-pre-ram to bootph-allBryan Brattlof1-37/+37
2024-01-03arm: dts: k3-am654: remove duplicate mcu secure proxy nodeBryan Brattlof1-12/+7
2024-01-03arm: dts: k3-am654: move dummy_clock to root nodeBryan Brattlof1-7/+7
2024-01-03arm: dts: k3-am654: remove un-needed aliasesBryan Brattlof1-1/+0
2024-01-03arm: dts: k3-am654: remove duplicate root propertiesBryan Brattlof1-3/+0
2024-01-03arm: dts: k3-am654: remove duplicate vtt pinmuxBryan Brattlof2-11/+1
2024-01-03arm: dts: k3-am654: remove duplicate mdioBryan Brattlof1-9/+0
2024-01-03arm: dts: k3-am654: remove usb0Bryan Brattlof2-41/+0
2024-01-03arm: dts: k3-am654: remove duplicate ospi0 nodeBryan Brattlof1-37/+0
2024-01-03arm: dts: k3-am654: remove duplicate wkup_i2c0Bryan Brattlof1-25/+0
2024-01-03arm: dts: k3-am654: remove duplicate sdhci1 pinmux nodeBryan Brattlof1-15/+8
2024-01-03arm: dts: k3-am654: remove duplicate sdhci0 pinmux nodeBryan Brattlof1-18/+8
2024-01-03arm: dts: k3-am654: remove duplicate main_uart0Bryan Brattlof1-17/+0
2024-01-03arm: dts: k3-am654: remove duplicate mcu_uart0 nodeBryan Brattlof1-12/+0
2024-01-03arm: dts: k3-am654: add needed regs to udmap nodesBryan Brattlof1-0/+34
2024-01-03arm: dts: k3-am654: remove duplicate mcu_udmapBryan Brattlof1-13/+0
2024-01-03arm: dts: k3-am654: remove duplicate mcu_ringaccBryan Brattlof1-10/+0
2024-01-03arm: dts: k3-am654: remove duplicate timerBryan Brattlof2-15/+27
2024-01-03arm: dts: k3-am654: remove duplicate wkup_uart0Bryan Brattlof1-12/+0
2024-01-03arm: dts: k3-am654: remove duplicate vtt_supplyBryan Brattlof1-9/+0
2024-01-03arm: dts: k3-am654: include a53 board dtb for r5 buildBryan Brattlof1-1/+2
2024-01-03arm: dts: k3-am654: copy bootph properties to a53 dtsBryan Brattlof2-83/+162
2024-01-03arm: dts: k3-am654: pull in dtb update from LinuxBryan Brattlof6-209/+626
2024-01-03arm: dts: k3-am654-r5: Merge board file and U-Boot overlayBryan Brattlof3-214/+119
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass1-1/+2
2023-12-31x86: coral: Align bootph SPI-flash subnodes with parentSimon Glass1-2/+4
2023-12-27andes: cpu: Enable cache and TLB ECC supportLeo Yu-Chi Liang2-1/+5
2023-12-27andes: cpu: Enable memboost featureLeo Yu-Chi Liang2-1/+14
2023-12-27andes: ae350: Implement cache switch via KconfigLeo Yu-Chi Liang1-9/+16
2023-12-27andes: csr.h: Clean up CSR definitionLeo Yu-Chi Liang2-12/+9
2023-12-27riscv: Extend board compatible string with "qemu,mbv"Michal Simek1-1/+1
2023-12-27riscv: cache: support cache enable in SPL stageZong Li1-0/+21
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini20-47/+124
2023-12-21stm32: Use bootm_run() and bootz_run()Simon Glass1-9/+11
2023-12-21stm32: Use local vars in stm32prog for initrd and fdtSimon Glass1-9/+14
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass1-1/+1
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass12-26/+49
2023-12-21sandbox: bootm: Enable more bootm OS methodsSimon Glass1-0/+8
2023-12-21riscv: Add a reset_cpu() functionSimon Glass2-5/+15
2023-12-21nios2: Add a reset_cpu() functionSimon Glass1-1/+7
2023-12-21ppc: Add a reset_cpu() functionSimon Glass1-0/+10
2023-12-21m68k: Add a reset_cpu() functionSimon Glass1-0/+7
2023-12-21mips: Add a reset_cpu() functionSimon Glass1-1/+7
2023-12-21rmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.cTom Rini1-0/+1
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini5-2/+5
2023-12-21m68k: Rework asm/global_data.h slightlyTom Rini3-3/+4
2023-12-21sandbox: Add <linux/types.h> to asm/global_data.h and asm/io.hTom Rini1-0/+2