summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | rockchip: Add max spl size & spl header configsJeffy Chen2015-12-01-8/+40
* | rockchip: Add basic support for evb-rk3036 boardhuang lin2015-12-01-1/+171
* | rockchip: rk3036: Add core Soc start-up codehuang lin2015-12-01-2/+207
* | rockchip: add rk3036 sdram driverhuang lin2015-12-01-0/+1107
* | rockchip: add early uart driverhuang lin2015-12-01-0/+108
* | rockchip: mmc: get the fifo mode and fifo depth property from dtshuang lin2015-12-01-4/+18
* | rockchip: mmc: use non-removable property to distinguish emmc and sdcard regi...huang lin2015-12-01-2/+3
* | mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin2015-12-01-18/+72
* | mmc: dw_mmc: move data transfer as a separate functionhuang lin2015-12-01-28/+37
* | rockchip: rk3036: Add pinctrl driverhuang lin2015-12-01-0/+286
* | rockchip: rk3036: Add a simple syscon driverhuang lin2015-12-01-1/+22
* | rockchip: rk3036: Add Soc reset driverhuang lin2015-12-01-0/+55
* | rockchip: rk3036: Add header files for GRFhuang lin2015-12-01-0/+493
* | rockchip: rk3036: Add clock driverhuang lin2015-12-01-0/+583
* | rockchip: Bring in RK3036 device tree file includes and bindingshuang lin2015-12-01-0/+613
* | rockchip: serial driver support rk3036huang lin2015-12-01-0/+1
* | dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin2015-12-01-2/+27
* | rockchip: add config decide whether to build common.chuang lin2015-12-01-1/+4
* | rockchip: rename board-spl.c to rk3288-board-spl.chuang lin2015-12-01-1/+1
* | rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfighuang lin2015-12-01-3/+3
* | rockchip: add timer driverhuang lin2015-12-01-20/+75
* | rockchip: firefly: Save the environment on SD cardSjoerd Simons2015-12-01-1/+9
* | rockchip: Also load the initrd below 512MSjoerd Simons2015-12-01-0/+1
* | dm: pci: Disable PCI compatibility functions by defaultSimon Glass2015-12-01-5/+42
* | dm: pci: Convert 'pci' command to driver modelSimon Glass2015-12-01-6/+128
* | pci: Move PCI header output code into its own functionSimon Glass2015-12-01-6/+11
* | pci: Use a separate 'dev' variable for the PCI deviceSimon Glass2015-12-01-5/+8
* | pci: Use common functions to read/write configSimon Glass2015-12-01-43/+31
* | pci: Tidy up function comments in cmd_pci.cSimon Glass2015-12-01-45/+39
* | dm: pci: Reorder functions in cmd_pci.cSimon Glass2015-12-01-110/+106
* | dm: pci: Move common auto-config functions to a common fileSimon Glass2015-12-01-117/+129
* | dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass2015-12-01-1/+1
* | dm: pci: Add a comment about how to find struct pci_controllerSimon Glass2015-12-01-0/+2
* | pci: Refactor the pciinfo() functionSimon Glass2015-12-01-89/+148
* | pci: Use a separate variable for the bus numberSimon Glass2015-12-01-3/+3
* | pci: Use a common return in command processingSimon Glass2015-12-01-6/+13
* | dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-01-330/+160
* | dm: pci: Add a function to find the regions for a PCI busSimon Glass2015-12-01-0/+42
* | dm: pci: Add a function to get the controller for a busSimon Glass2015-12-01-0/+16
* | dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass2015-12-01-0/+70
* | dm: pci: Support decoding ranges with duplicate entriesSimon Glass2015-12-01-3/+10
* | dm: pci: Set up the SDRAM mapping correctlySimon Glass2015-12-01-6/+9
* | dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUMSimon Glass2015-12-01-6/+4
* | dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass2015-12-01-6/+28
* | ARM: tegra: refactor common Kconfig optionsStephen Warren2015-12-01-18/+20
* | x86: tsc: Move tsc_timer.c to drivers/timerBin Meng2015-12-01-3/+8
* | x86: tsc: Remove legacy timer codesBin Meng2015-12-01-82/+0
* | x86: Convert to use driver model timerBin Meng2015-12-01-39/+42
* | dm: timer: Avoid using timer before it is readySimon Glass2015-12-01-1/+9
* | x86: tsc: Add driver model timer supportBin Meng2015-12-01-0/+65