aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/cpu/start.S
Commit message (Expand)AuthorAgeFilesLines
* arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-4/+4
* microblaze: drop remnants of manual relocOvidiu Panait2023-03-131-28/+0
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-4/+4
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-271-69/+105
|\
| * microblaze: cache: introduce cpuinfo structureOvidiu Panait2022-06-241-0/+7
| * microblaze: cache: introduce flush_cache_all()Ovidiu Panait2022-06-241-6/+2
| * microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait2022-06-241-2/+2
| * microblaze: start.S: remove unused codeOvidiu Panait2022-06-241-33/+0
| * microblaze: Add support for run time relocationMichal Simek2022-06-241-0/+66
| * microblaze: Create SYM_ADDR macro to deal with symbolsMichal Simek2022-06-241-10/+13
| * microblaze: Add comment about reset locationMichal Simek2022-06-241-0/+1
| * microblaze: Remove _start symbol handling at U-Boot startMichal Simek2022-06-241-3/+4
| * microblaze: Remove code around r20 in relocate_code()Michal Simek2022-06-241-5/+0
| * microblaze: Optimize register usage in relocate_codeMichal Simek2022-06-241-5/+2
| * microblaze: Change stack protection address to new stack addressMichal Simek2022-06-241-0/+1
| * microblaze: Separate code end substractionMichal Simek2022-06-241-1/+2
| * microblaze: Remove CONFIG_TEXT_BASE from codeMichal Simek2022-06-241-3/+3
| * microblaze: Fix early stack allocationMichal Simek2022-06-241-1/+1
| * microblaze: Fix stack protection behaviorMichal Simek2022-06-241-2/+3
| * microblaze: Switch absolute branches to relativeMichal Simek2022-06-241-9/+9
* | Convert CONFIG_SPL_STACK to KconfigTom Rini2022-06-061-1/+1
|/
* microblaze: start.S: add support for configurable vector base addressOvidiu Panait2022-01-051-26/+32
* microblaze: migrate CONFIG_SYS_USR_EXCEP to KconfigOvidiu Panait2022-01-051-1/+1
* microblaze: drop CONFIG_SYS_RESET_ADDRESS macroOvidiu Panait2022-01-051-3/+1
* microblaze: start.S: use stack space as scratch memory for endian offsetOvidiu Panait2022-01-051-4/+2
* microblaze: u-boot.lds: replace __end symbol with _endOvidiu Panait2022-01-051-2/+2
* microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait2020-10-271-24/+22
* microblaze: start.S: Factor out exception setup code to __setup_exceptionsOvidiu Panait2020-10-271-94/+103
* microblaze: Fix tab indentation in start.SMichal Simek2019-10-241-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan2017-07-271-4/+4
* microblaze: Fix endif macro commandMichal Simek2017-02-101-1/+1
* microblaze: Wire-up debug_uart in asmMichal Simek2016-01-271-0/+4
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-2/+2
* microblaze: Add a TODO to call board_init_f_mem()Simon Glass2015-10-241-0/+2
* microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek2015-02-091-1/+5
* microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek2015-02-091-0/+8
* microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek2015-02-091-0/+6
* microblaze: Speedup code copyMichal Simek2015-02-091-5/+7
* microblaze: Move architecture to use generic board initMichal Simek2015-02-091-0/+103
* microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek2015-02-091-0/+1
* microblaze: Remove unused asm labelMichal Simek2015-02-091-1/+1
* microblaze: Support stack protection featureMichal Simek2015-01-211-0/+4
* microblaze: Enable hardware exception by defaultMichal Simek2015-01-211-1/+1
* microblaze: Add SPL supportMichal Simek2014-02-041-0/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* microblaze: Flush caches before enabling themMichal Simek2012-11-071-0/+6
* microblaze: Clean microblaze initializationMichal Simek2012-09-111-1/+1
* microblaze: intc: Clear interrupt codeMichal Simek2012-07-101-2/+0
* microblaze: Clean up reset asm codeMichal Simek2011-10-031-20/+5