Commit Graph

  • 2eede1f363 sandbox: eth: Add ability to disable ping reply in sandbox eth driver Joe Hershberger 2015-03-22 17:09:19 -05:00
  • 7d104eab7d test: dm: eth: Add testing for ethrotate env var Joe Hershberger 2015-03-22 17:09:18 -05:00
  • 6536b9bb76 dm: eth: Add support for ethprime env var Joe Hershberger 2015-03-22 17:09:17 -05:00
  • e58780dcb7 dm: eth: Add support for aliases Joe Hershberger 2015-03-22 17:09:16 -05:00
  • bfacad7da1 test: dm: eth: Add tests for the eth dm implementation Joe Hershberger 2015-03-22 17:09:15 -05:00
  • d87a457be8 sandbox: eth: Add ARP and PING response to sandbox driver Joe Hershberger 2015-03-22 17:09:14 -05:00
  • 3ea143abe9 sandbox: eth: Add network support to sandbox Joe Hershberger 2015-03-22 17:09:13 -05:00
  • 17591405a7 dm: eth: Pass the packet pointer as a parameter to recv Joe Hershberger 2015-03-22 17:09:12 -05:00
  • 2a504df006 net: Clean up network stack names used in DM drivers Joe Hershberger 2015-03-22 17:09:11 -05:00
  • 05c3e68f85 dm: eth: Add basic driver model support to Ethernet stack Joe Hershberger 2015-03-22 17:09:10 -05:00
  • 85848f0377 cmd: net: Clean up return codes Joe Hershberger 2015-03-22 17:09:09 -05:00
  • 55d5fd9a84 net: Access mapped physmem in net functions Joe Hershberger 2015-03-22 17:09:08 -05:00
  • 5c421331d5 net: Make netretry actually do something Joe Hershberger 2015-03-22 17:09:07 -05:00
  • d2eaec6006 net: Remove the bd* parameter from net stack functions Joe Hershberger 2015-03-22 17:09:06 -05:00
  • fce6900b49 net: Use int instead of u8 for boolean flag Joe Hershberger 2015-03-22 17:09:05 -05:00
  • 05324a488b net: Change return codes from net/eth.c to use errorno constants Joe Hershberger 2015-03-22 17:09:04 -05:00
  • 84eb1fba7b net: Refactor in preparation for driver model Joe Hershberger 2015-03-22 17:09:03 -05:00
  • ff99743254 net: Remove unneeded "extern" in net.h Joe Hershberger 2015-03-22 17:09:02 -05:00
  • 4c7c65afbe net: Rename helper function to be more clear Joe Hershberger 2015-03-22 17:09:01 -05:00
  • 8b2c9a7157 net: Provide a function to get the current MAC address Joe Hershberger 2015-03-22 17:09:00 -05:00
  • 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined Joe Hershberger 2015-03-22 17:08:59 -05:00
  • eb374221ec test: dm: Reorder the objects to build Joe Hershberger 2015-03-22 17:08:58 -05:00
  • d3b7ff14f4 dm: pci: Add driver model tests for PCI Simon Glass 2015-03-05 12:25:34 -07:00
  • aad78d2732 dm: x86: pci: Convert chromebook_link to use driver model for pci Simon Glass 2015-03-05 12:25:33 -07:00
  • 801f4f1bbc dm: x86: pci: Convert coreboot to use driver model for pci Simon Glass 2015-03-05 12:25:32 -07:00
  • a219daeafe dm: x86: pci: Add a PCI driver for driver model Simon Glass 2015-03-05 12:25:31 -07:00
  • a33aca10ac dm: sandbox: pci: Enable PCI for sandbox Simon Glass 2015-03-05 12:25:30 -07:00
  • d2cb9b2b00 dm: sandbox: Add a emulated PCI device as an example Simon Glass 2015-03-05 12:25:29 -07:00
  • 604c7d4a5a common/lcd_console: introduce display/framebuffer rotation Hannes Petermaier 2015-03-27 08:01:38 +01:00
  • 7471142cdf common/lcd_console: move single static variables into common (static) structure Hannes Petermaier 2015-03-27 08:01:37 +01:00
  • a202c5bd24 common/lcd_console: ask only one-time for bg/fg-color per call Hannes Petermaier 2015-03-27 08:01:36 +01:00
  • 97562c12f1 common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy Hannes Petermaier 2015-03-27 08:01:35 +01:00
  • 36d0d3b4b4 dm: sandbox: pci: Add a PCI emulation uclass Simon Glass 2015-03-05 12:25:28 -07:00
  • 537849aaa1 dm: sandbox: Add a simple PCI driver Simon Glass 2015-03-05 12:25:27 -07:00
  • 9569c40668 dm: sandbox: pci: Add PCI support for sandbox Simon Glass 2015-03-05 12:25:26 -07:00
  • ff3e077bd2 dm: pci: Add a uclass for PCI Simon Glass 2015-03-05 12:25:25 -07:00
  • aab6724c90 dm: pci: Move common PCI functions into their own file Simon Glass 2015-03-05 12:25:24 -07:00
  • fa67f90fc3 dm: Show both allocated and requested seq numbers in 'dm uclass' Simon Glass 2015-03-05 12:25:23 -07:00
  • 02c07b3741 dm: core: Add a uclass pre_probe() method for devices Simon Glass 2015-03-05 12:25:22 -07:00
  • 02eeb1bbb1 dm: core: Mark device as active before calling its probe() method Simon Glass 2015-03-05 12:25:21 -07:00
  • e564f054af dm: core: Add dev_get_uclass_priv() to access uclass private data Simon Glass 2015-03-05 12:25:20 -07:00
  • 106cce9604 fdt: Tighten up error handling in fdtdec_get_pci_addr() Simon Glass 2015-03-05 12:25:19 -07:00
  • cc5e196e03 Correct map_sysmem() logic in do_mem_mw() Simon Glass 2015-03-05 12:25:18 -07:00
  • 161d2e4e5b x86: Split up arch_cpu_init() Simon Glass 2015-03-05 12:25:17 -07:00
  • d4c671cc27 dm: Add a new CPU init function which can use driver model Simon Glass 2015-03-05 12:25:16 -07:00
  • 31f57c2873 x86: Add a x86_ prefix to the x86-specific PCI functions Simon Glass 2015-03-05 12:25:15 -07:00
  • 5f7bfdd630 fdt: Export fdtdec_get_number() for general use Simon Glass 2015-03-05 12:25:14 -07:00
  • 20806e7484 sandbox: Update device tree 'reg' properties for I2C and SPI Simon Glass 2015-03-05 12:25:13 -07:00
  • 51e9dad296 x86: Add support for panther (Asus Chromebox) Simon Glass 2015-03-02 12:40:54 -07:00
  • cc285c565a x86: Move common Chromebook config into a separate file Simon Glass 2015-03-02 12:40:53 -07:00
  • 87108cf20a x86: spi: Add support for lynxpoint Simon Glass 2015-03-02 12:40:52 -07:00
  • 713704f5e4 x86: pci: Add PCI IDs for lynxpoint Simon Glass 2015-03-02 12:40:51 -07:00
  • 5692ccfaca x86: video: Allow keyboard presence to be controlled by device tree Simon Glass 2015-03-02 12:40:50 -07:00
  • 892ff8e972 x86: Support machines with >4GB of RAM Simon Glass 2015-03-02 12:40:49 -07:00
  • 4564faeafb ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c Kishon Vijay Abraham I 2015-04-16 17:17:00 +05:30
  • 20913018fb Merge branch 'master' of http://git.denx.de/u-boot-sunxi Tom Rini 2015-04-16 12:51:23 -04:00
  • 97840b5d1f ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching Bryan Brinsko 2015-03-24 11:25:12 -05:00
  • 9ba379ade7 ARM: cpu: Add ARMv7 barrier operations support Valentine Barshak 2015-03-20 18:16:17 +03:00
  • 82f681d67d fix ARM DCC support for ARMv7 based cores (e.g. CortexA) Alexander Merkle 2015-03-19 18:37:20 +01:00
  • fd602c5635 fix ARM DCC support for ARMv7 based cores (e.g. CortexA) Alexander Merkle 2015-03-19 18:37:19 +01:00
  • 148822d546 Armv8: Initializing CNTVOFF_EL2 David Feng 2015-03-02 15:29:34 +08:00
  • 81e9fe5a29 arm: implement find_next_zero_bit function Vitaly Andrianov 2015-02-05 11:24:46 -05:00
  • 6c739c5d8a sunxi: Complete i2c support for each supported platform Paul Kocialkowski 2015-04-10 23:09:52 +02:00
  • dd82242b4d i2c: mvtwsi: Support for up to 4 different controllers Paul Kocialkowski 2015-04-10 23:09:51 +02:00
  • 1847c1da02 sunxi: iNet 3F support Paul Kocialkowski 2015-04-12 22:22:21 +02:00
  • 96fc68c2d5 sunxi: iNet 3W support Paul Kocialkowski 2015-04-12 22:22:20 +02:00
  • 1d1bce8733 sunxi: Proper iNet board config naming Paul Kocialkowski 2015-04-12 22:22:19 +02:00
  • 8e2fc523a9 sunxi: Removed dram files cleanup in MAINTAINERS Paul Kocialkowski 2015-04-12 22:22:18 +02:00
  • 8c8165739b sunxi: Serial number support, obtained from SID bits Paul Kocialkowski 2015-03-28 18:35:35 +01:00
  • 9816d52d8e sunxi: A20-OLinuXino-Lime2 USB0 VBUS detect and enable pins Paul Kocialkowski 2015-03-29 11:19:48 +02:00
  • 21812296a9 sunxi: Cubieboard2 mmc0 card-detect pin Paul Kocialkowski 2015-03-29 11:19:47 +02:00
  • b25152828f sunxi: A20-OLinuXino-Lime2 mmc0 card-detect pin Paul Kocialkowski 2015-03-29 11:19:46 +02:00
  • 2f44afafe2 sunxi: Yones Toptech BD1078 mmc0 and mmc1 card-detect pins Paul Kocialkowski 2015-03-29 11:19:45 +02:00
  • 6dd714e6d2 sunxi: Ainol AW1 mmc0 card-detect pin Paul Kocialkowski 2015-03-29 11:19:44 +02:00
  • 6808af7069 sunxi: Ampe A76 mmc0 card-detect pin Paul Kocialkowski 2015-03-29 11:19:43 +02:00
  • 98424c1082 sunxi: TZX-Q8-713B7 mmc0 card-detect pin Paul Kocialkowski 2015-03-29 11:19:42 +02:00
  • 750d49f5a4 sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect Hans de Goede 2015-03-27 21:40:20 +01:00
  • a0e2b1b865 sunxi: usbc: Wait for vbus to fall after disabling it Hans de Goede 2015-03-27 21:46:00 +01:00
  • 046ea8b390 sunxi: usbc: Initialize vusb value on request_resources Hans de Goede 2015-03-27 21:57:54 +01:00
  • 940382fe7d power: axp209: Registers definitions in header Paul Kocialkowski 2015-03-22 18:08:21 +01:00
  • 558ccc7f50 power: axp152: Registers definitions in header Paul Kocialkowski 2015-03-22 18:08:20 +01:00
  • 849d597bac sunxi: Yones Toptech BD1078 support Paul Kocialkowski 2015-03-22 18:12:24 +01:00
  • 8deacca975 sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig Paul Kocialkowski 2015-03-22 18:12:23 +01:00
  • 487b3277d4 sunxi: GPIO pin mux hardware-feature-specific function index defines Paul Kocialkowski 2015-03-22 18:12:22 +01:00
  • 81f11872f3 sunxi: Ainol AW1 support Paul Kocialkowski 2015-03-22 18:07:14 +01:00
  • f1df758d30 sunxi: USB download gadget cable detection Paul Kocialkowski 2015-03-22 18:07:13 +01:00
  • ebd468b2d2 sunxi: common VBUS detection logic in usbc Paul Kocialkowski 2015-03-22 18:07:12 +01:00
  • 1a59ecff80 power: axp209: VBUS detection support Paul Kocialkowski 2015-03-22 18:07:11 +01:00
  • 5eaacb4340 sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic Paul Kocialkowski 2015-03-22 18:07:10 +01:00
  • f7c7ab636a power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic Paul Kocialkowski 2015-03-22 18:07:09 +01:00
  • 991963bce9 sunxi: gpio: Indentation fix Paul Kocialkowski 2015-03-22 18:07:08 +01:00
  • d3aa051e7a sun6i: Add support for the Mixtile LOFT-Q board Han Pengfei 2015-03-12 11:13:02 +08:00
  • a32d279129 fastboot: Proper download gadget unregister and clear when cable is missing Paul Kocialkowski 2015-03-28 18:22:49 +01:00
  • e2ec3e4612 fastboot: add support for reboot-bootloader command Alexey Firago 2015-02-25 17:10:47 +03:00
  • 8a41802f21 fastboot: check for alias when looking up partition by name Michael Scott 2015-03-11 10:02:31 -07:00
  • 0a9ac5cb5e dfu: cmd: trigger watchdog before calling usb_gadget_handle_interrupts Heiko Schocher 2015-04-14 09:53:13 +02:00
  • ee02a65e99 cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text Fabio Estevam 2015-02-28 15:11:46 -03:00
  • 7704fdbda3 usb: gadget: thor: Claim EP after allocating it in thor gadget Marek Szyprowski 2015-03-03 17:32:16 +01:00
  • 3621b3b8a7 usb: dwc3: Correct clean up code for requests Lukasz Majewski 2015-03-03 17:32:15 +01:00
  • afa093bfa7 usb: dwc3: gadget: Set non EP0 max packet limit to 512B Lukasz Majewski 2015-03-03 17:32:14 +01:00