summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* lmb: move CONFIG_LMB in KconfigPatrick Delaunay2021-04-221-2/+0
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+3
* microblaze: Enable GCC garbage collector for full U-BootMichal Simek2020-11-202-3/+6
* arch: Move NEEDS_MANUAL_RELOC symbol to KconfigMichal Simek2020-11-041-4/+0
* xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARMMichal Simek2020-10-271-0/+1
* microblaze: Enable spi for microblazeT Karthik Reddy2020-10-271-0/+3
* microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait2020-10-271-24/+22
* microblaze: start.S: Factor out exception setup code to __setup_exceptionsOvidiu Panait2020-10-271-94/+103
* microblaze: Add support for little/big endian in/out api'sT Karthik Reddy2020-09-231-6/+16
* efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt2020-08-011-8/+0
* Remove CROSS_COMPILE default from arch/*/config.mkTom Rini2020-07-011-4/+0
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-3/+4
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* Kconfig: Remove redundant variable setsTom Rini2020-03-161-3/+0
* dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada2020-02-201-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+2
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for cache functionsSimon Glass2019-12-021-7/+11
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* microblaze: Fix tab indentation in start.SMichal Simek2019-10-241-1/+1
* microblaze: Unify Linux bootm processMichal Simek2019-10-241-6/+9
* microblaze: Fix FDT message in boot_prep_linux()Michal Simek2019-10-241-1/+1
* microblaze: Setup initrd_high and fdt_high at run timeMichal Simek2019-10-081-0/+8
* microblaze: Switch to generic bootm implementationMichal Simek2019-10-082-53/+54
* microblaze: Define arch_lmb_reserveMichal Simek2019-10-081-0/+41
* microblaze: Move CONFIG_LMB from board file to config.hMichal Simek2019-10-081-0/+2
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* spl: fix linker size check off-by-one errorsSimon Goldschmidt2019-05-051-1/+1
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-31/+2
* configs: Migrate CONFIG_NR_DRAM_BANKSTom Rini2018-08-161-2/+0
* dm: Change CMD_DM enablingMichal Simek2018-07-301-0/+1
* Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-2/+2
* microblaze: Do not force saving variables to flashMichal Simek2018-07-191-1/+0
* microblaze: Convert generic platform to DM gpioMichal Simek2018-07-193-13/+9
* microblaze: Cosmetic changes in Microblaze related filesShreenidhi Shedi2018-07-191-40/+54
* microblaze: Do not call timer init that earlyMichal Simek2018-07-191-0/+4
* microblaze: Use default implementation from include/linux/io.hMichal Simek2018-07-191-3/+0
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0726-56/+26
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* microblaze: bootm: Fix compiler warningBin Meng2018-02-131-1/+2