- 5e924a1 Move dram_init_banksize() to a common header by Simon Glass · 8 years ago
- 088454c board_f: Drop return value from initdram() by Simon Glass · 8 years ago
- 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
- 8749fa6 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 8 years ago
- d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
- 70e2aaf board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
- 75efc34 board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 8 years ago
- 2634555 board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 8 years ago
- d593c61 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 8 years ago
- 671549e board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
- ea3310e Blackfin: Remove by Tom Rini · 8 years ago
- 2a79275 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
- a8523a8 Drop CONFIG_CMD_DOC by Simon Glass · 8 years ago
- cc66400 Drop the static inline print_cpuinfo() by Simon Glass · 8 years ago
- cbcbf71 powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago
- 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
- a7b8176 time: move timer APIs to include/time.h by Masahiro Yamada · 8 years ago
- 5bc516e delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · 8 years ago
- 2a6713b move UL() macro from armv8/mmu.h into common.h by Andre Przywara · 8 years ago
- 76f1f38 Use separate options for TPL support by Simon Glass · 8 years ago
- 9828682 Add warn_non_spl() to show a message in U-Boot proper by Simon Glass · 8 years ago
- 5e7f743 Add comments for debug() and pr_fmt by Simon Glass · 8 years ago
- 2307ea4 common: Always include errno.h in common.h by Joe Hershberger · 9 years ago
- 88033d7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
- aa34fbc fdt: Allow libfdt to be used in SPL by Simon Glass · 9 years ago
- 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
- 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
- ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
- cab24b3 dm: pci: Convert 'pci' command to driver model by Simon Glass · 9 years ago
- 354e3ed eeprom: Add bus argument to eeprom_init() by Marek Vasut · 9 years ago
- b7b2e3f eeprom: Zap eeprom_probe() by Marek Vasut · 9 years ago
- 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
- 8281c58 armv8/fsl_lsch2: Add fsl_lsch2 SoC by Mingkai Hu · 9 years ago
- 9f3183d armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · 9 years ago
- 027b728 Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
- cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
- 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
- 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
- 1fed87d Allow arch-specific setting of global_data in board_init_f_mem() by Simon Glass · 9 years ago
- 80402f3 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
- 476476e efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
- c9689ca Add a way of checking the position of a structure member by Simon Glass · 9 years ago
- 4d24a11 arm: Allow cleanup_before_linux() without disabling caches by Simon Glass · 10 years ago
- ea11b40 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · 9 years ago
- 2ea09c8 Move display_options functions to their own header by Simon Glass · 10 years ago
- 918e9eb gunzip: add gzwrite routine for extracting compresed images to block device by Eric Nelson · 10 years ago
- d87a2ad powerpc/mpc85xx: Remove some dead code by Scott Wood · 10 years ago
- 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
- 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
- d4c671c dm: Add a new CPU init function which can use driver model by Simon Glass · 10 years ago
- b8bf0ad powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs by Shaveta Leekha · 10 years ago
- 68145d4 common/board_f: factor out reserve_stacks by Andreas Bießmann · 10 years ago
- 0267ba5 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
- 0365ffc generic-board: show model name in board_init_f() too by Masahiro Yamada · 10 years ago
- d928664 powerpc: 74xx_7xx: remove 74xx_7xx cpu support by Masahiro Yamada · 10 years ago
- acc2372 mpc8xx: remove lwmon board support by Masahiro Yamada · 10 years ago
- 7cbd74f ARM: remove redundant asmlinkage define by Masahiro Yamada · 10 years ago
- e6126a5 x86: move arch-specific asmlinkage to <asm/linkage.h> by Masahiro Yamada · 10 years ago
- 36da51e powerpc: mpc8xx: remove hermes board support by Masahiro Yamada · 10 years ago
- ed0a2fb x86: Add a definition of asmlinkage by Simon Glass · 10 years ago
- be25d87 Add pr_fmt() macro by Thierry Reding · 10 years ago
- 111396c linux/kernel.h: add typechecking to roundup macro by Masahiro Yamada · 10 years ago
- cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
- 9e57a1c include/common.h: remove DIV_ROUND definition by Masahiro Yamada · 10 years ago
- c6da9ae Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
- 19ea467 Use uint64_t for time types by Simon Glass · 10 years ago
- 4166ecb Add some standard headers external code might need by Gabe Black · 10 years ago
- 5038d7f ppc: Zap Hymod board by Marek Vasut · 10 years ago
- 3fdd0bb serial: add static directive to local functions by Masahiro Yamada · 10 years ago
- d660b40 common.h: remove MIN, MAX, MIN3, MAX3 macros by Masahiro Yamada · 10 years ago
- 1fb4dab arm:reset: call the reset_misc() before the cpu reset by Przemyslaw Marczak · 10 years ago
- 0ace4d9 powerpc: mpc8xx: remove stxxtc board support by Masahiro Yamada · 10 years ago
- e29607e ARM: convert arch_fixup_memory_node to a generic FDT fixup function by Ma Haijun · 10 years ago
- 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
- 03f9d7d mpc8xx: remove fads board support by Masahiro Yamada · 10 years ago
- 0657e46 mpc8xx: remove RPXlite_dw, quantum board support by Masahiro Yamada · 10 years ago
- 2f78eae ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
- 1d43bfd Add run_command_repeatable() by Thomas Betker · 10 years ago
- 49ad566 powerpc: ep8248: remove orphan board by Masahiro Yamada · 10 years ago
- 9272a9b m68k: powerpc: Clean up do_mdm_init by Simon Glass · 11 years ago
- 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
- 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
- a5dffa4 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 11 years ago
- 701e640 powerpc/mpc85xx: Fix boot_flag for calling board_init_f() by York Sun · 11 years ago
- c85bb5a rand: do not surround function declarations by #ifdef by Masahiro Yamada · 11 years ago
- 538cf92 MIPS: drop incaip board by Daniel Schwierzeck · 11 years ago
- 4fb3925 powerpc: remove RPXClassic, RPXlite boards support by Masahiro Yamada · 11 years ago
- d6b11fd powerpc: remove MBX and MBX860T boards support by Masahiro Yamada · 11 years ago
- d718ded lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 11 years ago
- a96a0e6 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · 11 years ago
- 3c1c68c lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND by Przemyslaw Marczak · 11 years ago
- 2c072c9 sandbox: config: Enable cros_ec emulation and related items by Simon Glass · 11 years ago
- 20f86a0 sandbox: Deal with conflicting getenv() for SDL by Simon Glass · 11 years ago
- 58dac32 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 11 years ago
- 4d1fd7f Add 64-bit data support for memory commands by York Sun · 11 years ago
- e386616 common: Add get_effective_memsize() to memsize.c by York Sun · 11 years ago
- 3e11350 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- 365475e Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee by Masahiro Yamada · 11 years ago
- 6ab6b2a dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 11 years ago
- 23d5c73 common: Provide DIV_ROUND_CLOSEST macro by Soren Brinkmann · 11 years ago