summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* sparc: leon2: Updates for generic board initializationFrancois Retief2015-12-03-77/+111
* sparc: leon3: Updates for generic board initializationFrancois Retief2015-12-03-116/+151
* sparc: leon3: Clear all unused GPTIMER registers.Daniel Hellstrom2015-12-03-1/+9
* sparc: leon3: Move ambapp_bus_init() call to arch_cpu_init() functionFrancois Retief2015-12-03-5/+6
* sparc: leon3: Move snoop detection from startup.S to arch_cpu_init()Francois Retief2015-12-03-21/+21
* sparc: Initial ground work for generic board initializationFrancois Retief2015-12-03-26/+43
* sparc: Fix whitespace in cpu/leon2/cpu_init.cFrancois Retief2015-12-03-5/+5
* sparc: leon3: Updated serial driver to use CONFIG_CONS_INDEXFrancois Retief2015-12-03-0/+5
* sparc: Serial baud rate register support multiple buses with different frequencyDaniel Hellstrom2015-12-03-4/+16
* sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failureFrancois Retief2015-12-03-0/+1
* sparc: Added function that checks if IRQ is on or offDaniel Hellstrom2015-12-03-0/+10
* sparc: Remove version_string variable from start.S fileFrancois Retief2015-12-03-21/+6
* sparc: Move SYS_SPARC_NWINDOWS to KconfigFrancois Retief2015-12-03-15/+14
* iocon: Disable FIT_VERBOSETom Rini2015-12-01-2/+1
* rockchip: Explicitly set CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LENSjoerd Simons2015-12-01-0/+2
* Revert "rockchip: Reconfigure the malloc based to point to system memory"Sjoerd Simons2015-12-01-7/+0
* rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip KconfigAriel D'Alessandro2015-12-01-8/+3
* rockchip: doc: show packet rk3036 uboot imagehuang lin2015-12-01-0/+11
* rockchip: Add support for rk's second level loaderJeffy Chen2015-12-01-17/+14
* 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