History log of /openbmc/u-boot/lib/ (Results 226 – 250 of 1500)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1d719e7704-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL

Provide a unit test for the EFI_UNICODE_COLLATION_PROTOCOL.

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

efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL

Provide a unit test for the EFI_UNICODE_COLLATION_PROTOCOL.

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

show more ...

0bc4b0da04-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

The patch implements the EFI_UNICODE_COLLATION_PROTOCOL.

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

efi_loader: EFI_UNICODE_COLLATION_PROTOCOL

The patch implements the EFI_UNICODE_COLLATION_PROTOCOL.

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

show more ...

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

lib: charset: upper/lower case conversion

Provide functions for upper and lower case conversion.

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

40e3e75704-Sep-2018 Alexander Graf <agraf@suse.de>

efi_loader: Add console handle references to in/out/err

We register the console in/out protocol on the loaded image handle, but
never tell anyone about it in the systab.

Because of this Shell.efi c

efi_loader: Add console handle references to in/out/err

We register the console in/out protocol on the loaded image handle, but
never tell anyone about it in the systab.

Because of this Shell.efi can not find the input protocol. So let's add
a proper reference.

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

show more ...

0414359a02-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: use correct documentation style

We have moved generating html documentation with Sphinx.

%s/Return Value/Return/g

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

efi_loader: use correct documentation style

We have moved generating html documentation with Sphinx.

%s/Return Value/Return/g

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

show more ...

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

efi_loader: description efi_update_capsule()

Correct the description of efi_update_capsule().

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

250b325403-Sep-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: fix typos in efi_runtime.c

Fix multiple typos

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

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

efi_loader: fix typos in efi_boottime.c

Fix numerous typos.

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

14deb5e630-Aug-2018 Stephen Warren <swarren@nvidia.com>

Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""

This reverts commit ccfc78b820e5e431c5bd73b072e7536a972e1710.

Now that the underlying issue is fixed, we can revert the revert an

Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""

This reverts commit ccfc78b820e5e431c5bd73b072e7536a972e1710.

Now that the underlying issue is fixed, we can revert the revert and hence
restore the original EFI code.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

75cb1cd231-Aug-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

lib: charset: remove obsolete functions

Remove functions:
- utf8_to_utf16()
- utf16_strcpy()
- utf16_strdup()

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

lib: charset: remove obsolete functions

Remove functions:
- utf8_to_utf16()
- utf16_strcpy()
- utf16_strdup()

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

show more ...

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

efi_loader: don't use unlimited stack as buffer

The length of a string printed to the console by the
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL is not limited by the UEFI spec.
Hence should not allocate a buff

efi_loader: don't use unlimited stack as buffer

The length of a string printed to the console by the
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL is not limited by the UEFI spec.
Hence should not allocate a buffer for it on the stack.

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

show more ...

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

efi_loader: remove limit on variable length

The EFI spec does not provide a length limit for variables.

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

efi_loader: remove limit on variable length

The EFI spec does not provide a length limit for variables.

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

show more ...

31bd711c31-Aug-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

lib: vsprintf: correct printing of Unicode strings

The width and precision of the printf() function refer to the number of
characters not to the number of bytes printed.

Signed-off-by: Heinrich Sch

lib: vsprintf: correct printing of Unicode strings

The width and precision of the printf() function refer to the number of
characters not to the number of bytes printed.

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

show more ...

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

test: unit tests for Unicode functions

Provide unit tests for Unicode functions.

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

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

lib: charset: utility functions for Unicode

utf8_get() - get next UTF-8 code point from buffer
utf8_put() - write UTF-8 code point to buffer
utf8_utf16_strnlen() - length of a utf-8 string after con

lib: charset: utility functions for Unicode

utf8_get() - get next UTF-8 code point from buffer
utf8_put() - write UTF-8 code point to buffer
utf8_utf16_strnlen() - length of a utf-8 string after conversion to utf-16
utf8_utf16_strncpy() - copy a utf-8 string to utf-16
utf16_get() - get next UTF-16 code point from buffer
utf16_put() - write UTF-16 code point to buffer
utf16_strnlen() - number of codes points in a utf-16 string
utf16_utf8_strnlen() - length of a utf-16 string after conversion to utf-8
utf16_utf8_strncpy() - copy a utf-16 string to utf-8

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

show more ...

1dde0d5731-Aug-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: rename utf16_strlen, utf16_strnlen

The function names utf16_strlen() and utf16_strnlen() are misnomers.
The functions do not count utf-16 characters but non-zero words.
So let's rename t

efi_loader: rename utf16_strlen, utf16_strnlen

The function names utf16_strlen() and utf16_strnlen() are misnomers.
The functions do not count utf-16 characters but non-zero words.
So let's rename them to u16_strlen and u16_strnlen().

In utf16_dup() avoid assignment in if clause.

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

show more ...

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

lib: build charset.o only if needed

charset.o is only needed for the EFI subsystem

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

4ddcc4e531-Aug-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)

Using CONFIG_IS_ENABLED(EFI_LOADER) allows to simply the #if statements.

Suggested-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Heinrich Schuc

vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)

Using CONFIG_IS_ENABLED(EFI_LOADER) allows to simply the #if statements.

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

show more ...

d5a5a5a708-Aug-2018 Alexander Graf <agraf@suse.de>

efi_loader: Pass address to fs_read()

The fs_read() function wants to get an address rather than the
pointer to a buffer.

So let's convert the passed buffer from pointer back a the address
to make

efi_loader: Pass address to fs_read()

The fs_read() function wants to get an address rather than the
pointer to a buffer.

So let's convert the passed buffer from pointer back a the address
to make efi_loader on sandbox happier.

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

show more ...

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

efi_selftest: test for loaded image protocol

Verify that the loaded image protocol is installed on the image handle.
Verify that the loaded image protocol points to the system table.

Signed-off-by:

efi_selftest: test for loaded image protocol

Verify that the loaded image protocol is installed on the image handle.
Verify that the loaded image protocol points to the system table.

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

show more ...

7e1effce26-Aug-2018 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: pass system table in loaded image protocol

The system table must be passed as a pointer in the loaded image
protocol.

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

efi_loader: pass system table in loaded image protocol

The system table must be passed as a pointer in the loaded image
protocol.

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

show more ...

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

efi_selftest: memory leak testing manage protocols

Remove memory leak in efi_selftest_manageprotocols.c.

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

efi_selftest: memory leak testing manage protocols

Remove memory leak in efi_selftest_manageprotocols.c.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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/dts/armada-3720-turris-mox.dts
/openbmc/u-boot/arch/arm/dts/armada-8040-mcbin.dts
/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-mvebu/armada8k/cpu.c
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/soc.h
/openbmc/u-boot/arch/arm/mach-mvebu/spl.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/dts/test.dts
/openbmc/u-boot/arch/x86/cpu/tangier/Makefile
/openbmc/u-boot/arch/x86/cpu/tangier/pinmux.c
/openbmc/u-boot/arch/x86/dts/edison.dts
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/include/asm/scu.h
/openbmc/u-boot/arch/x86/lib/scu.c
/openbmc/u-boot/board/CZ.NIC/turris_mox/turris_mox.c
/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
/openbmc/u-boot/cmd/Makefile
/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/configs/turris_mox_defconfig
/openbmc/u-boot/doc/git-mailrc
/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/clk/mvebu/armada-37xx-periph.c
/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/nand/pxa3xx_nand.c
/openbmc/u-boot/drivers/phy/marvell/comphy_a3700.h
/openbmc/u-boot/drivers/phy/marvell/comphy_core.c
/openbmc/u-boot/drivers/phy/marvell/comphy_core.h
/openbmc/u-boot/drivers/phy/marvell/comphy_cp110.c
/openbmc/u-boot/drivers/phy/marvell/comphy_hpipe.h
/openbmc/u-boot/drivers/phy/marvell/comphy_mux.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/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/env/sf.c
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/mvebu_armada-8k.h
/openbmc/u-boot/include/configs/nas220.h
/openbmc/u-boot/include/configs/pico-imx6ul.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/configs/x86-common.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/mpc83xx.h
/openbmc/u-boot/include/mvebu/comphy.h
/openbmc/u-boot/include/sysreset.h
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
/openbmc/u-boot/tools/kwboot.c
b87b0d8d06-Sep-2018 Miquel Raynal <miquel.raynal@bootlin.com>

lib: strto: fix metric suffix parsing in strtoul[l]

While 1kB or 1kiB will be parsed correctly, 1k will return the right
amount, but the metric suffix will not be escaped once the char
pointer updat

lib: strto: fix metric suffix parsing in strtoul[l]

While 1kB or 1kiB will be parsed correctly, 1k will return the right
amount, but the metric suffix will not be escaped once the char
pointer updated. Fix this situation by simplifying the move of the
endp pointer.

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

show more ...

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

lib: strto: parse all lowercase metric prefixes in ustrtoul[l]

Both ustrtoul and ustrtoull interpret 1k but not 1m or 1g. Even if the
SI symbols for Mega and Giga are 'M' and 'G', certain entries of

lib: strto: parse all lowercase metric prefixes in ustrtoul[l]

Both ustrtoul and ustrtoull interpret 1k but not 1m or 1g. Even if the
SI symbols for Mega and Giga are 'M' and 'G', certain entries of
eg. mtdparts also use (wrongly) the metric prefix 'm' and 'g'.

I do not see how parsing lowercase prefixes could break anything, so
parse them like their uppercase counterpart.

Also, even though kiB is not equal to kB in general, lets not change
U-Boot behavior and always use kiB and kB (same applies for MiB vs. MB
and GiB vs. GB) as a representation for 1024 instead of 1000.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.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/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/Kconfig
/openbmc/u-boot/arch/arm/dts/armada-3720-turris-mox.dts
/openbmc/u-boot/arch/arm/dts/armada-8040-mcbin.dts
/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-mvebu/armada8k/cpu.c
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/soc.h
/openbmc/u-boot/arch/arm/mach-mvebu/spl.c
/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/dts/test.dts
/openbmc/u-boot/arch/x86/cpu/tangier/Makefile
/openbmc/u-boot/arch/x86/cpu/tangier/pinmux.c
/openbmc/u-boot/arch/x86/dts/edison.dts
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl
/openbmc/u-boot/arch/x86/include/asm/scu.h
/openbmc/u-boot/arch/x86/lib/scu.c
/openbmc/u-boot/board/CZ.NIC/turris_mox/turris_mox.c
/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
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/mtdparts.c
/openbmc/u-boot/cmd/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/configs/turris_mox_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/doc/git-mailrc
/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/clk/mvebu/armada-37xx-periph.c
/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_a3700.h
/openbmc/u-boot/drivers/phy/marvell/comphy_core.c
/openbmc/u-boot/drivers/phy/marvell/comphy_core.h
/openbmc/u-boot/drivers/phy/marvell/comphy_cp110.c
/openbmc/u-boot/drivers/phy/marvell/comphy_hpipe.h
/openbmc/u-boot/drivers/phy/marvell/comphy_mux.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/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/env/sf.c
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/clearfog.h
/openbmc/u-boot/include/configs/db-88f6820-gp.h
/openbmc/u-boot/include/configs/mvebu_armada-8k.h
/openbmc/u-boot/include/configs/nas220.h
/openbmc/u-boot/include/configs/pico-imx6ul.h
/openbmc/u-boot/include/configs/pico-imx7d.h
/openbmc/u-boot/include/configs/x86-common.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/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/mvebu/comphy.h
/openbmc/u-boot/include/spi-mem.h
/openbmc/u-boot/include/spi.h
/openbmc/u-boot/include/sysreset.h
strto.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
/openbmc/u-boot/tools/kwboot.c
9c2cb97e03-Aug-2018 Bin Meng <bmeng.cn@gmail.com>

lib: bitrev: Sync with Linux kernel v4.17

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


/openbmc/u-boot/Kconfig
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/cache.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxs.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/cpu.c
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/at91-vinco.dts
/openbmc/u-boot/arch/arm/dts/at91sam9260.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9261.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9263.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9g45.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9n12.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9rl.dtsi
/openbmc/u-boot/arch/arm/dts/at91sam9x5.dtsi
/openbmc/u-boot/arch/arm/dts/da850-evm-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/da850-evm.dts
/openbmc/u-boot/arch/arm/dts/k3-am65-main.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am65.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/k3-am654-base-board.dts
/openbmc/u-boot/arch/arm/dts/k3-am654.dtsi
/openbmc/u-boot/arch/arm/dts/sama5d27_som1.dtsi
/openbmc/u-boot/arch/arm/dts/sama5d3.dtsi
/openbmc/u-boot/arch/arm/dts/sama5d3xmb_cmp.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld11-global.dts
/openbmc/u-boot/arch/arm/dts/uniphier-ld11.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-ld20-global.dts
/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-pinctrl.dtsi
/openbmc/u-boot/arch/arm/dts/uniphier-pro4-ref.dts
/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-sld8.dtsi
/openbmc/u-boot/arch/arm/dts/usb_a9263.dts
/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_misc.h
/openbmc/u-boot/arch/arm/include/asm/armv7m.h
/openbmc/u-boot/arch/arm/include/asm/gpio.h
/openbmc/u-boot/arch/arm/include/asm/spl.h
/openbmc/u-boot/arch/arm/lib/crt0.S
/openbmc/u-boot/arch/arm/lib/relocate.S
/openbmc/u-boot/arch/arm/lib/vectors.S
/openbmc/u-boot/arch/arm/lib/vectors_m.S
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/Makefile
/openbmc/u-boot/arch/arm/mach-bcmstb/Kconfig
/openbmc/u-boot/arch/arm/mach-k3/Kconfig
/openbmc/u-boot/arch/arm/mach-k3/Makefile
/openbmc/u-boot/arch/arm/mach-k3/am6_init.c
/openbmc/u-boot/arch/arm/mach-k3/arm64-mmu.c
/openbmc/u-boot/arch/arm/mach-k3/config.mk
/openbmc/u-boot/arch/arm/mach-k3/include/mach/am6_hardware.h
/openbmc/u-boot/arch/arm/mach-k3/include/mach/am6_spl.h
/openbmc/u-boot/arch/arm/mach-k3/include/mach/clock.h
/openbmc/u-boot/arch/arm/mach-k3/include/mach/hardware.h
/openbmc/u-boot/arch/arm/mach-k3/include/mach/spl.h
/openbmc/u-boot/arch/arm/mach-omap2/boot-common.c
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_s10.h
/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/sc-regs.h
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/cpu_init.c
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/speed.c
/openbmc/u-boot/arch/m68k/include/asm/byteorder.h
/openbmc/u-boot/arch/m68k/include/asm/global_data.h
/openbmc/u-boot/arch/m68k/include/asm/immap.h
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sh/include/asm/config.h
/openbmc/u-boot/arch/sh/include/asm/cpu_sh7724.h
/openbmc/u-boot/arch/sh/lib/time.c
/openbmc/u-boot/board/broadcom/bcmstb/MAINTAINERS
/openbmc/u-boot/board/davinci/da8xxevm/MAINTAINERS
/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c
/openbmc/u-boot/board/davinci/da8xxevm/omapl138_lcdk.c
/openbmc/u-boot/board/logicpd/am3517evm/am3517evm.c
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/board/pandora/pandora.c
/openbmc/u-boot/board/renesas/ap325rxa/cpld-ap325rxa.c
/openbmc/u-boot/board/ti/am65x/Kconfig
/openbmc/u-boot/board/ti/am65x/MAINTAINERS
/openbmc/u-boot/board/ti/am65x/Makefile
/openbmc/u-boot/board/ti/am65x/README
/openbmc/u-boot/board/ti/am65x/evm.c
/openbmc/u-boot/cmd/fpga.c
/openbmc/u-boot/cmd/part.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/configs/am3517_evm_defconfig
/openbmc/u-boot/configs/am65x_evm_a53_defconfig
/openbmc/u-boot/configs/bcm7260_defconfig
/openbmc/u-boot/configs/bcm7445_defconfig
/openbmc/u-boot/configs/da850evm_defconfig
/openbmc/u-boot/configs/da850evm_direct_nor_defconfig
/openbmc/u-boot/configs/da850evm_nand_defconfig
/openbmc/u-boot/configs/omap3_logic_defconfig
/openbmc/u-boot/configs/omap3_pandora_defconfig
/openbmc/u-boot/configs/omapl138_lcdk_defconfig
/openbmc/u-boot/configs/socfpga_stratix10_defconfig
/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig
/openbmc/u-boot/configs/uniphier_v7_defconfig
/openbmc/u-boot/doc/device-tree-bindings/clock/ti,sci-clk.txt
/openbmc/u-boot/doc/device-tree-bindings/firmware/ti,sci.txt
/openbmc/u-boot/doc/device-tree-bindings/mailbox/k3-secure-proxy.txt
/openbmc/u-boot/doc/device-tree-bindings/power/ti,sci-pm-domain.txt
/openbmc/u-boot/doc/device-tree-bindings/remoteproc/k3-rproc.txt
/openbmc/u-boot/doc/device-tree-bindings/remoteproc/k3-system-controller.txt
/openbmc/u-boot/doc/device-tree-bindings/reset/ti,sci-reset.txt
/openbmc/u-boot/doc/device-tree-bindings/sysreset/ti,sci-sysreset.txt
/openbmc/u-boot/drivers/Makefile
/openbmc/u-boot/drivers/clk/Kconfig
/openbmc/u-boot/drivers/clk/Makefile
/openbmc/u-boot/drivers/clk/clk-ti-sci.c
/openbmc/u-boot/drivers/clk/clk_meson.c
/openbmc/u-boot/drivers/ddr/altera/sdram_s10.c
/openbmc/u-boot/drivers/firmware/Kconfig
/openbmc/u-boot/drivers/firmware/Makefile
/openbmc/u-boot/drivers/firmware/firmware-uclass.c
/openbmc/u-boot/drivers/firmware/ti_sci.c
/openbmc/u-boot/drivers/firmware/ti_sci.h
/openbmc/u-boot/drivers/fpga/Kconfig
/openbmc/u-boot/drivers/gpio/da8xx_gpio.c
/openbmc/u-boot/drivers/gpio/dwapb_gpio.c
/openbmc/u-boot/drivers/gpio/omap_gpio.c
/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/i2c-uclass.c
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c
/openbmc/u-boot/drivers/mailbox/Kconfig
/openbmc/u-boot/drivers/mailbox/Makefile
/openbmc/u-boot/drivers/mailbox/k3-sec-proxy.c
/openbmc/u-boot/drivers/mmc/Kconfig
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/davinci_mmc.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/k3_arsan_sdhci.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/uniphier-sd.c
/openbmc/u-boot/drivers/pinctrl/pinctrl-single.c
/openbmc/u-boot/drivers/power/domain/Kconfig
/openbmc/u-boot/drivers/power/domain/Makefile
/openbmc/u-boot/drivers/power/domain/meson-gx-pwrc-vpu.c
/openbmc/u-boot/drivers/power/domain/power-domain-uclass.c
/openbmc/u-boot/drivers/power/domain/ti-sci-power-domain.c
/openbmc/u-boot/drivers/power/regulator/pbias_regulator.c
/openbmc/u-boot/drivers/remoteproc/Kconfig
/openbmc/u-boot/drivers/remoteproc/Makefile
/openbmc/u-boot/drivers/remoteproc/k3_rproc.c
/openbmc/u-boot/drivers/remoteproc/k3_system_controller.c
/openbmc/u-boot/drivers/remoteproc/rproc-uclass.c
/openbmc/u-boot/drivers/reset/Kconfig
/openbmc/u-boot/drivers/reset/Makefile
/openbmc/u-boot/drivers/reset/reset-ti-sci.c
/openbmc/u-boot/drivers/reset/reset-uclass.c
/openbmc/u-boot/drivers/serial/Kconfig
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/arm_dcc.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial_omap.c
/openbmc/u-boot/drivers/sysreset/Kconfig
/openbmc/u-boot/drivers/sysreset/Makefile
/openbmc/u-boot/drivers/sysreset/sysreset-ti-sci.c
/openbmc/u-boot/drivers/timer/omap-timer.c
/openbmc/u-boot/drivers/usb/host/ehci-generic.c
/openbmc/u-boot/fs/ubifs/super.c
/openbmc/u-boot/include/clk.h
/openbmc/u-boot/include/configs/MigoR.h
/openbmc/u-boot/include/configs/alt.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/am65x_evm.h
/openbmc/u-boot/include/configs/ap325rxa.h
/openbmc/u-boot/include/configs/ap_sh4a_4a.h
/openbmc/u-boot/include/configs/armadillo-800eva.h
/openbmc/u-boot/include/configs/bcm7260.h
/openbmc/u-boot/include/configs/bcm7445.h
/openbmc/u-boot/include/configs/bcmstb.h
/openbmc/u-boot/include/configs/blanche.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/ecovec.h
/openbmc/u-boot/include/configs/espt.h
/openbmc/u-boot/include/configs/gose.h
/openbmc/u-boot/include/configs/koelsch.h
/openbmc/u-boot/include/configs/lager.h
/openbmc/u-boot/include/configs/mpr2.h
/openbmc/u-boot/include/configs/ms7720se.h
/openbmc/u-boot/include/configs/ms7722se.h
/openbmc/u-boot/include/configs/ms7750se.h
/openbmc/u-boot/include/configs/omap3_pandora.h
/openbmc/u-boot/include/configs/porter.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/rcar-gen2-common.h
/openbmc/u-boot/include/configs/rsk7203.h
/openbmc/u-boot/include/configs/rsk7264.h
/openbmc/u-boot/include/configs/rsk7269.h
/openbmc/u-boot/include/configs/sh7752evb.h
/openbmc/u-boot/include/configs/sh7753evb.h
/openbmc/u-boot/include/configs/sh7757lcr.h
/openbmc/u-boot/include/configs/sh7763rdp.h
/openbmc/u-boot/include/configs/sh7785lcr.h
/openbmc/u-boot/include/configs/shmin.h
/openbmc/u-boot/include/configs/silk.h
/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h
/openbmc/u-boot/include/configs/stout.h
/openbmc/u-boot/include/configs/ti_omap3_common.h
/openbmc/u-boot/include/configs/uniphier.h
/openbmc/u-boot/include/dt-bindings/pinctrl/k3-am65.h
/openbmc/u-boot/include/linux/bitrev.h
/openbmc/u-boot/include/linux/soc/ti/k3-sec-proxy.h
/openbmc/u-boot/include/linux/soc/ti/ti_sci_protocol.h
/openbmc/u-boot/include/mailbox.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/power-domain.h
/openbmc/u-boot/include/remoteproc.h
/openbmc/u-boot/include/reset-uclass.h
/openbmc/u-boot/include/reset.h
bitrev.c
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/scripts/config_whitelist.txt
/openbmc/u-boot/test/py/tests/test_fpga.py
/openbmc/u-boot/tools/k3_fit_atf.sh
/openbmc/u-boot/tools/mkimage.c

12345678910>>...60