History log of /rk3399_rockchip-uboot/lib/ (Results 776 – 800 of 1133)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
009067c306-Jan-2015 Simon Glass <sjg@chromium.org>

dm: fdt: Remove the old GPIO functions

Now that we support device tree GPIO bindings directly in the driver model
GPIO uclass we can remove these functions.

Signed-off-by: Simon Glass <sjg@chromium

dm: fdt: Remove the old GPIO functions

Now that we support device tree GPIO bindings directly in the driver model
GPIO uclass we can remove these functions.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/arch/arm/dts/exynos4.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-origen.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-trats.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-universal_c210.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-odroid.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-trats2.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-smdk5250.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5420-peach-pit.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5422-odroidxu3.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5800-peach-pi.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra114-dalmore.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-jetson-tk1.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-venice2.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-colibri_t20_iris.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-harmony.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-medcom-wide.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-paz00.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-seaboard.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-tamonten.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-tec.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-trimslice.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-ventana.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-whistler.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-apalis.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-beaver.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-cardhu.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-colibri.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-tamonten.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pantheon/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/tegra_mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/display.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynq/gpio.h
/rk3399_rockchip-uboot/arch/sandbox/dts/sandbox.dts
/rk3399_rockchip-uboot/common/cmd_demo.c
/rk3399_rockchip-uboot/drivers/demo/demo-shape.c
/rk3399_rockchip-uboot/drivers/demo/demo-uclass.c
/rk3399_rockchip-uboot/drivers/gpio/gpio-uclass.c
/rk3399_rockchip-uboot/drivers/gpio/s5p_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/sandbox.c
/rk3399_rockchip-uboot/drivers/gpio/tegra_gpio.c
/rk3399_rockchip-uboot/drivers/misc/cros_ec.c
/rk3399_rockchip-uboot/drivers/mmc/s5p_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/tegra_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/tegra_nand.c
/rk3399_rockchip-uboot/drivers/spi/soft_spi.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-exynos.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-tegra.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-exynos5.c
/rk3399_rockchip-uboot/drivers/video/tegra.c
/rk3399_rockchip-uboot/include/asm-generic/gpio.h
/rk3399_rockchip-uboot/include/cros_ec.h
/rk3399_rockchip-uboot/include/dm-demo.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/sdhci.h
fdtdec.c
/rk3399_rockchip-uboot/test/dm/gpio.c
/rk3399_rockchip-uboot/test/dm/test.dts
57068a7a06-Jan-2015 Simon Glass <sjg@chromium.org>

dm: fdt: Add a function to decode phandles with arguments

For GPIOs and other functions we want to look up a phandle and then decode
a list of arguments for that phandle. Each phandle can have a dif

dm: fdt: Add a function to decode phandles with arguments

For GPIOs and other functions we want to look up a phandle and then decode
a list of arguments for that phandle. Each phandle can have a different
number of arguments, specified by a property in the target node. This is
the "#gpio-cells" property for GPIOs.

Add a function to provide this feature, taken modified from Linux 3.18.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/kirkwood/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/at91/sama5d4_devices.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/virt-v7.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/ddrc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/slcr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/spl.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/atmel_usba_udc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynq/hardware.h
/rk3399_rockchip-uboot/arch/arm/lib/cache.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config.h
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/coreboot.c
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/tables.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/mrccache.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sdram.c
/rk3399_rockchip-uboot/arch/x86/dts/chromebook_link.dts
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/mrccache.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/board/atmel/sama5d4_xplained/sama5d4_xplained.c
/rk3399_rockchip-uboot/board/atmel/sama5d4ek/sama5d4ek.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/Makefile
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/dcu.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds_qixis.h
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/iomega/iconnect/kwbimage.cfg
/rk3399_rockchip-uboot/board/raidsonic/ib62x0/kwbimage.cfg
/rk3399_rockchip-uboot/board/siemens/corvus/board.c
/rk3399_rockchip-uboot/board/siemens/taurus/taurus.c
/rk3399_rockchip-uboot/board/xilinx/zynq/board.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_info.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/configs/axm_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ph1_ld4_defconfig
/rk3399_rockchip-uboot/configs/ph1_pro4_defconfig
/rk3399_rockchip-uboot/configs/ph1_sld8_defconfig
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/gpio-samsung.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/gpio.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/nvidia,tegra20-gpio.txt
/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile
/rk3399_rockchip-uboot/drivers/crypto/fsl/sec.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/i2c/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/i2c-uniphier-f.c
/rk3399_rockchip-uboot/drivers/i2c/i2c-uniphier.c
/rk3399_rockchip-uboot/drivers/net/mvgbe.c
/rk3399_rockchip-uboot/drivers/rtc/mc146818.c
/rk3399_rockchip-uboot/drivers/serial/serial_zynq.c
/rk3399_rockchip-uboot/drivers/spi/ich.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/chromebook_link.h
/rk3399_rockchip-uboot/include/configs/corvus.h
/rk3399_rockchip-uboot/include/configs/dockstar.h
/rk3399_rockchip-uboot/include/configs/goflexhome.h
/rk3399_rockchip-uboot/include/configs/guruplug.h
/rk3399_rockchip-uboot/include/configs/ib62x0.h
/rk3399_rockchip-uboot/include/configs/iconnect.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/pogo_e02.h
/rk3399_rockchip-uboot/include/configs/sama5d3_xplained.h
/rk3399_rockchip-uboot/include/configs/sama5d4_xplained.h
/rk3399_rockchip-uboot/include/configs/sama5d4ek.h
/rk3399_rockchip-uboot/include/configs/sheevaplug.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/taurus.h
/rk3399_rockchip-uboot/include/configs/uniphier.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fsl_ddr.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/rtc.h
fdtdec.c
/rk3399_rockchip-uboot/net/Makefile
/rk3399_rockchip-uboot/net/checksum.c
5da3808620-Jan-2015 Simon Glass <sjg@chromium.org>

x86: dts: Add compatible string for Intel ICH9 SPI controller

Add this to the enum so that we can use the various fdtdec functions. A
later commit will move this driver to driver model.

Signed-off-

x86: dts: Add compatible string for Intel ICH9 SPI controller

Add this to the enum so that we can use the various fdtdec functions. A
later commit will move this driver to driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arc/Kconfig
/rk3399_rockchip-uboot/arch/arc/Makefile
/rk3399_rockchip-uboot/arch/arc/config.mk
/rk3399_rockchip-uboot/arch/arc/cpu/arcv1/Makefile
/rk3399_rockchip-uboot/arch/arc/cpu/arcv1/config.mk
/rk3399_rockchip-uboot/arch/arc/cpu/arcv1/start.S
/rk3399_rockchip-uboot/arch/arc/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/arc/include/asm/arcregs.h
/rk3399_rockchip-uboot/arch/arc/include/asm/sections.h
/rk3399_rockchip-uboot/arch/arc/lib/Makefile
/rk3399_rockchip-uboot/arch/arc/lib/cache.c
/rk3399_rockchip-uboot/arch/arc/lib/cpu.c
/rk3399_rockchip-uboot/arch/arc/lib/interrupts.c
/rk3399_rockchip-uboot/arch/arc/lib/relocate.c
/rk3399_rockchip-uboot/arch/arc/lib/reset.c
/rk3399_rockchip-uboot/arch/arc/lib/sections.c
/rk3399_rockchip-uboot/arch/arc/lib/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/kirkwood/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/ddr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/emif4.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/boot-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun9i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/init_page_table.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/pll_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/sg_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/umc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/pll_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/sg_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/umc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/pll_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/umc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/cache.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7790.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7791.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7793.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7794.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/rcar-base.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/sh_sdhi.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun9i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu_sun9i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/display.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/dram_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/usbc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/ddrphy-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/sg-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynq/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/emif.h
/rk3399_rockchip-uboot/arch/arm/lib/spl.c
/rk3399_rockchip-uboot/arch/microblaze/cpu/start.S
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/start.S
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/time.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips64/start.S
/rk3399_rockchip-uboot/arch/mips/cpu/mips64/time.c
/rk3399_rockchip-uboot/arch/mips/include/asm/config.h
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/arch/powerpc/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/pci_mpc5200.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/b4860_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t1024_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t1040_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_pci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_secure_boot.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_serdes.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/mtrr.c
/rk3399_rockchip-uboot/arch/x86/cpu/start16.S
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/mtrr.h
/rk3399_rockchip-uboot/arch/x86/include/asm/u-boot-x86.h
/rk3399_rockchip-uboot/arch/x86/lib/init_helpers.c
/rk3399_rockchip-uboot/arch/x86/lib/interrupts.c
/rk3399_rockchip-uboot/board/Seagate/nas220/Kconfig
/rk3399_rockchip-uboot/board/Seagate/nas220/MAINTAINERS
/rk3399_rockchip-uboot/board/Seagate/nas220/Makefile
/rk3399_rockchip-uboot/board/Seagate/nas220/kwbimage.cfg
/rk3399_rockchip-uboot/board/Seagate/nas220/nas220.c
/rk3399_rockchip-uboot/board/compulab/cm_fx6/spl.c
/rk3399_rockchip-uboot/board/freescale/c29xpcie/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/common/pq-mds-pib.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t102xqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/t102xqds.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/cpld.h
/rk3399_rockchip-uboot/board/freescale/t102xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/eth_t102xrdb.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t102xrdb.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/eth.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040qds.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t104xrdb/eth.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/eth.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/t4_rcw.cfg
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Makefile
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/sunxi/dram_sun4i_auto.c
/rk3399_rockchip-uboot/board/sunxi/dram_sun5i_auto.c
/rk3399_rockchip-uboot/board/synopsys/Kconfig
/rk3399_rockchip-uboot/board/synopsys/axs101/Kconfig
/rk3399_rockchip-uboot/board/ti/am43xx/board.c
/rk3399_rockchip-uboot/board/ti/am43xx/board.h
/rk3399_rockchip-uboot/board/ti/am43xx/mux.c
/rk3399_rockchip-uboot/board/timll/devkit8000/devkit8000.c
/rk3399_rockchip-uboot/board/woodburn/woodburn.c
/rk3399_rockchip-uboot/board/xilinx/zynq/board.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/bootm_os.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/image-fit.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/lcd_console.c
/rk3399_rockchip-uboot/common/spl/spl_nor.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_kbd.c
/rk3399_rockchip-uboot/configs/A10-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime2_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Chuwi_V7_CW0825_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Hyundai_A7HD_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v1_2_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v5_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_fdt_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo73_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo81_defconfig
/rk3399_rockchip-uboot/configs/Marsboard_A10_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/P5040DS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_defconfig
/rk3399_rockchip-uboot/configs/T1042RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/arcangel4-be_defconfig
/rk3399_rockchip-uboot/configs/arcangel4_defconfig
/rk3399_rockchip-uboot/configs/axs101_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/chromebook_link_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/mk802_a10s_defconfig
/rk3399_rockchip-uboot/configs/mk802_defconfig
/rk3399_rockchip-uboot/configs/mk802ii_defconfig
/rk3399_rockchip-uboot/configs/nas220_defconfig
/rk3399_rockchip-uboot/configs/sunxi_Gemei_G9_defconfig
/rk3399_rockchip-uboot/configs/tb100_defconfig
/rk3399_rockchip-uboot/doc/README.arm-caches
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/doc/README.t1040-l2switch
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/drivers/bios_emulator/atibios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/debug.h
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops.c
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/fpga/fpga.c
/rk3399_rockchip-uboot/drivers/fpga/xilinx.c
/rk3399_rockchip-uboot/drivers/mmc/Kconfig
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/sh_sdhi.c
/rk3399_rockchip-uboot/drivers/mmc/sunxi_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/net/fm/t1040.c
/rk3399_rockchip-uboot/drivers/net/mpc5xxx_fec.c
/rk3399_rockchip-uboot/drivers/net/phy/Makefile
/rk3399_rockchip-uboot/drivers/net/phy/aquantia.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/vsc9953.c
/rk3399_rockchip-uboot/drivers/net/xilinx_ll_temac.c
/rk3399_rockchip-uboot/drivers/net/zynq_gem.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pci_auto.c
/rk3399_rockchip-uboot/drivers/pci/pci_rom.c
/rk3399_rockchip-uboot/drivers/pci/pci_tegra.c
/rk3399_rockchip-uboot/drivers/power/Kconfig
/rk3399_rockchip-uboot/drivers/power/axp209.c
/rk3399_rockchip-uboot/drivers/power/axp221.c
/rk3399_rockchip-uboot/drivers/power/pmic/Makefile
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_tps62362.c
/rk3399_rockchip-uboot/drivers/usb/eth/asix88179.c
/rk3399_rockchip-uboot/drivers/usb/gadget/composite.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_dfu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/pxa25x_udc.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/Makefile
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_host.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_host.h
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_regs.h
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_uboot.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/sunxi.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/usb-compat.h
/rk3399_rockchip-uboot/drivers/video/Kconfig
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/drivers/video/hitachi_tx18d42vm_lcd.c
/rk3399_rockchip-uboot/drivers/video/hitachi_tx18d42vm_lcd.h
/rk3399_rockchip-uboot/drivers/video/mpc8xx_lcd.c
/rk3399_rockchip-uboot/drivers/video/pxa_lcd.c
/rk3399_rockchip-uboot/drivers/video/sed13806.c
/rk3399_rockchip-uboot/drivers/video/ssd2828.c
/rk3399_rockchip-uboot/drivers/video/ssd2828.h
/rk3399_rockchip-uboot/drivers/video/sunxi_display.c
/rk3399_rockchip-uboot/drivers/video/vesa_fb.c
/rk3399_rockchip-uboot/include/axp221.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_distro_bootcmd.h
/rk3399_rockchip-uboot/include/configs/BSC9131RDB.h
/rk3399_rockchip-uboot/include/configs/BSC9132QDS.h
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/T102xQDS.h
/rk3399_rockchip-uboot/include/configs/T102xRDB.h
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/arcangel4-be.h
/rk3399_rockchip-uboot/include/configs/arcangel4.h
/rk3399_rockchip-uboot/include/configs/axs101.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/nas220.h
/rk3399_rockchip-uboot/include/configs/pcm051.h
/rk3399_rockchip-uboot/include/configs/sun4i.h
/rk3399_rockchip-uboot/include/configs/sun5i.h
/rk3399_rockchip-uboot/include/configs/sun6i.h
/rk3399_rockchip-uboot/include/configs/sun7i.h
/rk3399_rockchip-uboot/include/configs/sun8i.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/tb100.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/configs/vf610twr.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fpga.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/include/lcd_console.h
/rk3399_rockchip-uboot/include/linux/mtd/omap_gpmc.h
/rk3399_rockchip-uboot/include/mipi_display.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pci_rom.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/power/tps62362.h
/rk3399_rockchip-uboot/include/power/tps65218.h
/rk3399_rockchip-uboot/include/spartan2.h
/rk3399_rockchip-uboot/include/spartan3.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/vbe.h
/rk3399_rockchip-uboot/include/virtex2.h
/rk3399_rockchip-uboot/include/vsc9953.h
/rk3399_rockchip-uboot/include/zynqpl.h
fdtdec.c
/rk3399_rockchip-uboot/tools/buildman/README
/rk3399_rockchip-uboot/tools/buildman/bsettings.py
/rk3399_rockchip-uboot/tools/buildman/builder.py
/rk3399_rockchip-uboot/tools/buildman/builderthread.py
/rk3399_rockchip-uboot/tools/buildman/cmdline.py
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/buildman/test.py
/rk3399_rockchip-uboot/tools/buildman/toolchain.py
/rk3399_rockchip-uboot/tools/patman/gitutil.py
670c017902-Dec-2014 Simon Glass <sjg@chromium.org>

lzo: Update dst_len even on error

This allows the caller to easily detect how much of the destination buffer
has been used.

Signed-off-by: Simon Glass <sjg@chromium.org>

9c55c54f02-Dec-2014 Simon Glass <sjg@chromium.org>

gunzip: Update lenp even on error

This allows the caller to easily detect how much of the destination buffer
has been used.

Signed-off-by: Simon Glass <sjg@chromium.org>

362a0e4302-Dec-2014 Simon Glass <sjg@chromium.org>

bzlib: Update destLen even on error

This allows the caller to easily detect how much of the destination buffer
has been used.

Signed-off-by: Simon Glass <sjg@chromium.org>

f6eec89f02-Dec-2014 Simon Glass <sjg@chromium.org>

lzma: fix buffer bound check error further

Commit 4d3b8a0d fixed a problem with lzma decompress where it would
run out of bytes to decompress. The algorithm needs to know how many
uncompressed bytes

lzma: fix buffer bound check error further

Commit 4d3b8a0d fixed a problem with lzma decompress where it would
run out of bytes to decompress. The algorithm needs to know how many
uncompressed bytes it is expected to produce.

However, the fix introduced a potential buffer overrun, and causes
the compression test to fail (test_compression command in sandbox).

The correct fix seems to be to use the minimum of the expected number
of uncompressed bytes and the amount of output space available. That
way things work normally when there is enough space, and return an
error (without overrunning available space) when there is not.

Signed-off-by: Antonios Vamporakis <ant@area128.com>
CC: Kees Cook <keescook@chromium.org>
CC: Simon Glass <sjg@chromium.org>
CC: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
CC: Luka Perkov <luka@openwrt.org>

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/.travis.yml
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/cpu_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun4i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun8i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/p2wi.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/psci.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/rsb.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/usbc.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/display.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/dram.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/prcm.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/rsb.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/usbc.h
/rk3399_rockchip-uboot/arch/m68k/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Kconfig
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/coreboot.c
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/timestamp.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/car.S
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/gma.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/microcode_intel.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/mtrr.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/fsp_support.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/tnc_dram.c
/rk3399_rockchip-uboot/arch/x86/cpu/start.S
/rk3399_rockchip-uboot/arch/x86/dts/Makefile
/rk3399_rockchip-uboot/arch/x86/dts/chromebook_link.dts
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/dts/serial.dtsi
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/microcode.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/mtrr.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/bios.c
/rk3399_rockchip-uboot/arch/x86/lib/cmd_hob.c
/rk3399_rockchip-uboot/arch/x86/lib/cmd_mtrr.c
/rk3399_rockchip-uboot/arch/x86/lib/init_helpers.c
/rk3399_rockchip-uboot/arch/x86/lib/tsc_timer.c
/rk3399_rockchip-uboot/board/coreboot/coreboot/Kconfig
/rk3399_rockchip-uboot/board/coreboot/coreboot/MAINTAINERS
/rk3399_rockchip-uboot/board/coreboot/coreboot/coreboot.c
/rk3399_rockchip-uboot/board/esd/cpci405/Kconfig
/rk3399_rockchip-uboot/board/esd/cpci405/Makefile
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig
/rk3399_rockchip-uboot/board/intel/crownbay/Kconfig
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Makefile
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/sunxi/dram_sun4i_408_1024_iow8.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/console.c
/rk3399_rockchip-uboot/common/edid.c
/rk3399_rockchip-uboot/common/memsize.c
/rk3399_rockchip-uboot/configs/A13-OLinuXinoM_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXino_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v1_2_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v5_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo73_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo81_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000G_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/chromebook_link_defconfig
/rk3399_rockchip-uboot/configs/coreboot-x86_defconfig
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/doc/README.video
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/drivers/gpio/sunxi_gpio.c
/rk3399_rockchip-uboot/drivers/mmc/sunxi_mmc.c
/rk3399_rockchip-uboot/drivers/pci/pci_rom.c
/rk3399_rockchip-uboot/drivers/power/Kconfig
/rk3399_rockchip-uboot/drivers/power/axp209.c
/rk3399_rockchip-uboot/drivers/power/axp221.c
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial_x86.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-sunxi.c
/rk3399_rockchip-uboot/drivers/video/Kconfig
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/sunxi_display.c
/rk3399_rockchip-uboot/drivers/video/videomodes.c
/rk3399_rockchip-uboot/drivers/video/videomodes.h
/rk3399_rockchip-uboot/drivers/video/x86_fb.c
/rk3399_rockchip-uboot/include/axp209.h
/rk3399_rockchip-uboot/include/axp221.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PMC405DE.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/chromebook_link.h
/rk3399_rockchip-uboot/include/configs/crownbay.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/pm9g45.h
/rk3399_rockchip-uboot/include/configs/sun8i.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/edid.h
lzma/LzmaTools.c
/rk3399_rockchip-uboot/scripts/fill_scrapyard.py
/rk3399_rockchip-uboot/scripts/multiconfig.sh
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/ifdtool.c
a62e84d731-Dec-2014 Bin Meng <bmeng.cn@gmail.com>

fdt: Add several apis to decode pci device node

This commit adds several APIs to decode PCI device node according to
the Open Firmware PCI bus bindings, including:
- fdtdec_get_pci_addr() for encode

fdt: Add several apis to decode pci device node

This commit adds several APIs to decode PCI device node according to
the Open Firmware PCI bus bindings, including:
- fdtdec_get_pci_addr() for encoded pci address
- fdtdec_get_pci_vendev() for vendor id and device id
- fdtdec_get_pci_bdf() for pci device bdf triplet
- fdtdec_get_pci_bar32() for pci device register bar

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
(Include <pci.h> in fdtdec.h and adjust tegra to fix build error)

show more ...


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arc/Makefile
/rk3399_rockchip-uboot/arch/arm/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/relocate.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/boot-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/sata.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/lowlevel_debug.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/sbc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/lowlevel_debug.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/lowlevel_debug.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/sbc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/support_card.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/virt-dt.c
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5420-peach-pit.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5800-peach-pi.dts
/rk3399_rockchip-uboot/arch/arm/dts/socfpga.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/debug-uart.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/sbc-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/armv7.h
/rk3399_rockchip-uboot/arch/arm/include/asm/assembler.h
/rk3399_rockchip-uboot/arch/arm/lib/bootm.c
/rk3399_rockchip-uboot/arch/arm/lib/memcpy.S
/rk3399_rockchip-uboot/arch/arm/lib/memset.S
/rk3399_rockchip-uboot/arch/powerpc/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/ide.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/pci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/i2c.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/video.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/arch/x86/cpu/pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/fsp_support.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/tnc_dram.c
/rk3399_rockchip-uboot/arch/x86/dts/Makefile
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/dts/link.dts
/rk3399_rockchip-uboot/arch/x86/dts/serial.dtsi
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pci.h
/rk3399_rockchip-uboot/arch/x86/lib/cmd_hob.c
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/sama5d3xek.c
/rk3399_rockchip-uboot/board/atmel/sama5d4_xplained/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d4_xplained/sama5d4_xplained.c
/rk3399_rockchip-uboot/board/atmel/sama5d4ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d4ek/sama5d4ek.c
/rk3399_rockchip-uboot/board/d-link/dns325/MAINTAINERS
/rk3399_rockchip-uboot/board/d-link/dns325/Makefile
/rk3399_rockchip-uboot/board/d-link/dns325/dns325.c
/rk3399_rockchip-uboot/board/d-link/dns325/dns325.h
/rk3399_rockchip-uboot/board/d-link/dns325/kwbimage.cfg
/rk3399_rockchip-uboot/board/freescale/mx6slevk/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mx6sxsabresd/mx6sxsabresd.c
/rk3399_rockchip-uboot/board/nokia/rx51/rx51.c
/rk3399_rockchip-uboot/board/nvidia/nyan-big/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk5420/Kconfig
/rk3399_rockchip-uboot/board/st/stv0991/Kconfig
/rk3399_rockchip-uboot/board/st/stv0991/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/ti/am335x/README
/rk3399_rockchip-uboot/board/ti/beagle_x15/MAINTAINERS
/rk3399_rockchip-uboot/board/ti/panda/panda.c
/rk3399_rockchip-uboot/board/tqc/tqm8xx/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm8xx/MAINTAINERS
/rk3399_rockchip-uboot/board/tqc/tqm8xx/tqm8xx.c
/rk3399_rockchip-uboot/board/xes/xpedite517x/MAINTAINERS
/rk3399_rockchip-uboot/board/xes/xpedite520x/MAINTAINERS
/rk3399_rockchip-uboot/board/xes/xpedite537x/MAINTAINERS
/rk3399_rockchip-uboot/board/xes/xpedite550x/MAINTAINERS
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/flash.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_sata.c
/rk3399_rockchip-uboot/configs/mx6slevk_spinor_defconfig
/rk3399_rockchip-uboot/disk/part_efi.c
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/doc/device-tree-bindings/input/cros-ec-keyb.txt
/rk3399_rockchip-uboot/doc/driver-model/README.txt
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/input/cros_ec_keyb.c
/rk3399_rockchip-uboot/drivers/misc/i2c_eeprom.c
/rk3399_rockchip-uboot/drivers/mmc/mvebu_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_params.c
/rk3399_rockchip-uboot/drivers/net/mpc5xxx_fec.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pci_tegra.c
/rk3399_rockchip-uboot/drivers/pcmcia/Makefile
/rk3399_rockchip-uboot/drivers/pcmcia/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/pcmcia/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi.c
/rk3399_rockchip-uboot/drivers/spi/designware_spi.c
/rk3399_rockchip-uboot/drivers/spi/fsl_qspi.c
/rk3399_rockchip-uboot/drivers/spi/fsl_qspi.h
/rk3399_rockchip-uboot/drivers/spi/ftssp010_spi.c
/rk3399_rockchip-uboot/drivers/video/mpc8xx_lcd.c
/rk3399_rockchip-uboot/drivers/video/smiLynxEM.c
/rk3399_rockchip-uboot/examples/standalone/test_burst.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/ahci.h
/rk3399_rockchip-uboot/include/asm-generic/global_data.h
/rk3399_rockchip-uboot/include/axp221.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/commproc.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/beagle_x15.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/dns325.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/omap5_uevm.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/vf610twr.h
/rk3399_rockchip-uboot/include/configs/xpedite1000.h
/rk3399_rockchip-uboot/include/configs/xpedite517x.h
/rk3399_rockchip-uboot/include/configs/xpedite520x.h
/rk3399_rockchip-uboot/include/configs/xpedite537x.h
/rk3399_rockchip-uboot/include/configs/xpedite550x.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/mvebu_mmc.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pcmcia.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/include/trace.h
fdtdec.c
/rk3399_rockchip-uboot/post/drivers/memory.c
/rk3399_rockchip-uboot/scripts/binutils-version.sh
/rk3399_rockchip-uboot/tools/kwbimage.c
a74a4a8601-Jan-2015 Tom Rini <trini@ti.com>

Merge branch 'master' of git://git.denx.de/u-boot-tegra


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/clk-usb-otg.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/kona-common/clk-stubs.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/misc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/cmd_ddrphy.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/cmd_pinmon.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ddrphy_training.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/ddrphy_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/umc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/ddrphy_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/umc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/ddrphy_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/umc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra-common/powergate.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra-common/xusb-padctl.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra124-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra124-common/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra124-common/xusb-padctl.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra30-common/clock.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos5422-odroidxu3.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5800-peach-pi.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-jetson-tk1.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-trimslice.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-beaver.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-cardhu.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-colibri.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/i2c-mxv7.c
/rk3399_rockchip-uboot/arch/arm/imx-common/spl.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-bcm281xx/sysmap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/system.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/powergate.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/xusb-padctl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra114/powergate.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra124/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra124/powergate.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/clock-tables.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/powergate.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra30/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra30/powergate.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/ddrphy-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/kona-common/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/system.h
/rk3399_rockchip-uboot/arch/arm/lib/cache.c
/rk3399_rockchip-uboot/board/compulab/trimslice/trimslice.c
/rk3399_rockchip-uboot/board/freescale/mx51evk/mx51evk.c
/rk3399_rockchip-uboot/board/freescale/mx6qarm2/mx6qarm2.c
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/freescale/mx6slevk/mx6slevk.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana_spl.c
/rk3399_rockchip-uboot/board/kosagi/novena/Makefile
/rk3399_rockchip-uboot/board/kosagi/novena/novena.c
/rk3399_rockchip-uboot/board/kosagi/novena/novena.h
/rk3399_rockchip-uboot/board/kosagi/novena/novena_spl.c
/rk3399_rockchip-uboot/board/kosagi/novena/video.c
/rk3399_rockchip-uboot/board/nvidia/cardhu/cardhu.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/jetson-tk1.c
/rk3399_rockchip-uboot/board/olimex/mx23_olinuxino/mx23_olinuxino.c
/rk3399_rockchip-uboot/board/olimex/mx23_olinuxino/spl_boot.c
/rk3399_rockchip-uboot/board/samsung/smdk5420/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk5420/smdk5420.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/cmd_hash.c
/rk3399_rockchip-uboot/common/hash.c
/rk3399_rockchip-uboot/configs/odroid-xu3_defconfig
/rk3399_rockchip-uboot/doc/README.odroid
/rk3399_rockchip-uboot/drivers/net/rtl8169.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_tegra.c
/rk3399_rockchip-uboot/drivers/power/Makefile
/rk3399_rockchip-uboot/drivers/power/as3722.c
/rk3399_rockchip-uboot/drivers/usb/eth/Makefile
/rk3399_rockchip-uboot/drivers/usb/eth/asix88179.c
/rk3399_rockchip-uboot/drivers/usb/eth/usb_ether.c
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/beaver.h
/rk3399_rockchip-uboot/include/configs/cardhu.h
/rk3399_rockchip-uboot/include/configs/embestmx6boards.h
/rk3399_rockchip-uboot/include/configs/exynos5-common.h
/rk3399_rockchip-uboot/include/configs/exynos5250-common.h
/rk3399_rockchip-uboot/include/configs/exynos5420-common.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/jetson-tk1.h
/rk3399_rockchip-uboot/include/configs/mx6qarm2.h
/rk3399_rockchip-uboot/include/configs/mx6sabresd.h
/rk3399_rockchip-uboot/include/configs/novena.h
/rk3399_rockchip-uboot/include/configs/odroid_xu3.h
/rk3399_rockchip-uboot/include/configs/ot1200.h
/rk3399_rockchip-uboot/include/configs/peach-pi.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/smdk5420.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/trimslice.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/tegra20-car.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/tegra30-car.h
/rk3399_rockchip-uboot/include/dt-bindings/pinctrl/pinctrl-tegra-xusb.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/parade.h
/rk3399_rockchip-uboot/include/power/as3722.h
/rk3399_rockchip-uboot/include/usb_ether.h
fdtdec.c
/rk3399_rockchip-uboot/tools/buildman/README
e38d1cb227-Dec-2014 Alexey Brodkin <Alexey.Brodkin@synopsys.com>

initcall: add explicit hint if initcall was relocated

Commit "initcall: Improve debugging support" makes sense and indeed
simplifies process of matching initcalls executed with static
disassembly.

initcall: add explicit hint if initcall was relocated

Commit "initcall: Improve debugging support" makes sense and indeed
simplifies process of matching initcalls executed with static
disassembly.

Until you are debugging relocation functionality.

Existign output may make you think that at some point execution somehow
returned back to non-relocated area. And there're many reasons/problems
that may provoke this behavior.

In order to make things clear let's add explicit mention in case initall
was actually relocated like this:
--->---
initcall: 810015f8
Relocation Offset is: 0efcf000
Relocating to 8ffcf000, new gd at 8fdced3c, sp at 8fdced20
initcall: 810015b8
initcall: 8ffd093c
initcall: 8ffd0a14
initcall: 81001940 (relocated to 8ffd0940)
initcall: 81001958 (relocated to 8ffd0958)
--->---

Note "unexpected" jump from 0x8f... area to 0x81... area.
Without explanation this raises many questions: execution jumped in
relocated area right as expected and then for some reason returned back?

But I hope comment in brackets will save some time for those curious
developers who are careful enough to catch "unexpected jump to pre-reloc
area" or those unlucky ones who'll have to deal with relocation
debugging.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Minkyu Kang <mk7.kang@samsung.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/freeze_controller.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/reset_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/init_page_table.c
/rk3399_rockchip-uboot/arch/arm/dts/socfpga.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld4-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-pro4-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld3-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld8-ref.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-bcm2835/mbox.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/clock_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/freeze_controller.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/scan_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/semihosting.h
/rk3399_rockchip-uboot/arch/arm/lib/semihosting.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p5040_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/portals.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/microcode_intel.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/fsp_configs.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/fsp_support.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/tnc.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/tnc_car.S
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/tnc_dram.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/tnc_pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/topcliff.c
/rk3399_rockchip-uboot/arch/x86/cpu/start.S
/rk3399_rockchip-uboot/arch/x86/dts/Makefile
/rk3399_rockchip-uboot/arch/x86/dts/coreboot.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/dts/link.dts
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m0220661105_cv.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m12206a7_00000029.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m12306a9_0000001b.dtsi
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-coreboot/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/pei_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_api.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_bootmode.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_ffs.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_fv.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_infoheader.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_platform.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_types.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/tnc.h
/rk3399_rockchip-uboot/arch/x86/include/asm/config.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/ibmpc.h
/rk3399_rockchip-uboot/arch/x86/include/asm/linkage.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pnp_def.h
/rk3399_rockchip-uboot/arch/x86/include/asm/post.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/asm-offsets.c
/rk3399_rockchip-uboot/arch/x86/lib/bios.c
/rk3399_rockchip-uboot/arch/x86/lib/bios.h
/rk3399_rockchip-uboot/arch/x86/lib/cmd_hob.c
/rk3399_rockchip-uboot/board/altera/socfpga/MAINTAINERS
/rk3399_rockchip-uboot/board/altera/socfpga/socfpga_cyclone5.c
/rk3399_rockchip-uboot/board/armltd/vexpress64/MAINTAINERS
/rk3399_rockchip-uboot/board/coreboot/coreboot/coreboot.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t104xrdb.c
/rk3399_rockchip-uboot/board/google/chromebook_link/link.c
/rk3399_rockchip-uboot/board/intel/crownbay/Kconfig
/rk3399_rockchip-uboot/board/intel/crownbay/MAINTAINERS
/rk3399_rockchip-uboot/board/intel/crownbay/Makefile
/rk3399_rockchip-uboot/board/intel/crownbay/crownbay.c
/rk3399_rockchip-uboot/board/intel/crownbay/start.S
/rk3399_rockchip-uboot/board/raspberrypi/rpi/rpi.c
/rk3399_rockchip-uboot/common/cmd_dfu.c
/rk3399_rockchip-uboot/common/cmd_fastboot.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/fb_mmc.c
/rk3399_rockchip-uboot/configs/armadillo-800eva_defconfig
/rk3399_rockchip-uboot/configs/crownbay_defconfig
/rk3399_rockchip-uboot/configs/kzm9g_defconfig
/rk3399_rockchip-uboot/configs/ph1_ld4_defconfig
/rk3399_rockchip-uboot/configs/ph1_pro4_defconfig
/rk3399_rockchip-uboot/configs/ph1_sld8_defconfig
/rk3399_rockchip-uboot/disk/part_efi.c
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/dfu/dfu_mmc.c
/rk3399_rockchip-uboot/drivers/gpio/intel_ich6_gpio.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/smsc_lpc47m.c
/rk3399_rockchip-uboot/drivers/mmc/dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/exynos_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/net/fm/init.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_x86.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi.c
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi.h
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi_apb.c
/rk3399_rockchip-uboot/drivers/spi/designware_spi.c
/rk3399_rockchip-uboot/drivers/spi/ich.c
/rk3399_rockchip-uboot/drivers/usb/gadget/atmel_usba_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_dfu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_fastboot.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_thor.c
/rk3399_rockchip-uboot/drivers/usb/gadget/g_dnl.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/BSC9131RDB.h
/rk3399_rockchip-uboot/include/configs/BSC9132QDS.h
/rk3399_rockchip-uboot/include/configs/P1023RDB.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/T102xQDS.h
/rk3399_rockchip-uboot/include/configs/T102xRDB.h
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/T208xRDB.h
/rk3399_rockchip-uboot/include/configs/T4240EMU.h
/rk3399_rockchip-uboot/include/configs/T4240QDS.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/chromebook_link.h
/rk3399_rockchip-uboot/include/configs/coreboot.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/crownbay.h
/rk3399_rockchip-uboot/include/configs/km/kmp204x-common.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/uniphier.h
/rk3399_rockchip-uboot/include/configs/vexpress_aemv8a.h
/rk3399_rockchip-uboot/include/dfu.h
/rk3399_rockchip-uboot/include/dt-bindings/reset/altr,rst-mgr.h
/rk3399_rockchip-uboot/include/g_dnl.h
/rk3399_rockchip-uboot/include/linux/linkage.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/include/smsc_lpc47m.h
initcall.c
/rk3399_rockchip-uboot/scripts/binutils-version.sh
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/ifdtool.c
/rk3399_rockchip-uboot/tools/microcode-tool
/rk3399_rockchip-uboot/tools/microcode-tool.py
f315828b10-Dec-2014 Thierry Reding <treding@nvidia.com>

pci: tegra: Add Tegra PCIe driver

Add support for the PCIe controller found on some generations of Tegra.
Tegra20 has 2 root ports with a total of 4 lanes, Tegra30 has 3 root
ports with a total of 6

pci: tegra: Add Tegra PCIe driver

Add support for the PCIe controller found on some generations of Tegra.
Tegra20 has 2 root ports with a total of 4 lanes, Tegra30 has 3 root
ports with a total of 6 lanes and Tegra124 has 2 root ports with a total
of 5 lanes.

This is based on the Linux kernel driver, originally submitted upstream
by Mike Rapoport.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...

79c7a90f10-Dec-2014 Thierry Reding <treding@nvidia.com>

ARM: tegra: Implement XUSB pad controller

This controller was introduced on Tegra114 to handle XUSB pads. On
Tegra124 it is also used for PCIe and SATA pin muxing and PHY control.
Only the Tegra124

ARM: tegra: Implement XUSB pad controller

This controller was introduced on Tegra114 to handle XUSB pads. On
Tegra124 it is also used for PCIe and SATA pin muxing and PHY control.
Only the Tegra124 PCIe and SATA functionality is currently implemented,
with weak symbols on Tegra114.

Tegra20 and Tegra30 also provide weak symbols for these functions so
that drivers can use the same API irrespective of which SoC they're
being built for.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...

6173c45b10-Dec-2014 Thierry Reding <treding@nvidia.com>

power: Add AMS AS3722 PMIC support

The AS3722 provides a number of DC/DC converters and LDOs as well as 8
GPIOs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Simon Glass <sjg@c

power: Add AMS AS3722 PMIC support

The AS3722 provides a number of DC/DC converters and LDOs as well as 8
GPIOs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...


/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/freeze_controller.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/reset_manager.c
/rk3399_rockchip-uboot/arch/arm/dts/socfpga.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-colibri.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/clock_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/freeze_controller.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/scan_manager.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p5040_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/portals.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/fsp_configs.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/fsp_support.c
/rk3399_rockchip-uboot/arch/x86/cpu/start.S
/rk3399_rockchip-uboot/arch/x86/dts/Makefile
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-coreboot/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/pei_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_api.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_bootmode.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_ffs.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_fv.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_infoheader.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_platform.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_types.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h
/rk3399_rockchip-uboot/arch/x86/include/asm/config.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/linkage.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pnp_def.h
/rk3399_rockchip-uboot/arch/x86/include/asm/post.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/asm-offsets.c
/rk3399_rockchip-uboot/arch/x86/lib/bios.c
/rk3399_rockchip-uboot/arch/x86/lib/bios.h
/rk3399_rockchip-uboot/arch/x86/lib/cmd_hob.c
/rk3399_rockchip-uboot/board/altera/socfpga/MAINTAINERS
/rk3399_rockchip-uboot/board/altera/socfpga/socfpga_cyclone5.c
/rk3399_rockchip-uboot/board/coreboot/coreboot/coreboot.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t104xrdb.c
/rk3399_rockchip-uboot/board/google/chromebook_link/link.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/gpio/intel_ich6_gpio.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/smsc_lpc47m.c
/rk3399_rockchip-uboot/drivers/mmc/dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/exynos_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/net/fm/init.c
/rk3399_rockchip-uboot/drivers/power/Makefile
/rk3399_rockchip-uboot/drivers/power/as3722.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi.c
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi.h
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi_apb.c
/rk3399_rockchip-uboot/drivers/spi/designware_spi.c
/rk3399_rockchip-uboot/drivers/spi/ich.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/BSC9131RDB.h
/rk3399_rockchip-uboot/include/configs/BSC9132QDS.h
/rk3399_rockchip-uboot/include/configs/P1023RDB.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/T102xQDS.h
/rk3399_rockchip-uboot/include/configs/T102xRDB.h
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/T208xRDB.h
/rk3399_rockchip-uboot/include/configs/T4240EMU.h
/rk3399_rockchip-uboot/include/configs/T4240QDS.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/km/kmp204x-common.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/dt-bindings/reset/altr,rst-mgr.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/linux/linkage.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/include/power/as3722.h
/rk3399_rockchip-uboot/include/smsc_lpc47m.h
fdtdec.c
fe0c33a512-Dec-2014 Bin Meng <bmeng.cn@gmail.com>

x86: Clean up asm-offsets

Move GD_BIST from lib/asm-offsets.c to arch/x86/lib/asm-offsets.c
as it is x86 arch specific stuff. Also remove GENERATED_GD_RELOC_OFF
which is not referenced anymore.

Sig

x86: Clean up asm-offsets

Move GD_BIST from lib/asm-offsets.c to arch/x86/lib/asm-offsets.c
as it is x86 arch specific stuff. Also remove GENERATED_GD_RELOC_OFF
which is not referenced anymore.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/fsl_epu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/fsl_epu.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/nonsec_virt.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra124/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/pmu.c
/rk3399_rockchip-uboot/arch/arm/cpu/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/cros-ec-keyboard.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-jetson-tk1.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-nyan-big.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-tec-ng.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/ls102xa_stream_id.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/ns_access.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6sl_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/tegra_i2c.h
/rk3399_rockchip-uboot/arch/arm/include/asm/pcie_layerscape.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fdt.c
/rk3399_rockchip-uboot/arch/sandbox/dts/sandbox.dts
/rk3399_rockchip-uboot/arch/sandbox/include/asm/test.h
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/start.S
/rk3399_rockchip-uboot/arch/x86/lib/asm-offsets.c
/rk3399_rockchip-uboot/board/avionic-design/common/tamonten-ng.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/arm_sleep.c
/rk3399_rockchip-uboot/board/freescale/common/ls102xa_stream_id.c
/rk3399_rockchip-uboot/board/freescale/common/mpc85xx_sleep.c
/rk3399_rockchip-uboot/board/freescale/common/ns_access.c
/rk3399_rockchip-uboot/board/freescale/common/qixis.h
/rk3399_rockchip-uboot/board/freescale/common/sleep.h
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls102xa_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls102xa_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg
/rk3399_rockchip-uboot/board/freescale/mx6slevk/mx6slevk.c
/rk3399_rockchip-uboot/board/freescale/mx6sxsabresd/mx6sxsabresd.c
/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig
/rk3399_rockchip-uboot/board/nvidia/cardhu/cardhu.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nvidia/dalmore/dalmore.c
/rk3399_rockchip-uboot/board/nvidia/nyan-big/Kconfig
/rk3399_rockchip-uboot/board/nvidia/nyan-big/MAINTAINERS
/rk3399_rockchip-uboot/board/nvidia/nyan-big/Makefile
/rk3399_rockchip-uboot/board/nvidia/nyan-big/nyan-big.c
/rk3399_rockchip-uboot/board/nvidia/nyan-big/pinmux-config-nyan-big.h
/rk3399_rockchip-uboot/board/nvidia/venice2/as3722_init.h
/rk3399_rockchip-uboot/board/nvidia/whistler/whistler.c
/rk3399_rockchip-uboot/board/toradex/apalis_t30/apalis_t30.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/configs/ls1021aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_defconfig
/rk3399_rockchip-uboot/configs/nyan-big_defconfig
/rk3399_rockchip-uboot/drivers/bios_emulator/besys.c
/rk3399_rockchip-uboot/drivers/bios_emulator/bios.c
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/arm_ddr_gen3.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/mpc85xx_ddr_gen3.c
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/gpio/intel_ich6_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/i2c-emul-uclass.c
/rk3399_rockchip-uboot/drivers/i2c/i2c-uclass.c
/rk3399_rockchip-uboot/drivers/i2c/sandbox_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/tegra_i2c.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/i2c_eeprom.c
/rk3399_rockchip-uboot/drivers/misc/i2c_eeprom_emul.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_spl.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_ops.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_params.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_probe.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pcie_layerscape.c
/rk3399_rockchip-uboot/drivers/power/tps6586x.c
/rk3399_rockchip-uboot/drivers/spi/ich.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-fsl.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mx6.c
/rk3399_rockchip-uboot/include/config_fallbacks.h
/rk3399_rockchip-uboot/include/configs/apalis_t30.h
/rk3399_rockchip-uboot/include/configs/beaver.h
/rk3399_rockchip-uboot/include/configs/cardhu.h
/rk3399_rockchip-uboot/include/configs/colibri_t30.h
/rk3399_rockchip-uboot/include/configs/dalmore.h
/rk3399_rockchip-uboot/include/configs/jetson-tk1.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/nyan-big.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/sun7i.h
/rk3399_rockchip-uboot/include/configs/tec-ng.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/tegra114-common.h
/rk3399_rockchip-uboot/include/configs/tegra124-common.h
/rk3399_rockchip-uboot/include/configs/tegra20-common.h
/rk3399_rockchip-uboot/include/configs/tegra30-common.h
/rk3399_rockchip-uboot/include/configs/trimslice.h
/rk3399_rockchip-uboot/include/configs/venice2.h
/rk3399_rockchip-uboot/include/configs/whistler.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/dm/ut.h
/rk3399_rockchip-uboot/include/dt-bindings/pinctrl/pinctrl-tegra.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/fsl_usb.h
/rk3399_rockchip-uboot/include/i2c.h
/rk3399_rockchip-uboot/include/i2c_eeprom.h
/rk3399_rockchip-uboot/include/spi.h
/rk3399_rockchip-uboot/include/tps6586x.h
/rk3399_rockchip-uboot/include/usb/ehci-fsl.h
asm-offsets.c
/rk3399_rockchip-uboot/test/dm/Makefile
/rk3399_rockchip-uboot/test/dm/i2c.c
/rk3399_rockchip-uboot/test/dm/test.dts
/rk3399_rockchip-uboot/test/ums/ums_gadget_test.sh
/rk3399_rockchip-uboot/tools/ifdtool.c
/rk3399_rockchip-uboot/tools/ifdtool.h
/rk3399_rockchip-uboot/tools/pblimage.c
59345b1f08-Oct-2014 Przemyslaw Marczak <p.marczak@samsung.com>

lib: errno: introduce errno_str(): returns errno related message

The functions error's numbers are standarized - but the error
messages are not.

The errors are often handled with unclear error mess

lib: errno: introduce errno_str(): returns errno related message

The functions error's numbers are standarized - but the error
messages are not.

The errors are often handled with unclear error messages,
so why not use an errno standarized messages.

Advantages:
- This could decrease the binary size.
- Appended with a detailed information,
the error message will be clear.

This commit introduces new function:
- const char *errno_to_str(int errno)

The functions returns a pointer to the errno corresponding text message:
- if errno is null or positive number - a pointer to "Success" message
- if errno is negative - a pointer to errno related message

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Reviewed-by: Tom Rini <trini@ti.com>

show more ...

80d9ef8d20-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

lib: string: move strlcpy() to a common place

Move strlcpy() definition from drivers/usb/gadget/ether.c to
lib/string.c because it is a very useful function.
Let's add the prototype to include/linux

lib: string: move strlcpy() to a common place

Move strlcpy() definition from drivers/usb/gadget/ether.c to
lib/string.c because it is a very useful function.
Let's add the prototype to include/linux/string.h too.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/boot-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/emif-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/hw_data.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/sdram.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/lowlevel.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/reset.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/stv0991/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/board_early_init_r.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/board_late_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/init_page_table.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/sbc_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/support_card.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/generic.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld4-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld4.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-pro4-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-pro4.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld3-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld3.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld8-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld8.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7790.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7791.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7793.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7794.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/rcar-base.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/rcar-mstp.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/stv0991_cgu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/stv0991_creg.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/stv0991_defs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/stv0991_periph.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stv0991/stv0991_wdru.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/board.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/b4860_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/b4860_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p2041_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p3041_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p4080_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p5020_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p5040_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t1024_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t1024_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t1040_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t2080_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t2080_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t4240_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_errata.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_liodn.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_secure_boot.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/board/aristainetos/aristainetos.c
/rk3399_rockchip-uboot/board/comelit/dig297/dig297.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/b4860qds.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/eth_b4860qds.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/law.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/vid.c
/rk3399_rockchip-uboot/board/freescale/common/vid.h
/rk3399_rockchip-uboot/board/freescale/common/vsc3316_3308.c
/rk3399_rockchip-uboot/board/freescale/common/vsc3316_3308.h
/rk3399_rockchip-uboot/board/freescale/corenet_ds/eth_hydra.c
/rk3399_rockchip-uboot/board/freescale/mx6slevk/mx6slevk.c
/rk3399_rockchip-uboot/board/freescale/mx6sxsabresd/mx6sxsabresd.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t102xqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t102xqds/Makefile
/rk3399_rockchip-uboot/board/freescale/t102xqds/README
/rk3399_rockchip-uboot/board/freescale/t102xqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/eth_t102xqds.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/law.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/pci.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/spl.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/t1024_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/t102xqds/t1024_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t102xqds/t102xqds.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/t102xqds.h
/rk3399_rockchip-uboot/board/freescale/t102xqds/t102xqds_qixis.h
/rk3399_rockchip-uboot/board/freescale/t102xqds/tlb.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/t102xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t102xrdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t102xrdb/README
/rk3399_rockchip-uboot/board/freescale/t102xrdb/cpld.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/cpld.h
/rk3399_rockchip-uboot/board/freescale/t102xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/eth_t102xrdb.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/law.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/pci.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t1024_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t1024_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t102xrdb.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t102xrdb.h
/rk3399_rockchip-uboot/board/freescale/t102xrdb/tlb.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xqds/t2080_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t208xqds/t208xqds.c
/rk3399_rockchip-uboot/board/freescale/t208xrdb/t2080_rcw.cfg
/rk3399_rockchip-uboot/board/isee/igep00x0/igep00x0.c
/rk3399_rockchip-uboot/board/keymile/km82xx/km82xx.c
/rk3399_rockchip-uboot/board/logicpd/omap3som/omap3logic.c
/rk3399_rockchip-uboot/board/logicpd/zoom1/zoom1.c
/rk3399_rockchip-uboot/board/matrix_vision/mvblx/mvblx.c
/rk3399_rockchip-uboot/board/muas3001/muas3001.c
/rk3399_rockchip-uboot/board/nokia/rx51/rx51.c
/rk3399_rockchip-uboot/board/overo/overo.c
/rk3399_rockchip-uboot/board/pandora/pandora.c
/rk3399_rockchip-uboot/board/renesas/alt/Makefile
/rk3399_rockchip-uboot/board/renesas/alt/alt.c
/rk3399_rockchip-uboot/board/renesas/gose/Makefile
/rk3399_rockchip-uboot/board/renesas/gose/gose.c
/rk3399_rockchip-uboot/board/renesas/koelsch/Makefile
/rk3399_rockchip-uboot/board/renesas/koelsch/koelsch.c
/rk3399_rockchip-uboot/board/renesas/lager/Makefile
/rk3399_rockchip-uboot/board/renesas/lager/lager.c
/rk3399_rockchip-uboot/board/renesas/rcar-gen2-common/common.c
/rk3399_rockchip-uboot/board/siemens/common/board.c
/rk3399_rockchip-uboot/board/siemens/common/factoryset.c
/rk3399_rockchip-uboot/board/siemens/common/factoryset.h
/rk3399_rockchip-uboot/board/siemens/draco/board.c
/rk3399_rockchip-uboot/board/siemens/pxm2/board.c
/rk3399_rockchip-uboot/board/siemens/rut/board.c
/rk3399_rockchip-uboot/board/solidrun/hummingboard/hummingboard.c
/rk3399_rockchip-uboot/board/st/stv0991/Kconfig
/rk3399_rockchip-uboot/board/st/stv0991/MAINTAINERS
/rk3399_rockchip-uboot/board/st/stv0991/Makefile
/rk3399_rockchip-uboot/board/st/stv0991/stv0991.c
/rk3399_rockchip-uboot/board/tbs/tbs2910/Kconfig
/rk3399_rockchip-uboot/board/technexion/tao3530/tao3530.c
/rk3399_rockchip-uboot/board/ti/beagle/beagle.c
/rk3399_rockchip-uboot/board/ti/beagle_x15/Kconfig
/rk3399_rockchip-uboot/board/ti/beagle_x15/Makefile
/rk3399_rockchip-uboot/board/ti/beagle_x15/board.c
/rk3399_rockchip-uboot/board/ti/beagle_x15/mux_data.h
/rk3399_rockchip-uboot/board/ti/dra7xx/evm.c
/rk3399_rockchip-uboot/board/ti/dra7xx/mux_data.h
/rk3399_rockchip-uboot/board/ti/evm/evm.c
/rk3399_rockchip-uboot/board/ti/sdp3430/sdp.c
/rk3399_rockchip-uboot/board/timll/devkit8000/devkit8000.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/configs/T1024QDS_D4_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_defconfig
/rk3399_rockchip-uboot/configs/beagle_x15_defconfig
/rk3399_rockchip-uboot/configs/ph1_ld4_defconfig
/rk3399_rockchip-uboot/configs/ph1_pro4_defconfig
/rk3399_rockchip-uboot/configs/ph1_sld8_defconfig
/rk3399_rockchip-uboot/configs/stv0991_defconfig
/rk3399_rockchip-uboot/doc/README.fsl-dpaa
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ddr4_dimm_params.c
/rk3399_rockchip-uboot/drivers/i2c/i2c_core.c
/rk3399_rockchip-uboot/drivers/misc/mxc_ocotp.c
/rk3399_rockchip-uboot/drivers/misc/mxs_ocotp.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/omap_hsmmc.c
/rk3399_rockchip-uboot/drivers/mmc/sh_mmcif.c
/rk3399_rockchip-uboot/drivers/mmc/sh_mmcif.h
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/net/fm/Makefile
/rk3399_rockchip-uboot/drivers/net/fm/b4860.c
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/net/fm/init.c
/rk3399_rockchip-uboot/drivers/net/fm/t1024.c
/rk3399_rockchip-uboot/drivers/net/fm/t1040.c
/rk3399_rockchip-uboot/drivers/net/phy/Makefile
/rk3399_rockchip-uboot/drivers/net/phy/cortina.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/phy/vitesse.c
/rk3399_rockchip-uboot/drivers/power/palmas.c
/rk3399_rockchip-uboot/drivers/power/twl4030.c
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/spi/ti_qspi.c
/rk3399_rockchip-uboot/drivers/thermal/imx_thermal.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
/rk3399_rockchip-uboot/drivers/usb/phy/omap_usb_phy.c
/rk3399_rockchip-uboot/include/config_fallbacks.h
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/P1010RDB.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P1023RDB.h
/rk3399_rockchip-uboot/include/configs/P5040DS.h
/rk3399_rockchip-uboot/include/configs/T102xQDS.h
/rk3399_rockchip-uboot/include/configs/T102xRDB.h
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/alt.h
/rk3399_rockchip-uboot/include/configs/beagle_x15.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/gose.h
/rk3399_rockchip-uboot/include/configs/km82xx.h
/rk3399_rockchip-uboot/include/configs/koelsch.h
/rk3399_rockchip-uboot/include/configs/lager.h
/rk3399_rockchip-uboot/include/configs/muas3001.h
/rk3399_rockchip-uboot/include/configs/mx53loco.h
/rk3399_rockchip-uboot/include/configs/mx6sabre_common.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/omap5_uevm.h
/rk3399_rockchip-uboot/include/configs/p1_twr.h
/rk3399_rockchip-uboot/include/configs/pxm2.h
/rk3399_rockchip-uboot/include/configs/rcar-gen2-common.h
/rk3399_rockchip-uboot/include/configs/rut.h
/rk3399_rockchip-uboot/include/configs/stv0991.h
/rk3399_rockchip-uboot/include/configs/tbs2910.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/configs/uniphier.h
/rk3399_rockchip-uboot/include/cortina.h
/rk3399_rockchip-uboot/include/fm_eth.h
/rk3399_rockchip-uboot/include/linux/string.h
/rk3399_rockchip-uboot/include/linux/usb/xhci-omap.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/twl4030.h
string.c
/rk3399_rockchip-uboot/scripts/kconfig/menu.c
61eb5d7228-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

77d2675028-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

libfdt: descend from lib/ to lib/libfdt/

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

f071c50128-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

lib: bzip2: move bzip2 files to lib/bzip2/ directory

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

afc366f026-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

Replace <compiler.h> with <linux/compiler.h>

Including <linux/compiler.h> is enough for general use.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arc/Makefile
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/Makefile
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-bcm2835/mbox.h
/rk3399_rockchip-uboot/arch/avr32/Makefile
/rk3399_rockchip-uboot/arch/blackfin/Makefile
/rk3399_rockchip-uboot/arch/m68k/Makefile
/rk3399_rockchip-uboot/arch/microblaze/Makefile
/rk3399_rockchip-uboot/arch/mips/Makefile
/rk3399_rockchip-uboot/arch/mips/include/asm/unaligned.h
/rk3399_rockchip-uboot/arch/nds32/Makefile
/rk3399_rockchip-uboot/arch/nios2/Makefile
/rk3399_rockchip-uboot/arch/openrisc/Makefile
/rk3399_rockchip-uboot/arch/powerpc/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sandbox/Makefile
/rk3399_rockchip-uboot/arch/sandbox/cpu/os.c
/rk3399_rockchip-uboot/arch/sandbox/cpu/start.c
/rk3399_rockchip-uboot/arch/sh/Makefile
/rk3399_rockchip-uboot/arch/sh/include/asm/unaligned.h
/rk3399_rockchip-uboot/arch/sparc/Makefile
/rk3399_rockchip-uboot/arch/x86/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/ipchecksum.c
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-coreboot/sysinfo.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-coreboot/tables.h
/rk3399_rockchip-uboot/arch/x86/include/asm/io.h
/rk3399_rockchip-uboot/arch/x86/lib/string.c
/rk3399_rockchip-uboot/board/raspberrypi/rpi/Kconfig
/rk3399_rockchip-uboot/board/raspberrypi/rpi/MAINTAINERS
/rk3399_rockchip-uboot/board/raspberrypi/rpi/Makefile
/rk3399_rockchip-uboot/board/raspberrypi/rpi/rpi.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_fuse.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/console.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/image-fdt.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/configs/rpi_defconfig
/rk3399_rockchip-uboot/disk/part_efi.c
/rk3399_rockchip-uboot/doc/README.clang
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/drivers/power/power_i2c.c
/rk3399_rockchip-uboot/drivers/rtc/mvrtc.h
/rk3399_rockchip-uboot/drivers/serial/serial_pl01x.c
/rk3399_rockchip-uboot/drivers/tpm/tpm.c
/rk3399_rockchip-uboot/drivers/tpm/tpm_tis_i2c.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/commproc.h
/rk3399_rockchip-uboot/include/configs/a3m071.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/imx6_spl.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/omap3_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_quick_mmc.h
/rk3399_rockchip-uboot/include/configs/rpi.h
/rk3399_rockchip-uboot/include/configs/sama5d3_xplained.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/tao3530.h
/rk3399_rockchip-uboot/include/configs/ti814x_evm.h
/rk3399_rockchip-uboot/include/configs/ti816x_evm.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
zlib/zlib.h
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/scripts/get_maintainer.pl
/rk3399_rockchip-uboot/tools/buildman/README
/rk3399_rockchip-uboot/tools/buildman/builder.py
/rk3399_rockchip-uboot/tools/buildman/builderthread.py
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/patman/patchstream.py
8834210301-Dec-2014 Tom Rini <trini@ti.com>

Merge git://git.denx.de/u-boot-fdt

f4e7e2d101-Dec-2014 Tom Rini <trini@ti.com>

Merge git://git.denx.de/u-boot-x86


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock_init_exynos5.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/power.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun4i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun4i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/platdevice.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/platdevice.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/platdevice.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-odroid.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5800-peach-pi.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld4-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld4.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-pro4-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-pro4.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld8-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-sld8.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/dmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/ehci.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/s3c2410.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/s3c2440.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/display.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/start.S
/rk3399_rockchip-uboot/arch/mips/cpu/mips64/start.S
/rk3399_rockchip-uboot/arch/mips/lib/Makefile
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_errata.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_serdes.h
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/config.mk
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/coreboot.c
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/bd82x6x.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/gma.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/gma.h
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/lpc.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/model_206ax.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/northbridge.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/pch.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sata.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/usb_ehci.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/usb_xhci.c
/rk3399_rockchip-uboot/arch/x86/cpu/lapic.c
/rk3399_rockchip-uboot/arch/x86/cpu/pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/turbo.c
/rk3399_rockchip-uboot/arch/x86/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/x86/dts/link.dts
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/model_206ax.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/pch.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/sandybridge.h
/rk3399_rockchip-uboot/arch/x86/include/asm/i8259.h
/rk3399_rockchip-uboot/arch/x86/include/asm/interrupt.h
/rk3399_rockchip-uboot/arch/x86/include/asm/ioapic.h
/rk3399_rockchip-uboot/arch/x86/include/asm/lapic.h
/rk3399_rockchip-uboot/arch/x86/include/asm/msr-index.h
/rk3399_rockchip-uboot/arch/x86/include/asm/msr.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pci.h
/rk3399_rockchip-uboot/arch/x86/include/asm/post.h
/rk3399_rockchip-uboot/arch/x86/include/asm/processor.h
/rk3399_rockchip-uboot/arch/x86/include/asm/speedstep.h
/rk3399_rockchip-uboot/arch/x86/include/asm/turbo.h
/rk3399_rockchip-uboot/arch/x86/include/asm/u-boot-x86.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/bios.c
/rk3399_rockchip-uboot/arch/x86/lib/bios.h
/rk3399_rockchip-uboot/arch/x86/lib/bios_asm.S
/rk3399_rockchip-uboot/arch/x86/lib/bios_interrupts.c
/rk3399_rockchip-uboot/arch/x86/lib/pcat_interrupts.c
/rk3399_rockchip-uboot/arch/x86/lib/relocate.c
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/README
/rk3399_rockchip-uboot/board/freescale/t208xqds/eth_t208xqds.c
/rk3399_rockchip-uboot/board/google/chromebook_link/link.c
/rk3399_rockchip-uboot/board/samsung/odroid/odroid.c
/rk3399_rockchip-uboot/board/samsung/smdk5420/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk5420/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/ahci.c
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/spl/spl_ext.c
/rk3399_rockchip-uboot/configs/A13-OLinuXinoM_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXino_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/peach-pi_defconfig
/rk3399_rockchip-uboot/configs/ph1_ld4_defconfig
/rk3399_rockchip-uboot/configs/ph1_pro4_defconfig
/rk3399_rockchip-uboot/configs/ph1_sld8_defconfig
/rk3399_rockchip-uboot/doc/README.odroid
/rk3399_rockchip-uboot/doc/device-tree-bindings/ata/intel-sata.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/intel-lpc.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/intel-gma.txt
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/atibios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/besys.c
/rk3399_rockchip-uboot/drivers/bios_emulator/bios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/biosemui.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/biosemu.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/debug.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/regs.h
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/debug.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/decode.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops2.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/sys.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/nand/denali.c
/rk3399_rockchip-uboot/drivers/mtd/nand/denali.h
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/s3c2410_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/vf610_nfc.c
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pci_rom.c
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_max77686.c
/rk3399_rockchip-uboot/drivers/qe/Makefile
/rk3399_rockchip-uboot/drivers/qe/fdt.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/qe.h
/rk3399_rockchip-uboot/drivers/rtc/bfin_rtc.c
/rk3399_rockchip-uboot/drivers/rtc/mc146818.c
/rk3399_rockchip-uboot/drivers/serial/serial_uniphier.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-exynos.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-fsl.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-uniphier.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/ati_radeon_fb.c
/rk3399_rockchip-uboot/drivers/video/sunxi_display.c
/rk3399_rockchip-uboot/drivers/video/x86_fb.c
/rk3399_rockchip-uboot/fs/ext4/ext4fs.c
/rk3399_rockchip-uboot/fs/fat/fat_write.c
/rk3399_rockchip-uboot/fs/fs.c
/rk3399_rockchip-uboot/include/bios_emul.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/P1023RDB.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/chromebook_link.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/exynos-common.h
/rk3399_rockchip-uboot/include/configs/exynos5-common.h
/rk3399_rockchip-uboot/include/configs/exynos5-dt-common.h
/rk3399_rockchip-uboot/include/configs/exynos5250-common.h
/rk3399_rockchip-uboot/include/configs/exynos5420-common.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/odroid.h
/rk3399_rockchip-uboot/include/configs/origen.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/peach-pi.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smdk5420.h
/rk3399_rockchip-uboot/include/configs/sun7i.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/uniphier-common.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fsl_usb.h
/rk3399_rockchip-uboot/include/linux/kernel.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/include/pci_rom.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/power/max77686_pmic.h
/rk3399_rockchip-uboot/include/rtc.h
/rk3399_rockchip-uboot/include/usb/ehci-fsl.h
/rk3399_rockchip-uboot/include/vbe.h
/rk3399_rockchip-uboot/include/video_fb.h
fdtdec.c
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/tools/.gitignore
0bd4e39d21-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

fdt: remove fdtdec_get_alias_node() function

The fdt_path_offset() checks an alias too.

fdtdec_get_alias_node(blob, "foo") is equivalent to
fdt_path_offset(blob, "foo").

Signed-off-by: Masahiro Ya

fdt: remove fdtdec_get_alias_node() function

The fdt_path_offset() checks an alias too.

fdtdec_get_alias_node(blob, "foo") is equivalent to
fdt_path_offset(blob, "foo").

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock_init_exynos5.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/power.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun4i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun4i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun6i.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-odroid.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5800-peach-pi.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/dmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/ehci.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/display.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_errata.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_serdes.h
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/README
/rk3399_rockchip-uboot/board/freescale/t208xqds/eth_t208xqds.c
/rk3399_rockchip-uboot/board/samsung/odroid/odroid.c
/rk3399_rockchip-uboot/board/samsung/smdk5420/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk5420/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/ahci.c
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/spl/spl_ext.c
/rk3399_rockchip-uboot/configs/A13-OLinuXinoM_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXino_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/peach-pi_defconfig
/rk3399_rockchip-uboot/doc/README.odroid
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_max77686.c
/rk3399_rockchip-uboot/drivers/qe/Makefile
/rk3399_rockchip-uboot/drivers/qe/fdt.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/qe.h
/rk3399_rockchip-uboot/drivers/serial/serial-uclass.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-exynos.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-fsl.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/sunxi_display.c
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/P1023RDB.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/exynos-common.h
/rk3399_rockchip-uboot/include/configs/exynos5-common.h
/rk3399_rockchip-uboot/include/configs/exynos5-dt-common.h
/rk3399_rockchip-uboot/include/configs/exynos5250-common.h
/rk3399_rockchip-uboot/include/configs/exynos5420-common.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/odroid.h
/rk3399_rockchip-uboot/include/configs/origen.h
/rk3399_rockchip-uboot/include/configs/peach-pi.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smdk5420.h
/rk3399_rockchip-uboot/include/configs/sun7i.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fsl_usb.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/power/max77686_pmic.h
/rk3399_rockchip-uboot/include/usb/ehci-fsl.h
fdtdec.c
1fc4e6f425-Nov-2014 Tom Rini <trini@ti.com>

Merge git://git.denx.de/u-boot-fdt


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/relocate.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/sata.c
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/imx-common/spl_sd.cfg
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-imx/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/lib/bootm.c
/rk3399_rockchip-uboot/arch/arm/lib/crt0.S
/rk3399_rockchip-uboot/arch/arm/lib/relocate.S
/rk3399_rockchip-uboot/arch/nios2/cpu/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/fdt.c
/rk3399_rockchip-uboot/board/a3m071/a3m071.c
/rk3399_rockchip-uboot/board/a4m072/a4m072.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/bachmann/ot1200/ot1200.c
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/nitrogen6x.c
/rk3399_rockchip-uboot/board/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/compulab/cm_fx6/cm_fx6.c
/rk3399_rockchip-uboot/board/compulab/cm_t54/cm_t54.c
/rk3399_rockchip-uboot/board/davedenx/aria/aria.c
/rk3399_rockchip-uboot/board/embest/mx6boards/mx6boards.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/esd/mecp5123/mecp5123.c
/rk3399_rockchip-uboot/board/esd/pmc405de/pmc405de.c
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/esd/vme8349/vme8349.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/b4860qds.c
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/bsc9131rdb.c
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/bsc9132qds.c
/rk3399_rockchip-uboot/board/freescale/c29xpcie/c29xpcie.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/cds_pci_ft.c
/rk3399_rockchip-uboot/board/freescale/common/pfuze.c
/rk3399_rockchip-uboot/board/freescale/common/pfuze.h
/rk3399_rockchip-uboot/board/freescale/corenet_ds/corenet_ds.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/ls2085a/ls2085a.c
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/mpc5121ads.c
/rk3399_rockchip-uboot/board/freescale/mpc7448hpc2/mpc7448hpc2.c
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/mpc8308rdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/mpc8315erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/mpc8323erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/mpc832xemds.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/mpc8349emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/mpc8349itx.c
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/mpc8360erdk.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/mpc837xemds.c
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/mpc837xerdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/mpc8536ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/mpc8540ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/mpc8560ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/mpc8569mds.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/mpc8572ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/freescale/mx51evk/mx51evk.c
/rk3399_rockchip-uboot/board/freescale/mx53ard/mx53ard.c
/rk3399_rockchip-uboot/board/freescale/mx53evk/mx53evk.c
/rk3399_rockchip-uboot/board/freescale/mx53loco/mx53loco.c
/rk3399_rockchip-uboot/board/freescale/mx53smd/mx53smd.c
/rk3399_rockchip-uboot/board/freescale/mx6qarm2/mx6qarm2.c
/rk3399_rockchip-uboot/board/freescale/mx6qsabreauto/mx6qsabreauto.c
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/freescale/mx6slevk/mx6slevk.c
/rk3399_rockchip-uboot/board/freescale/mx6sxsabresd/mx6sxsabresd.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/p1010rdb.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/p1022ds.c
/rk3399_rockchip-uboot/board/freescale/p1023rdb/p1023rdb.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/p1_p2_rdb.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
/rk3399_rockchip-uboot/board/freescale/p1_twr/p1_twr.c
/rk3399_rockchip-uboot/board/freescale/p2020come/p2020come.c
/rk3399_rockchip-uboot/board/freescale/p2020ds/p2020ds.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/p2041rdb.c
/rk3399_rockchip-uboot/board/freescale/qemu-ppce500/qemu-ppce500.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040qds.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t104xrdb.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/t208xqds.c
/rk3399_rockchip-uboot/board/freescale/t208xrdb/t208xrdb.c
/rk3399_rockchip-uboot/board/freescale/t4qds/t4240emu.c
/rk3399_rockchip-uboot/board/freescale/t4qds/t4240qds.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/t4240rdb.c
/rk3399_rockchip-uboot/board/galaxy5200/galaxy5200.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana_spl.c
/rk3399_rockchip-uboot/board/gdsys/intip/intip.c
/rk3399_rockchip-uboot/board/gdsys/mpc8308/hrcon.c
/rk3399_rockchip-uboot/board/gdsys/p1022/controlcenterd.c
/rk3399_rockchip-uboot/board/highbank/highbank.c
/rk3399_rockchip-uboot/board/icecube/icecube.c
/rk3399_rockchip-uboot/board/ids/ids8313/ids8313.c
/rk3399_rockchip-uboot/board/ifm/ac14xx/ac14xx.c
/rk3399_rockchip-uboot/board/ifm/o2dnt2/o2dnt2.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/digsy_mtc.c
/rk3399_rockchip-uboot/board/ipek01/ipek01.c
/rk3399_rockchip-uboot/board/jupiter/jupiter.c
/rk3399_rockchip-uboot/board/keymile/km82xx/km82xx.c
/rk3399_rockchip-uboot/board/keymile/km83xx/km83xx.c
/rk3399_rockchip-uboot/board/keymile/kmp204x/kmp204x.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/kosagi/novena/novena_spl.c
/rk3399_rockchip-uboot/board/kup/kup4k/kup4k.c
/rk3399_rockchip-uboot/board/manroland/mucmc52/mucmc52.c
/rk3399_rockchip-uboot/board/manroland/uc101/uc101.c
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/mpc8308_p1m/mpc8308_p1m.c
/rk3399_rockchip-uboot/board/muas3001/muas3001.c
/rk3399_rockchip-uboot/board/munices/munices.c
/rk3399_rockchip-uboot/board/pdm360ng/pdm360ng.c
/rk3399_rockchip-uboot/board/phytec/pcm030/pcm030.c
/rk3399_rockchip-uboot/board/raspberrypi/rpi_b/rpi_b.c
/rk3399_rockchip-uboot/board/sbc8349/sbc8349.c
/rk3399_rockchip-uboot/board/sbc8548/sbc8548.c
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/socrates/socrates.c
/rk3399_rockchip-uboot/board/stx/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/tbs/tbs2910/tbs2910.c
/rk3399_rockchip-uboot/board/ti/ks2_evm/board.c
/rk3399_rockchip-uboot/board/tqc/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/tqc/tqm834x/tqm834x.c
/rk3399_rockchip-uboot/board/tqc/tqm8xx/tqm8xx.c
/rk3399_rockchip-uboot/board/tqc/tqma6/tqma6.c
/rk3399_rockchip-uboot/board/tqc/tqma6/tqma6_mba6.c
/rk3399_rockchip-uboot/board/ve8313/ve8313.c
/rk3399_rockchip-uboot/board/wandboard/wandboard.c
/rk3399_rockchip-uboot/board/xes/xpedite517x/xpedite517x.c
/rk3399_rockchip-uboot/board/xes/xpedite520x/xpedite520x.c
/rk3399_rockchip-uboot/board/xes/xpedite537x/xpedite537x.c
/rk3399_rockchip-uboot/board/xes/xpedite550x/xpedite550x.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/cli_hush.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/cmd_sata.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/image-fdt.c
/rk3399_rockchip-uboot/configs/cm_fx6_defconfig
/rk3399_rockchip-uboot/configs/gwventana_defconfig
/rk3399_rockchip-uboot/configs/mx6sabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/novena_defconfig
/rk3399_rockchip-uboot/doc/README.mxsimage
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/block/ata_piix.c
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/block/fsl_sata.c
/rk3399_rockchip-uboot/drivers/block/pata_bfin.c
/rk3399_rockchip-uboot/drivers/block/sata_dwc.c
/rk3399_rockchip-uboot/drivers/block/sata_sil.c
/rk3399_rockchip-uboot/drivers/block/sata_sil3114.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/thermal/Makefile
/rk3399_rockchip-uboot/drivers/thermal/imx_thermal.c
/rk3399_rockchip-uboot/drivers/thermal/thermal-uclass.c
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6sabre_common.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/sun7i.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/vexpress_ca15_tc2.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/imx_thermal.h
/rk3399_rockchip-uboot/include/power/pfuze100_pmic.h
/rk3399_rockchip-uboot/include/sata.h
/rk3399_rockchip-uboot/include/thermal.h
fdtdec.c
/rk3399_rockchip-uboot/tools/mxsimage.c
/rk3399_rockchip-uboot/tools/mxsimage.h
effcf06715-Nov-2014 Simon Glass <sjg@chromium.org>

x86: Add initial video device init for Intel GMA

Intel's Graphics Media Accelerator (GMA) is a generic name for a wide range
of video devices. Add code to set up the hardware on ivybridge. Part of t

x86: Add initial video device init for Intel GMA

Intel's Graphics Media Accelerator (GMA) is a generic name for a wide range
of video devices. Add code to set up the hardware on ivybridge. Part of the
init happens in native code, part of it happens in a 16-bit option ROM for
those nostalgic for the 1970s.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/bd82x6x.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/gma.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/gma.h
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/northbridge.c
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/model_206ax.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/sandybridge.h
/rk3399_rockchip-uboot/arch/x86/include/asm/msr.h
/rk3399_rockchip-uboot/arch/x86/include/asm/processor.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/bios.c
/rk3399_rockchip-uboot/arch/x86/lib/bios.h
/rk3399_rockchip-uboot/arch/x86/lib/bios_asm.S
/rk3399_rockchip-uboot/arch/x86/lib/bios_interrupts.c
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/intel-gma.txt
/rk3399_rockchip-uboot/drivers/bios_emulator/include/biosemu.h
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_rom.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/ati_radeon_fb.c
/rk3399_rockchip-uboot/drivers/video/x86_fb.c
/rk3399_rockchip-uboot/include/bios_emul.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/chromebook_link.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/pci_rom.h
/rk3399_rockchip-uboot/include/vbe.h
/rk3399_rockchip-uboot/include/video_fb.h
fdtdec.c

1...<<31323334353637383940>>...46