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