summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-05microblaze: branch to base vector address on resetOvidiu Panait1-2/+4
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 Panait2-2/+2
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: Kconfig: SPL dependencies fixupOvidiu Panait1-0/+2
2022-01-05microblaze: spl: add board_boot_order() implementationOvidiu Panait1-2/+4
2022-01-05microblaze: u-boot.lds: replace __end symbol with _endOvidiu Panait4-6/+6
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-1/+1
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-27/+1
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-2/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2020-11-20microblaze: Enable GCC garbage collector for full U-BootMichal Simek2-3/+6
2020-11-04arch: Move NEEDS_MANUAL_RELOC symbol to KconfigMichal Simek1-4/+0
2020-10-27xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARMMichal Simek1-0/+1
2020-10-27microblaze: Enable spi for microblazeT Karthik Reddy1-0/+3
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
2020-09-23microblaze: Add support for little/big endian in/out api'sT Karthik Reddy1-6/+16
2020-08-01efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt1-8/+0
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-4/+0
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-3/+4
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-03-16Kconfig: Remove redundant variable setsTom Rini1-3/+0
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-0/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+2
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for cache functionsSimon Glass1-7/+11
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-24microblaze: Fix tab indentation in start.SMichal Simek1-1/+1
2019-10-24microblaze: Unify Linux bootm processMichal Simek1-6/+9
2019-10-24microblaze: Fix FDT message in boot_prep_linux()Michal Simek1-1/+1
2019-10-08microblaze: Setup initrd_high and fdt_high at run timeMichal Simek1-0/+8
2019-10-08microblaze: Switch to generic bootm implementationMichal Simek2-53/+54
2019-10-08microblaze: Define arch_lmb_reserveMichal Simek1-0/+41
2019-10-08microblaze: Move CONFIG_LMB from board file to config.hMichal Simek1-0/+2
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-05-05spl: fix linker size check off-by-one errorsSimon Goldschmidt1-1/+1
2018-09-11arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-08-16configs: Migrate CONFIG_NR_DRAM_BANKSTom Rini1-2/+0