History log of /openbmc/u-boot/cmd/ (Results 376 – 400 of 1068)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5db66b3a29-Sep-2018 Miquel Raynal <miquel.raynal@bootlin.com>

cmd: mtd: add 'mtd' command

There should not be a 'nand' command, a 'sf' command and certainly not
a new 'spi-nand' command. Write a 'mtd' command instead to manage all
MTD devices/partitions at onc

cmd: mtd: add 'mtd' command

There should not be a 'nand' command, a 'sf' command and certainly not
a new 'spi-nand' command. Write a 'mtd' command instead to manage all
MTD devices/partitions at once. This should be the preferred way to
access any MTD device.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>

show more ...

18f201ea19-Sep-2018 Neil Stainton <nstainton@asl-control.co.uk>

u-boot: align cache flushes in load_elf_image_shdr to line boundaries

Prevent cache warning messages when using the 'bootelf' command on an
Arm target. Round down each section start address and roun

u-boot: align cache flushes in load_elf_image_shdr to line boundaries

Prevent cache warning messages when using the 'bootelf' command on an
Arm target. Round down each section start address and round up the
respective section end to the nearest cache line.

Signed-off-by: Neil Stainton <nstainton@asl-control.co.uk>
[trini: Manually apply, rework whitespace]
Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...

d71b029d12-Sep-2018 Neil Stainton <nstainton@asl-control.co.uk>

cmd: env: Fix CRC calculation for 'env export -c -s'

Fix failure to reimport exported checksummed, size constrained data block.

'env export -c' command ignores optional -s size argument when calcul

cmd: env: Fix CRC calculation for 'env export -c -s'

Fix failure to reimport exported checksummed, size constrained data block.

'env export -c' command ignores optional -s size argument when calculating checksum causing subsequent 'env import -c' to fail.

Signed-off-by: Neil Stainton <nstainton@asl-control.co.uk>

show more ...

ff8eee0308-Aug-2018 Marek Vasut <marex@denx.de>

cmd: clk: Add trivial implementation of clock dump for DM

Add trivial implementation of the clk dump in case DM is enabled.
This implementation just iterates over all the clock registered
with the C

cmd: clk: Add trivial implementation of clock dump for DM

Add trivial implementation of the clk dump in case DM is enabled.
This implementation just iterates over all the clock registered
with the CLK uclass and prints their rate.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>

show more ...


/openbmc/u-boot/.travis.yml
/openbmc/u-boot/Documentation/devicetree/bindings/board/gdsys,board_gazerbeam.txt
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
clk.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/configs/sandbox64_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/xilinx_zynqmp_mini_emmc0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig
/openbmc/u-boot/configs/zynq_cse_nand_defconfig
/openbmc/u-boot/configs/zynq_cse_nor_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/drivers/Kconfig
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/board/Kconfig
/openbmc/u-boot/drivers/board/Makefile
/openbmc/u-boot/drivers/board/board-uclass.c
/openbmc/u-boot/drivers/board/gazerbeam.c
/openbmc/u-boot/drivers/board/gazerbeam.h
/openbmc/u-boot/drivers/board/sandbox.c
/openbmc/u-boot/drivers/board/sandbox.h
/openbmc/u-boot/drivers/core/device.c
/openbmc/u-boot/drivers/core/ofnode.c
/openbmc/u-boot/drivers/fpga/zynqmppl.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/include/board.h
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_cse.h
/openbmc/u-boot/include/configs/zynq_zybo.h
/openbmc/u-boot/include/dm/device.h
/openbmc/u-boot/include/dm/ofnode.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/scripts/dtc/pylibfdt/libfdt.i_shipped
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/board.c
/openbmc/u-boot/test/dm/test-fdt.c
/openbmc/u-boot/tools/binman/README
/openbmc/u-boot/tools/binman/README.entries
/openbmc/u-boot/tools/binman/bsection.py
/openbmc/u-boot/tools/binman/cmdline.py
/openbmc/u-boot/tools/binman/control.py
/openbmc/u-boot/tools/binman/entry.py
/openbmc/u-boot/tools/binman/entry_test.py
/openbmc/u-boot/tools/binman/etype/_testing.py
/openbmc/u-boot/tools/binman/etype/blob.py
/openbmc/u-boot/tools/binman/etype/blob_dtb.py
/openbmc/u-boot/tools/binman/etype/files.py
/openbmc/u-boot/tools/binman/etype/fill.py
/openbmc/u-boot/tools/binman/etype/fmap.py
/openbmc/u-boot/tools/binman/etype/section.py
/openbmc/u-boot/tools/binman/etype/text.py
/openbmc/u-boot/tools/binman/etype/u_boot_dtb.py
/openbmc/u-boot/tools/binman/etype/u_boot_dtb_with_ucode.py
/openbmc/u-boot/tools/binman/etype/u_boot_elf.py
/openbmc/u-boot/tools/binman/etype/u_boot_spl_dtb.py
/openbmc/u-boot/tools/binman/etype/u_boot_spl_elf.py
/openbmc/u-boot/tools/binman/etype/u_boot_spl_with_ucode_ptr.py
/openbmc/u-boot/tools/binman/etype/u_boot_tpl_dtb.py
/openbmc/u-boot/tools/binman/etype/u_boot_tpl_dtb_with_ucode.py
/openbmc/u-boot/tools/binman/etype/u_boot_tpl_with_ucode_ptr.py
/openbmc/u-boot/tools/binman/etype/u_boot_ucode.py
/openbmc/u-boot/tools/binman/etype/u_boot_with_ucode_ptr.py
/openbmc/u-boot/tools/binman/etype/vblock.py
/openbmc/u-boot/tools/binman/etype/x86_start16_tpl.py
/openbmc/u-boot/tools/binman/fmap_util.py
/openbmc/u-boot/tools/binman/ftest.py
/openbmc/u-boot/tools/binman/image.py
/openbmc/u-boot/tools/binman/state.py
/openbmc/u-boot/tools/binman/test/80_fill_empty.dts
/openbmc/u-boot/tools/binman/test/81_x86-start16-tpl.dts
/openbmc/u-boot/tools/binman/test/82_fdt_update_all.dts
/openbmc/u-boot/tools/binman/test/83_compress.dts
/openbmc/u-boot/tools/binman/test/84_files.dts
/openbmc/u-boot/tools/binman/test/85_files_compress.dts
/openbmc/u-boot/tools/binman/test/86_files_none.dts
/openbmc/u-boot/tools/binman/test/87_files_no_pattern.dts
/openbmc/u-boot/tools/binman/test/88_expand_size.dts
/openbmc/u-boot/tools/binman/test/89_expand_size_bad.dts
/openbmc/u-boot/tools/binman/test/90_hash.dts
/openbmc/u-boot/tools/binman/test/91_hash_no_algo.dts
/openbmc/u-boot/tools/binman/test/92_hash_bad_algo.dts
/openbmc/u-boot/tools/binman/test/93_x86_tpl_ucode.dts
/openbmc/u-boot/tools/binman/test/94_fmap_x86.dts
/openbmc/u-boot/tools/binman/test/95_fmap_x86_section.dts
/openbmc/u-boot/tools/binman/test/96_elf.dts
/openbmc/u-boot/tools/binman/test/97_elf_strip.dts
/openbmc/u-boot/tools/binman/test/99_hash_section.dts
/openbmc/u-boot/tools/binman/test/files/1.dat
/openbmc/u-boot/tools/binman/test/files/2.dat
/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ignore
/openbmc/u-boot/tools/binman/test/files/not-this-one
/openbmc/u-boot/tools/dtoc/fdt.py
/openbmc/u-boot/tools/dtoc/test_fdt.py
/openbmc/u-boot/tools/patman/tools.py
577c40ae09-Sep-2018 Adam Ford <aford173@gmail.com>

cmd: Relocate poweroff under Device access commands

Previously poweroff was located under boot. It seems to make more
sense to have it located under the Device access commands.

Signed-off-by: Adam

cmd: Relocate poweroff under Device access commands

Previously poweroff was located under boot. It seems to make more
sense to have it located under the Device access commands.

Signed-off-by: Adam Ford <aford173@gmail.com>

show more ...


/openbmc/u-boot/arch/arm/dts/am3517-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/at91-sama5d27_som1_ek.dts
/openbmc/u-boot/arch/arm/dts/at91-sama5d2_ptc_ek.dts
/openbmc/u-boot/arch/arm/dts/at91-sama5d2_xplained.dts
/openbmc/u-boot/arch/arm/dts/at91-sama5d3_xplained.dts
/openbmc/u-boot/arch/arm/dts/at91-sama5d4_xplained.dts
/openbmc/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/sama5d2.dtsi
/openbmc/u-boot/arch/arm/dts/sama5d3.dtsi
/openbmc/u-boot/arch/arm/dts/sama5d4.dtsi
/openbmc/u-boot/arch/arm/include/asm/omap_mmc.h
/openbmc/u-boot/arch/arm/mach-at91/Kconfig
/openbmc/u-boot/arch/sandbox/dts/sandbox.dts
/openbmc/u-boot/board/atmel/common/board.c
/openbmc/u-boot/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c
/openbmc/u-boot/board/atmel/sama5d2_xplained/sama5d2_xplained.c
/openbmc/u-boot/board/atmel/sama5d3_xplained/sama5d3_xplained.c
/openbmc/u-boot/board/atmel/sama5d4_xplained/sama5d4_xplained.c
Kconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_ptc_ek_nandflash_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig
/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig
/openbmc/u-boot/configs/sandbox_defconfig
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-sandbox.c
d05266f718-Sep-2018 Eugen Hristev <eugen.hristev@microchip.com>

w1: add command for onewire protocol

Add basic command for bus information and read for onewire
bus using Dallas 1-Wire protocol.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>

14dfc64806-Jul-2018 Tien Fong Chee <tien.fong.chee@intel.com>

cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()

cmd_ubifs_mount() function would be called directly instead of
involving whole command machinery for mounting ubifs in
generic firmw

cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()

cmd_ubifs_mount() function would be called directly instead of
involving whole command machinery for mounting ubifs in
generic firmware loader, so some checking codes need to be factored out
into cmd_ubifs_mount() without breaking original functionality design.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>

show more ...

10c2044006-Jul-2018 Tien Fong Chee <tien.fong.chee@intel.com>

cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()

cmd_ubifs_umount() function would be called directly instead of involving
whole command machinery in generic firmware loader, so c

cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()

cmd_ubifs_umount() function would be called directly instead of involving
whole command machinery in generic firmware loader, so checking on
ubifs_initialized status need to be done in cmd_ubifs_umount() without
breaking original functionality design.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
[trini: Fix conflicting type error in cmd/ubi.c]
Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...

3bf65cb527-Sep-2018 Mario Six <mario.six@gdsys.cc>

cmd: Add osd commands

Add command to query information from and write text to on-screen
display (OSD) devices.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.o

cmd: Add osd commands

Add command to query information from and write text to on-screen
display (OSD) devices.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv8/zynqmp/cpu.c
/openbmc/u-boot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/arch/sandbox/include/asm/test.h
/openbmc/u-boot/board/gdsys/common/Makefile
/openbmc/u-boot/board/gdsys/common/osd_cmd.c
/openbmc/u-boot/board/gdsys/mpc8308/Kconfig
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c
Kconfig
Makefile
osd.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/configs/sandbox64_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/xilinx_zynqmp_mini_emmc0_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig
/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig
/openbmc/u-boot/configs/zynq_cse_nand_defconfig
/openbmc/u-boot/configs/zynq_cse_nor_defconfig
/openbmc/u-boot/configs/zynq_cse_qspi_defconfig
/openbmc/u-boot/configs/zynq_zybo_defconfig
/openbmc/u-boot/doc/device-tree-bindings/video/osd/gdsys,ihs_video_out.txt
/openbmc/u-boot/drivers/fpga/zynqmppl.c
/openbmc/u-boot/drivers/net/zynq_gem.c
/openbmc/u-boot/drivers/video/Kconfig
/openbmc/u-boot/drivers/video/Makefile
/openbmc/u-boot/drivers/video/ihs_video_out.c
/openbmc/u-boot/drivers/video/sandbox_osd.c
/openbmc/u-boot/drivers/video/sandbox_osd.h
/openbmc/u-boot/drivers/video/vidconsole-uclass.c
/openbmc/u-boot/drivers/video/video_osd-uclass.c
/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h
/openbmc/u-boot/include/configs/zynq-common.h
/openbmc/u-boot/include/configs/zynq_cse.h
/openbmc/u-boot/include/configs/zynq_zybo.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/test/ut.h
/openbmc/u-boot/include/video_console.h
/openbmc/u-boot/include/video_osd.h
/openbmc/u-boot/test/Makefile
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/osd.c
/openbmc/u-boot/test/lib/Makefile
/openbmc/u-boot/test/lib/hexdump.c
29cfc09607-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

cmd: add conitrace command

The 'conitrace' command prints the codes received from the console input as
hexadecimal numbers.

This developer utility is useful for testing the handling of special keys

cmd: add conitrace command

The 'conitrace' command prints the codes received from the console input as
hexadecimal numbers.

This developer utility is useful for testing the handling of special keys
by keyboard drivers.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

show more ...


/openbmc/u-boot/Documentation/devicetree/bindings/clk/fsl,mpc83xx-clk.txt
/openbmc/u-boot/Documentation/devicetree/bindings/cpu/fsl,mpc83xx.txt
/openbmc/u-boot/Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt
/openbmc/u-boot/Documentation/devicetree/bindings/ram/fsl,mpc83xx-mem-controller.txt
/openbmc/u-boot/Documentation/devicetree/bindings/timer/fsl,mpc83xx-timer.txt
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/cpu.c
/openbmc/u-boot/arch/arm/dts/stm32mp157-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1.dts
/openbmc/u-boot/arch/arm/dts/stm32mp157c.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ull_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_misc.h
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/mips/Kconfig
/openbmc/u-boot/arch/mips/Makefile
/openbmc/u-boot/arch/mips/cpu/start.S
/openbmc/u-boot/arch/mips/dts/brcm,bcm6838.dtsi
/openbmc/u-boot/arch/mips/dts/gardena-smart-gateway-mt7688.dts
/openbmc/u-boot/arch/mips/dts/linkit-smart-7688.dts
/openbmc/u-boot/arch/mips/dts/mt7628a.dtsi
/openbmc/u-boot/arch/mips/include/asm/atomic.h
/openbmc/u-boot/arch/mips/lib/cache.c
/openbmc/u-boot/arch/mips/lib/cache_init.S
/openbmc/u-boot/arch/mips/mach-mt7620/Kconfig
/openbmc/u-boot/arch/mips/mach-mt7620/Makefile
/openbmc/u-boot/arch/mips/mach-mt7620/cpu.c
/openbmc/u-boot/arch/mips/mach-mt7620/ddr_calibrate.c
/openbmc/u-boot/arch/mips/mach-mt7620/lowlevel_init.S
/openbmc/u-boot/arch/mips/mach-mt7620/mt76xx.h
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/serdes.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spd_sdram.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/speed.c
/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/soc.h
/openbmc/u-boot/arch/powerpc/include/asm/config.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_mpc83xx_serdes.h
/openbmc/u-boot/arch/powerpc/include/asm/global_data.h
/openbmc/u-boot/arch/powerpc/include/asm/io.h
/openbmc/u-boot/arch/powerpc/include/asm/processor.h
/openbmc/u-boot/arch/powerpc/lib/Makefile
/openbmc/u-boot/arch/powerpc/lib/interrupts.c
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/Kconfig
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/MAINTAINERS
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/Makefile
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/board.c
/openbmc/u-boot/board/k+p/bootscripts/tpcboot.cmd
/openbmc/u-boot/board/seeed/linkit-smart-7688/Kconfig
/openbmc/u-boot/board/seeed/linkit-smart-7688/MAINTAINERS
/openbmc/u-boot/board/seeed/linkit-smart-7688/Makefile
/openbmc/u-boot/board/seeed/linkit-smart-7688/board.c
/openbmc/u-boot/board/st/stm32mp1/stm32mp1.c
/openbmc/u-boot/board/technexion/pico-imx6ul/MAINTAINERS
/openbmc/u-boot/board/technexion/pico-imx6ul/Makefile
/openbmc/u-boot/board/technexion/pico-imx6ul/README
/openbmc/u-boot/board/technexion/pico-imx6ul/spl.c
/openbmc/u-boot/board/technexion/pico-imx7d/MAINTAINERS
/openbmc/u-boot/board/ti/am335x/board.c
/openbmc/u-boot/board/wandboard/README
Kconfig
Makefile
conitrace.c
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_ext.c
/openbmc/u-boot/common/spl/spl_fat.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/common/spl/spl_nand.c
/openbmc/u-boot/common/spl/spl_onenand.c
/openbmc/u-boot/common/spl/spl_ram.c
/openbmc/u-boot/common/spl/spl_spi.c
/openbmc/u-boot/common/spl/spl_ubi.c
/openbmc/u-boot/configs/am335x_evm_defconfig
/openbmc/u-boot/configs/bcm968380gerg_ram_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig
/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig
/openbmc/u-boot/configs/linkit-smart-7688-ram_defconfig
/openbmc/u-boot/configs/linkit-smart-7688_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx6ul_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx7d_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/pico-pi-imx6ul_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc1_defconfig
/openbmc/u-boot/configs/sama5d27_som1_ek_mmc_defconfig
/openbmc/u-boot/configs/sama5d2_xplained_emmc_defconfig
/openbmc/u-boot/configs/stm32mp15_basic_defconfig
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/bcm6838-pinctrl.txt
/openbmc/u-boot/doc/driver-model/README.txt
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/mpc83xx_clk.c
/openbmc/u-boot/drivers/clk/mpc83xx_clk.h
/openbmc/u-boot/drivers/core/fdtaddr.c
/openbmc/u-boot/drivers/core/of_access.c
/openbmc/u-boot/drivers/core/ofnode.c
/openbmc/u-boot/drivers/core/root.c
/openbmc/u-boot/drivers/cpu/Kconfig
/openbmc/u-boot/drivers/cpu/Makefile
/openbmc/u-boot/drivers/cpu/cpu-uclass.c
/openbmc/u-boot/drivers/cpu/cpu_sandbox.c
/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.c
/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.h
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/mpc83xx_serdes.c
/openbmc/u-boot/drivers/misc/mpc83xx_serdes.h
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/net/cpsw.c
/openbmc/u-boot/drivers/phy/marvell/comphy_cp110.c
/openbmc/u-boot/drivers/phy/marvell/comphy_hpipe.h
/openbmc/u-boot/drivers/pinctrl/broadcom/Kconfig
/openbmc/u-boot/drivers/pinctrl/broadcom/Makefile
/openbmc/u-boot/drivers/pinctrl/broadcom/pinctrl-bcm6838.c
/openbmc/u-boot/drivers/ram/Kconfig
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/mpc83xx_sdram.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/pl022_spi.c
/openbmc/u-boot/drivers/sysreset/Kconfig
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset-uclass.c
/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.c
/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.h
/openbmc/u-boot/drivers/sysreset/sysreset_sandbox.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/mpc83xx_timer.c
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/gardena-smart-gateway-mt7688.h
/openbmc/u-boot/include/configs/imgtec_xilfpga.h
/openbmc/u-boot/include/configs/linkit-smart-7688.h
/openbmc/u-boot/include/configs/pic32mzdask.h
/openbmc/u-boot/include/configs/pico-imx6ul.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/configs/sama5d27_som1_ek.h
/openbmc/u-boot/include/configs/sama5d2_xplained.h
/openbmc/u-boot/include/cpsw.h
/openbmc/u-boot/include/cpu.h
/openbmc/u-boot/include/dm/of_access.h
/openbmc/u-boot/include/dm/ofnode.h
/openbmc/u-boot/include/dm/platform_data/pl022_spi.h
/openbmc/u-boot/include/dm/uclass.h
/openbmc/u-boot/include/dt-bindings/clk/mpc83xx-clk.h
/openbmc/u-boot/include/dt-bindings/memory/mpc83xx-sdram.h
/openbmc/u-boot/include/init.h
/openbmc/u-boot/include/linux/bitrev.h
/openbmc/u-boot/include/mpc83xx.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/include/sysreset.h
/openbmc/u-boot/lib/bitrev.c
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/cmd_dm.c
/openbmc/u-boot/test/dm/cpu.c
/openbmc/u-boot/test/dm/ofnode.c
/openbmc/u-boot/test/dm/sysreset.c
/openbmc/u-boot/tools/binman/README
c982874e23-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: refactor efi_setup_loaded_image()

Create the handle of loaded images and the EFI_LOADED_IMAGE_PROTOCOL
inside efi_setup_loaded_image(). Do not use local variables.

Currently we expect t

efi_loader: refactor efi_setup_loaded_image()

Create the handle of loaded images and the EFI_LOADED_IMAGE_PROTOCOL
inside efi_setup_loaded_image(). Do not use local variables.

Currently we expect the loaded image handle to point to the loaded image
protocol. Additionally we have appended private fields to the protocol.

With the patch the handle points to a loaded image object and the private
fields are added here. This matches how we handle the net and the gop
object.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

24638a1f23-Sep-2018 Alexander Graf <agraf@suse.de>

efi_loader: Fix loaded_image handle passing from EL3

When running in EL3 mode on AArch64, we have to first drop to EL2
to execute a UEFI payload. When dropping down, the arguments to
the entry point

efi_loader: Fix loaded_image handle passing from EL3

When running in EL3 mode on AArch64, we have to first drop to EL2
to execute a UEFI payload. When dropping down, the arguments to
the entry point have to stay identical to the ones for normal entry
though.

In commit ea54ad59286 ("efi_loader: pass handle of loaded image")
we incorrectly changed that logic and had the el3 entry path diverge.
Fix it up by syncing it back to what it's supposed to be.

Fixes: ea54ad59286 ("efi_loader: pass handle of loaded image")
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>

show more ...

4e6b5d6520-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: create root node

Currently we assign a lot of protocols to loaded images though
these protocols are not related to them. Instead they should be
installed on a separate handle. Via the de

efi_loader: create root node

Currently we assign a lot of protocols to loaded images though
these protocols are not related to them. Instead they should be
installed on a separate handle. Via the device path it is the
parent to the devices like the network adapter.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

79276eb216-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: memory leak in efi_set_bootdev()

efi_set_bootdev() may be called repeatedly.
Free the memory allocated for device paths in previous calls.

Signed-off-by: Heinrich Schuchardt <xypron.glp

efi_loader: memory leak in efi_set_bootdev()

efi_set_bootdev() may be called repeatedly.
Free the memory allocated for device paths in previous calls.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

8887acc616-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: do not use local variable for handle

Do not use a local variable for the handle backing the memory device path.
Adjust relate comments.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@g

efi_loader: do not use local variable for handle

Do not use a local variable for the handle backing the memory device path.
Adjust relate comments.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

d4b751e911-Sep-2018 AKASHI Takahiro <takahiro.akashi@linaro.org>

cmd: fat: add fatrm command

In this patch, a new command, fatrm, is added so as to delete a file
or directory.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Alexander G

cmd: fat: add fatrm command

In this patch, a new command, fatrm, is added so as to delete a file
or directory.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

0349da5111-Sep-2018 AKASHI Takahiro <takahiro.akashi@linaro.org>

cmd: fat: add fatmkdir command

In this patch, a new command, fatmkdir, is added.

Please note that, as there is no notion of "current directory" on u-boot,
a directory name specified must contains a

cmd: fat: add fatmkdir command

In this patch, a new command, fatmkdir, is added.

Please note that, as there is no notion of "current directory" on u-boot,
a directory name specified must contains an absolute directory path as
a parent directory. Otherwise, "/" (root directory) is assumed.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

cda40b2a11-Sep-2018 AKASHI Takahiro <takahiro.akashi@linaro.org>

cmd: fat: add offset parameter to fatwrite

In this patch, fatwrite command is extended so as to accept an additional
parameter of file offset.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro

cmd: fat: add offset parameter to fatwrite

In this patch, fatwrite command is extended so as to accept an additional
parameter of file offset.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

7086a71a31-Aug-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: buffer size for load options

The number of bytes in an utf-8 string is an upper limit for the number of
words in the equivalent utf-16 string. In so far the inumbant coding works
correct

efi_loader: buffer size for load options

The number of bytes in an utf-8 string is an upper limit for the number of
words in the equivalent utf-16 string. In so far the inumbant coding works
correctly. For non-ASCII characters the utf-16 string is shorter. With the
patch only the necessary buffer size is allocated for the load options.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

9dff490008-Aug-2018 Simon Glass <sjg@chromium.org>

efi: sandbox: Tidy up copy_fdt() to work with sandbox

At present this function takes a pointer as its argument, then passes this
to efi_allocate_pages(), which actually takes an address. It uses cas

efi: sandbox: Tidy up copy_fdt() to work with sandbox

At present this function takes a pointer as its argument, then passes this
to efi_allocate_pages(), which actually takes an address. It uses casts,
which are not supported on sandbox.

Also the function calculates the FDT size rounded up to the neared EFI
page size, then its caller recalculates the size and adds a bit more to
it.

This function is much better written as something that works with
addresses only, and returns both the address and the size of the relocated
FDT.

Also, copy_fdt() returns NULL on error, but really should propagate the
error from efi_allocate_pages(). To do this it needs to return an
efi_status_t, not a void *.

Update the code in this way, so that it is easier to follow, and also
supports sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

baf70c0208-Aug-2018 Simon Glass <sjg@chromium.org>

efi: Relocate FDT to 127MB instead of 128MB

Sandbox only has 128MB of memory so we cannot relocate the device tree up
to start at 128MB. Use 127MB instead, which should be safe.

Signed-off-by: Simo

efi: Relocate FDT to 127MB instead of 128MB

Sandbox only has 128MB of memory so we cannot relocate the device tree up
to start at 128MB. Use 127MB instead, which should be safe.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...


/openbmc/u-boot/Documentation/devicetree/bindings/clk/fsl,mpc83xx-clk.txt
/openbmc/u-boot/Documentation/devicetree/bindings/cpu/fsl,mpc83xx.txt
/openbmc/u-boot/Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt
/openbmc/u-boot/Documentation/devicetree/bindings/ram/fsl,mpc83xx-mem-controller.txt
/openbmc/u-boot/Documentation/devicetree/bindings/timer/fsl,mpc83xx-timer.txt
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ull_pins.h
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/serdes.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spd_sdram.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/speed.c
/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/soc.h
/openbmc/u-boot/arch/powerpc/include/asm/config.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_mpc83xx_serdes.h
/openbmc/u-boot/arch/powerpc/include/asm/global_data.h
/openbmc/u-boot/arch/powerpc/include/asm/io.h
/openbmc/u-boot/arch/powerpc/include/asm/processor.h
/openbmc/u-boot/arch/powerpc/lib/Makefile
/openbmc/u-boot/arch/powerpc/lib/interrupts.c
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/k+p/bootscripts/tpcboot.cmd
/openbmc/u-boot/board/technexion/pico-imx6ul/MAINTAINERS
/openbmc/u-boot/board/technexion/pico-imx6ul/Makefile
/openbmc/u-boot/board/technexion/pico-imx6ul/README
/openbmc/u-boot/board/technexion/pico-imx6ul/spl.c
/openbmc/u-boot/board/technexion/pico-imx7d/MAINTAINERS
/openbmc/u-boot/board/wandboard/README
bootefi.c
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/configs/pico-hobbit-imx6ul_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx7d_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/pico-pi-imx6ul_defconfig
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/mpc83xx_clk.c
/openbmc/u-boot/drivers/clk/mpc83xx_clk.h
/openbmc/u-boot/drivers/core/fdtaddr.c
/openbmc/u-boot/drivers/core/of_access.c
/openbmc/u-boot/drivers/core/ofnode.c
/openbmc/u-boot/drivers/core/root.c
/openbmc/u-boot/drivers/cpu/Kconfig
/openbmc/u-boot/drivers/cpu/Makefile
/openbmc/u-boot/drivers/cpu/cpu-uclass.c
/openbmc/u-boot/drivers/cpu/cpu_sandbox.c
/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.c
/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.h
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/mpc83xx_serdes.c
/openbmc/u-boot/drivers/misc/mpc83xx_serdes.h
/openbmc/u-boot/drivers/phy/marvell/comphy_cp110.c
/openbmc/u-boot/drivers/phy/marvell/comphy_hpipe.h
/openbmc/u-boot/drivers/ram/Kconfig
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/mpc83xx_sdram.c
/openbmc/u-boot/drivers/sysreset/Kconfig
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset-uclass.c
/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.c
/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.h
/openbmc/u-boot/drivers/sysreset/sysreset_sandbox.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/mpc83xx_timer.c
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/pico-imx6ul.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/cpu.h
/openbmc/u-boot/include/dm/of_access.h
/openbmc/u-boot/include/dm/ofnode.h
/openbmc/u-boot/include/dm/uclass.h
/openbmc/u-boot/include/dt-bindings/clk/mpc83xx-clk.h
/openbmc/u-boot/include/dt-bindings/memory/mpc83xx-sdram.h
/openbmc/u-boot/include/init.h
/openbmc/u-boot/include/linux/bitrev.h
/openbmc/u-boot/include/mpc83xx.h
/openbmc/u-boot/include/sysreset.h
/openbmc/u-boot/lib/bitrev.c
/openbmc/u-boot/lib/efi_loader/efi_boottime.c
/openbmc/u-boot/lib/efi_selftest/Makefile
/openbmc/u-boot/lib/efi_selftest/efi_selftest_loaded_image.c
/openbmc/u-boot/lib/efi_selftest/efi_selftest_manageprotocols.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/cmd_dm.c
/openbmc/u-boot/test/dm/cpu.c
/openbmc/u-boot/test/dm/ofnode.c
/openbmc/u-boot/test/dm/sysreset.c
/openbmc/u-boot/tools/binman/README
d60aea9406-Sep-2018 Miquel Raynal <miquel.raynal@bootlin.com>

cmd: mtdparts: remove mandatory 'mtdparts=' prefix

All U-Boot users must define the mtdparts environment variable with:
setenv mtdparts mtdparts=...

While this may ease the partition declaration jo

cmd: mtdparts: remove mandatory 'mtdparts=' prefix

All U-Boot users must define the mtdparts environment variable with:
setenv mtdparts mtdparts=...

While this may ease the partition declaration job to be passed to
Linux, this is a pure software limitation and forcing this prefix is a
complete non-sense. Let the user to declare manually the mtdparts
variable without the prefix.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Stefan Roese <sr@denx.de>

show more ...

00ac922d06-Sep-2018 Miquel Raynal <miquel.raynal@bootlin.com>

cmd: mtdparts: accept spi-nand devices

Let spi-nand devices be recognized by mtdparts. This is superfluous
but a full mtdparts rework would be very time-consuming.

Signed-off-by: Miquel Raynal <miq

cmd: mtdparts: accept spi-nand devices

Let spi-nand devices be recognized by mtdparts. This is superfluous
but a full mtdparts rework would be very time-consuming.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.de>

show more ...

2b9ace5516-Aug-2018 Miquel Raynal <miquel.raynal@bootlin.com>

cmd: mtdparts: add fallthrough in switch statement

Switch blocks for deriving size naturally use fallthrough between
'case' statements. Make it explicit.

Signed-off-by: Miquel Raynal <miquel.raynal

cmd: mtdparts: add fallthrough in switch statement

Switch blocks for deriving size naturally use fallthrough between
'case' statements. Make it explicit.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

show more ...

b01c146d16-Aug-2018 Miquel Raynal <miquel.raynal@bootlin.com>

cmd: ubi: delete useless and misleading definitions

These definitions are simply not used and are misleading because similar
definitions exist in jffs2/load_kernel.h and are used widely to define
MT

cmd: ubi: delete useless and misleading definitions

These definitions are simply not used and are misleading because similar
definitions exist in jffs2/load_kernel.h and are used widely to define
MTD device types (which is, by the way, totally redundant with what the
MTD core does). Remove these definitions.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>

show more ...


/openbmc/u-boot/Documentation/devicetree/bindings/clk/fsl,mpc83xx-clk.txt
/openbmc/u-boot/Documentation/devicetree/bindings/cpu/fsl,mpc83xx.txt
/openbmc/u-boot/Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt
/openbmc/u-boot/Documentation/devicetree/bindings/ram/fsl,mpc83xx-mem-controller.txt
/openbmc/u-boot/Documentation/devicetree/bindings/timer/fsl,mpc83xx-timer.txt
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ull_pins.h
/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig
/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/serdes.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spd_sdram.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/speed.c
/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/soc.h
/openbmc/u-boot/arch/powerpc/include/asm/config.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_mpc83xx_serdes.h
/openbmc/u-boot/arch/powerpc/include/asm/global_data.h
/openbmc/u-boot/arch/powerpc/include/asm/io.h
/openbmc/u-boot/arch/powerpc/include/asm/processor.h
/openbmc/u-boot/arch/powerpc/lib/Makefile
/openbmc/u-boot/arch/powerpc/lib/interrupts.c
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/k+p/bootscripts/tpcboot.cmd
/openbmc/u-boot/board/technexion/pico-imx6ul/MAINTAINERS
/openbmc/u-boot/board/technexion/pico-imx6ul/Makefile
/openbmc/u-boot/board/technexion/pico-imx6ul/README
/openbmc/u-boot/board/technexion/pico-imx6ul/spl.c
/openbmc/u-boot/board/technexion/pico-imx7d/MAINTAINERS
/openbmc/u-boot/board/wandboard/README
ubi.c
/openbmc/u-boot/common/board_f.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl_spi.c
/openbmc/u-boot/configs/pico-hobbit-imx6ul_defconfig
/openbmc/u-boot/configs/pico-hobbit-imx7d_defconfig
/openbmc/u-boot/configs/pico-imx6ul_defconfig
/openbmc/u-boot/configs/pico-pi-imx6ul_defconfig
/openbmc/u-boot/doc/README.SPL
/openbmc/u-boot/doc/README.arm-relocation
/openbmc/u-boot/doc/README.nand
/openbmc/u-boot/doc/README.zynq
/openbmc/u-boot/doc/device-tree-bindings/mtd/spi-nand.txt
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/mpc83xx_clk.c
/openbmc/u-boot/drivers/clk/mpc83xx_clk.h
/openbmc/u-boot/drivers/core/fdtaddr.c
/openbmc/u-boot/drivers/core/of_access.c
/openbmc/u-boot/drivers/core/ofnode.c
/openbmc/u-boot/drivers/core/root.c
/openbmc/u-boot/drivers/cpu/Kconfig
/openbmc/u-boot/drivers/cpu/Makefile
/openbmc/u-boot/drivers/cpu/cpu-uclass.c
/openbmc/u-boot/drivers/cpu/cpu_sandbox.c
/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.c
/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.h
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/mpc83xx_serdes.c
/openbmc/u-boot/drivers/misc/mpc83xx_serdes.h
/openbmc/u-boot/drivers/mtd/Kconfig
/openbmc/u-boot/drivers/mtd/Makefile
/openbmc/u-boot/drivers/mtd/mtdcore.c
/openbmc/u-boot/drivers/mtd/mtdcore.h
/openbmc/u-boot/drivers/mtd/mtdpart.c
/openbmc/u-boot/drivers/mtd/nand/Kconfig
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/mtd/nand/bbt.c
/openbmc/u-boot/drivers/mtd/nand/core.c
/openbmc/u-boot/drivers/mtd/nand/raw/Kconfig
/openbmc/u-boot/drivers/mtd/nand/raw/Makefile
/openbmc/u-boot/drivers/mtd/nand/raw/am335x_spl_bch.c
/openbmc/u-boot/drivers/mtd/nand/raw/arasan_nfc.c
/openbmc/u-boot/drivers/mtd/nand/raw/atmel_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/atmel_nand_ecc.h
/openbmc/u-boot/drivers/mtd/nand/raw/davinci_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/denali.c
/openbmc/u-boot/drivers/mtd/nand/raw/denali.h
/openbmc/u-boot/drivers/mtd/nand/raw/denali_dt.c
/openbmc/u-boot/drivers/mtd/nand/raw/denali_spl.c
/openbmc/u-boot/drivers/mtd/nand/raw/fsl_elbc_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/fsl_elbc_spl.c
/openbmc/u-boot/drivers/mtd/nand/raw/fsl_ifc_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/fsl_ifc_spl.c
/openbmc/u-boot/drivers/mtd/nand/raw/fsl_upm.c
/openbmc/u-boot/drivers/mtd/nand/raw/fsmc_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/kb9202_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/kirkwood_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/kmeter1_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_mlc.c
/openbmc/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_slc.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand.h
/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand.h
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_dt.c
/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_base.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_bbt.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_bch.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_ecc.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_ids.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_plat.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_load.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_loaders.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_simple.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_timings.c
/openbmc/u-boot/drivers/mtd/nand/raw/nand_util.c
/openbmc/u-boot/drivers/mtd/nand/raw/omap_elm.c
/openbmc/u-boot/drivers/mtd/nand/raw/omap_gpmc.c
/openbmc/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.h
/openbmc/u-boot/drivers/mtd/nand/raw/sunxi_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/sunxi_nand_spl.c
/openbmc/u-boot/drivers/mtd/nand/raw/tegra_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/tegra_nand.h
/openbmc/u-boot/drivers/mtd/nand/raw/vf610_nfc.c
/openbmc/u-boot/drivers/mtd/nand/raw/zynq_nand.c
/openbmc/u-boot/drivers/mtd/nand/spi/Kconfig
/openbmc/u-boot/drivers/mtd/nand/spi/Makefile
/openbmc/u-boot/drivers/mtd/nand/spi/core.c
/openbmc/u-boot/drivers/mtd/nand/spi/macronix.c
/openbmc/u-boot/drivers/mtd/nand/spi/micron.c
/openbmc/u-boot/drivers/mtd/nand/spi/winbond.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_base.c
/openbmc/u-boot/drivers/phy/marvell/comphy_cp110.c
/openbmc/u-boot/drivers/phy/marvell/comphy_hpipe.h
/openbmc/u-boot/drivers/ram/Kconfig
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/mpc83xx_sdram.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/spi-mem.c
/openbmc/u-boot/drivers/sysreset/Kconfig
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset-uclass.c
/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.c
/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.h
/openbmc/u-boot/drivers/sysreset/sysreset_sandbox.c
/openbmc/u-boot/drivers/timer/Kconfig
/openbmc/u-boot/drivers/timer/Makefile
/openbmc/u-boot/drivers/timer/mpc83xx_timer.c
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/pico-imx6ul.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/cpu.h
/openbmc/u-boot/include/dm/of_access.h
/openbmc/u-boot/include/dm/ofnode.h
/openbmc/u-boot/include/dm/uclass.h
/openbmc/u-boot/include/dt-bindings/clk/mpc83xx-clk.h
/openbmc/u-boot/include/dt-bindings/memory/mpc83xx-sdram.h
/openbmc/u-boot/include/init.h
/openbmc/u-boot/include/linux/bitrev.h
/openbmc/u-boot/include/linux/mtd/mtd.h
/openbmc/u-boot/include/linux/mtd/nand.h
/openbmc/u-boot/include/linux/mtd/spinand.h
/openbmc/u-boot/include/mpc83xx.h
/openbmc/u-boot/include/spi-mem.h
/openbmc/u-boot/include/spi.h
/openbmc/u-boot/include/sysreset.h
/openbmc/u-boot/lib/bitrev.c
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/cmd_dm.c
/openbmc/u-boot/test/dm/cpu.c
/openbmc/u-boot/test/dm/ofnode.c
/openbmc/u-boot/test/dm/sysreset.c
/openbmc/u-boot/tools/binman/README

1...<<11121314151617181920>>...43