summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-30dm: Change CMD_DM enablingMichal Simek1-0/+1
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-2/+2
2018-07-19microblaze: Do not force saving variables to flashMichal Simek1-1/+0
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek3-13/+9
2018-07-19microblaze: Cosmetic changes in Microblaze related filesShreenidhi Shedi1-40/+54
2018-07-19microblaze: Do not call timer init that earlyMichal Simek1-0/+4
2018-07-19microblaze: Use default implementation from include/linux/io.hMichal Simek1-3/+0
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini26-56/+26
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2018-02-14microblaze: bootm: Fix compiler warningBin Meng1-1/+2
2017-10-03microblaze: Use asm-generic/io.hPaul Burton1-28/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-13spl: add hierarchical defaults for SPL_LDSCRIPTPhilipp Tomsich1-0/+3
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan1-4/+4
2017-07-26Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass1-0/+1
2017-06-19microblaze: Build only DTBs for selected targetMichal Simek1-1/+1
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-3/+3
2017-02-10microblaze: Fix endif macro commandMichal Simek1-1/+1
2017-01-24Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini1-0/+1
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-2/+2
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-06-06Remove unneeded remnants of bcopy().Robert P. J. Day1-2/+0
2016-06-06microblaze: Move MSR instruction selection to KconfigMichal Simek1-1/+1
2016-04-04microblaze: Remove !OF_CONTROL code for timer and interruptMichal Simek2-22/+1
2016-04-04microblaze: Read information about timer/interrupts from DTMichal Simek2-1/+63
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-0/+1
2016-02-25microblaze: Add missing chosen nodeMichal Simek1-0/+2