aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-12-21mips: Add a reset_cpu() functionSimon Glass1-1/+7
2023-10-24mips: Remove common.h usageTom Rini3-3/+0
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-2/+2
2023-06-24mips: cpu: Use plain puts() in restart handlerMarek Vasut1-1/+1
2022-07-13mips: add __image_copy_len for SPL linker scriptWeijie Gao1-0/+3
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull2-4/+4
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-6/+2
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-2/+2
2021-01-24mips: enable _machine_restart for splWeijie Gao1-1/+1
2020-11-30mips: start.S: Add Octeon boot header compatibilityStefan Roese1-2/+8
2020-07-18mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init codeStefan Roese1-0/+5
2020-07-18mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck1-1/+1
2020-07-18mips: add config options for generic cache setup codeDaniel Schwierzeck1-1/+5
2020-07-18mips: refactor disabling of cachesDaniel Schwierzeck1-5/+4
2020-07-18mips: start.S: remove dead codeDaniel Schwierzeck1-9/+0
2020-07-18mips: time: Only compile the weak get_tbclk() when neededStefan Roese1-0/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-04-27mips: add a option to support not reserving malloc space on initial stackWeijie Gao1-2/+4
2020-04-27mips: add an option to support initialize SRAM for initial stackWeijie Gao1-0/+7
2020-04-27mips: add an option to enable u_boot_list section for SPL loaders in u-boot-s...Weijie Gao1-1/+1
2020-04-27mips: enable support for appending dtb to spl binaryWeijie Gao1-0/+2
2020-04-27mips: start.S: avoid overwriting outside gd when clearing global data in stackWeijie Gao1-1/+2
2020-04-09MIPS: allow override of get_tbclk()Alex Nemirovsky1-1/+1
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-01-26linker: Modify linker scripts to be more genericTom Rini1-2/+2
2019-01-16MIPS: optimize and fix ELF sectionsDaniel Schwierzeck2-68/+136
2018-12-19MIPS: move create_tlb() in an proper header: mipsregs.hGregory CLEMENT1-10/+0
2018-11-18MIPS: fix linking of standalone programsDaniel Schwierzeck2-14/+0
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck2-4/+4
2018-11-02MIPS: make size of relocation table fixed but configurableDaniel Schwierzeck1-7/+13
2018-09-22MIPS: start.S: make boot config at offset 0x10 configurableDaniel Schwierzeck1-16/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini10-24/+10
2017-11-28MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.ldsPaul Burton1-6/+0
2017-07-27mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan1-3/+3
2017-07-25MIPS: Stop building position independent codePaul Burton2-162/+9
2017-05-10MIPS: add initial infrastructure for Broadcom MIPS SoCsÁlvaro Fernández Rojas1-0/+5
2017-05-10MIPS: allow using generic sysreset driversÁlvaro Fernández Rojas1-0/+2
2017-05-10MIPS: call debug_uart_init right before board_init_fDaniel Schwierzeck1-0/+14
2016-11-30MIPS: add possibility to setup initial stack and global data in SRAMDaniel Schwierzeck1-0/+7
2016-11-30MIPS: factor out code for initial stack and global dataDaniel Schwierzeck1-26/+30
2016-11-30MIPS: fix iand optimize setup of CP0 registersDaniel Schwierzeck1-24/+50
2016-11-30MIPS: fix ROM exception vectorsDaniel Schwierzeck1-10/+19
2016-11-30MIPS: make inclusion of ROM exception vectors configurableDaniel Schwierzeck1-3/+8
2016-09-21MIPS: Hang if run on a secondary CPUPaul Burton1-1/+20
2016-09-21MIPS: Fix cache maintenance in relocate_code & simplifyPaul Burton2-26/+21
2016-09-21MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton1-0/+1
2016-09-21MIPS: Map CM Global Control RegistersPaul Burton3-0/+53
2016-09-21MIPS: If we don't need DDR for cache init, init cache firstPaul Burton1-0/+9