| Commit message (Expand) | Author | Age | Files | Lines |
* | Use separate options for TPL support | Simon Glass | 2016-09-16 | 1 | -6/+9 |
* | Add warn_non_spl() to show a message in U-Boot proper | Simon Glass | 2016-07-14 | 1 | -0/+10 |
* | Add comments for debug() and pr_fmt | Simon Glass | 2016-07-14 | 1 | -0/+2 |
* | common: Always include errno.h in common.h | Joe Hershberger | 2016-07-06 | 1 | -0/+1 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-03-14 | 1 | -1/+1 |
|\ |
|
| * | dm: Drop the block_dev_desc_t typedef | Simon Glass | 2016-03-14 | 1 | -1/+1 |
* | | fdt: Allow libfdt to be used in SPL | Simon Glass | 2016-03-14 | 1 | -8/+2 |
|/ |
|
* | bug.h: move BUILD_BUG_* defines to include/linux/bug.h | Masahiro Yamada | 2016-01-25 | 1 | -3/+0 |
* | Fix board init code to respect the C runtime environment | Albert ARIBAUD | 2016-01-13 | 1 | -20/+14 |
* | dm: pci: Convert 'pci' command to driver model | Simon Glass | 2015-12-01 | 1 | -1/+0 |
* | eeprom: Add bus argument to eeprom_init() | Marek Vasut | 2015-11-21 | 1 | -1/+1 |
* | eeprom: Zap eeprom_probe() | Marek Vasut | 2015-11-21 | 1 | -3/+0 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -17/+0 |
* | armv8/fsl_lsch2: Add fsl_lsch2 SoC | Mingkai Hu | 2015-10-29 | 1 | -0/+3 |
* | armv8/fsl_lsch3: Change arch to fsl-layerscape | Mingkai Hu | 2015-10-29 | 1 | -0/+3 |
* | Add support for LZ4 decompression algorithm | Julius Werner | 2015-10-11 | 1 | -0/+3 |
* | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass | 2015-09-11 | 1 | -87/+0 |
* | Move malloc_cache_aligned() to its own header | Simon Glass | 2015-09-11 | 1 | -9/+0 |
* | mtd/nand/ubi: assortment of alignment fixes | Marcel Ziswiler | 2015-08-28 | 1 | -0/+9 |
* | Allow arch-specific setting of global_data in board_init_f_mem() | Simon Glass | 2015-08-14 | 1 | -0/+43 |
* | spl, common, serial: build SPL without serial support | Heiko Schocher | 2015-08-12 | 1 | -0/+7 |
* | efi: Add support for loading U-Boot through an EFI stub | Simon Glass | 2015-08-05 | 1 | -0/+7 |
* | Add a way of checking the position of a structure member | Simon Glass | 2015-07-21 | 1 | -0/+11 |
* | arm: Allow cleanup_before_linux() without disabling caches | Simon Glass | 2015-06-10 | 1 | -0/+15 |
* | meminfo cmd: Enable printing >=4GiB SDRAM sizes | Andrew Bradford | 2015-05-28 | 1 | -1/+1 |
* | Move display_options functions to their own header | Simon Glass | 2015-04-29 | 1 | -15/+1 |
* | gunzip: add gzwrite routine for extracting compresed images to block device | Eric Nelson | 2015-04-22 | 1 | -0/+39 |
* | powerpc/mpc85xx: Remove some dead code | Scott Wood | 2015-04-20 | 1 | -1/+0 |
* | net: cosmetic: Change IPaddr_t to struct in_addr | Joe Hershberger | 2015-04-18 | 1 | -1/+1 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 1 | -17/+0 |
* | dm: Add a new CPU init function which can use driver model | Simon Glass | 2015-04-16 | 1 | -0/+11 |
* | powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs | Shaveta Leekha | 2015-03-04 | 1 | -0/+2 |
* | common/board_f: factor out reserve_stacks | Andreas Bießmann | 2015-02-17 | 1 | -0/+18 |
* | common: Move dram_init() declaration to common location | Michal Simek | 2015-02-09 | 1 | -0/+1 |
* | generic-board: show model name in board_init_f() too | Masahiro Yamada | 2015-01-29 | 1 | -6/+7 |
* | powerpc: 74xx_7xx: remove 74xx_7xx cpu support | Masahiro Yamada | 2015-01-16 | 1 | -11/+0 |
* | mpc8xx: remove lwmon board support | Masahiro Yamada | 2015-01-05 | 1 | -4/+0 |
* | ARM: remove redundant asmlinkage define | Masahiro Yamada | 2014-12-15 | 1 | -3/+0 |
* | x86: move arch-specific asmlinkage to <asm/linkage.h> | Masahiro Yamada | 2014-12-15 | 1 | -3/+0 |
* | powerpc: mpc8xx: remove hermes board support | Masahiro Yamada | 2014-12-08 | 1 | -5/+0 |
* | x86: Add a definition of asmlinkage | Simon Glass | 2014-11-25 | 1 | -0/+3 |
* | Add pr_fmt() macro | Thierry Reding | 2014-11-23 | 1 | -5/+9 |
* | linux/kernel.h: add typechecking to roundup macro | Masahiro Yamada | 2014-11-20 | 1 | -1/+1 |
* | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 2014-11-20 | 1 | -86/+1 |
* | include/common.h: remove DIV_ROUND definition | Masahiro Yamada | 2014-11-20 | 1 | -1/+0 |
* | Tidy up data sizes and function comment in display_options | Simon Glass | 2014-10-27 | 1 | -1/+13 |
* | Use uint64_t for time types | Simon Glass | 2014-10-27 | 1 | -1/+1 |
* | Add some standard headers external code might need | Gabe Black | 2014-10-27 | 1 | -0/+3 |
* | ppc: Zap Hymod board | Marek Vasut | 2014-10-27 | 1 | -3/+0 |
* | serial: add static directive to local functions | Masahiro Yamada | 2014-10-23 | 1 | -7/+0 |