summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-07m68k: Drop unused CONFIG_M52277Simon Glass1-1/+0
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini11-217/+217
2023-01-20global: Remove unused CONFIG definesTom Rini1-16/+0
2022-12-22Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini1-2/+0
2022-12-06m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECSTom Rini3-5/+5
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini35-746/+746
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini3-4/+4
2022-12-06global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini1-4/+4
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass3-16/+16
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-08-12Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et alTom Rini2-8/+0
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+5
2022-07-07Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini1-2/+0
2022-07-06m68k: Remove unused PCI codeTom Rini2-152/+1
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+3
2022-06-24microblaze: Add support for run time relocationMichal Simek1-0/+3
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-2/+2
2022-06-06m68k: Remove dead codeTom Rini8-932/+0
2022-04-01Convert CONFIG_MCFRTC et al to KconfigTom Rini1-4/+0
2022-04-01Convert CONFIG_MCFTMR to KconfigTom Rini1-0/+3
2022-04-01Convert CONFIG_CF_DSPI to KconfigTom Rini1-0/+5
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes1-0/+2
2022-01-12m68k: mcf5445x: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-4/+3
2021-12-27Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to KconfigTom Rini1-0/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk8-11/+11
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk3-3/+0
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-17/+1
2021-09-17m68k: mcf: Remove overloading version_stringPali Rohár6-26/+0
2021-09-17Remove #include <timestamp.h> from files which do not need itPali Rohár1-1/+0
2021-09-17m68k: Add missing ENTRY entry in linker scriptTom Rini1-0/+1
2021-07-19m68k: Remove M52277EVB boardTom Rini9-918/+1
2021-07-19m68k: Remove M54451EVB boardTom Rini14-1701/+1
2021-07-19m68k: Remove M54418TWR boardTom Rini8-215/+0
2021-07-19m68k: Remove M54455EVB boardTom Rini9-208/+2
2021-07-08m68k: Remove M5475x boardsTom Rini25-1765/+2
2021-07-08m68k: Remove M5485 boardsTom Rini12-265/+1
2021-06-23global_data: Ensure we have <config.h> when symbols are not in Kconfig yetTom Rini1-0/+2
2021-04-27allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes1-1/+1
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-1/+0
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini18-0/+18
2021-02-03bdinfo: Rename function names to be clearerBin Meng1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass18-0/+18
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait1-1/+8
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2020-11-04arch: Move NEEDS_MANUAL_RELOC symbol to KconfigMichal Simek1-2/+0
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait1-0/+21
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait1-4/+0
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada5-5/+5