Commit Graph

  • 39abd65c34 arc: remove "hardware.h" Alexey Brodkin 2014-02-10 12:20:13 +04:00
  • 3d93f6959b designware_i2c: remove inclusion of <asm/arch/hardware.h> Alexey Brodkin 2014-02-10 12:20:12 +04:00
  • f93f589ca2 spear: move CONFIG_SYS_I2C_BASE from arch-spear/hardware to board configs Alexey Brodkin 2014-02-10 12:20:11 +04:00
  • d5243359e1 OMAP24xx I2C: Add support for set-speed Hannes Petermaier 2014-02-03 21:22:18 +01:00
  • d22643e7e8 i2c: i2c-mxs: Wait for I2C to empty queue Marek Vasut 2014-02-06 02:59:34 +01:00
  • 070cbaf821 designware_i2c: Enhance DesignWare I2C driver address support Chin Liang See 2014-02-04 11:56:23 -06:00
  • 9e50c406c8 i2c, bootcount: add support for bootcounter on i2c devices Heiko Schocher 2014-01-25 07:27:13 +01:00
  • 16c550274c blackfin: make i2c driver blackfin independant Scott Jiang 2014-01-28 13:53:36 +08:00
  • 86bdd70a09 blackfin: rename bfin-twi_i2c driver to adi_i2c Sonic Zhang 2014-01-28 13:53:35 +08:00
  • d6a320d5bb blackfin: add spi and i2c specific get clock functions Sonic Zhang 2014-01-28 13:53:34 +08:00
  • bb0fad0ea0 blackfin: the sclk MHz in i2c driver should be divided by 1000 other than 1024 Sonic Zhang 2014-01-28 13:53:33 +08:00
  • 18948632a9 i2c: zynq: Add support for the second i2c controller Michael Burr 2014-01-22 09:46:08 +01:00
  • 9e90107155 i2c: zynq: Support for 0-length register address Michael Burr 2014-01-22 09:46:07 +01:00
  • 0a8e823ad0 Prepare v2014.04-rc1 v2014.04-rc1 Tom Rini 2014-02-19 16:01:28 -05:00
  • 2aa43f70cf kbuild,tegra124: add dummy obj- for Kbuild Masahiro Yamada 2014-02-19 22:26:43 +09:00
  • f150c83704 cosmetic: FIT: fix a strange comment Masahiro Yamada 2014-02-18 15:39:21 +09:00
  • ca53735a4c Move CONFIG_DISPLAY_CPUINFO to Makefile Masahiro Yamada 2014-02-13 18:30:27 +09:00
  • 365475e6d1 Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee Masahiro Yamada 2014-02-13 18:30:26 +09:00
  • 2f13363b09 configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL} Masahiro Yamada 2014-02-07 17:20:52 +09:00
  • 627b73e2a7 configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZE Masahiro Yamada 2014-02-07 09:23:03 +09:00
  • 3284c8b8ca dts: generate multiple device tree blobs Masahiro Yamada 2014-02-05 11:28:27 +09:00
  • 5ab502cb89 dts: move device tree sources to arch/$(ARCH)/dts/ Masahiro Yamada 2014-02-05 11:28:26 +09:00
  • 6ab6b2afa0 dts: re-write dts/Makefile more simply with Kbuild Masahiro Yamada 2014-02-05 11:28:25 +09:00
  • babb4440cf kernel-doc: fix some errors Masahiro Yamada 2014-02-05 10:52:52 +09:00
  • ced032989a kernel-doc: update kernel-doc related files to Linux v3.13 Masahiro Yamada 2014-02-05 10:52:51 +09:00
  • 8fac9c7b7d kernel-doc: move kernel-doc tools to scripts/ Masahiro Yamada 2014-02-05 10:52:50 +09:00
  • 2c92b1d673 .gitignore: drop include/asm from ignored file list Masahiro Yamada 2014-02-05 10:41:27 +09:00
  • 79fc0c5f49 tools/env: cross-compile fw_printenv without setting HOSTCC Masahiro Yamada 2014-02-04 17:24:45 +09:00
  • 9a368d0f58 kbuild: Do not generate .*.su files at the top directory Masahiro Yamada 2014-02-04 17:24:44 +09:00
  • b831bb36bb board: sandburst: delete FORCEBUILD Masahiro Yamada 2014-02-04 17:24:43 +09:00
  • 3341bfecb5 kbuild: check clean source and generate Makefile for out-of-tree build Masahiro Yamada 2014-02-04 17:24:42 +09:00
  • 53bca5ab6a kbuild: support simultaneous board configuration and "make all" Masahiro Yamada 2014-02-04 17:24:41 +09:00
  • efcf861931 kbuild: use scripts/Makefile.clean Masahiro Yamada 2014-02-04 17:24:40 +09:00
  • 2887c47338 Makefile: refactor tools-all targets Masahiro Yamada 2014-02-04 17:24:39 +09:00
  • 3f76e98417 Makefile: Do not pass MTD_VERSION from the top Makefile Masahiro Yamada 2014-02-04 17:24:38 +09:00
  • 656de6b819 kbuild: refactor Makefile and spl/Makefile more Masahiro Yamada 2014-02-04 17:24:37 +09:00
  • cbce795e5e examples: move api/ and standalone/ entry to examples/Makefile Masahiro Yamada 2014-02-04 17:24:36 +09:00
  • 433b2f1e5a kbuild: change the top Makefile to more Kbuild-ish structure Masahiro Yamada 2014-02-04 17:24:35 +09:00
  • 7390643f7b Makefile: remove a cleaning target "tidy" Masahiro Yamada 2014-02-04 17:24:34 +09:00
  • 5fe6301a6d kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary Masahiro Yamada 2014-02-04 17:24:33 +09:00
  • 01072b44db kbuild: move include directives of board configuration files Masahiro Yamada 2014-02-04 17:24:32 +09:00
  • 47f1571115 kbuild: convert some make rules to Kbuild style Masahiro Yamada 2014-02-04 17:24:31 +09:00
  • 5f30f3be73 kbuild: move some lines to more suitable place Masahiro Yamada 2014-02-04 17:24:30 +09:00
  • f2d293d0f8 kbuild: delete temporary build scripts Masahiro Yamada 2014-02-04 17:24:29 +09:00
  • 6825a95b0b kbuild: use Linux Kernel build scripts Masahiro Yamada 2014-02-04 17:24:28 +09:00
  • 22433fc54b kbuild: import more build scripts from Linux v3.13 tag Masahiro Yamada 2014-02-04 17:24:27 +09:00
  • ec626f1139 Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmp Masahiro Yamada 2014-02-04 17:24:26 +09:00
  • 7c8278a866 kbuild: add dummy obj-y to create built-in.o Masahiro Yamada 2014-02-04 17:24:25 +09:00
  • 9e4140329e kbuild: change out-of-tree build Masahiro Yamada 2014-02-04 17:24:24 +09:00
  • d958002589 Makefile: move some flags to examples makefiles Masahiro Yamada 2014-02-04 17:24:23 +09:00
  • e0d5d9f888 Makefile: move some flags to spl/Makefile Masahiro Yamada 2014-02-04 17:24:22 +09:00
  • ced0715d4a Makefile: move more stuff to top Makefile Masahiro Yamada 2014-02-04 17:24:21 +09:00
  • fea1ca8e34 Makefile: refactor include path settings Masahiro Yamada 2014-02-04 17:24:20 +09:00
  • 2b3c9d3ddd Makefile: move more flags to the top Makefile Masahiro Yamada 2014-02-04 17:24:19 +09:00
  • bf4b3de101 kbuild: Use Kbuild.include Masahiro Yamada 2014-02-04 17:24:18 +09:00
  • ceec4c8746 kbuild: import Kbuild.include from linux v3.13 tag Masahiro Yamada 2014-02-04 17:24:17 +09:00
  • 34bd050709 Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile Masahiro Yamada 2014-02-04 17:24:16 +09:00
  • f6322eb7af Makefile: move some variable definitions to the top Makefile Masahiro Yamada 2014-02-04 17:24:15 +09:00
  • 5651ccffa4 Makfile: move suffix rules to Makefile.build Masahiro Yamada 2014-02-04 17:24:14 +09:00
  • a0b14c3f0a nand-spl: Use scripts/Makefile.build Masahiro Yamada 2014-02-04 17:24:13 +09:00
  • 4a20df395d examples: Use scripts/Makefile.build Masahiro Yamada 2014-02-04 17:24:12 +09:00
  • e183a1745a board: samsung: refactor host programs Masahiro Yamada 2014-02-04 17:24:11 +09:00
  • 940db16d2e tools: convert makefiles to kbuild style Masahiro Yamada 2014-02-04 17:24:10 +09:00
  • ad71fa9971 Makefile.host.tmp: add a new script to refactor tools Masahiro Yamada 2014-02-04 17:24:09 +09:00
  • ea531e3afd .gitignore: ingore files generated by Kbuild Masahiro Yamada 2014-02-04 17:24:08 +09:00
  • 56746d8010 microblaze: remove an empty file arch/microblaze/lib/time.c Masahiro Yamada 2014-02-19 22:10:04 +09:00
  • e9024ef27d ARM: O5/dra7xx: Add SATA boot support Dan Murphy 2014-02-03 06:59:02 -06:00
  • fff40a7e02 common: spl: Add spl sata boot support Dan Murphy 2014-02-03 06:59:01 -06:00
  • 054c838834 tools: correct proftool build rule Ian Campbell 2014-01-31 23:54:44 +00:00
  • f7740f7712 EXT4: Fix number base handling of "ext4write" command Wolfgang Denk 2014-01-31 09:28:25 +01:00
  • 9137d19bdd net, phy: atheros ar803x bug Heiko Schocher 2014-01-30 11:02:13 +01:00
  • 95f7062710 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP Masahiro Yamada 2014-01-29 16:29:16 +09:00
  • df2f6c9621 config: remove platform CONFIG_SYS_HZ definition part 3 Masahiro Yamada 2014-01-28 18:08:13 +09:00
  • 0a4bce32d6 mini2440.h: Delete remainder of dead board Masahiro Yamada 2014-01-28 18:06:12 +09:00
  • 8bf2aad7e0 doc: README: Correct file name of signature verification documentation Detlev Zundel 2014-01-20 16:21:46 +01:00
  • f2afe70196 unit-test: add lots of tests for the Hush 'test' command Stephen Warren 2014-02-03 13:24:24 -07:00
  • 6748672884 unit-test: fix 'env default' invocation Stephen Warren 2014-02-03 13:24:23 -07:00
  • b7b5f3195f fat: implement exists() for FAT fs Stephen Warren 2014-02-03 13:21:10 -07:00
  • 55af5c9313 ext4: implement exists() for ext4fs Stephen Warren 2014-02-03 13:21:09 -07:00
  • 89ba42d183 sandbox: enable CONFIG_CMD_FS_GENERIC Stephen Warren 2014-02-03 13:21:08 -07:00
  • 0a30aa1e7e sandbox: implement exists() function Stephen Warren 2014-02-03 13:21:07 -07:00
  • e5e897c01b cmd_test: implement -e test for file existence Stephen Warren 2014-02-03 13:21:06 -07:00
  • 2453de99df cmd_test: evaluate to false without any arguments Stephen Warren 2014-02-03 13:21:05 -07:00
  • d9b651ce31 cmd_test: implement ! on sub-expressions Stephen Warren 2014-02-03 13:21:04 -07:00
  • 4c80f29edd cmd_test: check for binary operators before unary Stephen Warren 2014-02-03 13:21:03 -07:00
  • 490ba833d5 cmd_test: use table lookup for parsing Stephen Warren 2014-02-03 13:21:02 -07:00
  • 377202b560 fs: don't pass NULL dev_desc to most filesystems Stephen Warren 2014-02-03 13:21:01 -07:00
  • 6152916a95 fs: implement infrastructure for an 'exists' function Stephen Warren 2014-02-03 13:21:00 -07:00
  • bd6fb31fab fs: fix generic save command implementation Stephen Warren 2014-02-03 13:20:59 -07:00
  • 16f4d9335f README: document CONFIG_CMD_FS_GENERIC Stephen Warren 2014-01-24 20:46:37 -07:00
  • e7538fee99 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' Albert ARIBAUD 2014-02-19 12:04:45 +01:00
  • da781c60e5 imx6 SION bit has to be on for the pins that are used as ENET_REF_CLK Andy Ng 2014-02-12 14:31:15 +00:00
  • 1feb6e3c92 Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' Albert ARIBAUD 2014-02-19 10:55:58 +01:00
  • 9b986fdd92 i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd Eric Nelson 2014-02-10 10:22:41 -07:00
  • 529a8d05ff Exynos5250: Remove lowlevelinit Rajeshwari S Shinde 2014-02-14 13:52:48 +05:30
  • e158665c1e arm: zynq: correct the argument to lldiv Siva Durga Prasad Paladugu 2014-02-12 21:38:35 +05:30
  • d7e269cfbd zynq: Add support for U-BOOT SPL Michal Simek 2014-01-14 14:21:52 +01:00
  • 96a5d4dc1e zynq: Update CLK in bdinfo Michal Simek 2014-01-20 11:05:37 +01:00
  • d6c9bbaad1 zynq: Implement dump clock command Soren Brinkmann 2013-11-21 13:39:03 -08:00
  • 19605e2e03 serial_zynq: Migrate to Zynq clock framework Soren Brinkmann 2013-11-21 13:38:55 -08:00