History log of /openbmc/u-boot/drivers/video/ (Results 151 – 175 of 802)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6b5a09aa31-May-2017 Simon Glass <sjg@chromium.org>

rockchip: video: Take the vop device out of standby

On reset the standby bit is clear, but if U-Boot is chain-loaded from
another boot loader it may be set. Clear it before starting up video so
that

rockchip: video: Take the vop device out of standby

On reset the standby bit is clear, but if U-Boot is chain-loaded from
another boot loader it may be set. Clear it before starting up video so
that it works correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Squashed in 'rockchip: video: fix taking the VOP device out of standby':
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...

f418676e31-May-2017 Simon Glass <sjg@chromium.org>

rockchip: video: Add remove() methods

Add remove() methods for EDP and VOP so that U-Boot can shut down the
video on exit. This avoids leaving DMA running while booting Linux which
can cause problem

rockchip: video: Add remove() methods

Add remove() methods for EDP and VOP so that U-Boot can shut down the
video on exit. This avoids leaving DMA running while booting Linux which
can cause problems if Linux uses the frame buffer for something else.

It also makes it clear what is needed to shut down video.

While we are here, make rkvop_enable() static.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Squashed in 'rockchip: video: fix taking the VOP device out of standby':
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...

505907a431-May-2017 Simon Glass <sjg@chromium.org>

tegra: video: Don't power up the SOR twice

If U-Boot is the secondary boot loader, or has been run from itself, the
SOR may already be powered up. Powering it up again causes a hang, so
detect this

tegra: video: Don't power up the SOR twice

If U-Boot is the secondary boot loader, or has been run from itself, the
SOR may already be powered up. Powering it up again causes a hang, so
detect this situation and skip it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>

show more ...

76a5e1b702-Jun-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: document externally visible functions for rk_vop

Documents the externally visible functions shared between the VOP
drivers for the RK3288 and RK3399.

Signed-off-by: Philipp Tomsich

rockchip: video: document externally visible functions for rk_vop

Documents the externally visible functions shared between the VOP
drivers for the RK3288 and RK3399.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

56c7ba3402-Jun-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: document externally visible functions for rk_hdmi

Documents the externally visible functions shared between the HDMI
drivers for the RK3288 and RK3399.

Signed-off-by: Philipp Tomsi

rockchip: video: document externally visible functions for rk_hdmi

Documents the externally visible functions shared between the HDMI
drivers for the RK3288 and RK3399.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

31e5c89201-Jun-2017 Wenyou Yang <wenyou.yang@atmel.com>

video: atmel_hlcdfb: Fix misaligned cache operation warning

Fix the warning,
---8<---
CACHE: Misaligned operation at range [3fdffff0, 3fdffffc]
---<8---

Signed-off-by: Wenyou Yang <wenyou.yang@at

video: atmel_hlcdfb: Fix misaligned cache operation warning

Fix the warning,
---8<---
CACHE: Misaligned operation at range [3fdffff0, 3fdffffc]
---<8---

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

b98efa1d19-May-2017 Jernej Skrabec <jernej.skrabec@siol.net>

sunxi: video: Add support for CSC and TVE to DE2 driver

Extend DE2 driver with support for TVE driver, which will be added in
next commit. TVE unit expects data to be in YUV format, so CSC support
i

sunxi: video: Add support for CSC and TVE to DE2 driver

Extend DE2 driver with support for TVE driver, which will be added in
next commit. TVE unit expects data to be in YUV format, so CSC support
is also added here.

Note that HDMI driver has higher priority, so TV out is not probed if
HDMI monitor is detected.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

af4c874f19-May-2017 Jernej Skrabec <jernej.skrabec@siol.net>

sunxi: video: Rename tve.c to tve_common.c

In order to avoid future confusion with similary named files, rename
tve.c to tve_common.c. New name better represents the fact that this file
holds code w

sunxi: video: Rename tve.c to tve_common.c

In order to avoid future confusion with similary named files, rename
tve.c to tve_common.c. New name better represents the fact that this file
holds code which can be and will be shared between multiple drivers.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

64199d4e07-Jun-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: rk_vop: add grf field

The last set of rebases had dropped the 'grf' field from the common
rk_vop. Add this back to un-break the build (and driver).

Signed-off-by: Philipp Tomsich

rockchip: video: rk_vop: add grf field

The last set of rebases had dropped the 'grf' field from the common
rk_vop. Add this back to un-break the build (and driver).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...

ca562b6331-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: rk3399: add HDMI TX support on the RK3399

This commit enables the RK3399 HDMI TX, which is very similar to the
one found on the RK3288. As requested by Simon, this splits the HDMI

rockchip: video: rk3399: add HDMI TX support on the RK3399

This commit enables the RK3399 HDMI TX, which is very similar to the
one found on the RK3288. As requested by Simon, this splits the HDMI
driver into a SOC-specific portion (rk3399_hdmi.c, rk3288_hdmi.c) and
a common portion (rk_hdmi.c).

Note that the I2C communication for reading the EDID works well with
the default settings, but does not with the alternate settings used on
the RK3288... this configuration aspect is reflected by the driverdata
for the RK3399 driver.

Having some sort of DTS-based configuration for the regulator
dependencies would be nice for the future, but for now we simply use
lists of regulator names (also via driverdata) that we probe.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

147fd3ac31-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: split RK3288-specific part off from rk_hdmi

To prepare for the addition of RK3399 HDMI support, the HDMI driver is
refactored and broken into a chip-specific and a generic part. Th

rockchip: video: split RK3288-specific part off from rk_hdmi

To prepare for the addition of RK3399 HDMI support, the HDMI driver is
refactored and broken into a chip-specific and a generic part. This
change adds the internal interfaces, makes common/reusable functions
externally visible and splits the RK3288 driver into a separate file.

For the probing of regulators, we reuse the infrastructure created
during the VOP refactoring... i.e. we simply call into the helper
function defined for the VOP.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

f210e55731-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: add mpixelclock settings from Linux driver

The Linux driver now supports higher mpixelclock settings.
Add these to rockchip_phy_config[] and rockchip_mpll_cfg[].

Signed-off-by: Phi

rockchip: video: add mpixelclock settings from Linux driver

The Linux driver now supports higher mpixelclock settings.
Add these to rockchip_phy_config[] and rockchip_mpll_cfg[].

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

cc75afc531-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399

This commit adds a driver for the RK3399 VOPs capable and all the
necessary plumbing to feed the HDMI encoder. For the VO

rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399

This commit adds a driver for the RK3399 VOPs capable and all the
necessary plumbing to feed the HDMI encoder. For the VOP-big, this
correctly tracks the ability to feed 10bit RGB data to the encoder.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

d46d404731-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: refactor rk_vop and split RK3288-specific code off

To prepare for adding the RK3399 VOP driver (which shares most of its
registers and config logic with the RK3228 VOP), this change

rockchip: video: refactor rk_vop and split RK3288-specific code off

To prepare for adding the RK3399 VOP driver (which shares most of its
registers and config logic with the RK3228 VOP), this change refactors
the driver and splits the RK3288-specific driver off.

The changes in detail are:
- introduces a data-structure for chip-specific drivers to register
features/callbacks with the common driver: at this time, this is
limited to a callback for setting the pin polarities (between the
VOP and the encoder modules) and a flag to signal 10bit RGB
capability
- refactors the probing of regulators into a helper function that
can take a list of regulator names to probe and autoset
- moves the priv data-structure into a (common) header file to be
used by the chip-specific drivers to provide base addresses to
the common driver
- uses a callback into the chip-specific driver to set pin polarities
(replacing the direct register accesses previously used)
- splits enabling the output (towards an encoder) into a separate
help function withint the common driver

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

89b2b61831-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig

This introduces two new Kconfig options that configure the maximum
allowable framebuffer size (i.e. the memory reservation/allocation

rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig

This introduces two new Kconfig options that configure the maximum
allowable framebuffer size (i.e. the memory reservation/allocation for
the framebuffer):
- VIDEO_ROCKCHIP_MAX_XRES
- VIDEO_ROCKCHIP_MAX_YRES
The resulting memory allocation will cover 4 byte per pixel for these
resolutions.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

d4bee08431-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP

For consistency sake (and as we are about to add new options to this
file), reformat the help for VIDEO_ROCKCHIP.

Signed-off-by: Philipp T

rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP

For consistency sake (and as we are about to add new options to this
file), reformat the help for VIDEO_ROCKCHIP.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

1208523906-Jun-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: rk_hdmi: fix implicit definition warnings

When enabling CONFIG_DISPLAY_ROCKCHIP_HDMI, compile-time warning for
the following implicitly defined functions are raised due to a missing

rockchip: video: rk_hdmi: fix implicit definition warnings

When enabling CONFIG_DISPLAY_ROCKCHIP_HDMI, compile-time warning for
the following implicitly defined functions are raised due to a missing
include directive:

drivers/video/rockchip/rk_hdmi.c: In function 'rk_hdmi_probe':
drivers/video/rockchip/rk_hdmi.c:150:2: warning: implicit declaration of function 'rk_setreg' [-Wimplicit-function-declaration]
rk_setreg(&priv->grf->soc_con6, 1 << 15);
^~~~~~~~~
drivers/video/rockchip/rk_hdmi.c:153:2: warning: implicit declaration of function 'rk_clrsetreg' [-Wimplicit-function-declaration]
rk_clrsetreg(&priv->grf->soc_con6, 1 << 4,
^~~~~~~~~~~~

This change fixes this by including <asm/hardware.h> in rk_hdmi.c.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arc/include/asm/u-boot.h
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/arm920t/Makefile
/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/speed.c
/openbmc/u-boot/arch/arm/cpu/arm920t/start.S
/openbmc/u-boot/arch/arm/cpu/armv7m/start.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fwcall.c
/openbmc/u-boot/arch/arm/cpu/armv8/u-boot-spl.lds
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/rk3328-evb.dts
/openbmc/u-boot/arch/arm/dts/rk3328.dtsi
/openbmc/u-boot/arch/arm/dts/rk3368-geekbox.dts
/openbmc/u-boot/arch/arm/dts/rk3368-px5-evb.dts
/openbmc/u-boot/arch/arm/dts/rk3368-sheep.dts
/openbmc/u-boot/arch/arm/dts/rk3368.dtsi
/openbmc/u-boot/arch/arm/dts/rk3399-puma.dts
/openbmc/u-boot/arch/arm/dts/rk3399-sdram-ddr3-1866.dtsi
/openbmc/u-boot/arch/arm/dts/rv1108-evb.dts
/openbmc/u-boot/arch/arm/dts/rv1108.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-imx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3036.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3368.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rv1108.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3036.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3328.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3368.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rv1108.h
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/periph.h
/openbmc/u-boot/arch/arm/include/asm/bootm.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/arm/include/asm/u-boot-arm.h
/openbmc/u-boot/arch/arm/include/asm/u-boot.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/arm/lib/spl.c
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/davinci_misc.h
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-omap2/utils.c
/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/Makefile
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/Makefile
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/clk_rk3368.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/rk3368.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/syscon_rk3368.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board-spl.c
/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/sdram_rk3399.c
/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/Makefile
/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/clk_rv1108.c
/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/rv1108.c
/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/syscon_rv1108.c
/openbmc/u-boot/arch/mips/include/asm/u-boot.h
/openbmc/u-boot/arch/nds32/include/asm/u-boot.h
/openbmc/u-boot/arch/nds32/lib/bootm.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_pci.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/miiphy.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/reginfo.c
/openbmc/u-boot/arch/powerpc/include/asm/4xx_pci.h
/openbmc/u-boot/arch/powerpc/include/asm/ppc.h
/openbmc/u-boot/arch/powerpc/include/asm/ppc4xx.h
/openbmc/u-boot/arch/powerpc/include/asm/u-boot.h
/openbmc/u-boot/arch/sandbox/cpu/cpu.c
/openbmc/u-boot/arch/sandbox/include/asm/u-boot.h
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/include/asm/u-boot.h
/openbmc/u-boot/board/AndesTech/adp-ag101p/adp-ag101p.c
/openbmc/u-boot/board/Barix/ipam390/ipam390.c
/openbmc/u-boot/board/LaCie/edminiv2/edminiv2.c
/openbmc/u-boot/board/LaCie/net2big_v2/net2big_v2.c
/openbmc/u-boot/board/LaCie/netspace_v2/netspace_v2.c
/openbmc/u-boot/board/Marvell/aspenite/aspenite.c
/openbmc/u-boot/board/Marvell/gplugd/gplugd.c
/openbmc/u-boot/board/Marvell/guruplug/guruplug.c
/openbmc/u-boot/board/Marvell/openrd/openrd.c
/openbmc/u-boot/board/Marvell/sheevaplug/sheevaplug.c
/openbmc/u-boot/board/Seagate/dockstar/dockstar.c
/openbmc/u-boot/board/Seagate/goflexhome/goflexhome.c
/openbmc/u-boot/board/Seagate/nas220/nas220.c
/openbmc/u-boot/board/Synology/ds109/ds109.c
/openbmc/u-boot/board/amazon/kc1/kc1.c
/openbmc/u-boot/board/armltd/integrator/integrator.c
/openbmc/u-boot/board/armltd/vexpress/vexpress_common.c
/openbmc/u-boot/board/atmel/at91rm9200ek/at91rm9200ek.c
/openbmc/u-boot/board/atmel/at91sam9261ek/at91sam9261ek.c
/openbmc/u-boot/board/atmel/at91sam9263ek/at91sam9263ek.c
/openbmc/u-boot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
/openbmc/u-boot/board/atmel/at91sam9rlek/at91sam9rlek.c
/openbmc/u-boot/board/atmel/at91sam9x5ek/at91sam9x5ek.c
/openbmc/u-boot/board/bluegiga/apx4devkit/apx4devkit.c
/openbmc/u-boot/board/bluewater/gurnard/gurnard.c
/openbmc/u-boot/board/bluewater/snapper9260/snapper9260.c
/openbmc/u-boot/board/cirrus/edb93xx/edb93xx.c
/openbmc/u-boot/board/compulab/cl-som-am57x/spl.c
/openbmc/u-boot/board/compulab/common/common.c
/openbmc/u-boot/board/compulab/common/eeprom.c
/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c
/openbmc/u-boot/board/davinci/da8xxevm/omapl138_lcdk.c
/openbmc/u-boot/board/davinci/ea20/ea20.c
/openbmc/u-boot/board/esd/meesc/meesc.c
/openbmc/u-boot/board/freescale/ls1021aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1043ardb/ddr.c
/openbmc/u-boot/board/freescale/ls1046aqds/ddr.c
/openbmc/u-boot/board/freescale/ls1046ardb/ddr.c
/openbmc/u-boot/board/freescale/ls2080a/ddr.c
/openbmc/u-boot/board/freescale/ls2080aqds/ddr.c
/openbmc/u-boot/board/freescale/ls2080ardb/ddr.c
/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c
/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana.c
/openbmc/u-boot/board/geekbuying/geekbox/Kconfig
/openbmc/u-boot/board/geekbuying/geekbox/MAINTAINERS
/openbmc/u-boot/board/geekbuying/geekbox/Makefile
/openbmc/u-boot/board/geekbuying/geekbox/README
/openbmc/u-boot/board/geekbuying/geekbox/geekbox.c
/openbmc/u-boot/board/gumstix/duovero/duovero.c
/openbmc/u-boot/board/h2200/h2200.c
/openbmc/u-boot/board/hisilicon/hikey/README
/openbmc/u-boot/board/imx31_phycore/imx31_phycore.c
/openbmc/u-boot/board/lego/ev3/legoev3.c
/openbmc/u-boot/board/mini-box/picosam9g45/picosam9g45.c
/openbmc/u-boot/board/nvidia/seaboard/seaboard.c
/openbmc/u-boot/board/overo/common.c
/openbmc/u-boot/board/rockchip/evb_px5/Kconfig
/openbmc/u-boot/board/rockchip/evb_px5/MAINTAINERS
/openbmc/u-boot/board/rockchip/evb_px5/Makefile
/openbmc/u-boot/board/rockchip/evb_px5/README
/openbmc/u-boot/board/rockchip/evb_px5/evb-px5.c
/openbmc/u-boot/board/rockchip/evb_rk3328/MAINTAINERS
/openbmc/u-boot/board/rockchip/evb_rk3328/evb-rk3328.c
/openbmc/u-boot/board/rockchip/evb_rv1108/Kconfig
/openbmc/u-boot/board/rockchip/evb_rv1108/MAINTAINERS
/openbmc/u-boot/board/rockchip/evb_rv1108/Makefile
/openbmc/u-boot/board/rockchip/evb_rv1108/README
/openbmc/u-boot/board/rockchip/evb_rv1108/evb_rv1108.c
/openbmc/u-boot/board/rockchip/sheep_rk3368/Kconfig
/openbmc/u-boot/board/rockchip/sheep_rk3368/MAINTAINERS
/openbmc/u-boot/board/rockchip/sheep_rk3368/Makefile
/openbmc/u-boot/board/rockchip/sheep_rk3368/README
/openbmc/u-boot/board/rockchip/sheep_rk3368/sheep_rk3368.c
/openbmc/u-boot/board/ronetix/pm9261/pm9261.c
/openbmc/u-boot/board/ronetix/pm9263/pm9263.c
/openbmc/u-boot/board/ronetix/pm9g45/pm9g45.c
/openbmc/u-boot/board/samsung/goni/goni.c
/openbmc/u-boot/board/samsung/smdkc100/smdkc100.c
/openbmc/u-boot/board/samsung/universal_c210/universal.c
/openbmc/u-boot/board/siemens/common/board.c
/openbmc/u-boot/board/spear/spear300/spear300.c
/openbmc/u-boot/board/spear/spear310/spear310.c
/openbmc/u-boot/board/spear/spear320/spear320.c
/openbmc/u-boot/board/spear/spear600/spear600.c
/openbmc/u-boot/board/spear/x600/x600.c
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/README
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/puma-rk3399.c
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c
/openbmc/u-boot/board/ti/omap5_uevm/evm.c
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/toradex/colibri_pxa270/colibri_pxa270.c
/openbmc/u-boot/board/toradex/common/tdx-cfg-block.c
/openbmc/u-boot/board/toradex/common/tdx-common.c
/openbmc/u-boot/board/zipitz2/zipitz2.c
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/elf.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/bootstage.c
/openbmc/u-boot/common/dlmalloc.c
/openbmc/u-boot/common/fb_mmc.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/evb-px5_defconfig
/openbmc/u-boot/configs/evb-rk3328_defconfig
/openbmc/u-boot/configs/evb-rv1108_defconfig
/openbmc/u-boot/configs/firefly-rk3399_defconfig
/openbmc/u-boot/configs/geekbox_defconfig
/openbmc/u-boot/configs/puma-rk3399_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_flattree_defconfig
/openbmc/u-boot/configs/sandbox_noblk_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/configs/sheep-rk3368_defconfig
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/clk/rockchip/Makefile
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3036.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3368.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rv1108.c
/openbmc/u-boot/drivers/ddr/fsl/arm_ddr_gen3.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/ddr/fsl/util.c
/openbmc/u-boot/drivers/dfu/dfu_sf.c
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/i2c/s3c24x0_i2c.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/rockchip-efuse.c
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.c
/openbmc/u-boot/drivers/pci/pcie_layerscape_fixup.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/pinctrl/rockchip/pinctrl_rk3328.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl_rk3368.c
/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl_rv1108.c
/openbmc/u-boot/drivers/power/pmic/rk8xx.c
/openbmc/u-boot/drivers/power/regulator/pwm_regulator.c
/openbmc/u-boot/drivers/power/regulator/rk8xx.c
/openbmc/u-boot/drivers/ram/stm32_sdram.c
/openbmc/u-boot/drivers/reset/sti-reset.c
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset_rk3368.c
/openbmc/u-boot/drivers/sysreset/sysreset_rv1108.c
/openbmc/u-boot/drivers/usb/common/fsl-errata.c
/openbmc/u-boot/drivers/usb/gadget/gadget_chips.h
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/usb/host/ehci-pci.c
/openbmc/u-boot/drivers/usb/host/ohci-hcd.c
/openbmc/u-boot/drivers/usb/host/xhci-rockchip.c
rockchip/rk_hdmi.c
/openbmc/u-boot/fs/ubifs/ubifs.c
/openbmc/u-boot/include/api.h
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/bootstage.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/cl-som-am57x.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/evb_px5.h
/openbmc/u-boot/include/configs/evb_rv1108.h
/openbmc/u-boot/include/configs/geekbox.h
/openbmc/u-boot/include/configs/ipam390.h
/openbmc/u-boot/include/configs/legoev3.h
/openbmc/u-boot/include/configs/ls1012a_common.h
/openbmc/u-boot/include/configs/ls1043a_common.h
/openbmc/u-boot/include/configs/ls1046a_common.h
/openbmc/u-boot/include/configs/ls2080a_common.h
/openbmc/u-boot/include/configs/omap5_uevm.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/puma_rk3399.h
/openbmc/u-boot/include/configs/rk3328_common.h
/openbmc/u-boot/include/configs/rk3368_common.h
/openbmc/u-boot/include/configs/rv1108_common.h
/openbmc/u-boot/include/configs/sheep_rk3368.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/dt-bindings/clock/rk3368-cru.h
/openbmc/u-boot/include/dt-bindings/clock/rv1108-cru.h
/openbmc/u-boot/include/environment/ti/dfu.h
/openbmc/u-boot/include/fsl_ifc.h
/openbmc/u-boot/lib/time.c
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/py/tests/test_hush_if_test.py
/openbmc/u-boot/tools/rkcommon.c
/openbmc/u-boot/tools/rkcommon.h
/openbmc/u-boot/tools/rksd.c
/openbmc/u-boot/tools/rkspi.c
f66f88f617-May-2017 Simon Glass <sjg@chromium.org>

common: Drop inclusion of pci.h

This should not be in common.h - remove it and update the only file that
needs it.

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


/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ppa.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware.c
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/dm8168-evm.dts
/openbmc/u-boot/arch/arm/dts/dm816x-clocks.dtsi
/openbmc/u-boot/arch/arm/dts/dm816x.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-a64-bananapi-m64.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-plus-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-plus.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64.dts
/openbmc/u-boot/arch/arm/dts/sun50i-a64.dtsi
/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-prime.dts
/openbmc/u-boot/arch/arm/dts/sun50i-h5.dtsi
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-m1.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-neo.dts
/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clocks_am33xx.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/openbmc/u-boot/arch/arm/mach-omap2/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Makefile
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/board.c
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_ti816x.c
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ddr.c
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/emif4.c
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ti816x_emif4.c
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_mem.c
/openbmc/u-boot/arch/sandbox/cpu/state.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/state.h
/openbmc/u-boot/arch/x86/cpu/baytrail/Kconfig
/openbmc/u-boot/arch/x86/cpu/baytrail/early_uart.c
/openbmc/u-boot/arch/x86/cpu/baytrail/fsp_configs.c
/openbmc/u-boot/arch/x86/dts/bayleybay.dts
/openbmc/u-boot/arch/x86/dts/baytrail_som-db5800-som-6867.dts
/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/openbmc/u-boot/arch/x86/dts/dfi-bt700.dtsi
/openbmc/u-boot/arch/x86/dts/minnowmax.dts
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h
/openbmc/u-boot/arch/x86/lib/fsp/fsp_support.c
/openbmc/u-boot/board/freescale/common/ns_access.c
/openbmc/u-boot/board/freescale/ls2080a/ls2080a.c
/openbmc/u-boot/board/freescale/ls2080aqds/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080aqds/README
/openbmc/u-boot/board/freescale/ls2080aqds/eth.c
/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds.c
/openbmc/u-boot/board/freescale/ls2080ardb/eth_ls2080rdb.c
/openbmc/u-boot/board/qualcomm/dragonboard410c/dragonboard410c.c
/openbmc/u-boot/board/samsung/common/board.c
/openbmc/u-boot/board/samsung/common/exynos5-dt.c
/openbmc/u-boot/board/samsung/common/misc.c
/openbmc/u-boot/board/sandbox/MAINTAINERS
/openbmc/u-boot/board/st/stm32f746-disco/stm32f746-disco.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/ti/common/Kconfig
/openbmc/u-boot/board/ti/ti816x/evm.c
/openbmc/u-boot/board/toradex/common/tdx-cfg-block.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/pci.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/env_mmc.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/configs/Sinlinx_SinA33_defconfig
/openbmc/u-boot/configs/am335x_baltos_defconfig
/openbmc/u-boot/configs/am335x_evm_nor_defconfig
/openbmc/u-boot/configs/am335x_igep003x_defconfig
/openbmc/u-boot/configs/am335x_shc_defconfig
/openbmc/u-boot/configs/am335x_shc_ict_defconfig
/openbmc/u-boot/configs/am335x_shc_netboot_defconfig
/openbmc/u-boot/configs/am335x_shc_prompt_defconfig
/openbmc/u-boot/configs/am335x_shc_sdboot_defconfig
/openbmc/u-boot/configs/am335x_shc_sdboot_prompt_defconfig
/openbmc/u-boot/configs/am335x_sl50_defconfig
/openbmc/u-boot/configs/am43xx_evm_ethboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
/openbmc/u-boot/configs/am57xx_evm_nodt_defconfig
/openbmc/u-boot/configs/apalis-tk1_defconfig
/openbmc/u-boot/configs/apalis_imx6_defconfig
/openbmc/u-boot/configs/apalis_imx6_nospl_com_defconfig
/openbmc/u-boot/configs/apalis_imx6_nospl_it_defconfig
/openbmc/u-boot/configs/apalis_t30_defconfig
/openbmc/u-boot/configs/at91sam9m10g45ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9n12ek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9rlek_mmc_defconfig
/openbmc/u-boot/configs/at91sam9x5ek_mmc_defconfig
/openbmc/u-boot/configs/bananapi_m64_defconfig
/openbmc/u-boot/configs/bcm958622hr_defconfig
/openbmc/u-boot/configs/beaver_defconfig
/openbmc/u-boot/configs/birdland_bav335a_defconfig
/openbmc/u-boot/configs/birdland_bav335b_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/brxre1_defconfig
/openbmc/u-boot/configs/cairo_defconfig
/openbmc/u-boot/configs/cardhu_defconfig
/openbmc/u-boot/configs/cei-tk1-som_defconfig
/openbmc/u-boot/configs/chiliboard_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/cm_t335_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/cm_t54_defconfig
/openbmc/u-boot/configs/colibri_imx6_defconfig
/openbmc/u-boot/configs/colibri_imx6_nospl_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/colibri_t30_defconfig
/openbmc/u-boot/configs/dalmore_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/duovero_defconfig
/openbmc/u-boot/configs/e2220-1170_defconfig
/openbmc/u-boot/configs/gurnard_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/hikey_defconfig
/openbmc/u-boot/configs/igep0020_defconfig
/openbmc/u-boot/configs/igep0030_defconfig
/openbmc/u-boot/configs/igep0032_defconfig
/openbmc/u-boot/configs/jetson-tk1_defconfig
/openbmc/u-boot/configs/kzm9g_defconfig
/openbmc/u-boot/configs/ls1021aiot_qspi_defconfig
/openbmc/u-boot/configs/ls1021aiot_sdcard_defconfig
/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls1046aqds_nand_defconfig
/openbmc/u-boot/configs/ls1046aqds_sdcard_ifc_defconfig
/openbmc/u-boot/configs/ls1046aqds_sdcard_qspi_defconfig
/openbmc/u-boot/configs/ls1046ardb_emmc_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls1046ardb_sdcard_defconfig
/openbmc/u-boot/configs/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080aqds_sdcard_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/m28evk_defconfig
/openbmc/u-boot/configs/m53evk_defconfig
/openbmc/u-boot/configs/ma5d4evk_defconfig
/openbmc/u-boot/configs/medcom-wide_defconfig
/openbmc/u-boot/configs/mx7ulp_evk_defconfig
/openbmc/u-boot/configs/mx7ulp_evk_plugin_defconfig
/openbmc/u-boot/configs/nanopi_m1_defconfig
/openbmc/u-boot/configs/novena_defconfig
/openbmc/u-boot/configs/nyan-big_defconfig
/openbmc/u-boot/configs/omap3_beagle_defconfig
/openbmc/u-boot/configs/omap3_overo_defconfig
/openbmc/u-boot/configs/omap3_pandora_defconfig
/openbmc/u-boot/configs/omap3_zoom1_defconfig
/openbmc/u-boot/configs/omap4_panda_defconfig
/openbmc/u-boot/configs/omap4_sdp4430_defconfig
/openbmc/u-boot/configs/omap5_uevm_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/orangepi_prime_defconfig
/openbmc/u-boot/configs/p2371-0000_defconfig
/openbmc/u-boot/configs/p2371-2180_defconfig
/openbmc/u-boot/configs/p2571_defconfig
/openbmc/u-boot/configs/p2771-0000-000_defconfig
/openbmc/u-boot/configs/p2771-0000-500_defconfig
/openbmc/u-boot/configs/paz00_defconfig
/openbmc/u-boot/configs/pcm051_rev1_defconfig
/openbmc/u-boot/configs/pcm051_rev3_defconfig
/openbmc/u-boot/configs/pengwyn_defconfig
/openbmc/u-boot/configs/pepper_defconfig
/openbmc/u-boot/configs/pic32mzdask_defconfig
/openbmc/u-boot/configs/picosam9g45_defconfig
/openbmc/u-boot/configs/plutux_defconfig
/openbmc/u-boot/configs/r8a7795_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_salvator-x_defconfig
/openbmc/u-boot/configs/s5p_goni_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_nandflash_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_spiflash_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_mmc_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig
/openbmc/u-boot/configs/sama5d36ek_cmp_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig
/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_flattree_defconfig
/openbmc/u-boot/configs/seaboard_defconfig
/openbmc/u-boot/configs/tec-ng_defconfig
/openbmc/u-boot/configs/tec_defconfig
/openbmc/u-boot/configs/ti814x_evm_defconfig
/openbmc/u-boot/configs/ti816x_evm_defconfig
/openbmc/u-boot/configs/trimslice_defconfig
/openbmc/u-boot/configs/venice2_defconfig
/openbmc/u-boot/configs/ventana_defconfig
/openbmc/u-boot/configs/whistler_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/doc/device-tree-bindings/misc/intel,baytrail-fsp.txt
/openbmc/u-boot/drivers/adc/adc-uclass.c
/openbmc/u-boot/drivers/block/blk-uclass.c
/openbmc/u-boot/drivers/clk/at91/pmc.c
/openbmc/u-boot/drivers/clk/at91/pmc.h
/openbmc/u-boot/drivers/clk/clk-uclass.c
/openbmc/u-boot/drivers/clk/clk_fixed_rate.c
/openbmc/u-boot/drivers/clk/clk_stm32f7.c
/openbmc/u-boot/drivers/clk/clk_zynq.c
/openbmc/u-boot/drivers/core/Kconfig
/openbmc/u-boot/drivers/core/Makefile
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/lists.c
/openbmc/u-boot/drivers/core/of_access.c
/openbmc/u-boot/drivers/core/of_addr.c
/openbmc/u-boot/drivers/core/of_extra.c
/openbmc/u-boot/drivers/core/ofnode.c
/openbmc/u-boot/drivers/core/read.c
/openbmc/u-boot/drivers/core/regmap.c
/openbmc/u-boot/drivers/core/root.c
/openbmc/u-boot/drivers/core/simple-bus.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/cpu/cpu-uclass.c
/openbmc/u-boot/drivers/firmware/psci.c
/openbmc/u-boot/drivers/gpio/74x164_gpio.c
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/gpio/pca953x_gpio.c
/openbmc/u-boot/drivers/gpio/pm8916_gpio.c
/openbmc/u-boot/drivers/gpio/sandbox.c
/openbmc/u-boot/drivers/gpio/sunxi_gpio.c
/openbmc/u-boot/drivers/gpio/tegra186_gpio.c
/openbmc/u-boot/drivers/gpio/tegra_gpio.c
/openbmc/u-boot/drivers/i2c/i2c-uclass.c
/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-uclass.c
/openbmc/u-boot/drivers/i2c/mxc_i2c.c
/openbmc/u-boot/drivers/i2c/sandbox_i2c.c
/openbmc/u-boot/drivers/input/cros_ec_keyb.c
/openbmc/u-boot/drivers/input/key_matrix.c
/openbmc/u-boot/drivers/input/tegra-kbc.c
/openbmc/u-boot/drivers/led/led_bcm6328.c
/openbmc/u-boot/drivers/led/led_bcm6358.c
/openbmc/u-boot/drivers/led/led_gpio.c
/openbmc/u-boot/drivers/mailbox/mailbox-uclass.c
/openbmc/u-boot/drivers/mailbox/tegra-hsp.c
/openbmc/u-boot/drivers/misc/cros_ec.c
/openbmc/u-boot/drivers/misc/cros_ec_sandbox.c
/openbmc/u-boot/drivers/misc/i2c_eeprom_emul.c
/openbmc/u-boot/drivers/misc/tegra186_bpmp.c
/openbmc/u-boot/drivers/misc/tegra_car.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/mmc-uclass.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/s5p_sdhci.c
/openbmc/u-boot/drivers/mmc/tegra_mmc.c
/openbmc/u-boot/drivers/mmc/xenon_sdhci.c
/openbmc/u-boot/drivers/mtd/altera_qspi.c
/openbmc/u-boot/drivers/mtd/cfi_flash.c
/openbmc/u-boot/drivers/mtd/nand/sunxi_nand.c
/openbmc/u-boot/drivers/mtd/nand/tegra_nand.c
/openbmc/u-boot/drivers/mtd/pic32_flash.c
/openbmc/u-boot/drivers/mtd/spi/sandbox.c
/openbmc/u-boot/drivers/mtd/spi/spi_flash.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/altera_tse.c
/openbmc/u-boot/drivers/net/cpsw-common.c
/openbmc/u-boot/drivers/net/cpsw.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/fm/ls1043.c
/openbmc/u-boot/drivers/net/fm/ls1046.c
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/keystone_net.c
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/mvneta.c
/openbmc/u-boot/drivers/net/mvpp2.c
/openbmc/u-boot/drivers/net/pch_gbe.c
/openbmc/u-boot/drivers/net/phy/Kconfig
/openbmc/u-boot/drivers/net/phy/marvell.c
/openbmc/u-boot/drivers/net/pic32_eth.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pci/pci-uclass.c
/openbmc/u-boot/drivers/phy/marvell/comphy_core.c
/openbmc/u-boot/drivers/phy/phy-uclass.c
/openbmc/u-boot/drivers/phy/sandbox-phy.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c
/openbmc/u-boot/drivers/power/domain/power-domain-uclass.c
/openbmc/u-boot/drivers/power/pmic/act8846.c
/openbmc/u-boot/drivers/power/pmic/i2c_pmic_emul.c
/openbmc/u-boot/drivers/power/pmic/lp873x.c
/openbmc/u-boot/drivers/power/pmic/max77686.c
/openbmc/u-boot/drivers/power/pmic/palmas.c
/openbmc/u-boot/drivers/power/pmic/pfuze100.c
/openbmc/u-boot/drivers/power/pmic/pm8916.c
/openbmc/u-boot/drivers/power/pmic/pmic-uclass.c
/openbmc/u-boot/drivers/power/pmic/rk8xx.c
/openbmc/u-boot/drivers/power/pmic/s5m8767.c
/openbmc/u-boot/drivers/power/pmic/sandbox.c
/openbmc/u-boot/drivers/power/pmic/tps65090.c
/openbmc/u-boot/drivers/power/regulator/fixed.c
/openbmc/u-boot/drivers/power/regulator/regulator-uclass.c
/openbmc/u-boot/drivers/qe/qe.c
/openbmc/u-boot/drivers/reset/reset-uclass.c
/openbmc/u-boot/drivers/rtc/i2c_rtc_emul.c
/openbmc/u-boot/drivers/serial/serial-uclass.c
/openbmc/u-boot/drivers/sound/max98095.c
/openbmc/u-boot/drivers/sound/wm8994.c
/openbmc/u-boot/drivers/spi/pic32_spi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/drivers/sysreset/sysreset_sandbox.c
/openbmc/u-boot/drivers/timer/timer-uclass.c
/openbmc/u-boot/drivers/usb/emul/sandbox_flash.c
/openbmc/u-boot/drivers/usb/emul/sandbox_hub.c
/openbmc/u-boot/drivers/usb/host/ehci-marvell.c
/openbmc/u-boot/drivers/usb/host/ehci-tegra.c
/openbmc/u-boot/drivers/usb/host/ehci-vf.c
/openbmc/u-boot/drivers/usb/host/usb-uclass.c
/openbmc/u-boot/drivers/usb/host/xhci-rockchip.c
/openbmc/u-boot/drivers/usb/musb-new/ti-musb.c
sm501.c
/openbmc/u-boot/dts/Kconfig
/openbmc/u-boot/fs/fat/Kconfig
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/asm-generic/gpio.h
/openbmc/u-boot/include/blk.h
/openbmc/u-boot/include/clk-uclass.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_fallbacks.h
/openbmc/u-boot/include/configs/am43xx_evm.h
/openbmc/u-boot/include/configs/apalis-tk1.h
/openbmc/u-boot/include/configs/apalis_imx6.h
/openbmc/u-boot/include/configs/apalis_t30.h
/openbmc/u-boot/include/configs/at91-sama5_common.h
/openbmc/u-boot/include/configs/at91sam9m10g45ek.h
/openbmc/u-boot/include/configs/at91sam9n12ek.h
/openbmc/u-boot/include/configs/at91sam9rlek.h
/openbmc/u-boot/include/configs/at91sam9x5ek.h
/openbmc/u-boot/include/configs/bcm23550_w1d.h
/openbmc/u-boot/include/configs/bcm28155_ap.h
/openbmc/u-boot/include/configs/bcm_ep_board.h
/openbmc/u-boot/include/configs/brppt1.h
/openbmc/u-boot/include/configs/brxre1.h
/openbmc/u-boot/include/configs/colibri_imx6.h
/openbmc/u-boot/include/configs/colibri_t20.h
/openbmc/u-boot/include/configs/colibri_t30.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/ds109.h
/openbmc/u-boot/include/configs/etamin.h
/openbmc/u-boot/include/configs/exynos-common.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/k2e_evm.h
/openbmc/u-boot/include/configs/k2g_evm.h
/openbmc/u-boot/include/configs/k2hk_evm.h
/openbmc/u-boot/include/configs/k2l_evm.h
/openbmc/u-boot/include/configs/ls1021aiot.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.h
/openbmc/u-boot/include/configs/ls1043a_common.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/m28evk.h
/openbmc/u-boot/include/configs/m53evk.h
/openbmc/u-boot/include/configs/ma5d4evk.h
/openbmc/u-boot/include/configs/meson-gxbb-common.h
/openbmc/u-boot/include/configs/mx7ulp_evk.h
/openbmc/u-boot/include/configs/novena.h
/openbmc/u-boot/include/configs/pic32mzdask.h
/openbmc/u-boot/include/configs/picosam9g45.h
/openbmc/u-boot/include/configs/rcar-gen2-common.h
/openbmc/u-boot/include/configs/rcar-gen3-common.h
/openbmc/u-boot/include/configs/rk3036_common.h
/openbmc/u-boot/include/configs/rk3188_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/rk3328_common.h
/openbmc/u-boot/include/configs/rk3399_common.h
/openbmc/u-boot/include/configs/rpi.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sama5d2_ptc.h
/openbmc/u-boot/include/configs/sama5d3_xplained.h
/openbmc/u-boot/include/configs/sama5d3xek.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/siemens-am33x-common.h
/openbmc/u-boot/include/configs/snapper9g45.h
/openbmc/u-boot/include/configs/socfpga_arria10_socdk.h
/openbmc/u-boot/include/configs/socfpga_arria5_socdk.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_de10_nano.h
/openbmc/u-boot/include/configs/socfpga_de1_soc.h
/openbmc/u-boot/include/configs/socfpga_is1.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/socfpga_vining_fpga.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/tegra-common-post.h
/openbmc/u-boot/include/configs/tegra-common.h
/openbmc/u-boot/include/configs/ti814x_evm.h
/openbmc/u-boot/include/configs/ti816x_evm.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/trats.h
/openbmc/u-boot/include/configs/trats2.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/cros_ec.h
/openbmc/u-boot/include/dm.h
/openbmc/u-boot/include/dm/device-internal.h
/openbmc/u-boot/include/dm/device.h
/openbmc/u-boot/include/dm/fdtaddr.h
/openbmc/u-boot/include/dm/lists.h
/openbmc/u-boot/include/dm/of.h
/openbmc/u-boot/include/dm/of_access.h
/openbmc/u-boot/include/dm/of_addr.h
/openbmc/u-boot/include/dm/of_extra.h
/openbmc/u-boot/include/dm/ofnode.h
/openbmc/u-boot/include/dm/read.h
/openbmc/u-boot/include/dm/root.h
/openbmc/u-boot/include/dm/test.h
/openbmc/u-boot/include/dm/uclass-internal.h
/openbmc/u-boot/include/dm/uclass.h
/openbmc/u-boot/include/dt-bindings/clock/sun50i-a64-ccu.h
/openbmc/u-boot/include/dt-bindings/reset/sun50i-a64-ccu.h
/openbmc/u-boot/include/fat.h
/openbmc/u-boot/include/fdt.h
/openbmc/u-boot/include/fdt_support.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl-mc/fsl_mc.h
/openbmc/u-boot/include/generic-phy.h
/openbmc/u-boot/include/i2c.h
/openbmc/u-boot/include/key_matrix.h
/openbmc/u-boot/include/libfdt.h
/openbmc/u-boot/include/linux/compat.h
/openbmc/u-boot/include/linux/string.h
/openbmc/u-boot/include/mailbox-uclass.h
/openbmc/u-boot/include/of_live.h
/openbmc/u-boot/include/power-domain-uclass.h
/openbmc/u-boot/include/power/pmic.h
/openbmc/u-boot/include/reset-uclass.h
/openbmc/u-boot/include/spi.h
/openbmc/u-boot/include/test/test.h
/openbmc/u-boot/include/test/ut.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/libfdt/fdt.h
/openbmc/u-boot/lib/libfdt/libfdt.h
/openbmc/u-boot/lib/libfdt/pylibfdt/libfdt.i
/openbmc/u-boot/lib/libfdt/pylibfdt/setup.py
/openbmc/u-boot/lib/of_live.c
/openbmc/u-boot/lib/string.c
/openbmc/u-boot/net/eth-uclass.c
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/blk.c
/openbmc/u-boot/test/dm/bus.c
/openbmc/u-boot/test/dm/phy.c
/openbmc/u-boot/test/dm/test-fdt.c
/openbmc/u-boot/test/dm/test-main.c
/openbmc/u-boot/test/run
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/binman/binman.py
/openbmc/u-boot/tools/binman/control.py
/openbmc/u-boot/tools/binman/etype/u_boot_dtb_with_ucode.py
/openbmc/u-boot/tools/binman/fdt_test.py
/openbmc/u-boot/tools/binman/func_test.py
/openbmc/u-boot/tools/binman/test/45_prop_test.dts
/openbmc/u-boot/tools/dtoc/dtoc.py
/openbmc/u-boot/tools/dtoc/fdt.py
da409ccc17-May-2017 Simon Glass <sjg@chromium.org>

dm: core: Replace of_offset with accessor (part 2)

At present devices use a simple integer offset to record the device tree
node associated with the device. In preparation for supporting a live
devi

dm: core: Replace of_offset with accessor (part 2)

At present devices use a simple integer offset to record the device tree
node associated with the device. In preparation for supporting a live
device tree, which uses a node pointer instead, refactor existing code to
access this field through an inline function.

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

show more ...

4af0d7e817-May-2017 Simon Glass <sjg@chromium.org>

dm: Fix up inclusion of common.h

It is good practice to include common.h as the first header. This ensures
that required features like the DECLARE_GLOBAL_DATA_PTR macro,
configuration options and co

dm: Fix up inclusion of common.h

It is good practice to include common.h as the first header. This ensures
that required features like the DECLARE_GLOBAL_DATA_PTR macro,
configuration options and common types are available.

Fix up some files which currently don't do this. This is necessary because
driver model will soon start using global data and configuration in the
dm/read.h header file, included via dm.h. The gd->fdt_blob value will be
used to access the device tree and CONFIG options will be used to
determine whether to support inline functions in the header file.

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

show more ...

a821c4af17-May-2017 Simon Glass <sjg@chromium.org>

dm: Rename dev_addr..() functions

These support the flat device tree. We want to use the dev_read_..()
prefix for functions that support both flat tree and live tree. So rename
the existing function

dm: Rename dev_addr..() functions

These support the flat device tree. We want to use the dev_read_..()
prefix for functions that support both flat tree and live tree. So rename
the existing functions to avoid confusion.

In the end we will have:

1. dev_read_addr...() - works on devices, supports flat/live tree
2. devfdt_get_addr...() - current functions, flat tree only
3. of_get_address() etc. - new functions, live tree only

All drivers will be written to use 1. That function will in turn call
either 2 or 3 depending on whether the flat or live tree is in use.

Note this involves changing some dead code - the imx_lpi2c.c file.

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

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/api/api_storage.c
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/mx7/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc
/openbmc/u-boot/arch/arm/cpu/armv8/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/armada-3720-db.dts
/openbmc/u-boot/arch/arm/dts/armada-37xx.dtsi
/openbmc/u-boot/arch/arm/dts/armada-7040-db.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls2081a-rdb.dts
/openbmc/u-boot/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
/openbmc/u-boot/arch/arm/dts/imx7-colibri.dts
/openbmc/u-boot/arch/arm/dts/imx7d-pinfunc.h
/openbmc/u-boot/arch/arm/dts/imx7d-sdb.dts
/openbmc/u-boot/arch/arm/dts/imx7d.dtsi
/openbmc/u-boot/arch/arm/dts/imx7s.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10.dtsi
/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts
/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld11.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld20.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pro4.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pro5.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pxs2.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pxs3.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-sld3.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-sld8.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-support-card.dtsi
/openbmc/u-boot/arch/arm/imx-common/Kconfig
/openbmc/u-boot/arch/arm/imx-common/rdc-sema.c
/openbmc/u-boot/arch/arm/imx-common/timer.c
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/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_lsch3.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/spl.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/include/asm/spl.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9x5_devices.c
/openbmc/u-boot/arch/arm/mach-exynos/Kconfig
/openbmc/u-boot/arch/arm/mach-keystone/Kconfig
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/config.h
/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.c
/openbmc/u-boot/arch/arm/mach-mvebu/sata.c
/openbmc/u-boot/arch/arm/mach-omap2/omap3/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/omap5/Kconfig
/openbmc/u-boot/arch/arm/mach-omap2/omap5/hwinit.c
/openbmc/u-boot/arch/arm/mach-omap2/vc.c
/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.64
/openbmc/u-boot/arch/arm/mach-rmobile/Makefile
/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-rcar.c
/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info.c
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/gpio.h
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7795-gpio.h
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7796-gpio.h
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7796.h
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rmobile.h
/openbmc/u-boot/arch/arm/mach-rmobile/memmap-r8a7796.c
/openbmc/u-boot/arch/arm/mach-rmobile/pfc-r8a7795.c
/openbmc/u-boot/arch/arm/mach-rmobile/pfc-r8a7796.c
/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig
/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/clk_rk3328.c
/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8016.c
/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig
/openbmc/u-boot/arch/arm/mach-socfpga/Makefile
/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager.c
/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_a10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_gen5.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/misc.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/pinmux.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_gen5.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_arria10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_arria10.h
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_gen5.h
/openbmc/u-boot/arch/arm/mach-socfpga/misc.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/misc_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/pinmux_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager.c
/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_arria10.c
/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_gen5.c
/openbmc/u-boot/arch/arm/mach-socfpga/spl.c
/openbmc/u-boot/arch/arm/mach-socfpga/system_manager_gen5.c
/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig
/openbmc/u-boot/arch/arm/mach-tegra/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/arm64/lowlevel_init.S
/openbmc/u-boot/arch/arm/mach-uniphier/board_init.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-pxs3.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device.c
/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device.h
/openbmc/u-boot/arch/arm/mach-uniphier/clk/Makefile
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld11.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld4.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pro4.c
/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pxs3.c
/openbmc/u-boot/arch/arm/mach-uniphier/init.h
/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl-glue.c
/openbmc/u-boot/arch/arm/mach-uniphier/sg-regs.h
/openbmc/u-boot/arch/arm/mach-uniphier/soc-info.c
/openbmc/u-boot/arch/mips/dts/Makefile
/openbmc/u-boot/arch/mips/dts/brcm,bcm3380.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm63268.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6328.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6338.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6348.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6358.dtsi
/openbmc/u-boot/arch/mips/dts/comtrend,ct-5361.dts
/openbmc/u-boot/arch/mips/dts/netgear,cg3100d.dts
/openbmc/u-boot/arch/mips/dts/sagem,f@st1704.dts
/openbmc/u-boot/arch/mips/mach-bmips/Kconfig
/openbmc/u-boot/arch/mips/mach-bmips/include/ioremap.h
/openbmc/u-boot/arch/nds32/Kconfig
/openbmc/u-boot/arch/nds32/cpu/n1213/Makefile
/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/Makefile
/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/cpu.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/lowlevel_init.S
/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/timer.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/watchdog.S
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/Makefile
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/cpu.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/lowlevel_init.S
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/timer.c
/openbmc/u-boot/arch/nds32/cpu/n1213/start.S
/openbmc/u-boot/arch/nds32/dts/Makefile
/openbmc/u-boot/arch/nds32/dts/ae3xx.dts
/openbmc/u-boot/arch/nds32/dts/ag101p.dts
/openbmc/u-boot/arch/nds32/include/asm/arch-ae3xx/ae3xx.h
/openbmc/u-boot/arch/nds32/include/asm/bootm.h
/openbmc/u-boot/arch/nds32/include/asm/cache.h
/openbmc/u-boot/arch/nds32/include/asm/config.h
/openbmc/u-boot/arch/nds32/include/asm/mach-types.h
/openbmc/u-boot/arch/nds32/lib/Makefile
/openbmc/u-boot/arch/nds32/lib/boot.c
/openbmc/u-boot/arch/nds32/lib/bootm.c
/openbmc/u-boot/arch/nds32/lib/cache.c
/openbmc/u-boot/arch/powerpc/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/ide.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/commproc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1024_serdes.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/Makefile
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/Kconfig
/openbmc/u-boot/arch/powerpc/include/asm/fsl_secure_boot.h
/openbmc/u-boot/arch/powerpc/include/asm/immap_85xx.h
/openbmc/u-boot/arch/powerpc/lib/Kconfig
/openbmc/u-boot/arch/powerpc/lib/Makefile
/openbmc/u-boot/arch/powerpc/lib/immap.c
/openbmc/u-boot/arch/sandbox/cpu/cpu.c
/openbmc/u-boot/arch/x86/Kconfig
/openbmc/u-boot/arch/x86/cpu/Makefile
/openbmc/u-boot/arch/x86/cpu/baytrail/acpi.c
/openbmc/u-boot/arch/x86/cpu/baytrail/valleyview.c
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/quark/quark.c
/openbmc/u-boot/arch/x86/cpu/queensbay/Makefile
/openbmc/u-boot/arch/x86/cpu/wakeup.S
/openbmc/u-boot/arch/x86/dts/bayleybay.dts
/openbmc/u-boot/arch/x86/dts/baytrail_som-db5800-som-6867.dts
/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/openbmc/u-boot/arch/x86/dts/dfi-bt700.dtsi
/openbmc/u-boot/arch/x86/dts/minnowmax.dts
/openbmc/u-boot/arch/x86/include/asm/acpi_s3.h
/openbmc/u-boot/arch/x86/include/asm/acpi_table.h
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/sleepstates.asl
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/iomap.h
/openbmc/u-boot/arch/x86/include/asm/cmos_layout.h
/openbmc/u-boot/arch/x86/include/asm/early_cmos.h
/openbmc/u-boot/arch/x86/include/asm/global_data.h
/openbmc/u-boot/arch/x86/include/asm/post.h
/openbmc/u-boot/arch/x86/include/asm/tables.h
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/acpi_s3.c
/openbmc/u-boot/arch/x86/lib/acpi_table.c
/openbmc/u-boot/arch/x86/lib/bootm.c
/openbmc/u-boot/arch/x86/lib/coreboot_table.c
/openbmc/u-boot/arch/x86/lib/early_cmos.c
/openbmc/u-boot/arch/x86/lib/fsp/fsp_common.c
/openbmc/u-boot/arch/x86/lib/fsp/fsp_dram.c
/openbmc/u-boot/board/AndesTech/adp-ae3xx/Kconfig
/openbmc/u-boot/board/AndesTech/adp-ae3xx/MAINTAINERS
/openbmc/u-boot/board/AndesTech/adp-ae3xx/Makefile
/openbmc/u-boot/board/AndesTech/adp-ae3xx/adp-ae3xx.c
/openbmc/u-boot/board/AndesTech/adp-ag101p/adp-ag101p.c
/openbmc/u-boot/board/BuR/common/common.c
/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
/openbmc/u-boot/board/altera/arria10-socdk/Kconfig
/openbmc/u-boot/board/altera/arria10-socdk/Makefile
/openbmc/u-boot/board/altera/arria10-socdk/socfpga.c
/openbmc/u-boot/board/amlogic/odroid-c2/odroid-c2.c
/openbmc/u-boot/board/armltd/integrator/integrator.c
/openbmc/u-boot/board/armltd/vexpress64/vexpress64.c
/openbmc/u-boot/board/atmel/at91sam9x5ek/at91sam9x5ek.c
/openbmc/u-boot/board/beckhoff/mx53cx9020/mx53cx9020.c
/openbmc/u-boot/board/bosch/shc/board.c
/openbmc/u-boot/board/cadence/xtfpga/xtfpga.c
/openbmc/u-boot/board/cavium/thunderx/thunderx.c
/openbmc/u-boot/board/cm5200/cm5200.c
/openbmc/u-boot/board/cm5200/cmd_cm5200.c
/openbmc/u-boot/board/compulab/cl-som-am57x/cl-som-am57x.c
/openbmc/u-boot/board/compulab/cm_t35/cm_t35.c
/openbmc/u-boot/board/compulab/cm_t3517/cm_t3517.c
/openbmc/u-boot/board/compulab/cm_t54/cm_t54.c
/openbmc/u-boot/board/comtrend/ct5361/Kconfig
/openbmc/u-boot/board/comtrend/ct5361/MAINTAINERS
/openbmc/u-boot/board/comtrend/ct5361/Makefile
/openbmc/u-boot/board/comtrend/ct5361/ct-5361.c
/openbmc/u-boot/board/corscience/tricorder/tricorder.c
/openbmc/u-boot/board/davedenx/aria/aria.c
/openbmc/u-boot/board/engicam/common/Makefile
/openbmc/u-boot/board/engicam/common/board.c
/openbmc/u-boot/board/engicam/common/board.h
/openbmc/u-boot/board/engicam/common/spl.c
/openbmc/u-boot/board/engicam/geam6ul/geam6ul.c
/openbmc/u-boot/board/engicam/icorem6/MAINTAINERS
/openbmc/u-boot/board/engicam/icorem6/icorem6.c
/openbmc/u-boot/board/engicam/icorem6_rqs/MAINTAINERS
/openbmc/u-boot/board/engicam/icorem6_rqs/icorem6_rqs.c
/openbmc/u-boot/board/engicam/isiotmx6ul/isiotmx6ul.c
/openbmc/u-boot/board/esd/mecp5123/mecp5123.c
/openbmc/u-boot/board/freescale/common/Kconfig
/openbmc/u-boot/board/freescale/common/fsl_chain_of_trust.c
/openbmc/u-boot/board/freescale/common/fsl_validate.c
/openbmc/u-boot/board/freescale/ls1043ardb/Makefile
/openbmc/u-boot/board/freescale/ls1046ardb/Makefile
/openbmc/u-boot/board/freescale/ls1046ardb/README
/openbmc/u-boot/board/freescale/ls2080aqds/README
/openbmc/u-boot/board/freescale/ls2080ardb/Kconfig
/openbmc/u-boot/board/freescale/ls2080ardb/MAINTAINERS
/openbmc/u-boot/board/freescale/ls2080ardb/README
/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c
/openbmc/u-boot/board/freescale/m52277evb/README
/openbmc/u-boot/board/freescale/m5253demo/m5253demo.c
/openbmc/u-boot/board/freescale/m5253evbe/m5253evbe.c
/openbmc/u-boot/board/freescale/m53017evb/README
/openbmc/u-boot/board/freescale/m5373evb/README
/openbmc/u-boot/board/freescale/m54455evb/README
/openbmc/u-boot/board/freescale/m54455evb/m54455evb.c
/openbmc/u-boot/board/freescale/m547xevb/README
/openbmc/u-boot/board/freescale/mpc5121ads/mpc5121ads.c
/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c
/openbmc/u-boot/board/freescale/mx7dsabresd/mx7dsabresd.c
/openbmc/u-boot/board/gateworks/gw_ventana/Kconfig
/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana.c
/openbmc/u-boot/board/gdsys/405ep/dlvision-10g.c
/openbmc/u-boot/board/gdsys/405ep/io.c
/openbmc/u-boot/board/gdsys/405ep/neo.c
/openbmc/u-boot/board/gdsys/405ex/io64.c
/openbmc/u-boot/board/gdsys/mpc8308/Kconfig
/openbmc/u-boot/board/gumstix/duovero/duovero.c
/openbmc/u-boot/board/hisilicon/hikey/hikey.c
/openbmc/u-boot/board/htkw/mcx/mcx.c
/openbmc/u-boot/board/ifm/ac14xx/ac14xx.c
/openbmc/u-boot/board/intercontrol/digsy_mtc/digsy_mtc.c
/openbmc/u-boot/board/isee/igep00x0/igep00x0.c
/openbmc/u-boot/board/jupiter/jupiter.c
/openbmc/u-boot/board/keymile/km82xx/km82xx.c
/openbmc/u-boot/board/keymile/km_arm/km_arm.c
/openbmc/u-boot/board/logicpd/am3517evm/am3517evm.c
/openbmc/u-boot/board/logicpd/omap3som/Kconfig
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/board/logicpd/zoom1/zoom1.c
/openbmc/u-boot/board/netgear/cg3100d/Kconfig
/openbmc/u-boot/board/netgear/cg3100d/MAINTAINERS
/openbmc/u-boot/board/netgear/cg3100d/Makefile
/openbmc/u-boot/board/netgear/cg3100d/cg3100d.c
/openbmc/u-boot/board/overo/overo.c
/openbmc/u-boot/board/pandora/pandora.c
/openbmc/u-boot/board/pdm360ng/pdm360ng.c
/openbmc/u-boot/board/phytec/pcm030/pcm030.c
/openbmc/u-boot/board/quipos/cairo/cairo.c
/openbmc/u-boot/board/renesas/r0p7734/r0p7734.c
/openbmc/u-boot/board/renesas/salvator-x/MAINTAINERS
/openbmc/u-boot/board/renesas/salvator-x/salvator-x.c
/openbmc/u-boot/board/sagem/f@st1704/Kconfig
/openbmc/u-boot/board/sagem/f@st1704/MAINTAINERS
/openbmc/u-boot/board/sagem/f@st1704/Makefile
/openbmc/u-boot/board/sagem/f@st1704/f@st1704.c
/openbmc/u-boot/board/samsung/arndale/arndale.c
/openbmc/u-boot/board/samsung/common/board.c
/openbmc/u-boot/board/samsung/common/misc.c
/openbmc/u-boot/board/samsung/goni/goni.c
/openbmc/u-boot/board/samsung/smdkv310/smdkv310.c
/openbmc/u-boot/board/solidrun/clearfog/clearfog.c
/openbmc/u-boot/board/st/stm32f429-discovery/stm32f429-discovery.c
/openbmc/u-boot/board/st/stm32f746-disco/stm32f746-disco.c
/openbmc/u-boot/board/st/stv0991/stv0991.c
/openbmc/u-boot/board/sunxi/MAINTAINERS
/openbmc/u-boot/board/sunxi/README.sunxi64
/openbmc/u-boot/board/sunxi/board.c
/openbmc/u-boot/board/sunxi/mksunxi_fit_atf.sh
/openbmc/u-boot/board/technexion/tao3530/tao3530.c
/openbmc/u-boot/board/technexion/twister/twister.c
/openbmc/u-boot/board/teejet/mt_ventoux/mt_ventoux.c
/openbmc/u-boot/board/ti/am335x/board.c
/openbmc/u-boot/board/ti/am3517crane/am3517crane.c
/openbmc/u-boot/board/ti/am43xx/board.c
/openbmc/u-boot/board/ti/am57xx/board.c
/openbmc/u-boot/board/ti/beagle/beagle.c
/openbmc/u-boot/board/ti/common/Kconfig
/openbmc/u-boot/board/ti/dra7xx/evm.c
/openbmc/u-boot/board/ti/evm/evm.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c
/openbmc/u-boot/board/ti/omap5_uevm/evm.c
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/ti/sdp4430/sdp.c
/openbmc/u-boot/board/ti/ti814x/evm.c
/openbmc/u-boot/board/timll/devkit8000/devkit8000.c
/openbmc/u-boot/board/toradex/apalis_imx6/apalis_imx6.c
/openbmc/u-boot/board/toradex/colibri_imx6/colibri_imx6.c
/openbmc/u-boot/board/toradex/colibri_pxa270/colibri_pxa270.c
/openbmc/u-boot/board/tqc/tqm5200/tqm5200.c
/openbmc/u-boot/board/v38b/v38b.c
/openbmc/u-boot/board/work-microwave/work_92105/Kconfig
/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/bootefi.c
/openbmc/u-boot/cmd/cramfs.c
/openbmc/u-boot/cmd/eeprom.c
/openbmc/u-boot/cmd/fdt.c
/openbmc/u-boot/cmd/mem.c
/openbmc/u-boot/cmd/pcmcia.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/env_mmc.c
/openbmc/u-boot/common/env_sf.c
/openbmc/u-boot/common/hash.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/Makefile
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_atf.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/stdio.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig
/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig
/openbmc/u-boot/configs/C29XPCIE_defconfig
/openbmc/u-boot/configs/CPCI2DP_defconfig
/openbmc/u-boot/configs/CPCI4052_defconfig
/openbmc/u-boot/configs/Cyrus_P5020_defconfig
/openbmc/u-boot/configs/Cyrus_P5040_defconfig
/openbmc/u-boot/configs/M52277EVB_defconfig
/openbmc/u-boot/configs/M52277EVB_stmicro_defconfig
/openbmc/u-boot/configs/M5253DEMO_defconfig
/openbmc/u-boot/configs/M5253EVBE_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/MIP405T_defconfig
/openbmc/u-boot/configs/MIP405_defconfig
/openbmc/u-boot/configs/MPC8315ERDB_defconfig
/openbmc/u-boot/configs/MPC8323ERDB_defconfig
/openbmc/u-boot/configs/MPC8349ITX_LOWBOOT_defconfig
/openbmc/u-boot/configs/MPC8349ITX_defconfig
/openbmc/u-boot/configs/MPC837XEMDS_HOST_defconfig
/openbmc/u-boot/configs/MPC837XERDB_defconfig
/openbmc/u-boot/configs/MPC8536DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8536DS_SDCARD_defconfig
/openbmc/u-boot/configs/MPC8536DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/MPC8536DS_defconfig
/openbmc/u-boot/configs/MPC8540ADS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_defconfig
/openbmc/u-boot/configs/MPC8541CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8544DS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8548CDS_defconfig
/openbmc/u-boot/configs/MPC8548CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8555CDS_defconfig
/openbmc/u-boot/configs/MPC8555CDS_legacy_defconfig
/openbmc/u-boot/configs/MPC8560ADS_defconfig
/openbmc/u-boot/configs/MPC8568MDS_defconfig
/openbmc/u-boot/configs/MPC8569MDS_ATM_defconfig
/openbmc/u-boot/configs/MPC8569MDS_defconfig
/openbmc/u-boot/configs/MPC8572DS_36BIT_defconfig
/openbmc/u-boot/configs/MPC8572DS_defconfig
/openbmc/u-boot/configs/MiniFAP_defconfig
/openbmc/u-boot/configs/O2D300_defconfig
/openbmc/u-boot/configs/O2DNT2_RAMBOOT_defconfig
/openbmc/u-boot/configs/O2DNT2_defconfig
/openbmc/u-boot/configs/O2D_defconfig
/openbmc/u-boot/configs/O2I_defconfig
/openbmc/u-boot/configs/O2MNT_O2M110_defconfig
/openbmc/u-boot/configs/O2MNT_O2M112_defconfig
/openbmc/u-boot/configs/O2MNT_O2M113_defconfig
/openbmc/u-boot/configs/O2MNT_defconfig
/openbmc/u-boot/configs/O3DNT_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020MBG-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PC_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SDCARD_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1020RDB-PD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1020UTM-PC_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1021RDB-PC_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_36BIT_defconfig
/openbmc/u-boot/configs/P1022DS_NAND_defconfig
/openbmc/u-boot/configs/P1022DS_SDCARD_defconfig
/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1022DS_defconfig
/openbmc/u-boot/configs/P1023RDB_defconfig
/openbmc/u-boot/configs/P1024RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1024RDB_NAND_defconfig
/openbmc/u-boot/configs/P1024RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1024RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1024RDB_defconfig
/openbmc/u-boot/configs/P1025RDB_36BIT_defconfig
/openbmc/u-boot/configs/P1025RDB_NAND_defconfig
/openbmc/u-boot/configs/P1025RDB_SDCARD_defconfig
/openbmc/u-boot/configs/P1025RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/P1025RDB_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_36BIT_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_NAND_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SDCARD_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig
/openbmc/u-boot/configs/P2020RDB-PC_defconfig
/openbmc/u-boot/configs/PATI_defconfig
/openbmc/u-boot/configs/PIP405_defconfig
/openbmc/u-boot/configs/PLU405_defconfig
/openbmc/u-boot/configs/PMC405DE_defconfig
/openbmc/u-boot/configs/PMC440_defconfig
/openbmc/u-boot/configs/T1040D4RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040D4RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040D4RDB_defconfig
/openbmc/u-boot/configs/T1040QDS_DDR4_defconfig
/openbmc/u-boot/configs/T1040QDS_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040QDS_defconfig
/openbmc/u-boot/configs/T1040RDB_NAND_defconfig
/openbmc/u-boot/configs/T1040RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T1040RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T1040RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T1040RDB_defconfig
/openbmc/u-boot/configs/T2080RDB_NAND_defconfig
/openbmc/u-boot/configs/T2080RDB_SDCARD_defconfig
/openbmc/u-boot/configs/T2080RDB_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/T2080RDB_SPIFLASH_defconfig
/openbmc/u-boot/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig
/openbmc/u-boot/configs/T2080RDB_defconfig
/openbmc/u-boot/configs/TQM5200S_HIGHBOOT_defconfig
/openbmc/u-boot/configs/TQM5200S_defconfig
/openbmc/u-boot/configs/TQM5200_B_HIGHBOOT_defconfig
/openbmc/u-boot/configs/TQM5200_B_defconfig
/openbmc/u-boot/configs/TQM5200_STK100_defconfig
/openbmc/u-boot/configs/TQM5200_defconfig
/openbmc/u-boot/configs/TQM823L_LCD_defconfig
/openbmc/u-boot/configs/TQM823L_defconfig
/openbmc/u-boot/configs/TQM823M_defconfig
/openbmc/u-boot/configs/TQM834x_defconfig
/openbmc/u-boot/configs/TQM850L_defconfig
/openbmc/u-boot/configs/TQM850M_defconfig
/openbmc/u-boot/configs/TQM855L_defconfig
/openbmc/u-boot/configs/TQM855M_defconfig
/openbmc/u-boot/configs/TQM860L_defconfig
/openbmc/u-boot/configs/TQM860M_defconfig
/openbmc/u-boot/configs/TQM862L_defconfig
/openbmc/u-boot/configs/TQM862M_defconfig
/openbmc/u-boot/configs/TQM866M_defconfig
/openbmc/u-boot/configs/TQM885D_defconfig
/openbmc/u-boot/configs/TTTech_defconfig
/openbmc/u-boot/configs/TWR-P1025_defconfig
/openbmc/u-boot/configs/UCP1020_SPIFLASH_defconfig
/openbmc/u-boot/configs/UCP1020_defconfig
/openbmc/u-boot/configs/VOM405_defconfig
/openbmc/u-boot/configs/a3m071_defconfig
/openbmc/u-boot/configs/a4m072_defconfig
/openbmc/u-boot/configs/a4m2k_defconfig
/openbmc/u-boot/configs/ac14xx_defconfig
/openbmc/u-boot/configs/acadia_defconfig
/openbmc/u-boot/configs/adp-ae3xx_defconfig
/openbmc/u-boot/configs/adp-ag101p_defconfig
/openbmc/u-boot/configs/alt_defconfig
/openbmc/u-boot/configs/am335x_baltos_defconfig
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/am335x_evm_nor_defconfig
/openbmc/u-boot/configs/am335x_sl50_defconfig
/openbmc/u-boot/configs/am3517_crane_defconfig
/openbmc/u-boot/configs/am43xx_evm_ethboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig
/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig
/openbmc/u-boot/configs/ap121_defconfig
/openbmc/u-boot/configs/ap143_defconfig
/openbmc/u-boot/configs/ap325rxa_defconfig
/openbmc/u-boot/configs/ap_sh4a_4a_defconfig
/openbmc/u-boot/configs/apalis-tk1_defconfig
/openbmc/u-boot/configs/apalis_imx6_defconfig
/openbmc/u-boot/configs/apalis_imx6_nospl_com_defconfig
/openbmc/u-boot/configs/apalis_imx6_nospl_it_defconfig
/openbmc/u-boot/configs/apalis_t30_defconfig
/openbmc/u-boot/configs/apf27_defconfig
/openbmc/u-boot/configs/apx4devkit_defconfig
/openbmc/u-boot/configs/arches_defconfig
/openbmc/u-boot/configs/aria_defconfig
/openbmc/u-boot/configs/arndale_defconfig
/openbmc/u-boot/configs/aspenite_defconfig
/openbmc/u-boot/configs/astro_mcf5373l_defconfig
/openbmc/u-boot/configs/atngw100_defconfig
/openbmc/u-boot/configs/atngw100mkii_defconfig
/openbmc/u-boot/configs/atstk1002_defconfig
/openbmc/u-boot/configs/bamboo_defconfig
/openbmc/u-boot/configs/bcm911360_entphn-ns_defconfig
/openbmc/u-boot/configs/bcm911360_entphn_defconfig
/openbmc/u-boot/configs/bcm911360k_defconfig
/openbmc/u-boot/configs/bcm958300k-ns_defconfig
/openbmc/u-boot/configs/bcm958300k_defconfig
/openbmc/u-boot/configs/bcm958305k_defconfig
/openbmc/u-boot/configs/bcm958622hr_defconfig
/openbmc/u-boot/configs/beaver_defconfig
/openbmc/u-boot/configs/birdland_bav335a_defconfig
/openbmc/u-boot/configs/birdland_bav335b_defconfig
/openbmc/u-boot/configs/bk4r1_defconfig
/openbmc/u-boot/configs/blanche_defconfig
/openbmc/u-boot/configs/brppt1_mmc_defconfig
/openbmc/u-boot/configs/brppt1_nand_defconfig
/openbmc/u-boot/configs/brppt1_spi_defconfig
/openbmc/u-boot/configs/bubinga_defconfig
/openbmc/u-boot/configs/calimain_defconfig
/openbmc/u-boot/configs/cam5200_defconfig
/openbmc/u-boot/configs/cam5200_niosflash_defconfig
/openbmc/u-boot/configs/canmb_defconfig
/openbmc/u-boot/configs/canyonlands_defconfig
/openbmc/u-boot/configs/cardhu_defconfig
/openbmc/u-boot/configs/cei-tk1-som_defconfig
/openbmc/u-boot/configs/charon_defconfig
/openbmc/u-boot/configs/cl-som-am57x_defconfig
/openbmc/u-boot/configs/clearfog_defconfig
/openbmc/u-boot/configs/cm5200_defconfig
/openbmc/u-boot/configs/cm_fx6_defconfig
/openbmc/u-boot/configs/cm_t335_defconfig
/openbmc/u-boot/configs/cm_t3517_defconfig
/openbmc/u-boot/configs/cm_t35_defconfig
/openbmc/u-boot/configs/cm_t43_defconfig
/openbmc/u-boot/configs/cm_t54_defconfig
/openbmc/u-boot/configs/colibri_imx6_defconfig
/openbmc/u-boot/configs/colibri_imx6_nospl_defconfig
/openbmc/u-boot/configs/colibri_t20_defconfig
/openbmc/u-boot/configs/colibri_t30_defconfig
/openbmc/u-boot/configs/colibri_vf_defconfig
/openbmc/u-boot/configs/comtrend_ct5361_ram_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_defconfig
/openbmc/u-boot/configs/controlcenterdc_defconfig
/openbmc/u-boot/configs/coreboot-x86_defconfig
/openbmc/u-boot/configs/corvus_defconfig
/openbmc/u-boot/configs/d2net_v2_defconfig
/openbmc/u-boot/configs/da850_am18xxevm_defconfig
/openbmc/u-boot/configs/da850evm_defconfig
/openbmc/u-boot/configs/da850evm_direct_nor_defconfig
/openbmc/u-boot/configs/dalmore_defconfig
/openbmc/u-boot/configs/dbau1000_defconfig
/openbmc/u-boot/configs/dbau1100_defconfig
/openbmc/u-boot/configs/dbau1500_defconfig
/openbmc/u-boot/configs/devconcenter_defconfig
/openbmc/u-boot/configs/devkit3250_defconfig
/openbmc/u-boot/configs/devkit8000_defconfig
/openbmc/u-boot/configs/digsy_mtc_RAMBOOT_defconfig
/openbmc/u-boot/configs/digsy_mtc_defconfig
/openbmc/u-boot/configs/digsy_mtc_rev5_RAMBOOT_defconfig
/openbmc/u-boot/configs/digsy_mtc_rev5_defconfig
/openbmc/u-boot/configs/dlvision-10g_defconfig
/openbmc/u-boot/configs/dlvision_defconfig
/openbmc/u-boot/configs/dns325_defconfig
/openbmc/u-boot/configs/dockstar_defconfig
/openbmc/u-boot/configs/draco_defconfig
/openbmc/u-boot/configs/dreamplug_defconfig
/openbmc/u-boot/configs/ds109_defconfig
/openbmc/u-boot/configs/ds414_defconfig
/openbmc/u-boot/configs/duovero_defconfig
/openbmc/u-boot/configs/e2220-1170_defconfig
/openbmc/u-boot/configs/ea20_defconfig
/openbmc/u-boot/configs/eco5pk_defconfig
/openbmc/u-boot/configs/edb9315a_defconfig
/openbmc/u-boot/configs/edminiv2_defconfig
/openbmc/u-boot/configs/etamin_defconfig
/openbmc/u-boot/configs/ethernut5_defconfig
/openbmc/u-boot/configs/fo300_defconfig
/openbmc/u-boot/configs/glacier_defconfig
/openbmc/u-boot/configs/glacier_ramboot_defconfig
/openbmc/u-boot/configs/goflexhome_defconfig
/openbmc/u-boot/configs/gose_defconfig
/openbmc/u-boot/configs/gplugd_defconfig
/openbmc/u-boot/configs/grasshopper_defconfig
/openbmc/u-boot/configs/gurnard_defconfig
/openbmc/u-boot/configs/guruplug_defconfig
/openbmc/u-boot/configs/gwventana_emmc_defconfig
/openbmc/u-boot/configs/gwventana_gw5904_defconfig
/openbmc/u-boot/configs/gwventana_nand_defconfig
/openbmc/u-boot/configs/h2200_defconfig
/openbmc/u-boot/configs/haleakala_defconfig
/openbmc/u-boot/configs/harmony_defconfig
/openbmc/u-boot/configs/hrcon_defconfig
/openbmc/u-boot/configs/hrcon_dh_defconfig
/openbmc/u-boot/configs/ib62x0_defconfig
/openbmc/u-boot/configs/icon_defconfig
/openbmc/u-boot/configs/iconnect_defconfig
/openbmc/u-boot/configs/ids8313_defconfig
/openbmc/u-boot/configs/imx31_phycore_defconfig
/openbmc/u-boot/configs/imx31_phycore_eet_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_mmc_defconfig
/openbmc/u-boot/configs/imx6qdl_icore_rqs_mmc_defconfig
/openbmc/u-boot/configs/imx6ul_geam_mmc_defconfig
/openbmc/u-boot/configs/imx6ul_geam_nand_defconfig
/openbmc/u-boot/configs/imx6ul_isiot_emmc_defconfig
/openbmc/u-boot/configs/imx6ul_isiot_mmc_defconfig
/openbmc/u-boot/configs/imx6ul_isiot_nand_defconfig
/openbmc/u-boot/configs/inetspace_v2_defconfig
/openbmc/u-boot/configs/inka4x0_defconfig
/openbmc/u-boot/configs/intip_defconfig
/openbmc/u-boot/configs/io64_defconfig
/openbmc/u-boot/configs/io_defconfig
/openbmc/u-boot/configs/iocon_defconfig
/openbmc/u-boot/configs/ipam390_defconfig
/openbmc/u-boot/configs/ipek01_defconfig
/openbmc/u-boot/configs/jetson-tk1_defconfig
/openbmc/u-boot/configs/katmai_defconfig
/openbmc/u-boot/configs/kilauea_defconfig
/openbmc/u-boot/configs/km_kirkwood_128m16_defconfig
/openbmc/u-boot/configs/km_kirkwood_defconfig
/openbmc/u-boot/configs/km_kirkwood_pci_defconfig
/openbmc/u-boot/configs/kmcoge4_defconfig
/openbmc/u-boot/configs/kmcoge5ne_defconfig
/openbmc/u-boot/configs/kmcoge5un_defconfig
/openbmc/u-boot/configs/kmeter1_defconfig
/openbmc/u-boot/configs/kmlion1_defconfig
/openbmc/u-boot/configs/kmnusa_defconfig
/openbmc/u-boot/configs/kmopti2_defconfig
/openbmc/u-boot/configs/kmsugp1_defconfig
/openbmc/u-boot/configs/kmsupx5_defconfig
/openbmc/u-boot/configs/kmsuv31_defconfig
/openbmc/u-boot/configs/kmtegr1_defconfig
/openbmc/u-boot/configs/kmtepr2_defconfig
/openbmc/u-boot/configs/kmvect1_defconfig
/openbmc/u-boot/configs/koelsch_defconfig
/openbmc/u-boot/configs/lager_defconfig
/openbmc/u-boot/configs/legoev3_defconfig
/openbmc/u-boot/configs/liteboard_defconfig
/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig
/openbmc/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080aqds_defconfig
/openbmc/u-boot/configs/ls2080aqds_nand_defconfig
/openbmc/u-boot/configs/ls2080aqds_qspi_defconfig
/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig
/openbmc/u-boot/configs/ls2080ardb_defconfig
/openbmc/u-boot/configs/ls2080ardb_nand_defconfig
/openbmc/u-boot/configs/ls2081ardb_defconfig
/openbmc/u-boot/configs/ls2088ardb_qspi_defconfig
/openbmc/u-boot/configs/lschlv2_defconfig
/openbmc/u-boot/configs/lsxhl_defconfig
/openbmc/u-boot/configs/luan_defconfig
/openbmc/u-boot/configs/lwmon5_defconfig
/openbmc/u-boot/configs/m28evk_defconfig
/openbmc/u-boot/configs/m53evk_defconfig
/openbmc/u-boot/configs/ma5d4evk_defconfig
/openbmc/u-boot/configs/makalu_defconfig
/openbmc/u-boot/configs/malta64_defconfig
/openbmc/u-boot/configs/malta64el_defconfig
/openbmc/u-boot/configs/malta_defconfig
/openbmc/u-boot/configs/maltael_defconfig
/openbmc/u-boot/configs/mccmon6_nor_defconfig
/openbmc/u-boot/configs/mccmon6_sd_defconfig
/openbmc/u-boot/configs/mcx_defconfig
/openbmc/u-boot/configs/mecp5123_defconfig
/openbmc/u-boot/configs/medcom-wide_defconfig
/openbmc/u-boot/configs/mgcoge3ne_defconfig
/openbmc/u-boot/configs/mgcoge3un_defconfig
/openbmc/u-boot/configs/mgcoge_defconfig
/openbmc/u-boot/configs/microblaze-generic_defconfig
/openbmc/u-boot/configs/minnowmax_defconfig
/openbmc/u-boot/configs/motionpro_defconfig
/openbmc/u-boot/configs/mpc5121ads_defconfig
/openbmc/u-boot/configs/mpc5121ads_rev2_defconfig
/openbmc/u-boot/configs/ms7720se_defconfig
/openbmc/u-boot/configs/ms7722se_defconfig
/openbmc/u-boot/configs/mt_ventoux_defconfig
/openbmc/u-boot/configs/munices_defconfig
/openbmc/u-boot/configs/mvebu_db-88f3720_defconfig
/openbmc/u-boot/configs/mvebu_db-88f7040-nand_defconfig
/openbmc/u-boot/configs/mvebu_db-88f7040_defconfig
/openbmc/u-boot/configs/mvebu_db-88f8040_defconfig
/openbmc/u-boot/configs/mvebu_mcbin-88f8040_defconfig
/openbmc/u-boot/configs/mx23_olinuxino_defconfig
/openbmc/u-boot/configs/mx23evk_defconfig
/openbmc/u-boot/configs/mx28evk_auart_console_defconfig
/openbmc/u-boot/configs/mx28evk_defconfig
/openbmc/u-boot/configs/mx28evk_nand_defconfig
/openbmc/u-boot/configs/mx28evk_spi_defconfig
/openbmc/u-boot/configs/mx35pdk_defconfig
/openbmc/u-boot/configs/mx51evk_defconfig
/openbmc/u-boot/configs/mx6cuboxi_defconfig
/openbmc/u-boot/configs/mx6qsabrelite_defconfig
/openbmc/u-boot/configs/mx6sabresd_spl_defconfig
/openbmc/u-boot/configs/mx6sllevk_defconfig
/openbmc/u-boot/configs/mx6sllevk_plugin_defconfig
/openbmc/u-boot/configs/mx7dsabresd_defconfig
/openbmc/u-boot/configs/mx7dsabresd_secure_defconfig
/openbmc/u-boot/configs/nas220_defconfig
/openbmc/u-boot/configs/neo_defconfig
/openbmc/u-boot/configs/net2big_v2_defconfig
/openbmc/u-boot/configs/netgear_cg3100d_ram_defconfig
/openbmc/u-boot/configs/netspace_lite_v2_defconfig
/openbmc/u-boot/configs/netspace_max_v2_defconfig
/openbmc/u-boot/configs/netspace_mini_v2_defconfig
/openbmc/u-boot/configs/netspace_v2_defconfig
/openbmc/u-boot/configs/nitrogen6dl2g_defconfig
/openbmc/u-boot/configs/nitrogen6dl_defconfig
/openbmc/u-boot/configs/nitrogen6q2g_defconfig
/openbmc/u-boot/configs/nitrogen6q_defconfig
/openbmc/u-boot/configs/nitrogen6s1g_defconfig
/openbmc/u-boot/configs/nitrogen6s_defconfig
/openbmc/u-boot/configs/novena_defconfig
/openbmc/u-boot/configs/nsa310s_defconfig
/openbmc/u-boot/configs/nyan-big_defconfig
/openbmc/u-boot/configs/odroid-xu3_defconfig
/openbmc/u-boot/configs/odroid_defconfig
/openbmc/u-boot/configs/omap3_beagle_defconfig
/openbmc/u-boot/configs/omap3_evm_defconfig
/openbmc/u-boot/configs/omap3_ha_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_overo_defconfig
/openbmc/u-boot/configs/omap4_panda_defconfig
/openbmc/u-boot/configs/omap5_uevm_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/openrd_base_defconfig
/openbmc/u-boot/configs/openrd_client_defconfig
/openbmc/u-boot/configs/openrd_ultimate_defconfig
/openbmc/u-boot/configs/opos6uldev_defconfig
/openbmc/u-boot/configs/ot1200_defconfig
/openbmc/u-boot/configs/p2371-0000_defconfig
/openbmc/u-boot/configs/p2371-2180_defconfig
/openbmc/u-boot/configs/p2571_defconfig
/openbmc/u-boot/configs/paz00_defconfig
/openbmc/u-boot/configs/pcm030_LOWBOOT_defconfig
/openbmc/u-boot/configs/pcm030_defconfig
/openbmc/u-boot/configs/pcm051_rev1_defconfig
/openbmc/u-boot/configs/pcm051_rev3_defconfig
/openbmc/u-boot/configs/pcm052_defconfig
/openbmc/u-boot/configs/pcm058_defconfig
/openbmc/u-boot/configs/pdm360ng_defconfig
/openbmc/u-boot/configs/pengwyn_defconfig
/openbmc/u-boot/configs/picosam9g45_defconfig
/openbmc/u-boot/configs/pine64_plus_defconfig
/openbmc/u-boot/configs/plutux_defconfig
/openbmc/u-boot/configs/pm9263_defconfig
/openbmc/u-boot/configs/pm9g45_defconfig
/openbmc/u-boot/configs/pogo_e02_defconfig
/openbmc/u-boot/configs/porter_defconfig
/openbmc/u-boot/configs/portl2_defconfig
/openbmc/u-boot/configs/pxm2_defconfig
/openbmc/u-boot/configs/qemu-ppce500_defconfig
/openbmc/u-boot/configs/qemu-x86_64_defconfig
/openbmc/u-boot/configs/qemu-x86_defconfig
/openbmc/u-boot/configs/qemu-x86_efi_payload32_defconfig
/openbmc/u-boot/configs/qemu-x86_efi_payload64_defconfig
/openbmc/u-boot/configs/qemu_mips64_defconfig
/openbmc/u-boot/configs/qemu_mips64el_defconfig
/openbmc/u-boot/configs/qemu_mips_defconfig
/openbmc/u-boot/configs/qemu_mipsel_defconfig
/openbmc/u-boot/configs/r0p7734_defconfig
/openbmc/u-boot/configs/r2dplus_defconfig
/openbmc/u-boot/configs/r7780mp_defconfig
/openbmc/u-boot/configs/r8a7795_salvator-x_defconfig
/openbmc/u-boot/configs/r8a7796_salvator-x_defconfig
/openbmc/u-boot/configs/rainier_defconfig
/openbmc/u-boot/configs/rainier_ramboot_defconfig
/openbmc/u-boot/configs/rastaban_defconfig
/openbmc/u-boot/configs/redwood_defconfig
/openbmc/u-boot/configs/sagem_f@st1704_ram_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_nandflash_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_spiflash_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/configs/sandbox_noblk_defconfig
/openbmc/u-boot/configs/sandbox_spl_defconfig
/openbmc/u-boot/configs/sansa_fuze_plus_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_33_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_PCIE_defconfig
/openbmc/u-boot/configs/sbc8548_PCI_66_defconfig
/openbmc/u-boot/configs/sbc8548_defconfig
/openbmc/u-boot/configs/sc_sps_1_defconfig
/openbmc/u-boot/configs/seaboard_defconfig
/openbmc/u-boot/configs/sequoia_defconfig
/openbmc/u-boot/configs/sequoia_ramboot_defconfig
/openbmc/u-boot/configs/sh7763rdp_defconfig
/openbmc/u-boot/configs/sheevaplug_defconfig
/openbmc/u-boot/configs/silk_defconfig
/openbmc/u-boot/configs/smdk5250_defconfig
/openbmc/u-boot/configs/snow_defconfig
/openbmc/u-boot/configs/socfpga_arria10_defconfig
/openbmc/u-boot/configs/socfpga_vining_fpga_defconfig
/openbmc/u-boot/configs/socrates_defconfig
/openbmc/u-boot/configs/spring_defconfig
/openbmc/u-boot/configs/stout_defconfig
/openbmc/u-boot/configs/strider_con_defconfig
/openbmc/u-boot/configs/strider_con_dp_defconfig
/openbmc/u-boot/configs/strider_cpu_defconfig
/openbmc/u-boot/configs/strider_cpu_dp_defconfig
/openbmc/u-boot/configs/suvd3_defconfig
/openbmc/u-boot/configs/sycamore_defconfig
/openbmc/u-boot/configs/t3corp_defconfig
/openbmc/u-boot/configs/tao3530_defconfig
/openbmc/u-boot/configs/tbs2910_defconfig
/openbmc/u-boot/configs/tec-ng_defconfig
/openbmc/u-boot/configs/tec_defconfig
/openbmc/u-boot/configs/thuban_defconfig
/openbmc/u-boot/configs/tplink_wdr4300_defconfig
/openbmc/u-boot/configs/tqma6dl_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6dl_mba6_spi_defconfig
/openbmc/u-boot/configs/tqma6q_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6q_mba6_spi_defconfig
/openbmc/u-boot/configs/tqma6s_mba6_mmc_defconfig
/openbmc/u-boot/configs/tqma6s_mba6_spi_defconfig
/openbmc/u-boot/configs/tqma6s_wru4_mmc_defconfig
/openbmc/u-boot/configs/tricorder_defconfig
/openbmc/u-boot/configs/tricorder_flash_defconfig
/openbmc/u-boot/configs/trimslice_defconfig
/openbmc/u-boot/configs/tuge1_defconfig
/openbmc/u-boot/configs/tuxx1_defconfig
/openbmc/u-boot/configs/twister_defconfig
/openbmc/u-boot/configs/usbarmory_defconfig
/openbmc/u-boot/configs/v38b_defconfig
/openbmc/u-boot/configs/vct_platinum_defconfig
/openbmc/u-boot/configs/vct_platinum_onenand_defconfig
/openbmc/u-boot/configs/vct_platinum_onenand_small_defconfig
/openbmc/u-boot/configs/vct_platinumavc_defconfig
/openbmc/u-boot/configs/vct_platinumavc_onenand_defconfig
/openbmc/u-boot/configs/vct_platinumavc_onenand_small_defconfig
/openbmc/u-boot/configs/vct_premium_defconfig
/openbmc/u-boot/configs/vct_premium_onenand_defconfig
/openbmc/u-boot/configs/vct_premium_onenand_small_defconfig
/openbmc/u-boot/configs/venice2_defconfig
/openbmc/u-boot/configs/ventana_defconfig
/openbmc/u-boot/configs/vf610twr_defconfig
/openbmc/u-boot/configs/vf610twr_nand_defconfig
/openbmc/u-boot/configs/vinco_defconfig
/openbmc/u-boot/configs/walnut_defconfig
/openbmc/u-boot/configs/wandboard_defconfig
/openbmc/u-boot/configs/whistler_defconfig
/openbmc/u-boot/configs/woodburn_sd_defconfig
/openbmc/u-boot/configs/work_92105_defconfig
/openbmc/u-boot/configs/wtk_defconfig
/openbmc/u-boot/configs/x600_defconfig
/openbmc/u-boot/configs/xfi3_defconfig
/openbmc/u-boot/configs/xilinx-ppc405-generic_defconfig
/openbmc/u-boot/configs/xilinx-ppc440-generic_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/openbmc/u-boot/configs/xpedite1000_defconfig
/openbmc/u-boot/configs/xpedite517x_defconfig
/openbmc/u-boot/configs/xpedite520x_defconfig
/openbmc/u-boot/configs/xpedite537x_defconfig
/openbmc/u-boot/configs/xpedite550x_defconfig
/openbmc/u-boot/configs/xtfpga_defconfig
/openbmc/u-boot/configs/yellowstone_defconfig
/openbmc/u-boot/configs/yosemite_defconfig
/openbmc/u-boot/configs/yucca_defconfig
/openbmc/u-boot/configs/zipitz2_defconfig
/openbmc/u-boot/configs/zmx25_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.JFFS2
/openbmc/u-boot/doc/README.x86
/openbmc/u-boot/doc/device-tree-bindings/config.txt
/openbmc/u-boot/doc/uImage.FIT/howto.txt
/openbmc/u-boot/doc/uImage.FIT/multi_spl.its
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/adc/exynos-adc.c
/openbmc/u-boot/drivers/block/Kconfig
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/block/dwc_ahci.c
/openbmc/u-boot/drivers/block/ide.c
/openbmc/u-boot/drivers/block/sata_ceva.c
/openbmc/u-boot/drivers/block/sil680.c
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2500.c
/openbmc/u-boot/drivers/clk/at91/clk-generated.c
/openbmc/u-boot/drivers/clk/at91/clk-h32mx.c
/openbmc/u-boot/drivers/clk/at91/clk-main.c
/openbmc/u-boot/drivers/clk/at91/clk-master.c
/openbmc/u-boot/drivers/clk/at91/clk-peripheral.c
/openbmc/u-boot/drivers/clk/at91/clk-plla.c
/openbmc/u-boot/drivers/clk/at91/clk-slow.c
/openbmc/u-boot/drivers/clk/at91/clk-system.c
/openbmc/u-boot/drivers/clk/at91/clk-utmi.c
/openbmc/u-boot/drivers/clk/at91/pmc.c
/openbmc/u-boot/drivers/clk/at91/sckc.c
/openbmc/u-boot/drivers/clk/clk_bcm6345.c
/openbmc/u-boot/drivers/clk/clk_fixed_rate.c
/openbmc/u-boot/drivers/clk/clk_zynqmp.c
/openbmc/u-boot/drivers/clk/exynos/clk-exynos7420.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3036.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3188.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3288.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3328.c
/openbmc/u-boot/drivers/clk/rockchip/clk_rk3399.c
/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-core.c
/openbmc/u-boot/drivers/core/Makefile
/openbmc/u-boot/drivers/core/device-remove.c
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/fdtaddr.c
/openbmc/u-boot/drivers/cpu/bmips_cpu.c
/openbmc/u-boot/drivers/crypto/fsl/Kconfig
/openbmc/u-boot/drivers/dma/ti-edma3.c
/openbmc/u-boot/drivers/firmware/firmware-uclass.c
/openbmc/u-boot/drivers/firmware/psci.c
/openbmc/u-boot/drivers/gpio/74x164_gpio.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/altera_pio.c
/openbmc/u-boot/drivers/gpio/at91_gpio.c
/openbmc/u-boot/drivers/gpio/atmel_pio4.c
/openbmc/u-boot/drivers/gpio/bcm2835_gpio.c
/openbmc/u-boot/drivers/gpio/bcm6345_gpio.c
/openbmc/u-boot/drivers/gpio/gpio-uniphier.c
/openbmc/u-boot/drivers/gpio/imx_rgpio2p.c
/openbmc/u-boot/drivers/gpio/intel_ich6_gpio.c
/openbmc/u-boot/drivers/gpio/msm_gpio.c
/openbmc/u-boot/drivers/gpio/mvebu_gpio.c
/openbmc/u-boot/drivers/gpio/mxc_gpio.c
/openbmc/u-boot/drivers/gpio/omap_gpio.c
/openbmc/u-boot/drivers/gpio/pm8916_gpio.c
/openbmc/u-boot/drivers/gpio/rk_gpio.c
/openbmc/u-boot/drivers/gpio/s5p_gpio.c
/openbmc/u-boot/drivers/gpio/sh_pfc.c
/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c
/openbmc/u-boot/drivers/gpio/sunxi_gpio.c
/openbmc/u-boot/drivers/gpio/tegra186_gpio.c
/openbmc/u-boot/drivers/gpio/tegra_gpio.c
/openbmc/u-boot/drivers/gpio/vybrid_gpio.c
/openbmc/u-boot/drivers/gpio/zynq_gpio.c
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/ast_i2c.c
/openbmc/u-boot/drivers/i2c/at91_i2c.c
/openbmc/u-boot/drivers/i2c/davinci_i2c.c
/openbmc/u-boot/drivers/i2c/designware_i2c.c
/openbmc/u-boot/drivers/i2c/exynos_hs_i2c.c
/openbmc/u-boot/drivers/i2c/fsl_i2c.c
/openbmc/u-boot/drivers/i2c/fti2c010.c
/openbmc/u-boot/drivers/i2c/i2c-cdns.c
/openbmc/u-boot/drivers/i2c/i2c-uniphier-f.c
/openbmc/u-boot/drivers/i2c/i2c-uniphier.c
/openbmc/u-boot/drivers/i2c/imx_lpi2c.c
/openbmc/u-boot/drivers/i2c/mv_i2c.c
/openbmc/u-boot/drivers/i2c/mvtwsi.c
/openbmc/u-boot/drivers/i2c/mxc_i2c.c
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c
/openbmc/u-boot/drivers/i2c/rk_i2c.c
/openbmc/u-boot/drivers/i2c/s3c24x0_i2c.c
/openbmc/u-boot/drivers/i2c/tegra_i2c.c
/openbmc/u-boot/drivers/input/tegra-kbc.c
/openbmc/u-boot/drivers/led/led_bcm6328.c
/openbmc/u-boot/drivers/led/led_bcm6358.c
/openbmc/u-boot/drivers/mailbox/tegra-hsp.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/altera_sysid.c
/openbmc/u-boot/drivers/misc/ds4510.c
/openbmc/u-boot/drivers/misc/ds4510.h
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/atmel_sdhci.c
/openbmc/u-boot/drivers/mmc/bcm2835_sdhci.c
/openbmc/u-boot/drivers/mmc/davinci_mmc.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/gen_atmel_mci.c
/openbmc/u-boot/drivers/mmc/meson_gx_mmc.c
/openbmc/u-boot/drivers/mmc/msm_sdhci.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/pci_mmc.c
/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c
/openbmc/u-boot/drivers/mmc/rockchip_sdhci.c
/openbmc/u-boot/drivers/mmc/sdhci-cadence.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c
/openbmc/u-boot/drivers/mmc/sti_sdhci.c
/openbmc/u-boot/drivers/mmc/tangier_sdhci.c
/openbmc/u-boot/drivers/mmc/tegra_mmc.c
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/mmc/xenon_sdhci.c
/openbmc/u-boot/drivers/mmc/zynq_sdhci.c
/openbmc/u-boot/drivers/net/Kconfig
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/ag7xxx.c
/openbmc/u-boot/drivers/net/cpsw.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/dwc_eth_qos.c
/openbmc/u-boot/drivers/net/ethoc.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fsl-mc/mc.c
/openbmc/u-boot/drivers/net/ftmac100.c
/openbmc/u-boot/drivers/net/keystone_net.c
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/mvneta.c
/openbmc/u-boot/drivers/net/mvpp2.c
/openbmc/u-boot/drivers/net/ravb.c
/openbmc/u-boot/drivers/net/sandbox-raw.c
/openbmc/u-boot/drivers/net/sandbox.c
/openbmc/u-boot/drivers/net/sun8i_emac.c
/openbmc/u-boot/drivers/net/sunxi_emac.c
/openbmc/u-boot/drivers/net/tsec.c
/openbmc/u-boot/drivers/net/xilinx_axi_emac.c
/openbmc/u-boot/drivers/net/xilinx_emaclite.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/pci/pci_rom.c
/openbmc/u-boot/drivers/pci/pcie_dw_mvebu.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.c
/openbmc/u-boot/drivers/pci/pcie_layerscape.h
/openbmc/u-boot/drivers/pci/pcie_layerscape_fixup.c
/openbmc/u-boot/drivers/pcmcia/marubun_pcmcia.c
/openbmc/u-boot/drivers/pcmcia/mpc8xx_pcmcia.c
/openbmc/u-boot/drivers/pcmcia/tqm8xx_pcmcia.c
/openbmc/u-boot/drivers/phy/marvell/comphy_core.c
/openbmc/u-boot/drivers/phy/ti-pipe3-phy.c
/openbmc/u-boot/drivers/pinctrl/Makefile
/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_ar933x.c
/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_qca953x.c
/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.c
/openbmc/u-boot/drivers/pinctrl/mvebu/Kconfig
/openbmc/u-boot/drivers/pinctrl/mvebu/Makefile
/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx5.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx6.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx7.c
/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx7ulp.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-at91-pio4.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-at91.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-generic.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-sandbox.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-single.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld3.c
/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c
/openbmc/u-boot/drivers/power/Kconfig
/openbmc/u-boot/drivers/power/domain/bcm6328-power-domain.c
/openbmc/u-boot/drivers/power/pmic/pm8916.c
/openbmc/u-boot/drivers/power/pmic/pmic_tps65218.c
/openbmc/u-boot/drivers/power/regulator/max77686.c
/openbmc/u-boot/drivers/pwm/exynos_pwm.c
/openbmc/u-boot/drivers/pwm/rk_pwm.c
/openbmc/u-boot/drivers/pwm/tegra_pwm.c
/openbmc/u-boot/drivers/ram/bmips_ram.c
/openbmc/u-boot/drivers/reset/reset-bcm6345.c
/openbmc/u-boot/drivers/reset/reset-uniphier.c
/openbmc/u-boot/drivers/rtc/Makefile
/openbmc/u-boot/drivers/serial/altera_jtag_uart.c
/openbmc/u-boot/drivers/serial/altera_uart.c
/openbmc/u-boot/drivers/serial/atmel_usart.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial-uclass.c
/openbmc/u-boot/drivers/serial/serial_ar933x.c
/openbmc/u-boot/drivers/serial/serial_arc.c
/openbmc/u-boot/drivers/serial/serial_bcm283x_mu.c
/openbmc/u-boot/drivers/serial/serial_bcm6345.c
/openbmc/u-boot/drivers/serial/serial_lpuart.c
/openbmc/u-boot/drivers/serial/serial_meson.c
/openbmc/u-boot/drivers/serial/serial_msm.c
/openbmc/u-boot/drivers/serial/serial_mvebu_a3700.c
/openbmc/u-boot/drivers/serial/serial_mxc.c
/openbmc/u-boot/drivers/serial/serial_pl01x.c
/openbmc/u-boot/drivers/serial/serial_s5p.c
/openbmc/u-boot/drivers/serial/serial_sh.h
/openbmc/u-boot/drivers/serial/serial_sti_asc.c
/openbmc/u-boot/drivers/serial/serial_stm32x7.c
/openbmc/u-boot/drivers/serial/serial_uniphier.c
/openbmc/u-boot/drivers/serial/serial_xuartlite.c
/openbmc/u-boot/drivers/serial/serial_zynq.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/altera_spi.c
/openbmc/u-boot/drivers/spi/ath79_spi.c
/openbmc/u-boot/drivers/spi/atmel_spi.c
/openbmc/u-boot/drivers/spi/davinci_spi.c
/openbmc/u-boot/drivers/spi/designware_spi.c
/openbmc/u-boot/drivers/spi/exynos_spi.c
/openbmc/u-boot/drivers/spi/fsl_dspi.c
/openbmc/u-boot/drivers/spi/ich.c
/openbmc/u-boot/drivers/spi/ich.h
/openbmc/u-boot/drivers/spi/kirkwood_spi.c
/openbmc/u-boot/drivers/spi/mvebu_a3700_spi.c
/openbmc/u-boot/drivers/spi/omap3_spi.c
/openbmc/u-boot/drivers/spi/rk_spi.c
/openbmc/u-boot/drivers/spi/tegra114_spi.c
/openbmc/u-boot/drivers/spi/tegra20_sflash.c
/openbmc/u-boot/drivers/spi/tegra20_slink.c
/openbmc/u-boot/drivers/spi/tegra210_qspi.c
/openbmc/u-boot/drivers/spi/ti_qspi.c
/openbmc/u-boot/drivers/spi/zynq_spi.c
/openbmc/u-boot/drivers/spmi/spmi-msm.c
/openbmc/u-boot/drivers/sysreset/Kconfig
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset_psci.c
/openbmc/u-boot/drivers/sysreset/sysreset_snapdragon.c
/openbmc/u-boot/drivers/sysreset/sysreset_watchdog.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/ae3xx_timer.c
/openbmc/u-boot/drivers/timer/ag101p_timer.c
/openbmc/u-boot/drivers/timer/altera_timer.c
/openbmc/u-boot/drivers/timer/ast_timer.c
/openbmc/u-boot/drivers/timer/omap-timer.c
/openbmc/u-boot/drivers/tpm/tpm_tis_lpc.c
/openbmc/u-boot/drivers/usb/eth/mcs7830.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-atmel.c
/openbmc/u-boot/drivers/usb/host/ehci-exynos.c
/openbmc/u-boot/drivers/usb/host/ehci-fsl.c
/openbmc/u-boot/drivers/usb/host/ehci-generic.c
/openbmc/u-boot/drivers/usb/host/ehci-marvell.c
/openbmc/u-boot/drivers/usb/host/ehci-msm.c
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/usb/host/ehci-rcar_gen3.c
/openbmc/u-boot/drivers/usb/host/ehci-sunxi.c
/openbmc/u-boot/drivers/usb/host/ehci-tegra.c
/openbmc/u-boot/drivers/usb/host/ehci-vf.c
/openbmc/u-boot/drivers/usb/host/ehci-zynq.c
/openbmc/u-boot/drivers/usb/host/ohci-generic.c
/openbmc/u-boot/drivers/usb/host/ohci-lpc32xx.c
/openbmc/u-boot/drivers/usb/host/ohci-sunxi.c
/openbmc/u-boot/drivers/usb/host/xhci-exynos5.c
/openbmc/u-boot/drivers/usb/host/xhci-fsl.c
/openbmc/u-boot/drivers/usb/host/xhci-mvebu.c
/openbmc/u-boot/drivers/usb/host/xhci-rockchip.c
/openbmc/u-boot/drivers/usb/musb-new/linux-compat.h
/openbmc/u-boot/drivers/usb/musb-new/omap2430.c
/openbmc/u-boot/drivers/usb/musb-new/sunxi.c
/openbmc/u-boot/drivers/usb/musb-new/ti-musb.c
/openbmc/u-boot/drivers/usb/musb/omap3.c
/openbmc/u-boot/drivers/usb/musb/omap3.h
atmel_hlcdfb.c
exynos/exynos_dp.c
exynos/exynos_fb.c
rockchip/rk_edp.c
rockchip/rk_hdmi.c
rockchip/rk_lvds.c
rockchip/rk_mipi.c
rockchip/rk_vop.c
tegra.c
tegra124/dp.c
/openbmc/u-boot/drivers/watchdog/Kconfig
/openbmc/u-boot/drivers/watchdog/Makefile
/openbmc/u-boot/drivers/watchdog/ast_wdt.c
/openbmc/u-boot/drivers/watchdog/bcm6345_wdt.c
/openbmc/u-boot/fs/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/jffs2/Kconfig
/openbmc/u-boot/include/atf_common.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_cmd_all.h
/openbmc/u-boot/include/config_distro_bootcmd.h
/openbmc/u-boot/include/config_fallbacks.h
/openbmc/u-boot/include/configs/B4860QDS.h
/openbmc/u-boot/include/configs/BSC9131RDB.h
/openbmc/u-boot/include/configs/BSC9132QDS.h
/openbmc/u-boot/include/configs/C29XPCIE.h
/openbmc/u-boot/include/configs/CPCI2DP.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/M52277EVB.h
/openbmc/u-boot/include/configs/M5253DEMO.h
/openbmc/u-boot/include/configs/M5253EVBE.h
/openbmc/u-boot/include/configs/M54418TWR.h
/openbmc/u-boot/include/configs/M54451EVB.h
/openbmc/u-boot/include/configs/M54455EVB.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/MPC8315ERDB.h
/openbmc/u-boot/include/configs/MPC8323ERDB.h
/openbmc/u-boot/include/configs/MPC8349ITX.h
/openbmc/u-boot/include/configs/MPC837XEMDS.h
/openbmc/u-boot/include/configs/MPC837XERDB.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8540ADS.h
/openbmc/u-boot/include/configs/MPC8541CDS.h
/openbmc/u-boot/include/configs/MPC8544DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8555CDS.h
/openbmc/u-boot/include/configs/MPC8560ADS.h
/openbmc/u-boot/include/configs/MPC8568MDS.h
/openbmc/u-boot/include/configs/MPC8569MDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDB.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/PATI.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/PLU405.h
/openbmc/u-boot/include/configs/PMC405DE.h
/openbmc/u-boot/include/configs/PMC440.h
/openbmc/u-boot/include/configs/T102xQDS.h
/openbmc/u-boot/include/configs/T102xRDB.h
/openbmc/u-boot/include/configs/T1040QDS.h
/openbmc/u-boot/include/configs/T104xRDB.h
/openbmc/u-boot/include/configs/T208xQDS.h
/openbmc/u-boot/include/configs/T208xRDB.h
/openbmc/u-boot/include/configs/T4240QDS.h
/openbmc/u-boot/include/configs/T4240RDB.h
/openbmc/u-boot/include/configs/TQM5200.h
/openbmc/u-boot/include/configs/TQM823L.h
/openbmc/u-boot/include/configs/TQM823M.h
/openbmc/u-boot/include/configs/TQM834x.h
/openbmc/u-boot/include/configs/TQM850L.h
/openbmc/u-boot/include/configs/TQM850M.h
/openbmc/u-boot/include/configs/TQM855L.h
/openbmc/u-boot/include/configs/TQM855M.h
/openbmc/u-boot/include/configs/TQM860L.h
/openbmc/u-boot/include/configs/TQM860M.h
/openbmc/u-boot/include/configs/TQM862L.h
/openbmc/u-boot/include/configs/TQM862M.h
/openbmc/u-boot/include/configs/TQM866M.h
/openbmc/u-boot/include/configs/TQM885D.h
/openbmc/u-boot/include/configs/UCP1020.h
/openbmc/u-boot/include/configs/VOM405.h
/openbmc/u-boot/include/configs/a3m071.h
/openbmc/u-boot/include/configs/a4m072.h
/openbmc/u-boot/include/configs/ac14xx.h
/openbmc/u-boot/include/configs/acadia.h
/openbmc/u-boot/include/configs/adp-ae3xx.h
/openbmc/u-boot/include/configs/adp-ag101p.h
/openbmc/u-boot/include/configs/advantech_dms-ba16.h
/openbmc/u-boot/include/configs/alt.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am335x_shc.h
/openbmc/u-boot/include/configs/am335x_sl50.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/am43xx_evm.h
/openbmc/u-boot/include/configs/am57xx_evm.h
/openbmc/u-boot/include/configs/amcc-common.h
/openbmc/u-boot/include/configs/ap121.h
/openbmc/u-boot/include/configs/ap143.h
/openbmc/u-boot/include/configs/ap325rxa.h
/openbmc/u-boot/include/configs/ap_sh4a_4a.h
/openbmc/u-boot/include/configs/apalis-tk1.h
/openbmc/u-boot/include/configs/apalis_imx6.h
/openbmc/u-boot/include/configs/apalis_t30.h
/openbmc/u-boot/include/configs/apf27.h
/openbmc/u-boot/include/configs/apx4devkit.h
/openbmc/u-boot/include/configs/aria.h
/openbmc/u-boot/include/configs/aristainetos-common.h
/openbmc/u-boot/include/configs/astro_mcf5373l.h
/openbmc/u-boot/include/configs/at91sam9n12ek.h
/openbmc/u-boot/include/configs/at91sam9x5ek.h
/openbmc/u-boot/include/configs/atngw100.h
/openbmc/u-boot/include/configs/atngw100mkii.h
/openbmc/u-boot/include/configs/atstk1002.h
/openbmc/u-boot/include/configs/axs10x.h
/openbmc/u-boot/include/configs/baltos.h
/openbmc/u-boot/include/configs/bav335x.h
/openbmc/u-boot/include/configs/bcm23550_w1d.h
/openbmc/u-boot/include/configs/bcm28155_ap.h
/openbmc/u-boot/include/configs/bcm_ep_board.h
/openbmc/u-boot/include/configs/beaver.h
/openbmc/u-boot/include/configs/bmips_bcm3380.h
/openbmc/u-boot/include/configs/bmips_bcm6338.h
/openbmc/u-boot/include/configs/bmips_bcm6348.h
/openbmc/u-boot/include/configs/bmips_common.h
/openbmc/u-boot/include/configs/brppt1.h
/openbmc/u-boot/include/configs/bur_am335x_common.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/canmb.h
/openbmc/u-boot/include/configs/canyonlands.h
/openbmc/u-boot/include/configs/cardhu.h
/openbmc/u-boot/include/configs/cei-tk1-som.h
/openbmc/u-boot/include/configs/cgtqmx6eval.h
/openbmc/u-boot/include/configs/chiliboard.h
/openbmc/u-boot/include/configs/cl-som-am57x.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/cm5200.h
/openbmc/u-boot/include/configs/cm_fx6.h
/openbmc/u-boot/include/configs/cm_t335.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cm_t3517.h
/openbmc/u-boot/include/configs/cm_t43.h
/openbmc/u-boot/include/configs/cm_t54.h
/openbmc/u-boot/include/configs/colibri_imx6.h
/openbmc/u-boot/include/configs/colibri_pxa270.h
/openbmc/u-boot/include/configs/colibri_t20.h
/openbmc/u-boot/include/configs/colibri_t30.h
/openbmc/u-boot/include/configs/colibri_vf.h
/openbmc/u-boot/include/configs/comtrend_ct5361.h
/openbmc/u-boot/include/configs/controlcenterd.h
/openbmc/u-boot/include/configs/controlcenterdc.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/corvus.h
/openbmc/u-boot/include/configs/cyrus.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/dalmore.h
/openbmc/u-boot/include/configs/db-88f6720.h
/openbmc/u-boot/include/configs/db-88f6820-amc.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/db-mv784mp-gp.h
/openbmc/u-boot/include/configs/dbau1x00.h
/openbmc/u-boot/include/configs/devkit3250.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/digsy_mtc.h
/openbmc/u-boot/include/configs/dlvision-10g.h
/openbmc/u-boot/include/configs/dlvision.h
/openbmc/u-boot/include/configs/dns325.h
/openbmc/u-boot/include/configs/dockstar.h
/openbmc/u-boot/include/configs/dra7xx_evm.h
/openbmc/u-boot/include/configs/draco.h
/openbmc/u-boot/include/configs/dragonboard410c.h
/openbmc/u-boot/include/configs/ds414.h
/openbmc/u-boot/include/configs/duovero.h
/openbmc/u-boot/include/configs/e2220-1170.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/eco5pk.h
/openbmc/u-boot/include/configs/ecovec.h
/openbmc/u-boot/include/configs/edb93xx.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/embestmx6boards.h
/openbmc/u-boot/include/configs/espt.h
/openbmc/u-boot/include/configs/etamin.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/exynos5-common.h
/openbmc/u-boot/include/configs/exynos5250-common.h
/openbmc/u-boot/include/configs/gdppc440etx.h
/openbmc/u-boot/include/configs/ge_bx50v3.h
/openbmc/u-boot/include/configs/goflexhome.h
/openbmc/u-boot/include/configs/gose.h
/openbmc/u-boot/include/configs/gplugd.h
/openbmc/u-boot/include/configs/grasshopper.h
/openbmc/u-boot/include/configs/gw_ventana.h
/openbmc/u-boot/include/configs/h2200.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/hikey.h
/openbmc/u-boot/include/configs/hrcon.h
/openbmc/u-boot/include/configs/ib62x0.h
/openbmc/u-boot/include/configs/iconnect.h
/openbmc/u-boot/include/configs/ids8313.h
/openbmc/u-boot/include/configs/imx27lite-common.h
/openbmc/u-boot/include/configs/imx31_phycore.h
/openbmc/u-boot/include/configs/imx6qdl_icore.h
/openbmc/u-boot/include/configs/imx6qdl_icore_rqs.h
/openbmc/u-boot/include/configs/imx6ul_geam.h
/openbmc/u-boot/include/configs/imx6ul_isiot.h
/openbmc/u-boot/include/configs/inka4x0.h
/openbmc/u-boot/include/configs/intip.h
/openbmc/u-boot/include/configs/io.h
/openbmc/u-boot/include/configs/io64.h
/openbmc/u-boot/include/configs/iocon.h
/openbmc/u-boot/include/configs/ipam390.h
/openbmc/u-boot/include/configs/ipek01.h
/openbmc/u-boot/include/configs/jetson-tk1.h
/openbmc/u-boot/include/configs/jupiter.h
/openbmc/u-boot/include/configs/katmai.h
/openbmc/u-boot/include/configs/kc1.h
/openbmc/u-boot/include/configs/kilauea.h
/openbmc/u-boot/include/configs/km/keymile-common.h
/openbmc/u-boot/include/configs/km/km-powerpc.h
/openbmc/u-boot/include/configs/km/km83xx-common.h
/openbmc/u-boot/include/configs/km/kmp204x-common.h
/openbmc/u-boot/include/configs/km82xx.h
/openbmc/u-boot/include/configs/koelsch.h
/openbmc/u-boot/include/configs/lacie_kw.h
/openbmc/u-boot/include/configs/lager.h
/openbmc/u-boot/include/configs/legoev3.h
/openbmc/u-boot/include/configs/liteboard.h
/openbmc/u-boot/include/configs/ls1012a_common.h
/openbmc/u-boot/include/configs/ls1012aqds.h
/openbmc/u-boot/include/configs/ls1021aiot.h
/openbmc/u-boot/include/configs/ls1021aqds.h
/openbmc/u-boot/include/configs/ls1021atwr.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/ls1046a_common.h
/openbmc/u-boot/include/configs/ls1046aqds.h
/openbmc/u-boot/include/configs/ls1046ardb.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/lsxl.h
/openbmc/u-boot/include/configs/lwmon5.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/m53evk.h
/openbmc/u-boot/include/configs/ma5d4evk.h
/openbmc/u-boot/include/configs/makalu.h
/openbmc/u-boot/include/configs/malta.h
/openbmc/u-boot/include/configs/manroland/mpc5200-common.h
/openbmc/u-boot/include/configs/maxbcm.h
/openbmc/u-boot/include/configs/mccmon6.h
/openbmc/u-boot/include/configs/mcx.h
/openbmc/u-boot/include/configs/mecp5123.h
/openbmc/u-boot/include/configs/medcom-wide.h
/openbmc/u-boot/include/configs/meson-gxbb-common.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/motionpro.h
/openbmc/u-boot/include/configs/mpc5121ads.h
/openbmc/u-boot/include/configs/ms7720se.h
/openbmc/u-boot/include/configs/ms7722se.h
/openbmc/u-boot/include/configs/mt_ventoux.h
/openbmc/u-boot/include/configs/munices.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/mv-plug-common.h
/openbmc/u-boot/include/configs/mx25pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53cx9020.h
/openbmc/u-boot/include/configs/mx53loco.h
/openbmc/u-boot/include/configs/mx6_common.h
/openbmc/u-boot/include/configs/mx6cuboxi.h
/openbmc/u-boot/include/configs/mx6qarm2.h
/openbmc/u-boot/include/configs/mx6qsabreauto.h
/openbmc/u-boot/include/configs/mx6sabresd.h
/openbmc/u-boot/include/configs/mx6slevk.h
/openbmc/u-boot/include/configs/mx6sxsabreauto.h
/openbmc/u-boot/include/configs/mx6sxsabresd.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/mxs.h
/openbmc/u-boot/include/configs/nas220.h
/openbmc/u-boot/include/configs/neo.h
/openbmc/u-boot/include/configs/netgear_cg3100d.h
/openbmc/u-boot/include/configs/nitrogen6x.h
/openbmc/u-boot/include/configs/nokia_rx51.h
/openbmc/u-boot/include/configs/novena.h
/openbmc/u-boot/include/configs/nsa310s.h
/openbmc/u-boot/include/configs/nyan-big.h
/openbmc/u-boot/include/configs/o2dnt-common.h
/openbmc/u-boot/include/configs/odroid.h
/openbmc/u-boot/include/configs/odroid_xu3.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/omap3_igep00x0.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap3_pandora.h
/openbmc/u-boot/include/configs/omap3_zoom1.h
/openbmc/u-boot/include/configs/omap4_panda.h
/openbmc/u-boot/include/configs/omap5_uevm.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/openrd.h
/openbmc/u-boot/include/configs/ot1200.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p1_twr.h
/openbmc/u-boot/include/configs/p2371-0000.h
/openbmc/u-boot/include/configs/p2371-2180.h
/openbmc/u-boot/include/configs/p2571.h
/openbmc/u-boot/include/configs/paz00.h
/openbmc/u-boot/include/configs/pb1x00.h
/openbmc/u-boot/include/configs/pcm030.h
/openbmc/u-boot/include/configs/pcm051.h
/openbmc/u-boot/include/configs/pcm052.h
/openbmc/u-boot/include/configs/pcm058.h
/openbmc/u-boot/include/configs/pdm360ng.h
/openbmc/u-boot/include/configs/pengwyn.h
/openbmc/u-boot/include/configs/pico-imx6ul.h
/openbmc/u-boot/include/configs/picosam9g45.h
/openbmc/u-boot/include/configs/platinum.h
/openbmc/u-boot/include/configs/plutux.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/pogo_e02.h
/openbmc/u-boot/include/configs/porter.h
/openbmc/u-boot/include/configs/pxm2.h
/openbmc/u-boot/include/configs/qemu-mips.h
/openbmc/u-boot/include/configs/qemu-mips64.h
/openbmc/u-boot/include/configs/qemu-ppce500.h
/openbmc/u-boot/include/configs/qemu-x86.h
/openbmc/u-boot/include/configs/r0p7734.h
/openbmc/u-boot/include/configs/r2dplus.h
/openbmc/u-boot/include/configs/r7780mp.h
/openbmc/u-boot/include/configs/rastaban.h
/openbmc/u-boot/include/configs/rcar-gen3-common.h
/openbmc/u-boot/include/configs/rk3188_common.h
/openbmc/u-boot/include/configs/rk3288_common.h
/openbmc/u-boot/include/configs/rut.h
/openbmc/u-boot/include/configs/s32v234evb.h
/openbmc/u-boot/include/configs/sagem_f@st1704.h
/openbmc/u-boot/include/configs/salvator-x.h
/openbmc/u-boot/include/configs/sama5d2_ptc.h
/openbmc/u-boot/include/configs/sama5d2_xplained.h
/openbmc/u-boot/include/configs/sama5d3_xplained.h
/openbmc/u-boot/include/configs/sama5d3xek.h
/openbmc/u-boot/include/configs/sama5d4_xplained.h
/openbmc/u-boot/include/configs/sama5d4ek.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sandbox_spl.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/sequoia.h
/openbmc/u-boot/include/configs/sh7763rdp.h
/openbmc/u-boot/include/configs/sheevaplug.h
/openbmc/u-boot/include/configs/shmin.h
/openbmc/u-boot/include/configs/siemens-am33x-common.h
/openbmc/u-boot/include/configs/silk.h
/openbmc/u-boot/include/configs/smartweb.h
/openbmc/u-boot/include/configs/snapper9g45.h
/openbmc/u-boot/include/configs/sniper.h
/openbmc/u-boot/include/configs/socfpga_arria10_socdk.h
/openbmc/u-boot/include/configs/socfpga_common.h
/openbmc/u-boot/include/configs/socfpga_vining_fpga.h
/openbmc/u-boot/include/configs/socrates.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/stout.h
/openbmc/u-boot/include/configs/strider.h
/openbmc/u-boot/include/configs/sun4i.h
/openbmc/u-boot/include/configs/sun50i.h
/openbmc/u-boot/include/configs/sun5i.h
/openbmc/u-boot/include/configs/sun6i.h
/openbmc/u-boot/include/configs/sun7i.h
/openbmc/u-boot/include/configs/sun8i.h
/openbmc/u-boot/include/configs/sunxi-common.h
/openbmc/u-boot/include/configs/t3corp.h
/openbmc/u-boot/include/configs/t4qds.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tao3530.h
/openbmc/u-boot/include/configs/taurus.h
/openbmc/u-boot/include/configs/tbs2910.h
/openbmc/u-boot/include/configs/tec-ng.h
/openbmc/u-boot/include/configs/tec.h
/openbmc/u-boot/include/configs/tegra-common-post.h
/openbmc/u-boot/include/configs/tegra-common.h
/openbmc/u-boot/include/configs/theadorable.h
/openbmc/u-boot/include/configs/thuban.h
/openbmc/u-boot/include/configs/ti814x_evm.h
/openbmc/u-boot/include/configs/ti816x_evm.h
/openbmc/u-boot/include/configs/ti_am335x_common.h
/openbmc/u-boot/include/configs/ti_armv7_common.h
/openbmc/u-boot/include/configs/ti_armv7_keystone2.h
/openbmc/u-boot/include/configs/ti_armv7_omap.h
/openbmc/u-boot/include/configs/ti_omap4_common.h
/openbmc/u-boot/include/configs/titanium.h
/openbmc/u-boot/include/configs/topic_miami.h
/openbmc/u-boot/include/configs/tplink_wdr4300.h
/openbmc/u-boot/include/configs/tqma6.h
/openbmc/u-boot/include/configs/tqma6_mba6.h
/openbmc/u-boot/include/configs/tqma6_wru4.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/trimslice.h
/openbmc/u-boot/include/configs/twister.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/configs/usbarmory.h
/openbmc/u-boot/include/configs/v38b.h
/openbmc/u-boot/include/configs/vct.h
/openbmc/u-boot/include/configs/venice2.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/configs/vexpress_aemv8a.h
/openbmc/u-boot/include/configs/vf610twr.h
/openbmc/u-boot/include/configs/vinco.h
/openbmc/u-boot/include/configs/vining_2000.h
/openbmc/u-boot/include/configs/vme8349.h
/openbmc/u-boot/include/configs/wandboard.h
/openbmc/u-boot/include/configs/warp.h
/openbmc/u-boot/include/configs/whistler.h
/openbmc/u-boot/include/configs/woodburn_sd.h
/openbmc/u-boot/include/configs/work_92105.h
/openbmc/u-boot/include/configs/x600.h
/openbmc/u-boot/include/configs/x86-common.h
/openbmc/u-boot/include/configs/xilinx-ppc.h
/openbmc/u-boot/include/configs/xilinx_zynqmp.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_zcu102.h
/openbmc/u-boot/include/configs/xpedite1000.h
/openbmc/u-boot/include/configs/xpedite517x.h
/openbmc/u-boot/include/configs/xpedite520x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/xpedite550x.h
/openbmc/u-boot/include/configs/xpress.h
/openbmc/u-boot/include/configs/xtfpga.h
/openbmc/u-boot/include/configs/yosemite.h
/openbmc/u-boot/include/configs/zipitz2.h
/openbmc/u-boot/include/configs/zmx25.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_zybo.h
/openbmc/u-boot/include/dm.h
/openbmc/u-boot/include/dm/device.h
/openbmc/u-boot/include/dm/fdtaddr.h
/openbmc/u-boot/include/dt-bindings/clock/bcm3380-clock.h
/openbmc/u-boot/include/dt-bindings/clock/bcm6338-clock.h
/openbmc/u-boot/include/dt-bindings/clock/bcm6348-clock.h
/openbmc/u-boot/include/dt-bindings/clock/imx7d-clock.h
/openbmc/u-boot/include/dt-bindings/reset/altr,rst-mgr-a10.h
/openbmc/u-boot/include/dt-bindings/reset/bcm3380-reset.h
/openbmc/u-boot/include/dt-bindings/reset/bcm6338-reset.h
/openbmc/u-boot/include/dt-bindings/reset/bcm6348-reset.h
/openbmc/u-boot/include/hash.h
/openbmc/u-boot/include/i2c.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/pcmcia.h
/openbmc/u-boot/include/power/tps65218.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/usb.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/scripts/Makefile.extrawarn
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/py/tests/test_env.py
/openbmc/u-boot/test/py/tests/test_shell_basics.py
/openbmc/u-boot/tools/kwbimage.c
/openbmc/u-boot/tools/mksunxiboot.c
c108062610-May-2017 Jernej Skrabec <jernej.skrabec@siol.net>

sunxi: video: Split out TVE code

Newer SoCs use same TV encoder unit. Split it out so it can be reused
with new DM video driver.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by:

sunxi: video: Split out TVE code

Newer SoCs use same TV encoder unit. Split it out so it can be reused
with new DM video driver.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

10ba6b3305-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP

Due to a typo, the 24 bit-per-pixel configuration ends in 24BMP
instead of 24BPP. This change renames it throughout the source tree
for consis

video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP

Due to a typo, the 24 bit-per-pixel configuration ends in 24BMP
instead of 24BPP. This change renames it throughout the source tree
for consistency and to make moving these options into Kconfig easier
and less error-prone.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>

show more ...

8517f64f05-May-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI

Instead of having drivers/video/rockchip/Kconfig point outside of its
hierarchy for dw_hdmi.o, we should use a configuration-opt

rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI

Instead of having drivers/video/rockchip/Kconfig point outside of its
hierarchy for dw_hdmi.o, we should use a configuration-option to
include the Designware HDMI support.

This change introduces a new config option (not to be selected via
menuconfig, but to be selected from a dependent video driver's
configuration option) that enables dw_hdmi.o and selects it whenever
the HDMI support for Rockchip SoCs is selected.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...

4f4e1b6329-Apr-2017 Jernej Skrabec <jernej.skrabec@siol.net>

video: dw_hdmi: Select HDMI mode only if monitor supports it

Some DVI monitors don't work in HDMI mode. Set it only if edid data
explicitly states that it is supported.

Signed-off-by: Jernej Skrabe

video: dw_hdmi: Select HDMI mode only if monitor supports it

Some DVI monitors don't work in HDMI mode. Set it only if edid data
explicitly states that it is supported.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/arch/arm/include/asm/global_data.h
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/dts/brcm,bcm63268.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6328.dtsi
/openbmc/u-boot/arch/mips/dts/brcm,bcm6358.dtsi
/openbmc/u-boot/arch/mips/lib/cache.c
/openbmc/u-boot/arch/mips/mach-bmips/Kconfig
/openbmc/u-boot/board/davinci/da8xxevm/Kconfig
/openbmc/u-boot/board/freescale/m5253demo/flash.c
/openbmc/u-boot/board/imgtec/boston/Makefile
/openbmc/u-boot/board/imgtec/boston/dt.c
/openbmc/u-boot/cmd/bdinfo.c
/openbmc/u-boot/cmd/io.c
/openbmc/u-boot/cmd/led.c
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/edid.c
/openbmc/u-boot/configs/boston32r2_defconfig
/openbmc/u-boot/configs/boston32r2el_defconfig
/openbmc/u-boot/configs/boston64r2_defconfig
/openbmc/u-boot/configs/boston64r2el_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/net/eepro100.c
/openbmc/u-boot/drivers/net/phy/mv88e61xx.c
/openbmc/u-boot/drivers/net/uli526x.c
/openbmc/u-boot/drivers/ram/bmips_ram.c
dw_hdmi.c
/openbmc/u-boot/include/asm-generic/global_data.h
/openbmc/u-boot/include/configs/boston.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/omapl138_lcdk.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/edid.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/lib/tpm.c
/openbmc/u-boot/net/Makefile
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/tools/genboardscfg.py

12345678910>>...33