- d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 7d8314a microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · 4 years, 1 month ago
- 27d66cf arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig by Michal Simek · 4 years, 1 month ago
- 841aa51 xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM by Michal Simek · 4 years, 1 month ago
- f3612e0 microblaze: Enable spi for microblaze by T Karthik Reddy · 4 years, 2 months ago
- e6dbb8b microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · 4 years, 2 months ago
- 9855835 microblaze: start.S: Factor out exception setup code to __setup_exceptions by Ovidiu Panait · 4 years, 2 months ago
- 04680aa microblaze: Add support for little/big endian in/out api's by T Karthik Reddy · 4 years, 3 months ago
- c6dcbe1 efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · 4 years, 4 months ago
- a0a71d3b Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 6 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 8798f9c Kconfig: Remove redundant variable sets by Tom Rini · 4 years, 9 months ago
- 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 9 months ago
- f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
- 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
- 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
- fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
- 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
- 55df7da microblaze: Fix tab indentation in start.S by Michal Simek · 5 years ago
- 1facc8f microblaze: Unify Linux bootm process by Michal Simek · 5 years ago
- 4bbe2ac microblaze: Fix FDT message in boot_prep_linux() by Michal Simek · 5 years ago
- 360da4b microblaze: Setup initrd_high and fdt_high at run time by Michal Simek · 5 years ago
- e37afb5 microblaze: Switch to generic bootm implementation by Michal Simek · 5 years ago
- 040872e microblaze: Define arch_lmb_reserve by Michal Simek · 5 years ago
- 9270e9d microblaze: Move CONFIG_LMB from board file to config.h by Michal Simek · 5 years ago
- 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
- a76a458 spl: fix linker size check off-by-one errors by Simon Goldschmidt · 6 years ago
- 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
- f226038 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · 6 years ago
- 2e7c819 dm: Change CMD_DM enabling by Michal Simek · 6 years ago
- 84f3dec Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
- 43a21f9 microblaze: Do not force saving variables to flash by Michal Simek · 6 years ago
- 4e39ea8 microblaze: Convert generic platform to DM gpio by Michal Simek · 6 years ago
- ffced40 microblaze: Cosmetic changes in Microblaze related files by Shreenidhi Shedi · 6 years ago
- f54fbc8 microblaze: Do not call timer init that early by Michal Simek · 6 years ago
- a5be522 microblaze: Use default implementation from include/linux/io.h by Michal Simek · 6 years ago
- b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
- e728983 microblaze: bootm: Fix compiler warning by Bin Meng · 7 years ago
- a974ec6 microblaze: Use asm-generic/io.h by Paul Burton · 7 years ago
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 2d6a0cc spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
- c2d85e7 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
- 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
- cbdc1d4 microblaze: Build only DTBs for selected target by Michal Simek · 8 years ago
- 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
- ad400c6 microblaze: Fix endif macro command by Michal Simek · 8 years ago
- 22d567e Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
- f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
- cc02256 efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
- b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
- 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
- 7a9a2e6 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
- 731e0f9 microblaze: Move MSR instruction selection to Kconfig by Michal Simek · 9 years ago
- c3d51b9 microblaze: Remove !OF_CONTROL code for timer and interrupt by Michal Simek · 9 years ago
- cf84885 microblaze: Read information about timer/interrupts from DT by Michal Simek · 9 years ago
- e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
- 4a74160 microblaze: Add missing chosen node by Michal Simek · 9 years ago
- 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
- f2b3451 microblaze: Remove empty file - cpu.c by Michal Simek · 9 years ago
- b590411 microblaze: Wire-up debug_uart in asm by Michal Simek · 9 years ago
- 7e4372a serial: uartlite: Move driver to DM by Michal Simek · 9 years ago
- 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
- 7956102 microblaze: Enable DM by default by Michal Simek · 9 years ago
- d99fbcc microblaze: Enable OF_CONTROL by default by Michal Simek · 9 years ago
- 14c96dc microblaze: Fix C99/gnu99 compatiblity for inline functions by Nathan Rossi · 9 years ago
- 8888839 microblaze: Fix style issues in header files by Nathan Rossi · 9 years ago
- 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
- 6c36ca0 microblaze: Use the generic bitops headers by Fabio Estevam · 9 years ago
- c6187a4 microblaze: Add a TODO to call board_init_f_mem() by Simon Glass · 9 years ago
- f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
- 57a11eb generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · 10 years ago
- 9e4af83 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · 10 years ago
- ffdb488 remove unnecessary version.h includes by Rob Herring · 10 years ago
- fb089f0 microblaze: spl: Add LISTS to linker script by Michal Simek · 10 years ago
- fb8e384 microblaze: spl: Do not call mem_malloc_init and use early alloc by Michal Simek · 10 years ago
- 9ea6744 microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN by Michal Simek · 10 years ago
- a79d658 microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA by Michal Simek · 10 years ago
- a9228f6 microblaze: Speedup code copy by Michal Simek · 10 years ago
- 65e915c microblaze: Move architecture to use generic board init by Michal Simek · 11 years ago
- 3f0a5cb microblaze: Fix gd_t address which is placed at the end of BRAM by Michal Simek · 10 years ago
- 23162f4 microblaze: Remove unused asm label by Michal Simek · 10 years ago
- b78df3d microblaze: Use standard interrupt_init() function by Michal Simek · 10 years ago
- 7218061 microblaze: Remove unneeded data section adding from DTB by Michal Simek · 10 years ago
- 056dbe8 microblaze: Add debug message about enabling interrupts by Michal Simek · 10 years ago
- 5e6c747 microblaze: Fix coding style by Michal Simek · 10 years ago
- baf5175 microblaze: Remove DEBUG_INT macro and use debug() instead by Michal Simek · 10 years ago
- f73749b microblaze: Fix coding style in exception.c by Michal Simek · 10 years ago
- 924819c microblaze: Show return address from exception by Michal Simek · 10 years ago