summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)Author
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2022-02-15microblaze: exception: fix unaligned data access register maskOvidiu Panait
2022-02-15microblaze: exception: move unaligned access printfs inside switch caseOvidiu Panait
2022-02-15microblaze: exception: fix return address for delay slot exceptionsOvidiu Panait
2022-02-15microblaze: exception: fix delay slot exception handlingOvidiu Panait
2022-02-15microblaze: exception: migrate MICROBLAZE_V5 to KconfigOvidiu Panait
2022-02-15microblaze: exception: move privileged instruction exception out of v5 ifdefOvidiu Panait
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-05microblaze: branch to base vector address on resetOvidiu Panait
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: Kconfig: SPL dependencies fixupOvidiu Panait
2022-01-05microblaze: spl: add board_boot_order() implementationOvidiu Panait
2022-01-05microblaze: u-boot.lds: replace __end symbol with _endOvidiu Panait
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-11-20microblaze: Enable GCC garbage collector for full U-BootMichal Simek
2020-11-04arch: Move NEEDS_MANUAL_RELOC symbol to KconfigMichal Simek
2020-10-27xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARMMichal Simek
2020-10-27microblaze: Enable spi for microblazeT Karthik Reddy
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
2020-09-23microblaze: Add support for little/big endian in/out api'sT Karthik Reddy
2020-08-01efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-03-16Kconfig: Remove redundant variable setsTom Rini
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-10-24microblaze: Fix tab indentation in start.SMichal Simek
2019-10-24microblaze: Unify Linux bootm processMichal Simek
2019-10-24microblaze: Fix FDT message in boot_prep_linux()Michal Simek