summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)Author
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
2019-10-08microblaze: Setup initrd_high and fdt_high at run timeMichal Simek
2019-10-08microblaze: Switch to generic bootm implementationMichal Simek
2019-10-08microblaze: Define arch_lmb_reserveMichal Simek
2019-10-08microblaze: Move CONFIG_LMB from board file to config.hMichal Simek
2019-08-11env: Move env_get() to env.hSimon Glass
2019-05-05spl: fix linker size check off-by-one errorsSimon Goldschmidt
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-08-16configs: Migrate CONFIG_NR_DRAM_BANKSTom Rini
2018-07-30dm: Change CMD_DM enablingMichal Simek
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek
2018-07-19microblaze: Do not force saving variables to flashMichal Simek
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek
2018-07-19microblaze: Cosmetic changes in Microblaze related filesShreenidhi Shedi
2018-07-19microblaze: Do not call timer init that earlyMichal Simek
2018-07-19microblaze: Use default implementation from include/linux/io.hMichal Simek
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin
2018-02-13microblaze: bootm: Fix compiler warningBin Meng
2017-10-02microblaze: Use asm-generic/io.hPaul Burton
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-13spl: add hierarchical defaults for SPL_LDSCRIPTPhilipp Tomsich
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan
2017-07-25Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass
2017-06-19microblaze: Build only DTBs for selected targetMichal Simek
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha
2017-02-10microblaze: Fix endif macro commandMichal Simek
2017-01-24Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass