History log of /openbmc/u-boot/arch/x86/include/asm/ (Results 201 – 225 of 491)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4e19072917-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Move LPC init into the LPC probe() method

Drop the lpc_init_extra() function and just use the post-relocation LPC
probe() instead.

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

x86: ivybridge: Move LPC init into the LPC probe() method

Drop the lpc_init_extra() function and just use the post-relocation LPC
probe() instead.

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

show more ...

865c24ee17-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Move lpc_enable() into gma.c

This graphics init code is best placed in the gma init code. Move the code
and drop the function.

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

x86: ivybridge: Move lpc_enable() into gma.c

This graphics init code is best placed in the gma init code. Move the code
and drop the function.

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

show more ...

01a6790817-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Use the SATA driver to do the init

Instead of manually initing the device, probe the SATA device and move the
init there.

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

x86: ivybridge: Use the SATA driver to do the init

Instead of manually initing the device, probe the SATA device and move the
init there.

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

show more ...

82935b7517-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Drop the unused bd82x6x_init_extra()

This function does nothing now so can be dropped.

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

d46f2a6817-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Do the SATA init before relocation

The SATA device needs to set itself up so that it appears correctly on the
PCI bus. The easiest way to do this is to set it up to probe before
relo

x86: ivybridge: Do the SATA init before relocation

The SATA device needs to set itself up so that it appears correctly on the
PCI bus. The easiest way to do this is to set it up to probe before
relocation. This can do the early setup.

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

show more ...

1a9dd22117-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Use driver model PCI API in bd82x6x.c

Adjust most of the remaining functions in this file to use the driver model
PCI API. The one remaining function is bridge_silicon_revision() whi

x86: ivybridge: Use driver model PCI API in bd82x6x.c

Adjust most of the remaining functions in this file to use the driver model
PCI API. The one remaining function is bridge_silicon_revision() which will
need a little more work.

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

show more ...

9ed781a617-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Move northbridge and PCH init into drivers

Instead of calling the northbridge and PCH init from bd82x6x_init_extra()
when the PCI bus is probed, call it from the respective drivers.

x86: ivybridge: Move northbridge and PCH init into drivers

Instead of calling the northbridge and PCH init from bd82x6x_init_extra()
when the PCI bus is probed, call it from the respective drivers. Also drop
the Northbridge init as it has no effect. The registers it touches appear to
be read-only.

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

show more ...

afd5d50c17-Jan-2016 Simon Glass <sjg@chromium.org>

x86: Make x86_init_cpus() static

There are no other implementations of this function, and boards that need it
can implement a CPU driver.

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

x86: Make x86_init_cpus() static

There are no other implementations of this function, and boards that need it
can implement a CPU driver.

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

show more ...

9d156b5717-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Move CPU init code into the driver

Use the CPU driver's probe() method to perform the CPU init. This will happen
automatically when the first CPU is probed.

Signed-off-by: Simon Gla

x86: ivybridge: Move CPU init code into the driver

Use the CPU driver's probe() method to perform the CPU init. This will happen
automatically when the first CPU is probed.

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

show more ...

2b27d20517-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Rename lpc_init() to lpc_init_extra()

In preparation for adding an init() method to the LPC uclass, rename this
existing function so that it will not conflict.

Signed-off-by: Simon

x86: ivybridge: Rename lpc_init() to lpc_init_extra()

In preparation for adding an init() method to the LPC uclass, rename this
existing function so that it will not conflict.

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

show more ...

858361b117-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Rename bd82x6x_init()

Rename the existing bd82x6x_init() to bd82x6x_init_extra(). We will remove
this in a later patch.

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

x86: ivybridge: Rename bd82x6x_init()

Rename the existing bd82x6x_init() to bd82x6x_init_extra(). We will remove
this in a later patch.

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

show more ...

788cd90817-Jan-2016 Simon Glass <sjg@chromium.org>

x86: ivybridge: Move lpc_early_init() to probe()

Move this code to the LPC's probe() method so that it will happen
automatically when the LPC is probed before relocation.

Signed-off-by: Simon Glass

x86: ivybridge: Move lpc_early_init() to probe()

Move this code to the LPC's probe() method so that it will happen
automatically when the LPC is probed before relocation.

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

show more ...

0bdce07519-Jan-2016 Simon Glass <sjg@chromium.org>

dm: x86: Drop the weak cpu_irq_init() function

There are no callers now. Platforms which need to set up interrupts their
own way can implement an interrupt driver. Drop this function.

Signed-off-by

dm: x86: Drop the weak cpu_irq_init() function

There are no callers now. Platforms which need to set up interrupts their
own way can implement an interrupt driver. Drop this function.

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

show more ...

d3b884b219-Jan-2016 Simon Glass <sjg@chromium.org>

dm: x86: Add a common PIRQ init function

Most x86 interrupt drivers will want to use the standard PIRQ routing and
table setup. Put this code in a common function so it can be used by those
drivers

dm: x86: Add a common PIRQ init function

Most x86 interrupt drivers will want to use the standard PIRQ routing and
table setup. Put this code in a common function so it can be used by those
drivers that want it.

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

show more ...

12d6929e19-Jan-2016 Simon Glass <sjg@chromium.org>

dm: x86: Set up interrupt routing from interrupt_init()

At present interrupt routing is set up from arch_misc_init(). We can do it
a little later instead, in interrupt_init().

This removes the manu

dm: x86: Set up interrupt routing from interrupt_init()

At present interrupt routing is set up from arch_misc_init(). We can do it
a little later instead, in interrupt_init().

This removes the manual pirq_init() call. Where the platform does not have
an interrupt router defined in its device tree, no error is generated. Some
platforms do not have this.

Drop pirq_init() since it is no-longer used.

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

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/utils.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/prcm.c
/openbmc/u-boot/arch/arm/cpu/armv7m/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/Makefile
/openbmc/u-boot/arch/arm/cpu/armv8/cache_v8.c
/openbmc/u-boot/arch/arm/cpu/armv8/fwcall.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-boneblack.dts
/openbmc/u-boot/arch/arm/dts/am335x-evm.dts
/openbmc/u-boot/arch/arm/dts/am437x-gp-evm.dts
/openbmc/u-boot/arch/arm/dts/am437x-sk-evm.dts
/openbmc/u-boot/arch/arm/dts/dra7-evm.dts
/openbmc/u-boot/arch/arm/dts/dra72-evm.dts
/openbmc/u-boot/arch/arm/dts/ls1021a-twr-duart.dts
/openbmc/u-boot/arch/arm/dts/ls1021a-twr-lpuart.dts
/openbmc/u-boot/arch/arm/dts/ls1021a-twr.dtsi
/openbmc/u-boot/arch/arm/dts/ls1021a.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-jerry.dts
/openbmc/u-boot/arch/arm/dts/rk3288-rock2-som.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-rock2-square.dts
/openbmc/u-boot/arch/arm/dts/rk3288-veyron-chromebook.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288-veyron.dtsi
/openbmc/u-boot/arch/arm/dts/rk3288.dtsi
/openbmc/u-boot/arch/arm/dts/thunderx-88xx.dts
/openbmc/u-boot/arch/arm/dts/thunderx-88xx.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/edp_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/hdmi_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pmu_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pwm.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/vop_rk3288.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/prcm.h
/openbmc/u-boot/arch/arm/include/asm/armv8/mmu.h
/openbmc/u-boot/arch/arm/include/asm/atomic.h
/openbmc/u-boot/arch/arm/include/asm/bitops.h
/openbmc/u-boot/arch/arm/include/asm/global_data.h
/openbmc/u-boot/arch/arm/include/asm/system.h
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/arm/mach-rockchip/Makefile
/openbmc/u-boot/arch/arm/mach-rockchip/board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/reset_rk3288.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/sdram_rk3288.c
/openbmc/u-boot/arch/arm/mach-stm32/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32/Makefile
/openbmc/u-boot/arch/arm/mach-stm32/stm32f1/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32/stm32f1/Makefile
/openbmc/u-boot/arch/arm/mach-stm32/stm32f1/clock.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f1/flash.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f1/soc.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f1/timer.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/Kconfig
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/Makefile
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/clock.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/flash.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/soc.c
/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/timer.c
/openbmc/u-boot/arch/arm/mach-uniphier/cache_uniphier.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ph1-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-proxstream2.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-regs.h
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/start.S
/openbmc/u-boot/arch/nds32/cpu/n1213/start.S
/openbmc/u-boot/arch/nds32/include/asm/macro.h
/openbmc/u-boot/arch/nds32/include/asm/posix_types.h
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/x86/cpu/baytrail/valleyview.c
/openbmc/u-boot/arch/x86/cpu/coreboot/pci.c
/openbmc/u-boot/arch/x86/cpu/interrupts.c
/openbmc/u-boot/arch/x86/cpu/irq.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/bd82x6x.c
/openbmc/u-boot/arch/x86/cpu/qemu/qemu.c
/openbmc/u-boot/arch/x86/cpu/quark/quark.c
/openbmc/u-boot/arch/x86/cpu/queensbay/tnc.c
/openbmc/u-boot/arch/x86/dts/bayleybay.dts
/openbmc/u-boot/arch/x86/dts/broadwell_som-6896.dts
/openbmc/u-boot/arch/x86/dts/chromebook_link.dts
/openbmc/u-boot/arch/x86/dts/chromebox_panther.dts
/openbmc/u-boot/arch/x86/dts/crownbay.dts
/openbmc/u-boot/arch/x86/dts/galileo.dts
/openbmc/u-boot/arch/x86/dts/minnowmax.dts
/openbmc/u-boot/arch/x86/dts/qemu-x86_i440fx.dts
/openbmc/u-boot/arch/x86/dts/qemu-x86_q35.dts
irq.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/board/amcc/yucca/config.mk
/openbmc/u-boot/board/cavium/thunderx/Kconfig
/openbmc/u-boot/board/cavium/thunderx/MAINTAINERS
/openbmc/u-boot/board/cavium/thunderx/Makefile
/openbmc/u-boot/board/cavium/thunderx/atf.c
/openbmc/u-boot/board/cavium/thunderx/thunderx.c
/openbmc/u-boot/board/isee/igep00x0/igep00x0.c
/openbmc/u-boot/board/kylin/kylin_rk3036/kylin_rk3036.c
/openbmc/u-boot/board/radxa/rock2/Kconfig
/openbmc/u-boot/board/radxa/rock2/MAINTAINERS
/openbmc/u-boot/board/radxa/rock2/Makefile
/openbmc/u-boot/board/radxa/rock2/rock2.c
/openbmc/u-boot/board/sandbox/sandbox.c
/openbmc/u-boot/board/sunxi/Kconfig
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/xilinx/microblaze-generic/config.mk
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/cmd_bmp.c
/openbmc/u-boot/common/cmd_gpio.c
/openbmc/u-boot/common/cmd_i2c.c
/openbmc/u-boot/common/cmd_regulator.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/lcd.c
/openbmc/u-boot/common/stdio.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/configs/M5208EVBE_defconfig
/openbmc/u-boot/configs/M52277EVB_defconfig
/openbmc/u-boot/configs/M52277EVB_stmicro_defconfig
/openbmc/u-boot/configs/M5235EVB_Flash32_defconfig
/openbmc/u-boot/configs/M5235EVB_defconfig
/openbmc/u-boot/configs/M5249EVB_defconfig
/openbmc/u-boot/configs/M5253DEMO_defconfig
/openbmc/u-boot/configs/M5253EVBE_defconfig
/openbmc/u-boot/configs/M5272C3_defconfig
/openbmc/u-boot/configs/M5275EVB_defconfig
/openbmc/u-boot/configs/M5282EVB_defconfig
/openbmc/u-boot/configs/M53017EVB_defconfig
/openbmc/u-boot/configs/M5329AFEE_defconfig
/openbmc/u-boot/configs/M5329BFEE_defconfig
/openbmc/u-boot/configs/M5373EVB_defconfig
/openbmc/u-boot/configs/M54418TWR_defconfig
/openbmc/u-boot/configs/M54418TWR_nand_mii_defconfig
/openbmc/u-boot/configs/M54418TWR_nand_rmii_defconfig
/openbmc/u-boot/configs/M54418TWR_nand_rmii_lowfreq_defconfig
/openbmc/u-boot/configs/M54418TWR_serial_mii_defconfig
/openbmc/u-boot/configs/M54418TWR_serial_rmii_defconfig
/openbmc/u-boot/configs/M54451EVB_defconfig
/openbmc/u-boot/configs/M54451EVB_stmicro_defconfig
/openbmc/u-boot/configs/M54455EVB_a66_defconfig
/openbmc/u-boot/configs/M54455EVB_defconfig
/openbmc/u-boot/configs/M54455EVB_i66_defconfig
/openbmc/u-boot/configs/M54455EVB_intel_defconfig
/openbmc/u-boot/configs/M54455EVB_stm33_defconfig
/openbmc/u-boot/configs/M5475AFE_defconfig
/openbmc/u-boot/configs/M5475BFE_defconfig
/openbmc/u-boot/configs/M5475CFE_defconfig
/openbmc/u-boot/configs/M5475DFE_defconfig
/openbmc/u-boot/configs/M5475EFE_defconfig
/openbmc/u-boot/configs/M5475FFE_defconfig
/openbmc/u-boot/configs/M5475GFE_defconfig
/openbmc/u-boot/configs/M5485AFE_defconfig
/openbmc/u-boot/configs/M5485BFE_defconfig
/openbmc/u-boot/configs/M5485CFE_defconfig
/openbmc/u-boot/configs/M5485DFE_defconfig
/openbmc/u-boot/configs/M5485EFE_defconfig
/openbmc/u-boot/configs/M5485FFE_defconfig
/openbmc/u-boot/configs/M5485GFE_defconfig
/openbmc/u-boot/configs/M5485HFE_defconfig
/openbmc/u-boot/configs/am335x_boneblack_defconfig
/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/am335x_gp_evm_defconfig
/openbmc/u-boot/configs/am437x_gp_evm_defconfig
/openbmc/u-boot/configs/am437x_sk_evm_defconfig
/openbmc/u-boot/configs/amcore_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/cobra5272_defconfig
/openbmc/u-boot/configs/colibri_vf_defconfig
/openbmc/u-boot/configs/colibri_vf_dtb_defconfig
/openbmc/u-boot/configs/dra72_evm_defconfig
/openbmc/u-boot/configs/dra74_evm_defconfig
/openbmc/u-boot/configs/eb_cpu5282_defconfig
/openbmc/u-boot/configs/eb_cpu5282_internal_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/igep0020_defconfig
/openbmc/u-boot/configs/igep0020_nand_defconfig
/openbmc/u-boot/configs/igep0032_defconfig
/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021aqds_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_defconfig
/openbmc/u-boot/configs/ls1021atwr_nor_lpuart_defconfig
/openbmc/u-boot/configs/ls1021atwr_qspi_defconfig
/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/nyan-big_defconfig
/openbmc/u-boot/configs/orangepi_pc_defconfig
/openbmc/u-boot/configs/pcm052_defconfig
/openbmc/u-boot/configs/rock2_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/stm32f429-discovery_defconfig
/openbmc/u-boot/configs/thunderx_88xx_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/disk/part.c
/openbmc/u-boot/doc/README.arm64
/openbmc/u-boot/doc/README.rockchip
/openbmc/u-boot/doc/device-tree-bindings/chosen.txt
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/pinctrl-bindings.txt
/openbmc/u-boot/doc/driver-model/serial-howto.txt
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/clk/clk_fixed_rate.c
/openbmc/u-boot/drivers/clk/clk_rk3036.c
/openbmc/u-boot/drivers/clk/clk_rk3288.c
/openbmc/u-boot/drivers/clk/clk_sandbox.c
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/gpio/rk_gpio.c
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/muxes/Kconfig
/openbmc/u-boot/drivers/i2c/muxes/Makefile
/openbmc/u-boot/drivers/i2c/mvtwsi.c
/openbmc/u-boot/drivers/i2c/rk_i2c.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/pwrseq-uclass.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/pch/Makefile
/openbmc/u-boot/drivers/pch/pch-uclass.c
/openbmc/u-boot/drivers/pch/pch7.c
/openbmc/u-boot/drivers/pch/pch9.c
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_auto.c
/openbmc/u-boot/drivers/pci/pci_compat.c
/openbmc/u-boot/drivers/pci/pci_internal.h
/openbmc/u-boot/drivers/pci/pci_rom.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl_rk3036.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl_rk3288.c
/openbmc/u-boot/drivers/power/pmic/Kconfig
/openbmc/u-boot/drivers/power/pmic/Makefile
/openbmc/u-boot/drivers/power/pmic/pmic-uclass.c
/openbmc/u-boot/drivers/power/pmic/rk808.c
/openbmc/u-boot/drivers/power/regulator/Kconfig
/openbmc/u-boot/drivers/power/regulator/Makefile
/openbmc/u-boot/drivers/power/regulator/max77686.c
/openbmc/u-boot/drivers/power/regulator/regulator-uclass.c
/openbmc/u-boot/drivers/power/regulator/rk808.c
/openbmc/u-boot/drivers/pwm/Kconfig
/openbmc/u-boot/drivers/pwm/Makefile
/openbmc/u-boot/drivers/pwm/pwm-uclass.c
/openbmc/u-boot/drivers/pwm/rk_pwm.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/sandbox.c
/openbmc/u-boot/drivers/serial/serial_lpuart.c
/openbmc/u-boot/drivers/serial/serial_pl01x.c
/openbmc/u-boot/drivers/spi/ich.c
/openbmc/u-boot/drivers/spi/rk_spi.c
/openbmc/u-boot/drivers/spi/ti_qspi.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/omap-timer.c
/openbmc/u-boot/drivers/timer/sandbox_timer.c
/openbmc/u-boot/drivers/timer/timer-uclass.c
/openbmc/u-boot/drivers/video/Kconfig
/openbmc/u-boot/drivers/video/Makefile
/openbmc/u-boot/drivers/video/backlight-uclass.c
/openbmc/u-boot/drivers/video/bridge/video-bridge-uclass.c
/openbmc/u-boot/drivers/video/console_normal.c
/openbmc/u-boot/drivers/video/console_rotate.c
/openbmc/u-boot/drivers/video/da8xx-fb.c
/openbmc/u-boot/drivers/video/display-uclass.c
/openbmc/u-boot/drivers/video/exynos_dp.c
/openbmc/u-boot/drivers/video/exynos_dp_lowlevel.c
/openbmc/u-boot/drivers/video/panel-uclass.c
/openbmc/u-boot/drivers/video/pwm_backlight.c
/openbmc/u-boot/drivers/video/rockchip/Makefile
/openbmc/u-boot/drivers/video/rockchip/rk_edp.c
/openbmc/u-boot/drivers/video/rockchip/rk_hdmi.c
/openbmc/u-boot/drivers/video/rockchip/rk_vop.c
/openbmc/u-boot/drivers/video/sandbox_sdl.c
/openbmc/u-boot/drivers/video/simple_panel.c
/openbmc/u-boot/drivers/video/tegra124/display.c
/openbmc/u-boot/drivers/video/tegra124/dp.c
/openbmc/u-boot/drivers/video/vidconsole-uclass.c
/openbmc/u-boot/drivers/video/video-uclass.c
/openbmc/u-boot/drivers/video/video_bmp.c
/openbmc/u-boot/dts/Makefile
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/backlight.h
/openbmc/u-boot/include/bzlib.h
/openbmc/u-boot/include/cavium/atf.h
/openbmc/u-boot/include/cavium/atf_part.h
/openbmc/u-boot/include/cavium/thunderx_svc.h
/openbmc/u-boot/include/clk.h
/openbmc/u-boot/include/configs/M54418TWR.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am43xx_evm.h
/openbmc/u-boot/include/configs/bamboo.h
/openbmc/u-boot/include/configs/chromebook_jerry.h
/openbmc/u-boot/include/configs/colibri_vf.h
/openbmc/u-boot/include/configs/dbau1x00.h
/openbmc/u-boot/include/configs/firefly-rk3288.h
/openbmc/u-boot/include/configs/iocon.h
/openbmc/u-boot/include/configs/kylin_rk3036.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/pb1x00.h
/openbmc/u-boot/include/configs/pcm052.h
/openbmc/u-boot/include/configs/qemu-x86.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/rock2.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/stm32f429-discovery.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/thunderx_88xx.h
/openbmc/u-boot/include/configs/ti_omap3_common.h
/openbmc/u-boot/include/configs/ti_omap5_common.h
/openbmc/u-boot/include/configs/udoo.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/vct.h
/openbmc/u-boot/include/configs/vf610twr.h
/openbmc/u-boot/include/display.h
/openbmc/u-boot/include/dm/pinctrl.h
/openbmc/u-boot/include/dm/test.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/dm/uclass-internal.h
/openbmc/u-boot/include/edid.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/lcd.h
/openbmc/u-boot/include/linux/psci.h
/openbmc/u-boot/include/mpc83xx.h
/openbmc/u-boot/include/panel.h
/openbmc/u-boot/include/pch.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/power/rk808_pmic.h
/openbmc/u-boot/include/pwm.h
/openbmc/u-boot/include/pwrseq.h
/openbmc/u-boot/include/timer.h
/openbmc/u-boot/include/video.h
/openbmc/u-boot/include/video_console.h
/openbmc/u-boot/lib/bzip2/Makefile
/openbmc/u-boot/lib/bzip2/bzlib_blocksort.c
/openbmc/u-boot/lib/bzip2/bzlib_compress.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/time.c
/openbmc/u-boot/lib/tiny-printf.c
/openbmc/u-boot/test/command_ut.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/video.c
/openbmc/u-boot/test/py/.gitignore
/openbmc/u-boot/test/py/README.md
/openbmc/u-boot/test/py/conftest.py
/openbmc/u-boot/test/py/multiplexed_log.css
/openbmc/u-boot/test/py/multiplexed_log.py
/openbmc/u-boot/test/py/pytest.ini
/openbmc/u-boot/test/py/test.py
/openbmc/u-boot/test/py/tests/test_000_version.py
/openbmc/u-boot/test/py/tests/test_env.py
/openbmc/u-boot/test/py/tests/test_help.py
/openbmc/u-boot/test/py/tests/test_hush_if_test.py
/openbmc/u-boot/test/py/tests/test_md.py
/openbmc/u-boot/test/py/tests/test_sandbox_exit.py
/openbmc/u-boot/test/py/tests/test_shell_basics.py
/openbmc/u-boot/test/py/tests/test_sleep.py
/openbmc/u-boot/test/py/tests/test_ums.py
/openbmc/u-boot/test/py/tests/test_unknown_cmd.py
/openbmc/u-boot/test/py/u_boot_console_base.py
/openbmc/u-boot/test/py/u_boot_console_exec_attach.py
/openbmc/u-boot/test/py/u_boot_console_sandbox.py
/openbmc/u-boot/test/py/u_boot_spawn.py
/openbmc/u-boot/tools/logos/denx-comp.bmp
/openbmc/u-boot/tools/patman/gitutil.py
/openbmc/u-boot/tools/patman/patman.py
/openbmc/u-boot/tools/rkmux.py
5b8031cc14-Jan-2016 Tom Rini <trini@konsulko.com>

Add more SPDX-License-Identifier tags

In a number of places we had wordings of the GPL (or LGPL in a few
cases) license text that were split in such a way that it wasn't caught
previously. Convert

Add more SPDX-License-Identifier tags

In a number of places we had wordings of the GPL (or LGPL in a few
cases) license text that were split in such a way that it wasn't caught
previously. Convert all of these to the correct SPDX-License-Identifier
tag.

Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/ehci.h
/openbmc/u-boot/arch/arm/include/asm/arch-rmobile/r8a7740-gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-rmobile/r8a7740.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/funcmux.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra_i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/clock-tables.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/flow.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/funcmux.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/gp_padctrl.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/pmu.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/sysctr.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/tegra.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/mc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/clock-tables.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/flow.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/funcmux.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/gp_padctrl.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/pmu.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/tegra.h
/openbmc/u-boot/arch/arm/include/asm/ehci-omap.h
/openbmc/u-boot/arch/arm/mach-bcm283x/init.c
/openbmc/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-bcm283x/reset.c
/openbmc/u-boot/arch/arm/mach-socfpga/qts-filter.sh
/openbmc/u-boot/arch/arm/mach-tegra/cache.c
/openbmc/u-boot/arch/arm/mach-tegra/clock.c
/openbmc/u-boot/arch/arm/mach-tegra/cpu.c
/openbmc/u-boot/arch/arm/mach-tegra/gpu.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/funcmux.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/cpu.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/cpu.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/funcmux.c
/openbmc/u-boot/arch/m68k/include/asm/fsl_i2c.h
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/Makefile
/openbmc/u-boot/arch/mips/config.mk
/openbmc/u-boot/arch/mips/cpu/start.S
/openbmc/u-boot/arch/mips/dts/.gitignore
/openbmc/u-boot/arch/mips/dts/Makefile
/openbmc/u-boot/arch/mips/dts/include/dt-bindings
/openbmc/u-boot/arch/mips/dts/skeleton.dtsi
/openbmc/u-boot/arch/mips/include/asm/addrspace.h
/openbmc/u-boot/arch/mips/include/asm/asm.h
/openbmc/u-boot/arch/mips/include/asm/bitops.h
/openbmc/u-boot/arch/mips/include/asm/byteorder.h
/openbmc/u-boot/arch/mips/include/asm/cache.h
/openbmc/u-boot/arch/mips/include/asm/cachectl.h
/openbmc/u-boot/arch/mips/include/asm/cacheops.h
/openbmc/u-boot/arch/mips/include/asm/const.h
/openbmc/u-boot/arch/mips/include/asm/cpu-features.h
/openbmc/u-boot/arch/mips/include/asm/gpio.h
/openbmc/u-boot/arch/mips/include/asm/io.h
/openbmc/u-boot/arch/mips/include/asm/isadep.h
/openbmc/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h
/openbmc/u-boot/arch/mips/include/asm/mach-generic/ioremap.h
/openbmc/u-boot/arch/mips/include/asm/mach-generic/mangle-port.h
/openbmc/u-boot/arch/mips/include/asm/mach-generic/spaces.h
/openbmc/u-boot/arch/mips/include/asm/mipsregs.h
/openbmc/u-boot/arch/mips/include/asm/pgtable-bits.h
/openbmc/u-boot/arch/mips/include/asm/posix_types.h
/openbmc/u-boot/arch/mips/include/asm/processor.h
/openbmc/u-boot/arch/mips/include/asm/ptrace.h
/openbmc/u-boot/arch/mips/include/asm/reboot.h
/openbmc/u-boot/arch/mips/include/asm/reg.h
/openbmc/u-boot/arch/mips/include/asm/regdef.h
/openbmc/u-boot/arch/mips/include/asm/sgidefs.h
/openbmc/u-boot/arch/mips/include/asm/string.h
/openbmc/u-boot/arch/mips/include/asm/system.h
/openbmc/u-boot/arch/mips/include/asm/types.h
/openbmc/u-boot/arch/mips/include/asm/unaligned.h
/openbmc/u-boot/arch/mips/lib/cache.c
/openbmc/u-boot/arch/mips/lib/cache_init.S
/openbmc/u-boot/arch/mips/mach-au1x00/au1x00_eth.c
/openbmc/u-boot/arch/mips/mach-au1x00/au1x00_serial.c
/openbmc/u-boot/arch/mips/mach-au1x00/au1x00_usb_ohci.c
/openbmc/u-boot/arch/mips/mach-au1x00/include/mach/au1x00.h
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/ether_scc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/law.c
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/fdt.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/fec.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/scc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/video.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
/openbmc/u-boot/arch/powerpc/include/asm/fsl_dma.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_i2c.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_law.h
/openbmc/u-boot/arch/powerpc/include/asm/mpc8xxx_spi.h
/openbmc/u-boot/arch/sandbox/cpu/eth-raw-os.c
/openbmc/u-boot/arch/sh/include/asm/mmc.h
arch-coreboot/timestamp.h
/openbmc/u-boot/arch/x86/lib/gcc.c
/openbmc/u-boot/board/compal/paz00/paz00.c
/openbmc/u-boot/board/davinci/da8xxevm/omapl138_lcdk.c
/openbmc/u-boot/board/dbau1x00/dbau1x00.c
/openbmc/u-boot/board/dbau1x00/lowlevel_init.S
/openbmc/u-boot/board/freescale/b4860qds/ddr.c
/openbmc/u-boot/board/freescale/b4860qds/eth_b4860qds.c
/openbmc/u-boot/board/freescale/corenet_ds/ddr.c
/openbmc/u-boot/board/freescale/corenet_ds/eth_hydra.c
/openbmc/u-boot/board/freescale/corenet_ds/eth_superhydra.c
/openbmc/u-boot/board/freescale/corenet_ds/p3041ds_ddr.c
/openbmc/u-boot/board/freescale/corenet_ds/p4080ds_ddr.c
/openbmc/u-boot/board/freescale/corenet_ds/p5020ds_ddr.c
/openbmc/u-boot/board/freescale/corenet_ds/p5040ds_ddr.c
/openbmc/u-boot/board/freescale/ls1021aqds/eth.c
/openbmc/u-boot/board/freescale/ls1043aqds/eth.c
/openbmc/u-boot/board/freescale/ls2080aqds/eth.c
/openbmc/u-boot/board/freescale/mpc8536ds/ddr.c
/openbmc/u-boot/board/freescale/mpc8540ads/ddr.c
/openbmc/u-boot/board/freescale/mpc8541cds/ddr.c
/openbmc/u-boot/board/freescale/mpc8544ds/ddr.c
/openbmc/u-boot/board/freescale/mpc8548cds/ddr.c
/openbmc/u-boot/board/freescale/mpc8555cds/ddr.c
/openbmc/u-boot/board/freescale/mpc8560ads/ddr.c
/openbmc/u-boot/board/freescale/mpc8568mds/ddr.c
/openbmc/u-boot/board/freescale/mpc8569mds/ddr.c
/openbmc/u-boot/board/freescale/mpc8572ds/ddr.c
/openbmc/u-boot/board/freescale/mpc8610hpcd/ddr.c
/openbmc/u-boot/board/freescale/mpc8641hpcn/ddr.c
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ddr.c
/openbmc/u-boot/board/freescale/p2041rdb/ddr.c
/openbmc/u-boot/board/freescale/t102xqds/eth_t102xqds.c
/openbmc/u-boot/board/freescale/t1040qds/eth.c
/openbmc/u-boot/board/freescale/t208xqds/ddr.c
/openbmc/u-boot/board/freescale/t208xqds/eth_t208xqds.c
/openbmc/u-boot/board/freescale/t208xrdb/ddr.c
/openbmc/u-boot/board/freescale/t4qds/ddr.c
/openbmc/u-boot/board/freescale/t4qds/eth.c
/openbmc/u-boot/board/gdsys/common/ihs_mdio.c
/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.c
/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.h
/openbmc/u-boot/board/gdsys/p1022/ddr.c
/openbmc/u-boot/board/gdsys/p1022/diu.c
/openbmc/u-boot/board/gdsys/p1022/law.c
/openbmc/u-boot/board/gdsys/p1022/tlb.c
/openbmc/u-boot/board/highbank/ahci.c
/openbmc/u-boot/board/imgtec/malta/malta.c
/openbmc/u-boot/board/keymile/common/common.c
/openbmc/u-boot/board/micronas/vct/vct.h
/openbmc/u-boot/board/mpl/common/common_util.c
/openbmc/u-boot/board/nvidia/cardhu/pinmux-config-cardhu.h
/openbmc/u-boot/board/nvidia/dalmore/dalmore.c
/openbmc/u-boot/board/nvidia/dalmore/pinmux-config-dalmore.h
/openbmc/u-boot/board/pb1x00/lowlevel_init.S
/openbmc/u-boot/board/pb1x00/pb1x00.c
/openbmc/u-boot/board/samsung/universal_c210/universal.c
/openbmc/u-boot/board/sbc8548/ddr.c
/openbmc/u-boot/board/sbc8641d/ddr.c
/openbmc/u-boot/board/siemens/rut/board.c
/openbmc/u-boot/board/socrates/ddr.c
/openbmc/u-boot/board/toradex/apalis_t30/pinmux-config-apalis_t30.h
/openbmc/u-boot/board/toradex/colibri_t30/pinmux-config-colibri_t30.h
/openbmc/u-boot/board/vscom/baltos/board.c
/openbmc/u-boot/board/xes/xpedite520x/ddr.c
/openbmc/u-boot/board/xilinx/zynq/MicroZed_hw_platform/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/MicroZed_hw_platform/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynq/ZC702_hw_platform/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/ZC702_hw_platform/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynq/ZC706_hw_platform/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/ZC706_hw_platform/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynq/zed_hw_platform/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zed_hw_platform/ps7_init_gpl.h
/openbmc/u-boot/common/cmd_elf.c
/openbmc/u-boot/common/cmd_fs.c
/openbmc/u-boot/common/cmd_mtdparts.c
/openbmc/u-boot/common/ddr_spd.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/init/board_init.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/configs/axm_defconfig
/openbmc/u-boot/configs/bayleybay_defconfig
/openbmc/u-boot/configs/chromebook_link_defconfig
/openbmc/u-boot/configs/chromebox_panther_defconfig
/openbmc/u-boot/configs/coreboot-x86_defconfig
/openbmc/u-boot/configs/crownbay_defconfig
/openbmc/u-boot/configs/galileo_defconfig
/openbmc/u-boot/configs/minnowmax_defconfig
/openbmc/u-boot/configs/qemu-x86_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/taurus_defconfig
/openbmc/u-boot/disk/part_dos.c
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/disk/part_iso.c
/openbmc/u-boot/drivers/block/sata_dwc.c
/openbmc/u-boot/drivers/ddr/altera/sdram.c
/openbmc/u-boot/drivers/ddr/fsl/ddr1_dimm_params.c
/openbmc/u-boot/drivers/ddr/fsl/ddr2_dimm_params.c
/openbmc/u-boot/drivers/ddr/fsl/ddr3_dimm_params.c
/openbmc/u-boot/drivers/ddr/fsl/lc_common_dimm_params.c
/openbmc/u-boot/drivers/ddr/fsl/main.c
/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen1.c
/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen2.c
/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen3.c
/openbmc/u-boot/drivers/ddr/fsl/mpc86xx_ddr.c
/openbmc/u-boot/drivers/ddr/fsl/util.c
/openbmc/u-boot/drivers/fpga/socfpga.c
/openbmc/u-boot/drivers/gpio/pca953x.c
/openbmc/u-boot/drivers/i2c/fsl_i2c.c
/openbmc/u-boot/drivers/misc/cbmem_console.c
/openbmc/u-boot/drivers/misc/ds4510.c
/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c
/openbmc/u-boot/drivers/mmc/sh_mmcif.c
/openbmc/u-boot/drivers/mmc/sh_mmcif.h
/openbmc/u-boot/drivers/mtd/nand/nand.c
/openbmc/u-boot/drivers/mtd/nand/vf610_nfc.c
/openbmc/u-boot/drivers/mtd/spi/sf-uclass.c
/openbmc/u-boot/drivers/net/altera_tse.c
/openbmc/u-boot/drivers/net/at91_emac.c
/openbmc/u-boot/drivers/net/ax88180.c
/openbmc/u-boot/drivers/net/cpsw.c
/openbmc/u-boot/drivers/net/davinci_emac.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/dm9000x.c
/openbmc/u-boot/drivers/net/fm/memac_phy.c
/openbmc/u-boot/drivers/net/fm/tgec_phy.c
/openbmc/u-boot/drivers/net/fsl_mdio.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/ftmac100.c
/openbmc/u-boot/drivers/net/greth.c
/openbmc/u-boot/drivers/net/keystone_net.c
/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c
/openbmc/u-boot/drivers/net/lpc32xx_eth.c
/openbmc/u-boot/drivers/net/mpc512x_fec.c
/openbmc/u-boot/drivers/net/mpc5xxx_fec.c
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/net/ne2000_base.c
/openbmc/u-boot/drivers/net/pch_gbe.c
/openbmc/u-boot/drivers/net/pcnet.c
/openbmc/u-boot/drivers/net/sh_eth.c
/openbmc/u-boot/drivers/net/tsec.c
/openbmc/u-boot/drivers/pci/pci_auto.c
/openbmc/u-boot/drivers/pci/pci_rom.c
/openbmc/u-boot/drivers/serial/arm_dcc.c
/openbmc/u-boot/drivers/spi/sh_spi.c
/openbmc/u-boot/drivers/spi/sh_spi.h
/openbmc/u-boot/drivers/spi/tegra114_spi.c
/openbmc/u-boot/drivers/spi/tegra20_slink.c
/openbmc/u-boot/drivers/usb/gadget/at91_udc.h
/openbmc/u-boot/drivers/usb/gadget/ci_udc.c
/openbmc/u-boot/drivers/usb/gadget/f_fastboot.c
/openbmc/u-boot/drivers/usb/gadget/rndis.c
/openbmc/u-boot/drivers/usb/gadget/rndis.h
/openbmc/u-boot/drivers/usb/host/ehci-vf.c
/openbmc/u-boot/drivers/usb/musb-new/am35x.c
/openbmc/u-boot/drivers/usb/musb-new/musb_core.c
/openbmc/u-boot/drivers/usb/musb-new/musb_core.h
/openbmc/u-boot/drivers/usb/musb-new/musb_debug.h
/openbmc/u-boot/drivers/usb/musb-new/musb_dma.h
/openbmc/u-boot/drivers/usb/musb-new/musb_dsps.c
/openbmc/u-boot/drivers/usb/musb-new/musb_gadget.c
/openbmc/u-boot/drivers/usb/musb-new/musb_gadget.h
/openbmc/u-boot/drivers/usb/musb-new/musb_gadget_ep0.c
/openbmc/u-boot/drivers/usb/musb-new/musb_host.c
/openbmc/u-boot/drivers/usb/musb-new/musb_host.h
/openbmc/u-boot/drivers/usb/musb-new/musb_io.h
/openbmc/u-boot/drivers/usb/musb-new/musb_regs.h
/openbmc/u-boot/drivers/usb/musb-new/omap2430.c
/openbmc/u-boot/drivers/usb/musb-new/omap2430.h
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/drivers/usb/musb/musb_core.h
/openbmc/u-boot/drivers/usb/ulpi/omap-ulpi-viewport.c
/openbmc/u-boot/drivers/usb/ulpi/ulpi-viewport.c
/openbmc/u-boot/dts/Makefile
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/fs/ubifs/ubifs.c
/openbmc/u-boot/include/addr_map.h
/openbmc/u-boot/include/common_timing_params.h
/openbmc/u-boot/include/configs/MPC8610HPCD.h
/openbmc/u-boot/include/configs/beaver.h
/openbmc/u-boot/include/configs/cardhu.h
/openbmc/u-boot/include/configs/dalmore.h
/openbmc/u-boot/include/configs/malta.h
/openbmc/u-boot/include/configs/mx6_common.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/paz00.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tegra114-common.h
/openbmc/u-boot/include/ddr_spd.h
/openbmc/u-boot/include/ds4510.h
/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-tegra.h
/openbmc/u-boot/include/fs.h
/openbmc/u-boot/include/fsl_ddr.h
/openbmc/u-boot/include/fsl_ddr_dimm_params.h
/openbmc/u-boot/include/fsl_ddr_sdram.h
/openbmc/u-boot/include/linux/bch.h
/openbmc/u-boot/include/linux/edd.h
/openbmc/u-boot/include/linux/input.h
/openbmc/u-boot/include/nand.h
/openbmc/u-boot/include/pca953x.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/include/u-boot/sha1.h
/openbmc/u-boot/include/usb/ulpi.h
/openbmc/u-boot/include/vsprintf.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/addr_map.c
/openbmc/u-boot/lib/bch.c
/openbmc/u-boot/lib/gunzip.c
/openbmc/u-boot/lib/sha1.c
/openbmc/u-boot/lib/vsprintf.c
/openbmc/u-boot/scripts/Makefile.autoconf
/openbmc/u-boot/scripts/Makefile.build
/openbmc/u-boot/scripts/Makefile.clean
/openbmc/u-boot/scripts/Makefile.extrawarn
/openbmc/u-boot/scripts/Makefile.host
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.uncmd_spl
/openbmc/u-boot/scripts/kconfig/lxdialog/checklist.c
/openbmc/u-boot/scripts/kconfig/lxdialog/dialog.h
/openbmc/u-boot/scripts/kconfig/lxdialog/inputbox.c
/openbmc/u-boot/scripts/kconfig/lxdialog/menubox.c
/openbmc/u-boot/scripts/kconfig/lxdialog/textbox.c
/openbmc/u-boot/scripts/kconfig/lxdialog/util.c
/openbmc/u-boot/scripts/kconfig/lxdialog/yesno.c
/openbmc/u-boot/scripts/kconfig/mconf.c
f60df20a07-Jan-2016 Miao Yan <yanmiaobest@gmail.com>

x86: qemu: add fw_cfg support

The QEMU fw_cfg interface allows the guest to retrieve various data
information from QEMU. For example, APCI/SMBios tables, number of online
cpus, kernel data and comma

x86: qemu: add fw_cfg support

The QEMU fw_cfg interface allows the guest to retrieve various data
information from QEMU. For example, APCI/SMBios tables, number of online
cpus, kernel data and command line, etc.

This patch adds support for QEMU fw_cfg interface.

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>

show more ...

87968de311-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: ivybridge: Add macros for LPC decode ranges

Add several macros for LPC decode registers on PCH.

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

x86: ivybridge: Add macros for LPC decode ranges

Add several macros for LPC decode registers on PCH.

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

show more ...

214feec111-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: fsp: Set up init runtime buffer in update_fsp_configs()

fsp_init() runtime buffer parameter might be different across
different platforms. Move this to update_fsp_configs().

Signed-off-by: Bin

x86: fsp: Set up init runtime buffer in update_fsp_configs()

fsp_init() runtime buffer parameter might be different across
different platforms. Move this to update_fsp_configs().

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

show more ...

4ce022d311-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: fsp: Move struct fspinit_rtbuf definition to chipset header

All FSP spec v1.0 complaint FSP binary uses struct fspinit_rtbuf
as defined by the 1.0 spec, however there are FSPs that does not
fol

x86: fsp: Move struct fspinit_rtbuf definition to chipset header

All FSP spec v1.0 complaint FSP binary uses struct fspinit_rtbuf
as defined by the 1.0 spec, however there are FSPs that does not
follow 1.0 spec (possible due to that FSP predates the 1.0 spec),
and future FSP binary that is complaint to v1.1 spec defines an
optional paltform-specific runtime data in the struct fspinit_rtbuf.
Hence move the definition to chipset header.

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

show more ...

81f84aa611-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: fsp: Rename update_fsp_upd() and change its signature

To support platform-specific configurations (might not always be
UPD on some platform), use a better name update_fsp_configs() and
accepct

x86: fsp: Rename update_fsp_upd() and change its signature

To support platform-specific configurations (might not always be
UPD on some platform), use a better name update_fsp_configs() and
accepct struct fsp_config_data as its parameter so that platform
codes can handle whatever configuration data for that FSP.

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

show more ...

cb379a3411-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: fsp: Rename shared_data to fsp_config_data

FSP has several config data like UPD, HDA verb table which can be
overridden or provided by bootloader. Currently in U-Boot only UPD
is handled via st

x86: fsp: Rename shared_data to fsp_config_data

FSP has several config data like UPD, HDA verb table which can be
overridden or provided by bootloader. Currently in U-Boot only UPD
is handled via struct shared_data. To accommodate any platform, we
rename shared_data to fsp_config_data and move the definition from
common place fsp_support.h to platform-specific place fsp_configs.h.

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

show more ...

57ac74ff11-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: fsp: Add boot_mode as a member of struct shared_data

Save boot_mode in struct shared_data for future refactoring.

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

x86: fsp: Add boot_mode as a member of struct shared_data

Save boot_mode in struct shared_data for future refactoring.

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

show more ...

f0285fbe11-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: fsp: Avoid cast stack_top in struct shared_data

Declare stack_top as u32 in struct shared_data and struct common_buf
so that we can avoid casting in fsp_init().

Signed-off-by: Bin Meng <bmeng.

x86: fsp: Avoid cast stack_top in struct shared_data

Declare stack_top as u32 in struct shared_data and struct common_buf
so that we can avoid casting in fsp_init().

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

show more ...

aa02446411-Dec-2015 Bin Meng <bmeng.cn@gmail.com>

x86: fsp: Simplify fsp_continue()

There is no need to pass shared_data to fsp_continue() so we can
remove unnecessary codes that simplifies the function a lot.

Signed-off-by: Bin Meng <bmeng.cn@gma

x86: fsp: Simplify fsp_continue()

There is no need to pass shared_data to fsp_continue() so we can
remove unnecessary codes that simplifies the function a lot.

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

show more ...


/openbmc/u-boot/.mailmap
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arc/dts/axs10x.dts
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/led.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/boot-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/clock_sun4i.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/clock_sun8i_a83t.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/cpu_info.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/dram_sun8i_a83t.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/dram_sun8i_h3.c
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/pmic_bus.c
/openbmc/u-boot/arch/arm/cpu/armv7m/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7m/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv7m/start.S
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f1/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f1/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f1/flash.c
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f1/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f1/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f4/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f4/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f4/flash.c
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f4/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7m/stm32f4/timer.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/generic_timer.c
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am33xx.dtsi
/openbmc/u-boot/arch/arm/dts/am4372.dtsi
/openbmc/u-boot/arch/arm/dts/dra7-evm.dts
/openbmc/u-boot/arch/arm/dts/dra7.dtsi
/openbmc/u-boot/arch/arm/dts/rk3036-sdk.dts
/openbmc/u-boot/arch/arm/dts/rk3036.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_mcvevk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sockit.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sr1500.dts
/openbmc/u-boot/arch/arm/dts/sun5i-a13-empire-electronix-d709.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts
/openbmc/u-boot/arch/arm/dts/sun8i-a83t.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-common32.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-ld6b-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro5-4kbox.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-pro5.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld3-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld8-ref.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ph1-sld8.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-gentil.dts
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2-vodka.dts
/openbmc/u-boot/arch/arm/dts/uniphier-proxstream2.dtsi
/openbmc/u-boot/arch/arm/dts/zynq-zc702.dts
/openbmc/u-boot/arch/arm/dts/zynq-zc706.dts
/openbmc/u-boot/arch/arm/dts/zynq-zed.dts
/openbmc/u-boot/arch/arm/dts/zynq-zybo.dts
/openbmc/u-boot/arch/arm/imx-common/spl.c
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3036.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3036.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_rk3036.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/timer.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/uart.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f1/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f1/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/fmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a83t.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/armv7m.h
/openbmc/u-boot/arch/arm/include/asm/fsl_secure_boot.h
/openbmc/u-boot/arch/arm/include/asm/imx-common/iomux-v3.h
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/arm/lib/interrupts_m.c
/openbmc/u-boot/arch/arm/lib/vectors_m.S
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/mbox.h
/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/Makefile
/openbmc/u-boot/arch/arm/mach-rockchip/board.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/Makefile
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/reset_rk3036.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/save_boot_param.S
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/syscon_rk3036.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rk_early_print.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk_timer.c
/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig
/openbmc/u-boot/arch/arm/mach-socfpga/Makefile
/openbmc/u-boot/arch/arm/mach-socfpga/board.c
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl.c
/openbmc/u-boot/arch/arm/mach-tegra/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/board.c
/openbmc/u-boot/arch/arm/mach-tegra/board2.c
/openbmc/u-boot/arch/arm/mach-uniphier/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/boards.c
/openbmc/u-boot/arch/arm/mach-uniphier/cmd_ddrphy.c
/openbmc/u-boot/arch/arm/mach-uniphier/cpu_info.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ph1-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ph1-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ph1-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-training.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ph1-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ph1-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ph1-sld8.c
/openbmc/u-boot/arch/arm/mach-uniphier/include/mach/ddrphy-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/include/mach/init.h
/openbmc/u-boot/arch/arm/mach-uniphier/include/mach/soc_info.h
/openbmc/u-boot/arch/arm/mach-uniphier/init/init.c
/openbmc/u-boot/arch/arm/mach-uniphier/soc_info.c
/openbmc/u-boot/arch/arm/mach-zynq/Kconfig
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-zynq/include/mach/sys_proto.h
/openbmc/u-boot/arch/m68k/lib/Makefile
/openbmc/u-boot/arch/m68k/lib/ashldi3.c
/openbmc/u-boot/arch/m68k/lib/lshrdi3.c
/openbmc/u-boot/arch/m68k/lib/muldi3.c
/openbmc/u-boot/arch/microblaze/Kconfig
/openbmc/u-boot/arch/nios2/cpu/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ecc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/pci.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/qe_io.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spd_sdram.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/speed.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spl_minimal.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c
/openbmc/u-boot/arch/powerpc/include/asm/config_mpc85xx.h
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sparc/Kconfig
/openbmc/u-boot/arch/sparc/cpu/leon2/cpu.c
/openbmc/u-boot/arch/sparc/cpu/leon2/cpu_init.c
/openbmc/u-boot/arch/sparc/cpu/leon2/interrupts.c
/openbmc/u-boot/arch/sparc/cpu/leon2/prom.c
/openbmc/u-boot/arch/sparc/cpu/leon2/serial.c
/openbmc/u-boot/arch/sparc/cpu/leon2/start.S
/openbmc/u-boot/arch/sparc/cpu/leon3/ambapp.c
/openbmc/u-boot/arch/sparc/cpu/leon3/cpu.c
/openbmc/u-boot/arch/sparc/cpu/leon3/cpu_init.c
/openbmc/u-boot/arch/sparc/cpu/leon3/interrupts.c
/openbmc/u-boot/arch/sparc/cpu/leon3/prom.c
/openbmc/u-boot/arch/sparc/cpu/leon3/serial.c
/openbmc/u-boot/arch/sparc/cpu/leon3/start.S
/openbmc/u-boot/arch/sparc/cpu/leon3/usb_uhci.c
/openbmc/u-boot/arch/sparc/include/asm/config.h
/openbmc/u-boot/arch/sparc/include/asm/global_data.h
/openbmc/u-boot/arch/sparc/include/asm/irq.h
/openbmc/u-boot/arch/sparc/include/asm/leon3.h
/openbmc/u-boot/arch/sparc/include/asm/u-boot.h
/openbmc/u-boot/arch/sparc/lib/Makefile
/openbmc/u-boot/arch/sparc/lib/bootm.c
/openbmc/u-boot/arch/sparc/lib/interrupts.c
/openbmc/u-boot/arch/x86/Kconfig
/openbmc/u-boot/arch/x86/cpu/Makefile
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/Kconfig
/openbmc/u-boot/arch/x86/cpu/ivybridge/cpu.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/lpc.c
/openbmc/u-boot/arch/x86/cpu/ivybridge/northbridge.c
/openbmc/u-boot/arch/x86/dts/crownbay.dts
/openbmc/u-boot/arch/x86/dts/galileo.dts
fsp/fsp_support.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/fsp/fsp_support.c
/openbmc/u-boot/board/altera/arria5-socdk/socfpga.c
/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pinmux_config.h
/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pll_config.h
/openbmc/u-boot/board/altera/cyclone5-socdk/socfpga.c
/openbmc/u-boot/board/broadcom/bcm28155_ap/bcm28155_ap.c
/openbmc/u-boot/board/congatec/cgtqmx6eval/MAINTAINERS
/openbmc/u-boot/board/congatec/cgtqmx6eval/README
/openbmc/u-boot/board/congatec/cgtqmx6eval/cgtqmx6eval.c
/openbmc/u-boot/board/denx/mcvevk/socfpga.c
/openbmc/u-boot/board/ebv/socrates/socfpga.c
/openbmc/u-boot/board/evb_rk3036/evb_rk3036/Kconfig
/openbmc/u-boot/board/evb_rk3036/evb_rk3036/MAINTAINERS
/openbmc/u-boot/board/evb_rk3036/evb_rk3036/Makefile
/openbmc/u-boot/board/evb_rk3036/evb_rk3036/evb_rk3036.c
/openbmc/u-boot/board/freescale/common/fman.c
/openbmc/u-boot/board/freescale/common/fsl_validate.c
/openbmc/u-boot/board/freescale/common/pfuze.c
/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds.c
/openbmc/u-boot/board/freescale/ls1021atwr/ls1021atwr.c
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_nand.cfg
/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_ifc.cfg
/openbmc/u-boot/board/freescale/ls1043ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls1043ardb/ddr.c
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_rcw_nand.cfg
/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_rcw_sd.cfg
/openbmc/u-boot/board/freescale/ls2080a/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080a/ddr.c
/openbmc/u-boot/board/freescale/ls2080a/ls2080a.c
/openbmc/u-boot/board/freescale/ls2080aqds/ddr.c
/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds.c
/openbmc/u-boot/board/freescale/ls2080ardb/ddr.c
/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c
/openbmc/u-boot/board/freescale/mpc8572ds/MAINTAINERS
/openbmc/u-boot/board/freescale/mx25pdk/MAINTAINERS
/openbmc/u-boot/board/freescale/mx28evk/MAINTAINERS
/openbmc/u-boot/board/freescale/mx53ard/MAINTAINERS
/openbmc/u-boot/board/freescale/mx53smd/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6qsabreauto/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6qsabreauto/mx6qsabreauto.c
/openbmc/u-boot/board/freescale/mx6sabresd/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c
/openbmc/u-boot/board/freescale/mx6slevk/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6sxsabresd/MAINTAINERS
/openbmc/u-boot/board/freescale/mx6sxsabresd/mx6sxsabresd.c
/openbmc/u-boot/board/freescale/mx7dsabresd/mx7dsabresd.c
/openbmc/u-boot/board/freescale/qemu-ppce500/qemu-ppce500.c
/openbmc/u-boot/board/gateworks/gw_ventana/common.c
/openbmc/u-boot/board/google/chromebook_link/Kconfig
/openbmc/u-boot/board/google/chromebox_panther/Kconfig
/openbmc/u-boot/board/kosagi/novena/novena.c
/openbmc/u-boot/board/kylin/kylin_rk3036/Kconfig
/openbmc/u-boot/board/kylin/kylin_rk3036/MAINTAINERS
/openbmc/u-boot/board/kylin/kylin_rk3036/Makefile
/openbmc/u-boot/board/kylin/kylin_rk3036/kylin_rk3036.c
/openbmc/u-boot/board/raspberrypi/rpi/rpi.c
/openbmc/u-boot/board/samsung/goni/goni.c
/openbmc/u-boot/board/samsung/odroid/odroid.c
/openbmc/u-boot/board/samsung/trats/trats.c
/openbmc/u-boot/board/samsung/trats2/trats2.c
/openbmc/u-boot/board/samsung/universal_c210/universal.c
/openbmc/u-boot/board/siemens/draco/board.c
/openbmc/u-boot/board/solidrun/mx6cuboxi/MAINTAINERS
/openbmc/u-boot/board/solidrun/mx6cuboxi/mx6cuboxi.c
/openbmc/u-boot/board/spear/spear600/spear600.c
/openbmc/u-boot/board/sr1500/MAINTAINERS
/openbmc/u-boot/board/sr1500/Makefile
/openbmc/u-boot/board/sr1500/qts/iocsr_config.h
/openbmc/u-boot/board/sr1500/qts/pinmux_config.h
/openbmc/u-boot/board/sr1500/qts/pll_config.h
/openbmc/u-boot/board/sr1500/qts/sdram_config.h
/openbmc/u-boot/board/sr1500/socfpga.c
/openbmc/u-boot/board/st/stm32f429-discovery/MAINTAINERS
/openbmc/u-boot/board/st/stm32f429-discovery/Makefile
/openbmc/u-boot/board/st/stm32f429-discovery/led.c
/openbmc/u-boot/board/st/stm32f429-discovery/stm32f429-discovery.c
/openbmc/u-boot/board/sunxi/Kconfig
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/terasic/de0-nano-soc/socfpga.c
/openbmc/u-boot/board/terasic/sockit/socfpga.c
/openbmc/u-boot/board/toradex/colibri_vf/colibri_vf.c
/openbmc/u-boot/board/udoo/MAINTAINERS
/openbmc/u-boot/board/wandboard/MAINTAINERS
/openbmc/u-boot/board/wandboard/wandboard.c
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h
/openbmc/u-boot/board/xilinx/zynq/Makefile
/openbmc/u-boot/board/xilinx/zynq/board.c
/openbmc/u-boot/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.c
/openbmc/u-boot/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/bootm_os.c
/openbmc/u-boot/common/cli.c
/openbmc/u-boot/common/cli_hush.c
/openbmc/u-boot/common/cmd_bdinfo.c
/openbmc/u-boot/common/cmd_blob.c
/openbmc/u-boot/common/cmd_eeprom.c
/openbmc/u-boot/common/cmd_i2c.c
/openbmc/u-boot/common/cmd_mem.c
/openbmc/u-boot/common/cmd_mmc.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/cmd_part.c
/openbmc/u-boot/common/cmd_pci.c
/openbmc/u-boot/common/env_callback.c
/openbmc/u-boot/common/env_flags.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/common/lcd.c
/openbmc/u-boot/common/miiphyutil.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/common/usb_kbd.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/configs/10m50_defconfig
/openbmc/u-boot/configs/3c120_defconfig
/openbmc/u-boot/configs/A10-OLinuXino-Lime_defconfig
/openbmc/u-boot/configs/A10s-OLinuXino-M_defconfig
/openbmc/u-boot/configs/A13-OLinuXinoM_defconfig
/openbmc/u-boot/configs/A13-OLinuXino_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig
/openbmc/u-boot/configs/A20-OLinuXino-Lime_defconfig
/openbmc/u-boot/configs/A20-OLinuXino_MICRO_defconfig
/openbmc/u-boot/configs/A20-Olimex-SOM-EVB_defconfig
/openbmc/u-boot/configs/Ainol_AW1_defconfig
/openbmc/u-boot/configs/Ampe_A76_defconfig
/openbmc/u-boot/configs/Auxtek-T003_defconfig
/openbmc/u-boot/configs/Auxtek-T004_defconfig
/openbmc/u-boot/configs/Bananapi_defconfig
/openbmc/u-boot/configs/Bananapro_defconfig
/openbmc/u-boot/configs/CHIP_defconfig
/openbmc/u-boot/configs/CSQ_CS908_defconfig
/openbmc/u-boot/configs/Chuwi_V7_CW0825_defconfig
/openbmc/u-boot/configs/Colombus_defconfig
/openbmc/u-boot/configs/Cubieboard2_defconfig
/openbmc/u-boot/configs/Cubieboard_defconfig
/openbmc/u-boot/configs/Cubietruck_defconfig
/openbmc/u-boot/configs/Empire_electronix_d709_defconfig
/openbmc/u-boot/configs/Hummingbird_A31_defconfig
/openbmc/u-boot/configs/Hyundai_A7HD_defconfig
/openbmc/u-boot/configs/Lamobo_R1_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino3_Nano_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino3_defconfig
/openbmc/u-boot/configs/Linksprite_pcDuino_defconfig
/openbmc/u-boot/configs/MK808C_defconfig
/openbmc/u-boot/configs/MSI_Primo73_defconfig
/openbmc/u-boot/configs/MSI_Primo81_defconfig
/openbmc/u-boot/configs/Marsboard_A10_defconfig
/openbmc/u-boot/configs/Mele_A1000G_quad_defconfig
/openbmc/u-boot/configs/Mele_A1000_defconfig
/openbmc/u-boot/configs/Mele_I7_defconfig
/openbmc/u-boot/configs/Mele_M3_defconfig
/openbmc/u-boot/configs/Mele_M5_defconfig
/openbmc/u-boot/configs/Mele_M9_defconfig
/openbmc/u-boot/configs/Merrii_A80_Optimus_defconfig
/openbmc/u-boot/configs/Mini-X_defconfig
/openbmc/u-boot/configs/Orangepi_defconfig
/openbmc/u-boot/configs/Orangepi_mini_defconfig
/openbmc/u-boot/configs/Sinlinx_SinA33_defconfig
/openbmc/u-boot/configs/Sinovoip_BPI_M2_defconfig
/openbmc/u-boot/configs/UTOO_P66_defconfig
/openbmc/u-boot/configs/Wexler_TAB7200_defconfig
/openbmc/u-boot/configs/Wits_Pro_A20_DKT_defconfig
/openbmc/u-boot/configs/Wobo_i5_defconfig
/openbmc/u-boot/configs/Yones_Toptech_BD1078_defconfig
/openbmc/u-boot/configs/apalis_t30_defconfig
/openbmc/u-boot/configs/axs101_defconfig
/openbmc/u-boot/configs/axs103_defconfig
/openbmc/u-boot/configs/ba10_tv_box_defconfig
/openbmc/u-boot/configs/beaver_defconfig
/openbmc/u-boot/configs/cardhu_defconfig
/openbmc/u-boot/configs/cgtqmx6eval_defconfig
/openbmc/u-boot/configs/chromebook_jerry_defconfig
/openbmc/u-boot/configs/dra74_evm_defconfig
/openbmc/u-boot/configs/evb-rk3036_defconfig
/openbmc/u-boot/configs/firefly-rk3288_defconfig
/openbmc/u-boot/configs/ga10h_v1_1_defconfig
/openbmc/u-boot/configs/gt90h_v4_defconfig
/openbmc/u-boot/configs/h8_homlet_v2_defconfig
/openbmc/u-boot/configs/i12-tvbox_defconfig
/openbmc/u-boot/configs/iNet_3F_defconfig
/openbmc/u-boot/configs/iNet_3W_defconfig
/openbmc/u-boot/configs/iNet_86VS_defconfig
/openbmc/u-boot/configs/inet1_defconfig
/openbmc/u-boot/configs/inet97fv2_defconfig
/openbmc/u-boot/configs/inet98v_rev2_defconfig
/openbmc/u-boot/configs/inet9f_rev03_defconfig
/openbmc/u-boot/configs/iocon_defconfig
/openbmc/u-boot/configs/jesurun_q5_defconfig
/openbmc/u-boot/configs/jetson-tk1_defconfig
/openbmc/u-boot/configs/kylin-rk3036_defconfig
/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/mixtile_loftq_defconfig
/openbmc/u-boot/configs/mk802_a10s_defconfig
/openbmc/u-boot/configs/mk802_defconfig
/openbmc/u-boot/configs/mk802ii_defconfig
/openbmc/u-boot/configs/orangepi_pc_defconfig
/openbmc/u-boot/configs/orangepi_plus_defconfig
/openbmc/u-boot/configs/p2371-2180_defconfig
/openbmc/u-boot/configs/pov_protab2_ips9_defconfig
/openbmc/u-boot/configs/q8_a13_tablet_defconfig
/openbmc/u-boot/configs/q8_a23_tablet_800x480_defconfig
/openbmc/u-boot/configs/q8_a33_tablet_1024x600_defconfig
/openbmc/u-boot/configs/q8_a33_tablet_800x480_defconfig
/openbmc/u-boot/configs/r7-tv-dongle_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/socfpga_arria5_defconfig
/openbmc/u-boot/configs/socfpga_cyclone5_defconfig
/openbmc/u-boot/configs/socfpga_de0_nano_soc_defconfig
/openbmc/u-boot/configs/socfpga_mcvevk_defconfig
/openbmc/u-boot/configs/socfpga_sockit_defconfig
/openbmc/u-boot/configs/socfpga_socrates_defconfig
/openbmc/u-boot/configs/socfpga_sr1500_defconfig
/openbmc/u-boot/configs/sunxi_Gemei_G9_defconfig
/openbmc/u-boot/configs/trimslice_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_pro4_defconfig
/openbmc/u-boot/configs/uniphier_pro5_defconfig
/openbmc/u-boot/configs/uniphier_pxs2_ld6b_defconfig
/openbmc/u-boot/configs/uniphier_sld3_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_ep_defconfig
/openbmc/u-boot/configs/zynq_microzed_defconfig
/openbmc/u-boot/configs/zynq_picozed_defconfig
/openbmc/u-boot/configs/zynq_zc702_defconfig
/openbmc/u-boot/configs/zynq_zc706_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig
/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig
/openbmc/u-boot/configs/zynq_zed_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/doc/README.imx6
/openbmc/u-boot/doc/README.nand
/openbmc/u-boot/doc/README.rockchip
/openbmc/u-boot/doc/README.uniphier
/openbmc/u-boot/doc/README.update
/openbmc/u-boot/doc/driver-model/serial-howto.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/block/ahci.c
/openbmc/u-boot/drivers/block/fsl_sata.c
/openbmc/u-boot/drivers/bootcount/bootcount.c
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk_rk3036.c
/openbmc/u-boot/drivers/core/Kconfig
/openbmc/u-boot/drivers/core/Makefile
/openbmc/u-boot/drivers/crypto/fsl/jr.c
/openbmc/u-boot/drivers/ddr/fsl/ctrl_regs.c
/openbmc/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c
/openbmc/u-boot/drivers/ddr/fsl/options.c
/openbmc/u-boot/drivers/gpio/mxs_gpio.c
/openbmc/u-boot/drivers/gpio/stm32_gpio.c
/openbmc/u-boot/drivers/i2c/muxes/Kconfig
/openbmc/u-boot/drivers/i2c/mxc_i2c.c
/openbmc/u-boot/drivers/mmc/dw_mmc.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mmc_write.c
/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c
/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/mtd/altera_qspi.c
/openbmc/u-boot/drivers/mtd/nand/pxa3xx_nand.c
/openbmc/u-boot/drivers/mtd/spi/Makefile
/openbmc/u-boot/drivers/mtd/spi/sf_internal.h
/openbmc/u-boot/drivers/mtd/spi/sf_probe.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/mtd/ubi/io.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/e1000.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fm/init.c
/openbmc/u-boot/drivers/net/fm/ls1043.c
/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.c
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/greth.c
/openbmc/u-boot/drivers/net/phy/atheros.c
/openbmc/u-boot/drivers/net/phy/micrel.c
/openbmc/u-boot/drivers/net/sandbox.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pci/Kconfig
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/pci/pci_auto_common.c
/openbmc/u-boot/drivers/pci/pci_auto_old.c
/openbmc/u-boot/drivers/pci/pci_rom.c
/openbmc/u-boot/drivers/pci/pci_tegra.c
/openbmc/u-boot/drivers/pci/pcie_imx.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.c
/openbmc/u-boot/drivers/pinctrl/Kconfig
/openbmc/u-boot/drivers/pinctrl/rockchip/Makefile
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl_rk3036.c
/openbmc/u-boot/drivers/power/Kconfig
/openbmc/u-boot/drivers/power/Makefile
/openbmc/u-boot/drivers/power/axp818.c
/openbmc/u-boot/drivers/remoteproc/rproc-uclass.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial-uclass.c
/openbmc/u-boot/drivers/serial/serial.c
/openbmc/u-boot/drivers/serial/serial_mxc.c
/openbmc/u-boot/drivers/serial/serial_stm32.c
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/fsl_qspi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/drivers/spi/ti_qspi.c
/openbmc/u-boot/drivers/spi/xilinx_spi.c
/openbmc/u-boot/drivers/spi/zynq_qspi.c
/openbmc/u-boot/drivers/spi/zynq_spi.c
/openbmc/u-boot/drivers/thermal/imx_thermal.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/tsc_timer.c
/openbmc/u-boot/drivers/usb/dwc3/core.c
/openbmc/u-boot/drivers/usb/dwc3/dwc3-omap.c
/openbmc/u-boot/drivers/usb/gadget/Makefile
/openbmc/u-boot/drivers/usb/gadget/bcm_udc_otg_phy.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_phy.c
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_priv.h
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_regs.h
/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/dwc2.c
/openbmc/u-boot/drivers/usb/host/ehci-exynos.c
/openbmc/u-boot/drivers/usb/host/ehci-generic.c
/openbmc/u-boot/drivers/usb/host/ehci-hcd.c
/openbmc/u-boot/drivers/usb/host/ehci-sunxi.c
/openbmc/u-boot/drivers/usb/host/ohci-generic.c
/openbmc/u-boot/drivers/usb/host/xhci-dwc3.c
/openbmc/u-boot/drivers/usb/host/xhci-fsl.c
/openbmc/u-boot/drivers/usb/host/xhci-omap.c
/openbmc/u-boot/drivers/usb/host/xhci-zynqmp.c
/openbmc/u-boot/drivers/usb/musb-new/musb_host.c
/openbmc/u-boot/drivers/usb/musb-new/usb-compat.h
/openbmc/u-boot/drivers/video/ipu_disp.c
/openbmc/u-boot/drivers/watchdog/imx_watchdog.c
/openbmc/u-boot/fs/fs.c
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/axp818.h
/openbmc/u-boot/include/axp_pmic.h
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/10m50_devboard.h
/openbmc/u-boot/include/configs/3c120_devboard.h
/openbmc/u-boot/include/configs/am335x_sl50.h
/openbmc/u-boot/include/configs/apalis_t30.h
/openbmc/u-boot/include/configs/astro_mcf5373l.h
/openbmc/u-boot/include/configs/axs101.h
/openbmc/u-boot/include/configs/baltos.h
/openbmc/u-boot/include/configs/bav335x.h
/openbmc/u-boot/include/configs/bcm28155_ap.h
/openbmc/u-boot/include/configs/beaver.h
/openbmc/u-boot/include/configs/bf609-ezkit.h
/openbmc/u-boot/include/configs/cardhu.h
/openbmc/u-boot/include/configs/cgtqmx6eval.h
/openbmc/u-boot/include/configs/chromebook_jerry.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/evb_rk3036.h
/openbmc/u-boot/include/configs/exynos4-common.h
/openbmc/u-boot/include/configs/firefly-rk3288.h
/openbmc/u-boot/include/configs/galileo.h
/openbmc/u-boot/include/configs/gr_cpci_ax2000.h
/openbmc/u-boot/include/configs/gr_ep2s60.h
/openbmc/u-boot/include/configs/gr_xc3s_1500.h
/openbmc/u-boot/include/configs/grsim.h
/openbmc/u-boot/include/configs/grsim_leon2.h
/openbmc/u-boot/include/configs/imx6_spl.h
/openbmc/u-boot/include/configs/iocon.h
/openbmc/u-boot/include/configs/jetson-tk1.h
/openbmc/u-boot/include/configs/kylin_rk3036.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1043aqds.h
/openbmc/u-boot/include/configs/ls1043ardb.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/ls2080aqds.h
/openbmc/u-boot/include/configs/ls2080ardb.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/mx6ul_14x14_evk.h
/openbmc/u-boot/include/configs/mx7_common.h
/openbmc/u-boot/include/configs/mx7dsabresd.h
/openbmc/u-boot/include/configs/novena.h
/openbmc/u-boot/include/configs/ot1200.h
/openbmc/u-boot/include/configs/p2371-2180.h
/openbmc/u-boot/include/configs/rk3036_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/smdkv310.h
/openbmc/u-boot/include/configs/socfpga_arria5_socdk.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_cyclone5_socdk.h
/openbmc/u-boot/include/configs/socfpga_de0_nano_soc.h
/openbmc/u-boot/include/configs/socfpga_mcvevk.h
/openbmc/u-boot/include/configs/socfpga_sockit.h
/openbmc/u-boot/include/configs/socfpga_socrates.h
/openbmc/u-boot/include/configs/socfpga_sr1500.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/stm32f429-discovery.h
/openbmc/u-boot/include/configs/stv0991.h
/openbmc/u-boot/include/configs/sun8i.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/tb100.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/trimslice.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/vexpress_aemv8a.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/x86-chromebook.h
/openbmc/u-boot/include/configs/x86-common.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_ep.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_microzed.h
/openbmc/u-boot/include/configs/zynq_picozed.h
/openbmc/u-boot/include/configs/zynq_zc70x.h
/openbmc/u-boot/include/configs/zynq_zc770.h
/openbmc/u-boot/include/configs/zynq_zed.h
/openbmc/u-boot/include/configs/zynq_zybo.h
/openbmc/u-boot/include/dm/platform_data/serial_stm32.h
/openbmc/u-boot/include/dt-bindings/clock/rk3036-cru.h
/openbmc/u-boot/include/dwmmc.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl_ddr_sdram.h
/openbmc/u-boot/include/fsl_errata.h
/openbmc/u-boot/include/fsl_esdhc.h
/openbmc/u-boot/include/fsl_usb.h
/openbmc/u-boot/include/fsl_validate.h
/openbmc/u-boot/include/fsl_wdog.h
/openbmc/u-boot/include/linux/usb/dwc3.h
/openbmc/u-boot/include/misc.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/usb.h
/openbmc/u-boot/include/usb/dwc2_udc.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/panic.c
/openbmc/u-boot/lib/strto.c
/openbmc/u-boot/lib/tiny-printf.c
/openbmc/u-boot/lib/vsprintf.c
/openbmc/u-boot/net/eth.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/scripts/checkpatch.pl
/openbmc/u-boot/scripts/get_maintainer.pl
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/cmd_dm.c
/openbmc/u-boot/test/dm/usb.c
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/buildman/README
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/rkcommon.c
/openbmc/u-boot/tools/rkcommon.h
/openbmc/u-boot/tools/rkimage.c
/openbmc/u-boot/tools/rksd.c
/openbmc/u-boot/tools/rkspi.c
/openbmc/u-boot/tools/zynqimage.c

12345678910>>...20