index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Lines
*
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2015-04-18
-3
/
+3
*
net: Use int instead of u8 for boolean flag
Joe Hershberger
2015-04-18
-1
/
+1
*
net: Refactor in preparation for driver model
Joe Hershberger
2015-04-18
-33
/
+35
*
net: Remove unneeded "extern" in net.h
Joe Hershberger
2015-04-18
-45
/
+45
*
net: Provide a function to get the current MAC address
Joe Hershberger
2015-04-18
-0
/
+8
*
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-04-18
-17
/
+32
*
dm: x86: pci: Convert coreboot to use driver model for pci
Simon Glass
2015-04-18
-0
/
+1
*
dm: sandbox: pci: Enable PCI for sandbox
Simon Glass
2015-04-18
-0
/
+4
*
dm: sandbox: pci: Add a PCI emulation uclass
Simon Glass
2015-04-16
-0
/
+109
*
dm: pci: Add a uclass for PCI
Simon Glass
2015-04-16
-7
/
+284
*
dm: pci: Move common PCI functions into their own file
Simon Glass
2015-04-16
-0
/
+14
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
-3
/
+7
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
-4
/
+14
*
fdt: Tighten up error handling in fdtdec_get_pci_addr()
Simon Glass
2015-04-16
-1
/
+3
*
dm: Add a new CPU init function which can use driver model
Simon Glass
2015-04-16
-0
/
+11
*
fdt: Export fdtdec_get_number() for general use
Simon Glass
2015-04-16
-0
/
+11
*
x86: Add support for panther (Asus Chromebox)
Simon Glass
2015-04-16
-0
/
+17
*
x86: Move common Chromebook config into a separate file
Simon Glass
2015-04-16
-60
/
+69
*
x86: pci: Add PCI IDs for lynxpoint
Simon Glass
2015-04-16
-0
/
+2
*
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2015-04-16
-11
/
+63
|
\
|
*
sunxi: Complete i2c support for each supported platform
Paul Kocialkowski
2015-04-15
-0
/
+4
|
*
i2c: mvtwsi: Support for up to 4 different controllers
Paul Kocialkowski
2015-04-15
-3
/
+3
|
*
power: axp209: Registers definitions in header
Paul Kocialkowski
2015-04-15
-0
/
+38
|
*
power: axp152: Registers definitions in header
Paul Kocialkowski
2015-04-15
-0
/
+12
|
*
power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic
Paul Kocialkowski
2015-04-15
-8
/
+6
*
|
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
-1
/
+1
*
|
include: configs: Enable DWC3 and DFU in AM43xx
Kishon Vijay Abraham I
2015-04-14
-1
/
+57
*
|
include: configs: Enable DWC3 and DFU in DRA7xx
Kishon Vijay Abraham I
2015-04-14
-0
/
+68
*
|
usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
Kishon Vijay Abraham I
2015-04-14
-0
/
+22
*
|
usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
Kishon Vijay Abraham I
2015-04-14
-0
/
+1
*
|
dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
Kishon Vijay Abraham I
2015-04-14
-1
/
+2
*
|
usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code
Kishon Vijay Abraham I
2015-04-14
-0
/
+3
*
|
include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
Kishon Vijay Abraham I
2015-04-14
-0
/
+27
*
|
usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
Kishon Vijay Abraham I
2015-04-14
-0
/
+19
*
|
dwc3: core: added an API to invoke irq handlers
Kishon Vijay Abraham I
2015-04-14
-0
/
+1
*
|
dwc3: core: add support for multiple dwc3 controllers
Kishon Vijay Abraham I
2015-04-14
-1
/
+2
*
|
include: dwc3-uboot: add a structure for populating platform data
Kishon Vijay Abraham I
2015-04-14
-0
/
+40
*
|
include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...
Kishon Vijay Abraham I
2015-04-14
-0
/
+9
*
|
usb: dwc3: gadget: make dwc3 gadget build in uboot
Kishon Vijay Abraham I
2015-04-14
-0
/
+40
*
|
usb: dwc3: fix dwc3 header files
Kishon Vijay Abraham I
2015-04-14
-0
/
+20
*
|
include: usb: modify gadget.h to include udc support
Kishon Vijay Abraham I
2015-04-14
-0
/
+43
*
|
Create API to map between CPU physical and bus addresses
Stephen Warren
2015-04-14
-0
/
+25
*
|
usb: Convert protocol header structures to use explicitly sized variables
Sergey Temerkhanov
2015-04-14
-9
/
+9
|
/
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2015-04-13
-2
/
+126
|
\
|
*
ARM: mx5: add support for USB armory board
Andrej Rosano
2015-04-09
-0
/
+126
|
*
mx53loco: Disable printing cpuinfo
Fabio Estevam
2015-04-08
-2
/
+0
*
|
Merge git://git.denx.de/u-boot-arc
Tom Rini
2015-04-10
-0
/
+6
|
\
\
|
*
|
board: axs10x - support v3 mother-board
Alexey Brodkin
2015-04-09
-0
/
+6
*
|
|
integrator: consolidate flash info
Linus Walleij
2015-04-10
-33
/
+27
*
|
|
vexpress64: juno: add default NOR flash boot
Linus Walleij
2015-04-10
-1
/
+29
[next]