aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-28m68k: mcf532x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada6-25/+29
2015-03-28m68k: mcf530x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada3-8/+10
2015-03-28m68k: mcf52x2: move CPU type to Kconfig and refactor config.mkMasahiro Yamada11-60/+53
2015-03-28kbuild: Don't reset timestamps in include/generated if not neededMichal Marek1-9/+9
2015-03-28kbuild: remove redundant line from (generic-)asm-offsets.hMasahiro Yamada1-1/+0
2015-03-28kbuild: merge generic-asm-offsets.h and asm-offsets.h rulesMasahiro Yamada1-40/+22
2015-03-28ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada7-3/+3
2015-03-28ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283xMasahiro Yamada17-70/+48
2015-03-28malloc_f: enable SYS_MALLOC_F by default if DM is onMasahiro Yamada30-46/+1
2015-03-28malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LENMasahiro Yamada26-37/+0
2015-03-28m68k: remove arch/m68k/lib/board.cMasahiro Yamada2-645/+0
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada15-15/+13
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada15-38/+25
2015-03-28kbuild: remove scripts/multiconfig.shMasahiro Yamada3-92/+21
2015-03-28kbuild: remove "*_felconfig" targetMasahiro Yamada1-12/+0
2015-03-26Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-1/+2
2015-03-26Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-2/+0
2015-03-26Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini23-1076/+1852
2015-03-26sunxi: axp209: fix incorrect limits on ldo3Iain Paton1-1/+1
2015-03-26sunxi: set GMAC TX delay = 0x1 on Cubietruck.Ian Campbell1-0/+1
2015-03-25dm: serial: remove bogus include <ns16550.h>Masahiro Yamada1-2/+0
2015-03-25config_distro_bootcmd.h: Prefer booting from bootable paritionsSjoerd Simons1-1/+2
2015-03-25config_cmd_default.h: Add 'env exists' commandSjoerd Simons1-0/+1
2015-03-25part: Add support for list filtering on bootable partitionsSjoerd Simons1-12/+41
2015-03-24x86: Add ramboot and nfsboot commands in x86-common.hBin Meng1-2/+29
2015-03-24x86: galileo: Enable saving environment in SPI flashBin Meng1-0/+8
2015-03-24x86: crownbay: Enable saving environment in SPI flashBin Meng1-0/+8
2015-03-24x86: crownbay: Enable Intel Topcliff GMAC supportBin Meng1-0/+4
2015-03-24net: Add Intel Topcliff GMAC driverBin Meng4-0/+771
2015-03-24net: Update README.drivers.eth to mention latest APIsBin Meng1-16/+35
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng5-7/+5
2015-03-24x86: quark: Enable on-chip ethernet controllersBin Meng2-0/+24
2015-03-24x86: Add queensbay fsp patch information in README.x86Bin Meng1-0/+7
2015-03-24fdtdec: Improve fdtdec_get_pci_bdf() documentationBin Meng1-1/+4
2015-03-24arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIMETom Rini1-1/+2
2015-03-24x86: quark: MRC codes clean upBin Meng7-1049/+955
2015-03-24bav335x: Update defconfigs and fix typo in EEPROM config formatGilles Gameiro3-5/+11
2015-03-24ARM: rpi: fix RPi1 board rev detection for warranty bitStephen Warren1-0/+7
2015-03-24remove unnecessary version.h includesRob Herring68-73/+5
2015-03-24Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini22-190/+200
2015-03-24ARM: UniPhier: remove unnecessary ifdef conditionalMasahiro Yamada1-2/+0
2015-03-24ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot properMasahiro Yamada2-17/+5
2015-03-24ARM: UniPhier: optimize kicking secondary CPUs codeMasahiro Yamada4-72/+38
2015-03-24ARM: UniPhier: fix typos in commentsMasahiro Yamada2-12/+13
2015-03-24ARM: UniPhier: add empty lowlevel_init to U-boot properMasahiro Yamada3-4/+13
2015-03-24ARM: UniPhier: move init stack area just below TEXT_BASEMasahiro Yamada1-1/+1
2015-03-24ARM: UniPhier: add CONFIG_SPL_MAX_FOOTPRINTMasahiro Yamada1-0/+2
2015-03-24ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointerMasahiro Yamada3-8/+14
2015-03-24ARM: UniPhier: enable Driver Model and UART on SPLMasahiro Yamada5-6/+14
2015-03-24ARM: UniPhier: enable CONFIG_PANIC_HANGMasahiro Yamada1-1/+4