aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* dts: Deduplicate dtbs targetWIP/14Oct2024Marek Vasut2024-10-141-8/+1
* lmb: do away with arch_lmb_reserve()Sughosh Ganu2024-09-031-17/+0
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-4/+3
* global_data: Move pci_clk to m68k and powerpcSimon Glass2024-08-263-2/+4
* m68k: Remove duplicate newlinesMarek Vasut2024-07-156-6/+0
* m68k: Rename icache_invalid to invalidate_icache_allTom Rini2024-07-032-4/+3
* m68k: Implement a default flush_dcache_allTom Rini2024-07-031-0/+9
* m68k: remove dead codeRasmus Villemoes2024-06-161-108/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-202-1/+2
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-192-2/+1
* global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2024-05-062-1/+2
* Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2024-04-181-1/+1
* Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2024-04-101-1/+1
|\
| * treewide: Make arch-specific bootm code depend on BOOTMSimon Glass2024-04-101-1/+1
* | Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2023-12-212-2/+10
|\ \
| * | bootm: Adjust arguments of boot_os_fnSimon Glass2023-12-211-2/+3
| * | m68k: Add a reset_cpu() functionSimon Glass2023-12-211-0/+7
| |/
* / m68k: Rework asm/global_data.h slightlyTom Rini2023-12-213-3/+4
|/
* m68k: Remove CONFIG_FSLDMAFECTom Rini2023-11-073-168/+2
* Kconfig: Remove all default n/no optionsMichal Simek2023-10-301-1/+0
* m68k: Remove common.h usageTom Rini2023-10-2439-30/+17
* arch: m68k: Implement relocationMarek Vasut2023-09-068-107/+204
* m68k: dts: add watchdog nodeAngelo Dureghello2023-07-258-0/+47
* m68k: move watchdog functions in mcf_wdt driverAngelo Dureghello2023-07-253-132/+1
* m68k: use asm-generic/unaligned.hJens Wiklander2023-05-311-15/+2
* arch: m68k: Add QEMU specific RAMBAR workaroundMarek Vasut2023-04-152-3/+12
* arch: m68k: Introduce trivial PIT based timerMarek Vasut2023-04-152-2/+58
* arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMRMarek Vasut2023-04-157-23/+24
* m68k: dts: add i2c nodesAngelo Dureghello2023-04-1123-0/+272
* i2c: fsl_i2c: fix m68k transfertsAngelo Dureghello2023-04-111-0/+10
* m68k: mcf5441x: fix CONFIG_SYS_FSL_I2C definitionAngelo Dureghello2023-04-111-3/+2
* m68k: move CONFIG_SYS_I2C to CFG_ namespaceAngelo Dureghello2023-04-111-3/+3
* Merge branch 'master' into nextTom Rini2023-03-2711-31/+88
|\
| * m68k: add private libgcc ashrdi3Angelo Dureghello2023-03-152-1/+49
| * m68k: rename CONFIG_MCFTMR to CFG_MCFTMRAngelo Dureghello2023-03-156-23/+23
| * m68k: dts: stmark2: set correct compatible field for spi norAngelo Dureghello2023-03-151-1/+1
| * m68k: add global variable sdhc_per_clk for m68kAngelo Dureghello2023-03-151-0/+3
| * m68k: use longword-based jumpsAngelo Dureghello2023-03-151-6/+12
* | dm: dts: Convert driver model tags to use new schemaSimon Glass2023-02-1418-18/+18
|/
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* m68k: Drop unused CONFIG_M52277Simon Glass2023-02-071-1/+0
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-2011-217/+217
* global: Remove unused CONFIG definesTom Rini2023-01-201-16/+0
* Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini2022-12-221-2/+0
* m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECSWIP/2022-12-05-Kconfig-migrations-and-renamesTom Rini2022-12-053-5/+5
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-0535-746/+746
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-053-4/+4
* global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini2022-12-051-4/+4
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-313-16/+16
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1