aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu/start.S
AgeCommit message (Expand)AuthorFilesLines
2023-03-13microblaze: drop remnants of manual relocOvidiu Panait1-28/+0
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-4/+4
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini1-69/+105
2022-06-24microblaze: cache: introduce cpuinfo structureOvidiu Panait1-0/+7
2022-06-24microblaze: cache: introduce flush_cache_all()Ovidiu Panait1-6/+2
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait1-2/+2
2022-06-24microblaze: start.S: remove unused codeOvidiu Panait1-33/+0
2022-06-24microblaze: Add support for run time relocationMichal Simek1-0/+66
2022-06-24microblaze: Create SYM_ADDR macro to deal with symbolsMichal Simek1-10/+13
2022-06-24microblaze: Add comment about reset locationMichal Simek1-0/+1
2022-06-24microblaze: Remove _start symbol handling at U-Boot startMichal Simek1-3/+4
2022-06-24microblaze: Remove code around r20 in relocate_code()Michal Simek1-5/+0
2022-06-24microblaze: Optimize register usage in relocate_codeMichal Simek1-5/+2
2022-06-24microblaze: Change stack protection address to new stack addressMichal Simek1-0/+1
2022-06-24microblaze: Separate code end substractionMichal Simek1-1/+2
2022-06-24microblaze: Remove CONFIG_TEXT_BASE from codeMichal Simek1-3/+3
2022-06-24microblaze: Fix early stack allocationMichal Simek1-1/+1
2022-06-24microblaze: Fix stack protection behaviorMichal Simek1-2/+3
2022-06-24microblaze: Switch absolute branches to relativeMichal Simek1-9/+9
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini1-1/+1
2022-01-05microblaze: start.S: add support for configurable vector base addressOvidiu Panait1-26/+32
2022-01-05microblaze: migrate CONFIG_SYS_USR_EXCEP to KconfigOvidiu Panait1-1/+1
2022-01-05microblaze: drop CONFIG_SYS_RESET_ADDRESS macroOvidiu Panait1-3/+1
2022-01-05microblaze: start.S: use stack space as scratch memory for endian offsetOvidiu Panait1-4/+2
2022-01-05microblaze: u-boot.lds: replace __end symbol with _endOvidiu Panait1-2/+2
2020-10-27microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait1-24/+22
2020-10-27microblaze: start.S: Factor out exception setup code to __setup_exceptionsOvidiu Panait1-94/+103
2019-10-24microblaze: Fix tab indentation in start.SMichal Simek1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan1-4/+4
2017-02-10microblaze: Fix endif macro commandMichal Simek1-1/+1
2016-01-27microblaze: Wire-up debug_uart in asmMichal Simek1-0/+4
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-2/+2
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass1-0/+2
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek1-1/+5
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek1-0/+8
2015-02-09microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek1-0/+6
2015-02-09microblaze: Speedup code copyMichal Simek1-5/+7
2015-02-09microblaze: Move architecture to use generic board initMichal Simek1-0/+103
2015-02-09microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek1-0/+1
2015-02-09microblaze: Remove unused asm labelMichal Simek1-1/+1
2015-01-21microblaze: Support stack protection featureMichal Simek1-0/+4
2015-01-21microblaze: Enable hardware exception by defaultMichal Simek1-1/+1
2014-02-04microblaze: Add SPL supportMichal Simek1-0/+12
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-07microblaze: Flush caches before enabling themMichal Simek1-0/+6
2012-09-11microblaze: Clean microblaze initializationMichal Simek1-1/+1
2012-07-10microblaze: intc: Clear interrupt codeMichal Simek1-2/+0
2011-10-03microblaze: Clean up reset asm codeMichal Simek1-20/+5
2011-10-03microblaze: Save and restore first unused vectorMichal Simek1-2/+4