| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | armv8: ls1012ardb: Add TFABOOT support | Rajesh Bhagat | 2018-12-06 | 2 | -1/+21 |
| * | armv8: ls1043aqds: Add TFABOOT support | Rajesh Bhagat | 2018-12-06 | 1 | -2/+48 |
| * | armv8: ls1043ardb: Add TFABOOT support | Rajesh Bhagat | 2018-12-06 | 2 | -1/+55 |
| * | armv8: ls1046aqds: Add TFABOOT support | Rajesh Bhagat | 2018-12-06 | 1 | -2/+57 |
| * | armv8: ls1046ardb: Add TFABOOT support | Rajesh Bhagat | 2018-12-06 | 2 | -0/+27 |
| * | drivers: ifc: dynamic chipselect mapping support | Pankit Garg | 2018-12-06 | 1 | -0/+17 |
| * | driver/ifc: replace __ilog2 with LOG2 macro | Rajesh Bhagat | 2018-12-06 | 7 | -11/+11 |
| * | env: allow flash and nand env driver to compile together | Rajesh Bhagat | 2018-12-04 | 1 | -1/+0 |
* | | Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchip | Tom Rini | 2018-12-10 | 2 | -0/+49 |
|\ \ |
|
| * | | bootcount: add uclass for bootcount | Philipp Tomsich | 2018-12-10 | 2 | -0/+49 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2018-12-10 | 11 | -23/+60 |
|\ \ \ |
|
| * | | | lib: fdtdec: Add function re-setup the fdt more effeciently | Jean-Jacques Hiblot | 2018-12-10 | 2 | -0/+25 |
| * | | | ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL | Jean-Jacques Hiblot | 2018-12-10 | 2 | -16/+4 |
| * | | | configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT | Jean-Jacques Hiblot | 2018-12-10 | 1 | -6/+0 |
| * | | | power: make most tps drivers and the twl4030 driver compatible with DM_I2C | Jean-Jacques Hiblot | 2018-12-10 | 5 | -1/+18 |
| * | | | dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL | Jean-Jacques Hiblot | 2018-12-10 | 1 | -0/+13 |
| |/ / |
|
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2018-12-10 | 4 | -0/+51 |
|\ \ \
| |/ /
|/| | |
|
| * | | syscon: dm: Add a new method to get a regmap from DTS | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+13 |
| * | | dm: usb: create a new UCLASS ID for USB gadget devices | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+1 |
| * | | dwc3: move phy operation to core.c | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+19 |
| * | | usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle... | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+8 |
| * | | usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+10 |
* | | | Merge git://git.denx.de/u-boot-marvell | Tom Rini | 2018-12-09 | 1 | -14/+34 |
|\ \ \ |
|
| * | | | arm: mvebu: helios4: Enable SPI flash support | Aditya Prayoga | 2018-12-08 | 1 | -0/+31 |
| * | | | arm: mvebu: helios4: Reduce U-Boot image size | Aditya Prayoga | 2018-12-08 | 1 | -6/+0 |
| * | | | arm: mvebu: helios4: mmc: move environment before 1M | Aditya Prayoga | 2018-12-08 | 1 | -8/+3 |
* | | | | Roll CRC16-CCITT into the hash infrastructure | Philipp Tomsich | 2018-12-08 | 1 | -0/+11 |
* | | | | lib: merge CRC16-CCITT into u-boot/crc.h | Philipp Tomsich | 2018-12-08 | 2 | -43/+3 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini | 2018-12-07 | 1 | -16/+54 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | power: axp209: Add support for voltage rate control on LDO3 | Olliver Schinagl | 2018-12-07 | 1 | -0/+21 |
| * | | | power: axp209: Reduce magic values by adding defines for LDO[234] | Olliver Schinagl | 2018-12-07 | 1 | -0/+13 |
| * | | | power: axp209: Define the chip version mask | Olliver Schinagl | 2018-12-07 | 1 | -0/+2 |
| * | | | power: axp209: Use BIT() macro | Olliver Schinagl | 2018-12-07 | 1 | -16/+18 |
| |/ / |
|
* | | | arm: dts: am33xx: Sync dts with Linux 4.20.0 | Felix Brack | 2018-12-07 | 1 | -0/+227 |
* | | | spl/tpl: change banner into upper case | Heiko Schocher | 2018-12-07 | 1 | -2/+2 |
* | | | dma: add channels support | Álvaro Fernández Rojas | 2018-12-07 | 2 | -3/+348 |
* | | | dma: move dma_ops to dma-uclass.h | Álvaro Fernández Rojas | 2018-12-07 | 2 | -22/+39 |
* | | | dm: Add Hardware Spinlock class | Benjamin Gaignard | 2018-12-06 | 2 | -0/+141 |
|/ / |
|
* | | rockchip: rk3399: Add common Rock960 family from Vamrs | Manivannan Sadhasivam | 2018-12-06 | 1 | -0/+15 |
* | | usb: dwc2-otg: make regs_phy (in platdata) a uintptr_t | Philipp Tomsich | 2018-12-06 | 1 | -1/+1 |
* | | Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm | Tom Rini | 2018-12-05 | 13 | -26/+452 |
|\ \ |
|
| * | | serial: ns16550: Read reg-io-width from device tree | Andy Shevchenko | 2018-12-05 | 1 | -0/+2 |
| * | | serial: ns16550: Group reg_* members of ns16550_platdata | Andy Shevchenko | 2018-12-05 | 1 | -1/+1 |
| * | | dm: serial: Introduce ->getinfo() callback | Andy Shevchenko | 2018-12-05 | 2 | -0/+43 |
| * | | dm: serial: Add ->getconfig() callback | Andy Shevchenko | 2018-12-05 | 2 | -3/+24 |
| * | | dm: core: add functions to get/remap I/O addresses by name | Álvaro Fernández Rojas | 2018-12-05 | 2 | -0/+49 |
| * | | dm: (re)sort uclass ids alphabetically | Philipp Tomsich | 2018-12-05 | 1 | -4/+4 |
| * | | dm: rtc: Fix function name in comment | Philipp Tomsich | 2018-12-05 | 1 | -1/+1 |
| * | | Add inttypes.h | Simon Glass | 2018-12-05 | 1 | -0/+271 |
| * | | Add UINT32_MAX and UINT64_MAX | Simon Glass | 2018-12-05 | 1 | -0/+4 |