Commit Graph

  • 93b7b7fdad Merge branch 'master' of git://git.denx.de/u-boot-blackfin Tom Rini 2013-12-16 09:13:25 -05:00
  • 475c506d08 Makefile, .gitignore: Cleanup non-existing binaries Masahiro Yamada 2013-12-06 16:34:10 +09:00
  • aaed2eb5c7 examples: x86: delete 82559_eeprom Masahiro Yamada 2013-12-06 16:34:09 +09:00
  • e8a8b8246a Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) Masahiro Yamada 2013-11-28 12:09:59 +09:00
  • 6bb6049bf2 Makefile: delete unnecessary lines Masahiro Yamada 2013-11-29 09:43:57 +09:00
  • 82450b9a62 README.vxworks: add a document describing the new VxWorks boot interface Miao Yan 2013-11-28 17:51:40 +08:00
  • 35940de1a6 common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks() Miao Yan 2013-11-28 17:51:39 +08:00
  • 871a57bb81 common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. Miao Yan 2013-11-28 17:51:38 +08:00
  • ecf9ce2149 blackfin: remove build warning Sonic Zhang 2013-12-09 14:55:21 +08:00
  • 31d5d4e056 blackfin: fixing warning by including proper headers Sonic Zhang 2013-12-09 12:56:27 +08:00
  • 6e6b221c43 blackfin: fix building error by enlarging the memory size Sonic Zhang 2013-12-09 12:45:29 +08:00
  • a2d169087e blackfin: Disable commands to reduce l1 ram requirement Sonic Zhang 2013-12-09 12:38:56 +08:00
  • fa88d88f82 blackfin: fix building error by adding macro CONFIG_SYS_I2C Sonic Zhang 2013-12-09 12:21:07 +08:00
  • 7b27a685bf blackfin: fix build error by adding CONFIG_BFIN_SERIAL Sonic Zhang 2013-12-09 12:19:38 +08:00
  • de37cdc223 common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configuration Miao Yan 2013-11-28 17:51:37 +08:00
  • 17ab52fef1 common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF. Miao Yan 2013-11-28 17:51:36 +08:00
  • 878a095e44 Makefile: delete unnecessary CPPFLAGS settings Masahiro Yamada 2013-11-28 18:31:59 +09:00
  • dd88ab325c Makefile: Move some scripts imported from Linux Masahiro Yamada 2013-11-28 16:29:23 +09:00
  • 392ba5256a drivers/mtd: descend into sub directories only when it is necessary Masahiro Yamada 2013-11-28 12:22:17 +09:00
  • 4f57a90cfa drivers/usb/gadget: select objects by obj-$(CONFIG-...) Masahiro Yamada 2013-11-28 12:20:14 +09:00
  • 755e08f0e5 post: descend only when CONFIG_HAS_POST is defined Masahiro Yamada 2013-11-28 12:09:58 +09:00
  • 8e9a6cb169 Makefile: delete a make rule of $(LDSCRIPT) Masahiro Yamada 2013-11-28 11:06:03 +09:00
  • 9aed5a2777 board_f: explicitly disable console on early boot Alexey Brodkin 2013-11-27 22:32:40 +04:00
  • 07a1a0c931 Correct vxWorks elf boot to load at correct address Stany MARCEL 2013-11-27 14:48:43 +01:00
  • 93f70dfd58 .gitignore: ignore spl/ and tpl/ directories except spl/Makefile Masahiro Yamada 2013-11-26 18:05:45 +09:00
  • de04d64eda PowerPC: merge commonly-defined flags Masahiro Yamada 2013-11-26 10:53:58 +09:00
  • e2ce81696a netbsd:fix documentation typo. Kees Jongenburger 2013-12-12 16:18:35 +01:00
  • ba931259b1 spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-common Masahiro Yamada 2013-12-11 10:00:08 +09:00
  • 6b44adc22e yaffs2: Use lldiv for 64bit division Tom Rini 2013-12-05 14:48:39 -05:00
  • 18e8672449 JFFS2: Correct jffs2_1pass_build_lists to use lldiv Tom Rini 2013-12-05 14:48:38 -05:00
  • 49a90e2975 ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv Tom Rini 2013-12-05 14:48:37 -05:00
  • e83bab8403 ARM:zynq: Correct __udelay to use lldiv Tom Rini 2013-12-05 14:48:36 -05:00
  • 2cd1b57220 time: fix usec_to_tick() Stephen Warren 2013-12-05 12:08:09 -07:00
  • 74c43bb3d3 Makefile: correct dependencies of asm-offsets.[hs] Masahiro Yamada 2013-12-05 15:30:18 +09:00
  • a8c075414a Makefile: use two double-quotations as a pair Masahiro Yamada 2013-12-05 15:08:31 +09:00
  • 65947ab4c9 Makefile: Do not create empty autoconf.mk on error Masahiro Yamada 2013-12-02 14:57:29 +09:00
  • 6496d00fb8 sandbox: dumpimage: Test dumpimage Guilherme Maciel Ferreira 2013-12-01 12:43:12 -07:00
  • a804b5ce2d Add dumpimage, a tool to extract data from U-Boot images Guilherme Maciel Ferreira 2013-12-01 12:43:11 -07:00
  • f86ed6a8d5 tools: moved code common to all image tools to a separated module. Guilherme Maciel Ferreira 2013-12-01 12:43:10 -07:00
  • f1cc458cf3 mkimage: added 'static' specifier to match function's prototype. Guilherme Maciel Ferreira 2013-12-01 12:43:09 -07:00
  • 2c808a12ea kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEX Vladimir Zapolskiy 2013-12-01 20:07:28 +02:00
  • 5deccafa18 serial: lpc32xx: send CR before LF Vladimir Zapolskiy 2013-11-30 16:47:01 +02:00
  • d2c7074b95 ARM: OMAP5: clocks: Update MPU settings for OPP_NOM Lokesh Vutla 2013-12-12 15:36:21 +05:30
  • 5298f21ab3 ARM: DRA7xx: Change clk divider setting Lokesh Vutla 2013-12-12 15:34:56 +05:30
  • f3ef3609db arm: omap: cm_t35: update config file Nikita Kiryanov 2013-12-11 18:04:40 +02:00
  • 6a1df37349 am3517_evm: activate Ethernet PHY Yegor Yefremov 2013-12-11 15:41:11 +01:00
  • dc427369b1 am335x, siemens boards: adapt default environment setting Heiko Schocher 2013-12-10 11:56:53 +01:00
  • 47b4bcf785 arm: omap: abb: add missing include Nikita Kiryanov 2013-12-08 14:29:19 +02:00
  • 052fb19603 arm: am437: Fix offset for USB registers Dan Murphy 2013-12-05 07:19:17 -06:00
  • ba481c58df am335x_evm: Consolidate DFU environment parts into the DFU part of the file Tom Rini 2013-12-04 09:14:20 -05:00
  • 3e51b7c8b8 arm: omap3: Add SPL support to cm_t35 Stefan Roese 2013-12-04 13:54:18 +01:00
  • 8f0cbd62ed arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530 Stefan Roese 2013-12-04 09:27:37 +01:00
  • fcd9adc3c6 arm: omap3: Add board revision output to tao3530 Stefan Roese 2013-12-04 09:27:36 +01:00
  • b36f457c1b arm: omap3: Remove bootargs mem_size handling Stefan Roese 2013-12-04 09:27:35 +01:00
  • a9f5249047 arm: omap3: Add SPL support to tao3530 Stefan Roese 2013-12-04 09:27:34 +01:00
  • 550e3756c5 arm, omap3: Add support for TechNexion modules Tapani Utriainen 2013-12-04 09:27:33 +01:00
  • dcc2357638 ARM: OMAP4: Move TEXT_BASE down to non-HS limit Lokesh Vutla 2013-12-04 12:22:55 +05:30
  • 12115c6ad3 am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF Tom Rini 2013-08-23 12:26:49 -04:00
  • a5a42eec8e ARM: fix the standalone programs Jeroen Hofstee 2013-11-21 22:32:51 +01:00
  • bd851c7a26 Revert "ARM: move interrupt_init to before relocation" Albert ARIBAUD 2013-11-08 22:37:33 +01:00
  • e03c76c303 powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040 Prabhakar Kushwaha 2013-12-11 12:49:13 +05:30
  • 5037947a02 powerpc/p1_p2_rdb_pc: Fix warnings for __iomem pointers Claudiu Manoil 2013-12-10 11:22:22 +02:00
  • 732dfe090d net/fman: add ft_fixup_xgec to support 3rd and 4th 10GEC Shengzhou Liu 2013-12-02 10:23:11 +08:00
  • c1015c67f4 powerpc/t4240: Add a frequency setting case for fman1 Shaohui Xie 2013-11-28 13:52:51 +08:00
  • 4b210ad342 Merge branch 'master' of git://git.denx.de/u-boot-arm Tom Rini 2013-12-10 17:15:18 -05:00
  • f15ea6e1d6 Merge branch 'u-boot/master' into 'u-boot-arm/master' Albert ARIBAUD 2013-12-10 14:31:56 +01:00
  • 65b7fe28a1 Merge branch 'spi' of git://git.denx.de/u-boot-x86 Tom Rini 2013-12-10 09:36:23 -05:00
  • e1e3de7951 Merge branch 'master' of git://git.denx.de/u-boot-mmc Tom Rini 2013-12-10 09:33:13 -05:00
  • 76a8265b4f Merge branch 'master' of git://git.denx.de/u-boot-i2c Tom Rini 2013-12-10 09:29:45 -05:00
  • cb7ee1b98c vexpress: use correct timer address on extended memory map systems Ian Campbell 2013-11-17 15:17:42 +00:00
  • 3b100f6ce2 serial: zynq: Remove unused #defines Soren Brinkmann 2013-10-30 15:49:32 +01:00
  • ca9a501953 sandbox: spi: Enable new spi/sf layers Mike Frysinger 2013-12-03 16:43:28 -07:00
  • ffdb20bea1 sandbox: spi: Add new SPI flash driver Mike Frysinger 2013-12-03 16:43:27 -07:00
  • 6122813fa2 sandbox: spi: Add SPI emulation bus Mike Frysinger 2013-12-03 16:43:26 -07:00
  • afb6134f30 spi: Add device tree binding for SPI bus Simon Glass 2013-12-03 16:43:25 -07:00
  • 0efc02499f spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node Simon Glass 2013-12-03 16:43:24 -07:00
  • 7b3efc6699 sandbox: Rename sb_cmdline_option to sandbox_cmdline_option Simon Glass 2013-12-03 16:43:23 -07:00
  • 1dcdd86205 arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263) Mateusz Kulikowski 2013-12-02 23:30:58 +01:00
  • b89ac72a24 arm, at91: add siemens corvus board Heiko Schocher 2013-12-02 07:47:23 +01:00
  • 0f8bc283a3 arm, at91: add Siemens board taurus and axm Heiko Schocher 2013-12-02 07:47:22 +01:00
  • bcf9fe37f5 at91: switch coloured LED to gpio API Andreas Bießmann 2013-11-29 12:13:46 +01:00
  • ac45bb1646 at91: nand: switch atmel_nand to generic GPIO API Andreas Bießmann 2013-11-29 12:13:45 +01:00
  • 934e3b5240 at91: redefine legacy GPIO PIN_BASE Andreas Bießmann 2013-11-29 12:13:44 +01:00
  • 9ecc922e75 at91: add new gpio pin definitions Andreas Bießmann 2013-11-29 12:13:43 +01:00
  • adebb98ba1 mmc: add Faraday FTSDC021 SDHCI controller support Kuo-Jung Su 2013-11-25 10:51:41 +08:00
  • 4520a2f28e powerpc: mmc: Add corenet devices support in esdhc spl Priyanka Jain 2013-11-28 10:12:16 +05:30
  • 9108b315f2 mmc/dwmmc: modify FIFO threshold only if value explicitly set Alexey Brodkin 2013-11-27 17:00:52 +04:00
  • 18ab675597 mmc: dw_mmc: remove the exynos specific code in dw-mmc.c Jaehoon Chung 2013-11-29 20:08:57 +09:00
  • 47ed5dd031 arm: keep all sections in ELF file Albert ARIBAUD 2013-11-07 14:21:46 +01:00
  • 3064d599af ARM: align MVBAR on 32 byte boundary Masahiro Yamada 2013-10-07 11:46:56 +09:00
  • 375a4496ff Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' Albert ARIBAUD 2013-12-06 16:54:42 +01:00
  • c35cf8dc9f Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' Albert ARIBAUD 2013-12-06 14:26:51 +01:00
  • 3f56795635 Merge branch 'master' of git://git.denx.de/u-boot-blackfin Tom Rini 2013-12-06 07:19:09 -05:00
  • 18a02e8050 AM3517 EVM: Enable ethernet Tom Rini 2011-12-06 08:49:41 -07:00
  • 12d364f0b0 omap4_panda: Don't use ulpi_reset Roger Quadros 2013-12-02 15:47:45 +02:00
  • 65aa31d2d0 omap3_beagle: Don't use ulpi_reset Roger Quadros 2013-12-02 15:47:44 +02:00
  • 835a5559bd usb: ehci-omap: Reset the USB Host OMAP module Roger Quadros 2013-12-02 15:47:43 +02:00
  • f33b9bd398 arm: omap3: Enable clocks for peripherals only if they are used Michael Trimarchi 2013-11-30 07:59:58 +01:00
  • 55f2118c11 arm: arndale: disable spi boot Minkyu Kang 2013-12-06 19:18:13 +09:00
  • d8fa31a71f arm: exynos: adds ifdef for spi boot Minkyu Kang 2013-12-06 19:04:03 +09:00