aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-16sunxi: fix gpio pull maskwip/sunxiMa Haijun1-1/+1
2013-12-16sunxi: Add Jesurun-Q5 boardHans de Goede3-0/+33
2013-12-16sun5i: Give PLL6 a sane initial valueHans de Goede1-0/+5
2013-12-16sunxi: enable 400MHz MBUS on Cubieboard2 and CubietruckEmilio López1-4/+4
2013-12-16sunxi: fast MBUS support on sun7iEmilio López2-3/+13
2013-12-16sunxi: fix CCM MBUS N factor interpretationEmilio López1-1/+1
2013-12-10U-Boot support for A10-OLinuXino-LIMEOlliver Schinagl3-0/+33
2013-12-02sunxi: Fix sunxi_dram_init declaration for mk802ii_a20Patrick Wood1-1/+1
2013-11-26Correct merge conflict where armv7 boot_cmd.c hack was lostHenrik Nordstrom1-0/+1
2013-11-26Merge remote-tracking branch 'origin/master' into sunxiHenrik Nordstrom134-4012/+1731
2013-11-25Merge branch 'sunxi' of github.com:linux-sunxi/u-boot-sunxi into sunxiHenrik Nordstrom40-51/+188
2013-11-25Merge branch 'master' of git://git.denx.de/u-boot into sunxiHenrik Nordstrom1857-28399/+24211
2013-11-25Merge tag 'v2013.10' into sunxiHenrik Nordstrom1047-7175/+12264
2013-11-25Prepare v2014.01-rc1Tom Rini1-3/+3
2013-11-25Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86Tom Rini9-15/+24
2013-11-25Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini27-386/+727
2013-11-25Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini39-220/+532
2013-11-25Merge branch 'buildpatman' of http://git.denx.de/u-boot-x86Tom Rini5-14/+69
2013-11-25sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversionTom Rini1-29/+37
2013-11-25blackfin: don't use 'bool' when it causes problemsWolfgang Denk2-4/+4
2013-11-25MAKEALL: add -b (--board) optionMasahiro Yamada1-2/+15
2013-11-25bios_emulator: delete an unnecessary include pathMasahiro Yamada1-1/+1
2013-11-25nand_spl: trivial refactoring of makefilesMasahiro Yamada12-284/+242
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada1-1/+1
2013-11-25common: Delete unnecessary rules.Masahiro Yamada1-4/+1
2013-11-25drivers: delete unnecessary HOSTCFLAGSMasahiro Yamada2-2/+0
2013-11-25Makefile: move some libraries to lib/MakefileMasahiro Yamada2-5/+7
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada3-22/+21
2013-11-25examples: delete unnecessary CPPFLAGSMasahiro Yamada2-4/+0
2013-11-25board: tqm5200: delete its own object make ruleMasahiro Yamada1-3/+0
2013-11-25spieval: Remove remainders of dead boardMasahiro Yamada1-494/+0
2013-11-25post: remove unnecessary include path settingsMasahiro Yamada10-20/+0
2013-11-25board: h2200: Delete an unnecessary make ruleMasahiro Yamada1-3/+0
2013-11-25tools: updater: Remove remainders of dead boardMasahiro Yamada12-2111/+1
2013-11-25tools: imls: Remove a broken and unused tool.Masahiro Yamada3-381/+0
2013-11-25gpio_led: add support for inverted polarityIgor Grinberg2-2/+32
2013-11-25gpio_led: check gpio_request() return valueIgor Grinberg1-1/+5
2013-11-25README: document the CONFIG_GPIO_LED symbolIgor Grinberg1-0/+8
2013-11-25hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini1-2/+2
2013-11-22net: rtl8169: Add support for RTL8168d/8111dThierry Reding1-1/+17
2013-11-22net: rtl8169: Improve cache maintenanceThierry Reding1-8/+53
2013-11-22net: zynq_gem: Add d-cache supportSrikanth Thokala1-29/+53
2013-11-22phy: Use general phy code for smsc lan8720aDavid Dueck1-1/+2
2013-11-22phy: Use supported field during autonegotiationDavid Dueck1-2/+3
2013-11-22net: dm9000: random mac address supportAndrew Ruder1-0/+9
2013-11-22drivers/net/e1000: Introduce CONFIG_E1000_NO_NVMRojhalat Ibrahim2-5/+38
2013-11-22net: tftpsrv: Get correct client MAC addressAndrew Ruder1-0/+3
2013-11-22net: phy: atheros: Fix masks for AR8035 and AR8021Fabio Estevam1-1/+1
2013-11-22net/phy: Fix the phy id mask of AR8031Chunhe Lan1-1/+1
2013-11-22net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil1-10/+8
2013-11-22net: tsec: Use portable regs type (uint->u32)Claudiu Manoil2-141/+139
2013-11-22net: tsec: Use portable types and accessors for BDsClaudiu Manoil2-54/+56
2013-11-22net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil2-32/+32
2013-11-22net: fsl_mdio: Fix warnings for __iomem pointersClaudiu Manoil2-11/+14
2013-11-22net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil2-27/+38
2013-11-22net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil1-7/+1
2013-11-22net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil1-16/+15
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil3-4/+4
2013-11-22net: designware: Fix alignment of buffer descriptorsAlexey Brodkin1-4/+3
2013-11-22net: designware: Respect "bus mode" register contents on SW resetAlexey Brodkin1-1/+1
2013-11-22net: sh-eth: Add support R8A7791Nobuhiro Iwamatsu2-4/+5
2013-11-22net, phy: fix AR8031 phy_maskHeiko Schocher1-1/+1
2013-11-22net: rtl8169: Add support for RTL8168evl/8111evlThierry Reding1-0/+1
2013-11-22net: rtl8169: Fix format stringThierry Reding1-5/+5
2013-11-22net: add support for extended registers to mdio commandStefano Babic1-16/+59
2013-11-22net: add function to read/write extended registers in Micrel PhyStefano Babic1-0/+32
2013-11-22net: add extended function to phy APIStefano Babic1-0/+3
2013-11-22net: fix mask for phy Micrel KSZ9031Stefano Babic1-1/+1
2013-11-22phy: add missing constants for Micrel KSZ9031Stefano Babic1-0/+5
2013-11-22net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is de...Bhupesh Sharma1-3/+3
2013-11-22net: phy/vitesse: Add support for VSC8514 phy moduleArpit Goel1-1/+68
2013-11-22net: sh-eth: Add support R8A7790Nobuhiro Iwamatsu2-1/+11
2013-11-22net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)Nobuhiro Iwamatsu1-5/+26
2013-11-22net: sh-eth: Add control for padding size of packet descriptorNobuhiro Iwamatsu2-10/+30
2013-11-22net: sh-eth: Change cache API of SHNobuhiro Iwamatsu1-1/+2
2013-11-22NET: mvgbe: avoid unused variable warning when used without phylib supportSascha Silbe1-2/+3
2013-11-22net: trivial: Fix typos in mii field descriptionsStephan Bauroth1-2/+2
2013-11-22phylib: update atheros ar803x phyShengzhou Liu1-2/+2
2013-11-22net: tftp: Make sure timeout will not effect wrap offsetrockly1-1/+1
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass2-2/+2
2013-11-21sandbox: Correct data sizes and printf() strings in fdtdec.cSimon Glass1-4/+4
2013-11-21sandbox: config: Don't use 64-bit physical memorySimon Glass2-3/+2
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass2-4/+11
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass2-2/+5
2013-11-21buildman: make board selector argument a regexStephen Warren2-5/+21
2013-11-21buildman: fix READMEAndreas Bießmann1-1/+1
2013-11-21patman: add Commit-notes tag and sectionAlbert ARIBAUD3-8/+47
2013-11-21am335x: fix GPMC config for NAND and NOR SPL bootpekon gupta3-41/+30
2013-11-21mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-schemepekon gupta17-15/+43
2013-11-21mtd: nand: omap: enable BCH ECC scheme using ELM for generic platformpekon gupta3-125/+228
2013-11-21mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx ...pekon gupta9-5/+28
2013-11-21mtd: atmel_nand: use dev_xxx instead of printkWu, Josh1-11/+11
2013-11-21mtd: atmel_nand: don't print bit correction message in driverWu, Josh1-2/+2
2013-11-21sama5d3xek: support larger than 4G nand flashWu, Josh1-2/+3
2013-11-21mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flashWu, Josh1-1/+9
2013-11-21board/c29xpcie: Add support of 8K page size NAND flashPrabhakar Kushwaha1-4/+6
2013-11-21mtd/ifc: Add support of 8K page size NAND flashPrabhakar Kushwaha4-2/+109
2013-11-21mtd: move & update nand_ecclayout structure (plus board changes)Prabhakar Kushwaha9-17/+53
2013-11-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2-3/+3
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada11-25/+23
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada3-3/+7
2013-11-17arm: rmobile: Do not create a symbolic link to sh timerMasahiro Yamada1-7/+1
2013-11-17powerpc: mpc824x: Do not create a symbolic link to bedbug_603e.cMasahiro Yamada3-7/+1
2013-11-17powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.cMasahiro Yamada2-6/+1
2013-11-17powerpc: mpc83xx: delete unused rulesMasahiro Yamada1-6/+0
2013-11-17Makefile: delete unused linesMasahiro Yamada1-6/+0
2013-11-17tools: Makefile: delete redundant linesMasahiro Yamada1-2/+0
2013-11-17config.mk: delete unnecessary linesMasahiro Yamada1-6/+0
2013-11-17Makefile: refactor a littleMasahiro Yamada2-5/+2
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada33-181/+182
2013-11-17drivers/net/npe: descend only when CONFIG_IXP4XX_NPE=yMasahiro Yamada2-4/+2
2013-11-17drivers/net/fm: descend only when CONFIG_FMAN_ENET=yMasahiro Yamada2-5/+1
2013-11-17drivers/qe: move the entry to drivers/MakefileMasahiro Yamada3-6/+3
2013-11-17powerpc: move mpc8xxx entry under arch/powerpc/cpu/Masahiro Yamada4-20/+11
2013-11-17Makefile: merge $(LIBBOARD) into $(LIBS)Masahiro Yamada1-9/+4
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada68-247/+7
2013-11-17drivers: tpm: clean up unused codeMasahiro Yamada2-187/+0
2013-11-17lib: descend into sub directories only when it is necessaryMasahiro Yamada5-10/+8
2013-11-17drivers: descend into sub directories only when it is necessaryMasahiro Yamada3-5/+3
2013-11-17Makefile: specifiy an explicite object name rather than $(BOARD).oMasahiro Yamada3-3/+3
2013-11-17Makefile: abolish COBJS, SOBJS, etc.Masahiro Yamada1-8/+4
2013-11-17board: Do not add -DCONFIG_SYS_TEXT_BASE in board config.mkMasahiro Yamada9-55/+5
2013-11-16sunxi: Add Rikomagic MK802-II A20 boardPat Wood3-0/+33
2013-11-16ARM: sunxi: Add K1001 1 GiB tablet boardOliver Schinagl2-0/+2
2013-11-15examples: remove the remainders of dead boardMasahiro Yamada2-217/+1
2013-11-15cosmetic: README.scrapyard: Add eNET boardMasahiro Yamada1-0/+1
2013-11-15nios2: remove unnecessary header include pathMasahiro Yamada3-6/+0
2013-11-15board: cogent: include header files in a more natural wayMasahiro Yamada6-21/+9
2013-11-15configs: clean up unused macro CONFIG_L2_OFFMasahiro Yamada8-11/+0
2013-11-15TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter updateTom Rini1-1/+2
2013-11-15malta: use unmapped flash base addressGabor Juhos2-3/+3
2013-11-14Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini26-213/+2353
2013-11-13driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha1-5/+16
2013-11-13MTD: atmel_nand: support for software BCH ECCBo Shen1-0/+4
2013-11-13powerpc/85xx: fix broken cpu "clock-frequency" propertyLaurentiu TUDOR1-2/+3
2013-11-13powerpc/t4240: fix per pci endpoint liodn offsetsLaurentiu TUDOR2-5/+24
2013-11-13powerpc/t4240: set pcie liodn in the correct registerLaurentiu TUDOR1-4/+4
2013-11-13powerpc/83xx: Define USB1 and USB2 base addr for MPC834xramneek mehresh1-0/+5
2013-11-13powerpc/t104xrdb: Add T1042RDB_PI board supportPriyanka Jain3-0/+733
2013-11-13powerpc/t104xrdb: Add T1040RDB board supportPriyanka Jain11-0/+1341
2013-11-13powerpc/t1040: Update defines to support T1040SoC personalitiesPriyanka Jain4-2/+17
2013-11-13ARM: sunxi: Adapt to the unsigned long change for get_ram_size()Oliver Schinagl32-38/+37
2013-11-13get_ram_size incorrectly returns long, should be unsigned longOliver Schinagl2-13/+13
2013-11-13ARM: sunxi: Increase maximum physical memory size to 2 GiBOliver Schinagl1-1/+5
2013-11-13powerpc/p1010rdb: update readme for p1010rdb-pa and p1010rdb-pbShengzhou Liu3-200/+190
2013-11-13powerpc/t1040: enable PBL tool for T1040Prabhakar Kushwaha3-0/+36
2013-11-13designware_i2c: remove 10msec delay in i2c_xfer_finishAlexey Brodkin1-3/+0
2013-11-13designware_i2c: disable i2c controller during target address setupAlexey Brodkin1-0/+12
2013-11-13cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROMAlexey Brodkin1-2/+2
2013-11-13i2c, omap1510: remove i2c driverHeiko Schocher2-278/+0
2013-11-13i2c, zynq: convert zynq i2c driver to new multibus/multiadapter frameworkHeiko Schocher4-18/+26
2013-11-13i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher41-188/+239
2013-11-13i2c: mxs_i2c: Squash endless loopMarek Vasut1-3/+12
2013-11-13i2c: sh_i2c: Update to new CONFIG_SYS_I2C frameworkNobuhiro Iwamatsu7-190/+174
2013-11-12cm_t35: use scf0403 driverNikita Kiryanov3-2/+59
2013-11-12omap3_dss: define DSS_ONOFFNikita Kiryanov1-4/+5
2013-11-12lcd: add DataImage SCF0403x LCD panel supportNikita Kiryanov3-0/+308
2013-11-12spi: define SPI_XFER_ONCENikita Kiryanov1-0/+1
2013-11-12spi: omap3: add support for more word lengthsNikita Kiryanov4-24/+82
2013-11-12spi: omap3: remove semicolon from #defineNikita Kiryanov1-1/+1
2013-11-12video: bcm2835: respect the pitch valueAndre Heider1-0/+11
2013-11-12lcd: allow overriding lcd_get_size()Anatolij Gustschin1-3/+7
2013-11-12ARM: bcm2835: add missing mbox overscan response fieldAndre Heider1-0/+1
2013-11-11MPC824x: remove obsolete "PN62" boardWolfgang Denk11-990/+4
2013-11-11time: fix gcc warnings on MIPS64Daniel Schwierzeck1-2/+2
2013-11-11Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini25-298/+1256
2013-11-11malta: arch/mips/include/asm/malta.h SPDX license tagPaul Burton1-3/+2
2013-11-09Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD95-1172/+1730
2013-11-09malta: define CONFIG_MEMSIZE_IN_BYTESGabor Juhos1-0/+2
2013-11-09malta: add myself to maintainersPaul Burton1-2/+2
2013-11-09malta: add script & instructions to flash U-bootPaul Burton2-0/+56
2013-11-09malta: setup PIIX4 interrupt routePaul Burton2-0/+19
2013-11-09malta: store environment in flashPaul Burton1-6/+9
2013-11-09malta: enable RTC supportPaul Burton3-1/+14
2013-11-09malta: disable L2 cachesPaul Burton1-0/+7
2013-11-09malta: remove cache size definitionsPaul Burton1-4/+0
2013-11-09malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCPPaul Burton1-0/+3
2013-11-09malta: display "U-boot" on the LCD screenPaul Burton2-0/+29
2013-11-09malta: support for coreFPGA6 boardsPaul Burton9-16/+594
2013-11-09malta: setup super I/O UARTsPaul Burton4-0/+89
2013-11-09qemu-malta: rename to just "malta"Paul Burton7-16/+16
2013-11-09pci.h: allow inclusion in assembly sourcePaul Burton1-1/+5
2013-11-09pcnet: enable the NOUFLO featurePaul Burton1-0/+15
2013-11-09pcnet: add cache flushing & invalidationPaul Burton1-0/+16
2013-11-09pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_sendPaul Burton1-2/+2
2013-11-09pcnet: code style cleanupPaul Burton1-125/+123
2013-11-09mips32: detect L1 cache sizes if they're not definedPaul Burton3-19/+150
2013-11-08Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini15-158/+205
2013-11-08sandbox: convert to common time functionsRob Herring2-12/+4
2013-11-08time: add weak annotation to timer_read_counter declarationRob Herring1-1/+1
2013-11-08netconsole loses 2nd character of inputSuriyan Ramasami1-0/+2
2013-11-08serial: s5p: Staticize local functionsAxel Lin1-12/+12
2013-11-08env: fix the env export varnamePierre Aubert2-5/+3
2013-11-08highbank: set AUTOBOOT_KEYED_CTRLC config optionMark Langsdorf1-1/+1
2013-11-08autoboot: add an option to override keyed autobootMark Langsdorf2-2/+10
2013-11-08serial: xuartlite: Staticize local functionsAxel Lin1-10/+10
2013-11-08serial: mxs_auart: Staticize local functionsAxel Lin1-5/+5
2013-11-08fs:fat: fix set file name functionPiotr Wilczek1-1/+1
2013-11-08cmd_zfs: normalize 'file not found' errorsLuka Perkov1-1/+1
2013-11-08cmd_reiser: normalize 'file not found' errorsLuka Perkov1-1/+1