summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Makefile: Make u-boot.img the same as u-boot-dtb.imgSimon Glass1-10/+3
2016-02-02socfpga: Simplify Makefile filenamesSimon Glass3-9/+9
2016-02-02tegra: Always build a boot image with the same filenameSimon Glass1-3/+6
2016-02-02fdt: Build an SPL binary without device treeSimon Glass1-9/+16
2016-02-02fdt: Build a U-Boot binary without device treeSimon Glass1-12/+20
2016-02-02tegra: Clarify generation of -nodtb file with OF_CONTROLSimon Glass1-11/+5
2016-02-02mailmap: fix Ricardo's entryMasahiro Yamada1-1/+0
2016-02-02mmc: add missing prototype for mmc_get_env_devClemens Gruber1-0/+1
2016-02-02malloc: work around some memalign fragmentation issuesStephen Warren1-0/+22
2016-02-02.travis.yml: rework according to new travis-ci infraRoger Meier1-129/+88
2016-02-02arm8: ls2080: Move the core errata defines out of board specific fileAshish kumar2-3/+2
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini57-96/+3705
2016-02-02armv8: ls2080a: Implement workaround for core errata 829520, 833471Ashish kumar2-0/+23
2016-02-02board: Enable ethernet, tftpboot support to pic32mzdask board.Purna Chandra Mandal4-4/+47
2016-02-02drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal5-0/+899
2016-02-02drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal1-0/+10
2016-02-02board: add SDHCI support for PIC32MZDASK board.Purna Chandra Mandal4-3/+77
2016-02-02drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica4-1/+72
2016-02-02board: Add Microchip PIC32MZ[DA]-Starter-Kit board.Purna Chandra Mandal10-1/+254
2016-02-02MIPS: Add support for Microchip PIC32MZ[DA] SoC family.Purna Chandra Mandal7-2/+379
2016-02-02drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal6-0/+530
2016-02-02drivers: serial: add driver for Microchip PIC32 UART controller.Paul Thacker4-0/+219
2016-02-02drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal3-1/+182
2016-02-02drivers: pinctrl: Add pinctrl driver for Microchip PIC32.Purna Chandra Mandal3-0/+374
2016-02-02drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.Purna Chandra Mandal4-0/+496
2016-02-02MIPS: initial infrastructure for Microchip PIC32 architecturePurna Chandra Mandal6-0/+110
2016-02-02malta: Use I/O accessors for SuperI/O controllerPaul Burton3-11/+11
2016-02-02malta: Set I/O port base earlyPaul Burton1-4/+2
2016-02-02MIPS: Support dynamic I/O port base addressPaul Burton5-34/+34
2016-02-02MIPS: Remove SLOW_DOWN_IOPaul Burton1-37/+3
2016-02-02mips: cache: Bulletproof the code against cornercasesMarek Vasut1-0/+8
2016-02-02MIPS: start.S: fix and optimize instructionsDaniel Schwierzeck1-11/+11
2016-02-02MIPS: initialize board_init_f() argument to zero.Purna Chandra Mandal1-1/+1
2016-02-01armv8/ls1043aqds: fix DSPI/QSPI node in dts fileQianyu Gong1-0/+46
2016-02-01driver: net: fsl-mc: Update print to reflect correct stringPrabhakar Kushwaha1-1/+1
2016-02-01driver: net: fsl-mc: Memset dprc_cfg before configuringPrabhakar Kushwaha1-0/+1
2016-02-01armv7: ls102xa: Increase the supported kernel sizeAlison Wang2-0/+2
2016-02-01board: ls2085aqds: Update kernel_size env variablePrabhakar Kushwaha1-1/+1
2016-01-31arm: novena: Fix EEPROM i2c configurationMarek Vasut1-1/+2
2016-01-31arm: config: enforce -fno-pic for gccPeng Fan1-0/+1
2016-01-31ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't d...Wang Dongsheng1-13/+14
2016-01-31arm: cache: Implement cache range check for v7Marek Vasut1-0/+21
2016-01-31armv7: add cacheline sizes where missingAlbert ARIBAUD22-0/+46
2016-01-31arm: Remove S bit from MMU section entryMarek Vasut1-2/+1
2016-01-31arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7Marek Vasut2-3/+3
2016-01-30video: Correct 'tor' typo in commentSimon Glass1-1/+1
2016-01-30video: test: Add console tests for truetypeSimon Glass1-0/+63
2016-01-30video: sandbox: Enable truetype fonts for sandboxSimon Glass2-1/+22
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass2-0/+4
2016-01-30video: Allow selection of the driver and font sizeSimon Glass2-4/+21