Commit Graph

  • 00bdd95278 x86: Add some documentation on how to port U-Boot on x86 Simon Glass 2015-01-27 22:13:46 -07:00
  • 8b4d659f4b x86: Enable bootstage features Simon Glass 2015-01-27 22:13:45 -07:00
  • abbdb26257 scsi: bootstage: Measure time taken to scan the bus Simon Glass 2015-01-27 22:13:44 -07:00
  • 5093badbb5 x86: spi: Support ValleyView in ICH SPI driver Simon Glass 2015-01-27 22:13:43 -07:00
  • 447f8b018e x86: Allow a UART to be set up before the FSP is ready Simon Glass 2015-01-27 22:13:42 -07:00
  • 8ce24cd991 x86: Allow FSP Kconfig settings for all x86 Simon Glass 2015-01-27 22:13:41 -07:00
  • f0809f9a38 x86: Remove unnecessary casts and fix comment typos Simon Glass 2015-01-27 22:13:40 -07:00
  • 91785f70b9 x86: mmc: Move common FSP functions into a common file Simon Glass 2015-01-27 22:13:39 -07:00
  • 5c123f5fbf Merge git://git.denx.de/u-boot-marvell Tom Rini 2015-02-06 12:02:59 -05:00
  • 68102b81e8 arm: mvebu: maxbcm: Fix compilation warning and add Spansion SPI NOR support Stefan Roese 2015-01-19 11:33:39 +01:00
  • f8d25d7466 arm: mvebu: drivers/ddr: Add DDR3 driver with training code from Marvell bin_hdr Stefan Roese 2015-01-19 11:33:40 +01:00
  • 2e19cc316f arm: mvebu: Add Serdes PHY config code Stefan Roese 2015-01-19 11:33:41 +01:00
  • b0f80b913f arm: armada-xp: Add SPL support used to include the DDR training code Stefan Roese 2015-01-19 11:33:42 +01:00
  • 0cf47862bf scripts/Makefile.spl: Add MVEBU DDR code to SPL Stefan Roese 2015-01-19 11:33:43 +01:00
  • 5632e580c6 tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS Stefan Roese 2015-01-19 11:33:44 +01:00
  • a90ffb5632 Makefile: Add another kwb build target used on Marvell Armada-XP (AXP) Stefan Roese 2015-01-19 11:33:45 +01:00
  • 2554167cc1 arm: db-mv784mp-gp: Enable SPL to include DDR training code into U-Boot Stefan Roese 2015-01-19 11:33:46 +01:00
  • e7778ec153 arm: maxbcm: Enable SPL to include DDR training code into U-Boot Stefan Roese 2015-01-19 11:33:47 +01:00
  • 2f20aa82f4 arm: mvebu: Placeholder bin_hdr file can now be removed Stefan Roese 2015-01-19 11:33:48 +01:00
  • 1e0b5984f4 arm: armada-xp: Change built target to include the SPL binary as bin_hdr Stefan Roese 2015-01-19 11:33:49 +01:00
  • 9a5e0a7d5b kirkwood: sheevaplug: add FDT support DrEagle 2014-12-17 15:02:48 +01:00
  • 7f30f4b5b2 kirkwood: sheevaplug: fix multiple defines DrEagle 2014-12-17 15:02:45 +01:00
  • 815451e0d1 kirkwood: sheevaplug: fix style DrEagle 2014-12-17 15:02:44 +01:00
  • 4e79908044 ARM: UniPhier: leave the last element of boot_device_table empty Masahiro Yamada 2015-02-05 20:56:24 +09:00
  • 4431684910 ARM: UniPhier: refactor pinmon command Masahiro Yamada 2015-02-05 20:56:23 +09:00
  • ee470645d1 ARM: UniPhier: enable I2C input pins for PH1-sLD8 Masahiro Yamada 2015-02-05 14:43:00 +09:00
  • 6c45ef4b94 ARM: UniPhier: do not compile unnecessary objects Masahiro Yamada 2015-02-05 14:42:58 +09:00
  • dc4057eb81 ARM: UniPhier: remove unused checkboard() functions Masahiro Yamada 2015-02-05 14:42:57 +09:00
  • 08fda258ee ARM: UniPhier: revive support card info Masahiro Yamada 2015-02-05 14:42:56 +09:00
  • 35adfc4d25 ARM: UniPhier: move SPL init functions to spl_board_init() Masahiro Yamada 2015-02-05 14:42:55 +09:00
  • 84ccd791af ARM: UniPhier: move pin_init() to board_early_init_f() Masahiro Yamada 2015-02-05 14:42:54 +09:00
  • aa1cd2cf09 ARM: UniPhier: set I2C offset length of on-board EEPROM in DTS Masahiro Yamada 2015-02-05 14:30:26 +09:00
  • a7f2ecf5dc ARM: UniPhier: move EEPROM device node into a separate DTS Masahiro Yamada 2015-02-05 14:30:25 +09:00
  • eb006c83e6 MAINTAINERS: claim maintainership of files with "uniphier" pattern Masahiro Yamada 2015-02-05 14:30:24 +09:00
  • 7168da1638 ARM: UniPhier: add a simple README file for UniPhier platform Masahiro Yamada 2015-02-05 14:30:23 +09:00
  • 75bc8e85b5 ARM: UniPhier: add environment variable to update images in NAND Masahiro Yamada 2015-02-05 14:30:22 +09:00
  • 0e063dff5c ARM: UniPhier: use "&&" instead of "; " in commands Masahiro Yamada 2015-02-05 14:30:21 +09:00
  • 5848899a1f ARM: UniPhier: remove dummy gpio.h Masahiro Yamada 2015-02-03 13:51:36 +09:00
  • 7b02bf3c7d x86: Make CAR and DRAM FSP code common Simon Glass 2015-01-27 22:13:38 -07:00
  • 82196cf34f x86: Adjust the FSP types slightly Simon Glass 2015-01-27 22:13:37 -07:00
  • 1021af4ded x86: Move common FSP code into a common location Simon Glass 2015-01-27 22:13:36 -07:00
  • ef565a53ea x86: bootstage: Add time measurement for vesa start-up Simon Glass 2015-01-27 22:13:35 -07:00
  • bc17d8f4ac x86: video: Allow video ROM execution to fall back to the other method Simon Glass 2015-01-27 22:13:34 -07:00
  • 2d934e5703 x86: Rename MMCONF_BASE_ADDRESS and make it common across x86 Simon Glass 2015-01-27 22:13:33 -07:00
  • eea0f11278 x86: Add an option to enabling building a ROM file Simon Glass 2015-01-27 22:13:32 -07:00
  • 316328f59d usb: pci: Add XHCI driver for PCI Simon Glass 2015-01-27 22:13:31 -07:00
  • 4fd46727e4 usb: pci: Use pci_find_class() to find the device Simon Glass 2015-01-27 22:13:30 -07:00
  • 82c2566bd3 x86: video: Enable video for Minnowboard Max Simon Glass 2015-01-27 22:13:29 -07:00
  • 3423623835 x86: pci: Add PCI IDs for Minnowboard Max Simon Glass 2015-01-27 22:13:28 -07:00
  • 250e039da8 pci: Add a function to find a device by class Simon Glass 2015-01-27 22:13:27 -07:00
  • cfcf8ea2d7 x86: Enhance the microcode tool to support header files as input Simon Glass 2015-01-27 22:13:26 -07:00
  • 7f641d53bb Merge branch 'master' of git://git.denx.de/u-boot-ubi Tom Rini 2015-02-04 13:30:00 -05:00
  • 23d184d2fb arm: Show relocated PC/LR in the register dump Simon Glass 2015-01-30 12:04:56 -07:00
  • 112db9407d Prepare v2015.04-rc1 v2015.04-rc1 Tom Rini 2015-02-02 12:39:29 -05:00
  • 37ffffb98d Merge branch 'master' of git://git.denx.de/u-boot-ti Tom Rini 2015-02-02 12:37:34 -05:00
  • ade8bc14ad Merge branch 'master' of git://git.denx.de/u-boot-blackfin Tom Rini 2015-02-02 11:51:58 -05:00
  • be8ddad9c8 Merge branch 'master' of git://git.denx.de/u-boot-sunxi Tom Rini 2015-02-02 10:11:44 -05:00
  • 5abdb156bb sunxi: mmc: Add 'sunxi_' prefix to the static functions Siarhei Siamashka 2015-02-01 00:42:14 +02:00
  • 47e3501a76 sunxi: dram: Support more sun[457]i dram parameters in Kconfig Siarhei Siamashka 2015-02-01 00:27:06 +02:00
  • d133647af4 sunxi: dram: Optionally use standard JEDEC timings for sun[457]i Siarhei Siamashka 2015-02-01 00:27:05 +02:00
  • fb75d972ea sunxi: video: Force h/vsync active high when using ext. vga dac on some boards Hans de Goede 2015-01-25 15:33:07 +01:00
  • 8d0df9be92 sunxi: Add Inet 86VS support Michal Suchanek 2015-01-04 21:06:21 +01:00
  • 29dd7d8c20 sunxi: TZX-Q8-713B7 support Paul Kocialkowski 2015-01-27 19:58:46 +01:00
  • 00f120bd61 sunxi: Add Linksprite_pcDuino3_Nano board / defconfig Adam Sampson 2015-02-01 12:58:58 +00:00
  • 11dfef07d9 sunxi: MAINTAINERS: sort entries alphabetically Hans de Goede 2015-01-28 09:31:52 +01:00
  • 37d46dd3c4 sunxi: rsb: Move rsb_set_device_mode() call to rsb_init() Hans de Goede 2015-01-26 16:59:12 +01:00
  • d35488c735 sunxi: rsb: Add sun9i (A80 support) Hans de Goede 2015-01-26 16:46:43 +01:00
  • 40d0cdda3e sunxi: Remove CONFIG_TARGET_FOO for sun5i and sun7i boards Hans de Goede 2015-01-25 12:15:14 +01:00
  • c13f60d92a sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig option Hans de Goede 2015-01-25 12:10:48 +01:00
  • e1a0888ed2 sunxi: Convert sun5i boards to use auto dram configuration Hans de Goede 2015-01-25 11:29:27 +01:00
  • 046664aedd sunxi: Hyundai_A7HD_defconfig fix USB vbus pin config Hans de Goede 2015-01-23 16:40:01 +01:00
  • ad40610b48 sunxi: Only enable i2c support in the SPL when needed Hans de Goede 2015-01-23 15:28:22 +01:00
  • 1b1069cdce configs/ls2085a: Add support for Cortex-A57 erratas Bhupesh Sharma 2015-01-23 15:50:05 +05:30
  • 37118fb27b Errata/ARM57: Add basic constructs to handle and apply A57 specific erratas Bhupesh Sharma 2015-01-23 15:50:04 +05:30
  • 358b8bc204 Merge branch 'patman' of git://git.denx.de/u-boot-x86 Tom Rini 2015-01-31 12:40:48 -05:00
  • 6a608f20b9 Merge branch 'master' of git://git.denx.de/u-boot-net Tom Rini 2015-01-31 12:40:26 -05:00
  • 3d4de98696 patman: Explain how to make doc/git-mailrc work Simon Glass 2014-10-03 20:40:36 -06:00
  • 9b250ac400 sandbox: Fix README to indicate that vendor name is unset Simon Glass 2014-09-23 13:05:59 -06:00
  • 4b89b8135f patman: Check commit_match before stripping leading whitespace Scott Wood 2014-09-25 14:30:46 -05:00
  • 2181830f11 patman: Make dry-run output match real functionality Peter Tyser 2015-01-26 11:42:21 -06:00
  • 1f32ae9578 sandbox: Add a -D option to use a default device tree Simon Glass 2015-01-19 20:21:34 -07:00
  • 3b4a7f99c9 sandbox: Correct cros-ec keyboard definition Simon Glass 2015-01-19 20:21:33 -07:00
  • 875143f324 net/designware: add error message on DMA reset timeout Alexey Brodkin 2015-01-13 17:10:24 +03:00
  • b7a5b08438 net: phy: micrel: add support for KSZ8895 switch in SMI mode Philippe De Muyter 2014-02-19 17:21:59 +01:00
  • e9efe16da8 Add MS7206SE ethernet support Yoshinori Sato 2014-02-13 23:13:41 +09:00
  • 7f233c0557 net: tsec: Fix NULL access in case init_phy() fails Claudiu Manoil 2013-12-10 15:21:04 +02:00
  • a0573d1988 Merge branch 'master' of git://git.denx.de/u-boot-mips Tom Rini 2015-01-30 13:56:15 -05:00
  • 8e3da9dd11 Merge branch 'master' of git://git.denx.de/u-boot-dm Tom Rini 2015-01-30 09:24:42 -05:00
  • 0f274f5376 ARM: armv7 fix spelling of SCTRL Peng Fan 2015-01-29 18:03:39 +08:00
  • 2d73f0d6cd fpga: Extend dump description Michal Simek 2015-01-26 08:52:27 +01:00
  • ffc103732c vexpress64: support the Juno Development Platform Linus Walleij 2015-01-23 14:41:10 +01:00
  • f91afc4d00 vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS Linus Walleij 2015-01-23 11:50:53 +01:00
  • ffb4f6f95a add README.distro file Dennis Gilmore 2015-01-22 11:34:20 -07:00
  • ef2d17fe21 drivers/pci/pci_rom.c: fix compile warning under 64bit mode Minghuan Lian 2015-01-22 13:21:55 +08:00
  • 06e07f65c7 drivers/net/e1000.c: fix compile warning under 64bit mode Minghuan Lian 2015-01-22 13:21:54 +08:00
  • 9561723c76 arm: switch armltd vexpress to GENERIC_BOARD Chris Kuethe 2015-01-21 20:52:33 -08:00
  • cc11b39288 distro_bootcmd: read DHCP boot script name from a variable Stephen Warren 2015-01-19 16:39:11 -07:00
  • 89fc8bbf44 cmd: Fix gettime command help Bin Meng 2015-01-19 21:32:00 +08:00
  • eef88dfb3e MIPS: unify CPU code in arch/mips/cpu/ Daniel Schwierzeck 2015-01-29 14:56:20 +01:00
  • d9a4a6223c MIPS: move au1x00 SoC code to arch/mips/mach-au1x00 Daniel Schwierzeck 2015-01-29 14:47:01 +01:00