08 Sep, 2017
1 commit
-
The old logic always enabled the TX-delay when the phy-mode was set to
PHY_INTERFACE_MODE_RGMII. With this patch we enable the TX delay for
PHY_INTERFACE_MODE_RGMII_ID and PHY_INTERFACE_MODE_RGMII_TXID and
disable it for PHY_INTERFACE_MODE_RGMII.Based on a similar change made in the Linux Realtek PHY driver
by Martin Blumenstingl .Signed-off-by: Madalin Bucur
Acked-by: Joe Hershberger
Acked-by: York Sun
06 Sep, 2017
4 commits
-
The target is not currently mentioned anywhere. Add it to the help so
people can find it.Signed-off-by: Simon Glass
-
This was broken by the recent environment refactoring. Specifically:
$ make environ
scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory
make[1]: *** No rule to make target 'tools/environ/Makefile'. Stop.
make: *** [Makefile:1469: environ] Error 2Fix this by updating the Makefile and adjusting the #include filesnames in
two C files.Fixes: ec74f5f (Makefile: Rename 'env' target to 'environ')
Reported-by: Måns Rullgård
Signed-off-by: Simon Glass -
Since commit 842778a09104 ("usb: gadget: g_dnl: only set iSerialNumber
if we have a serial#") "fastboot devices" stopped to show correct device
serial number for TI boards, showing this line instead:???????????? fastboot
This is because serial# env variable could be set after g_dnl gadget was
initialized (e.g. by using env_set() in the board file).To fix this, let's update internal serial number variable (g_dnl_serial)
when "serial#" env var is changed.Signed-off-by: Sam Protsenko
Cc: Felipe Balbi
Tested-by: Heiko Schocher
Acked-by: Łukasz Majewski
Reviewed-by: Marek Vasut -
With the move of environment code from common/ to env/ a number of
changes needed to be made to various make targets. We missed updating
some of the files required for out of tree builds of the tools. Correct
the 'environ' target to know that we need to work under tools/env/ still
(not tools/environ/) and then update the wrappers in env_attr.c and
env_flags.c to point to the new correct file.Reported-by: Peter Robinson
Tested-by: Peter Robinson
Signed-off-by: Tom Rini
05 Sep, 2017
15 commits
-
LCD drivers are video related, so add them to video section.
Signed-off-by: Anatolij Gustschin
-
The hw can read up to 32 bytes at a time. If we need
more than one chunk, we have to enter the plain RX mode.Signed-off-by: Wadim Egorov
Acked-by: Philipp Tomsich -
enable the ATF option and SDCard in defconfig.
Signed-off-by: Kever Yang
Acked-by: Philipp Tomsich
Reviewed-by: Philipp Tomsich -
When I originally added this driver, I did some careless (and in
retrospect: mindless) copy & paste for the U_BOOT_DRIVER structure
skeletion... unfortunately, the 'arc_timer' string was committed
and slipped through all reviews.This fixes the U_BOOT_DRIVER name to read 'rockchip_rk3368_timer'
(as originally intended).Signed-off-by: Philipp Tomsich
Reported-by: Artturi Alm -
Sometimes it's helpful to know the reset reason caused in the SoC.
Add reset reason detection for the RK3288 SoC.
This will set an environment variable which represents the reset reason.Signed-off-by: Wadim Egorov
Acked-by: Philipp Tomsich
Reviewed-by: Philipp Tomsich -
Read SoM information from EEPROM and set ethaddr in late init.
Signed-off-by: Wadim Egorov
Acked-by: Philipp Tomsich
Reviewed-by: Philipp Tomsich -
The IPSR18 register bits were missing from the R8A7795 ES2.0+ PFC
tables, which triggered a BUG() in sh_pfc driver. This is because
of an out-of-bounds access to the pinmux_gpios[] array in the PFC
tables, which was too short due to the missing IPSR18 bits.Signed-off-by: Marek Vasut
Cc: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu -
The board_mmc_init() is no longer invoked when DM is used, so move
all the pinmux config into board_init() instead.Signed-off-by: Marek Vasut
Cc: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu -
The configuration option name is the later, so replace usage of
CONFIG_RAVB in board files with CONFIG_RENESAS_RAVB , otherwise
the RAVB pinmux is not set and ethernet does not work.Signed-off-by: Marek Vasut
Cc: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu -
Before reading entire FIT image, add sanity check by testing image
header against FDT_MAGIC. This should help avoid problems in situations
where FIT is not yet available from storage device, for example when
performing initial programming of device.Cc: Anatolij Gustschin
Acked-by: Tomas Melin -
Boards can skip display interface init using board_video_skip().
If display interface was not initialized (e.g. no ipuv3 framebuffer
registered or IPU clock disabled), booting Linux stops due to the
crash in IPU shutdown function, when accessing IPU registers.
Check IPU clock and skip shutdown if clock is not enabled.Signed-off-by: Anatolij Gustschin
04 Sep, 2017
20 commits
-
Signed-off-by: Tom Rini
-
When enabling CONFIG_CMD_BLOB and/or CONFIG_CMD_DEKBLOB, the build fails
with a linker error:
...
LD u-boot
arch/arm/mach-imx/built-in.o: In function `blob_encap_dek':
/home/clemens/dev/u-boot/arch/arm/mach-imx/cmd_dek.c:46: undefined
reference to `blob_dek'This is due to an error in the Makefile, resulting in obj-yy/obj-yn/..
and fsl_blob.o is therefore not linked.Fix it by splitting it up into two obj-y lines.
Signed-off-by: Clemens Gruber
Reviewed-by: Fabio Estevam -
Signed-off-by: Lukasz Majewski
-
Add some documentation for the live device tree support in U-Boot. This
was missing from the initial series.Signed-off-by: Simon Glass
Suggested-by: Lukasz Majewski
Reviewed-by: Łukasz Majewski -
Since ee95d10 (fdt: Build the new python libfdt module), a number of
additional files are auto-generated/installed into the tools directory.
List these in .gitignore to suppress having them listed as untracked.Signed-off-by: Philipp Tomsich
References: ee95d10 (fdt: Build the new python libfdt module)
Reviewed-by: Simon Glass -
This commit brings things back to the well known working state of the
command.
-
With commit 9620d87259572ef21f0df60988d9a932ca673779
(cmd/fdt: support single value replacement within an array)there was an error introduced modifying (inserting) a property to a
device-tree node.
fdt_getprop(...) returnes a len with -1 for a non-existing property, but
a memcpy with len -1 isn't a good idea and things went wrong (crash).
-
Some times later Tom did repair this
with commit 99bb38e2cce9d99238458e0f6d1880c6d2e80a4d
(fdt: Check for NULL return from fdt_getprop in 'fdt set')This repairs the crash but the behaviour of the command isn't like
before, it makes it impossible to insert a property.
-Signed-off-by: Hannes Schmelzer
Acked-by: Simon Glass -
The CONFIG_BLK conversion involves quite invasive changes in the U-Boot
code, with #ifdefs and different code paths. We should try to move over to
this soon so we can drop the old code.Set a deadline of 9 months for this work, rounded up to the next release.
Signed-off-by: Simon Glass
Reviewed-by: Tom Rini -
This should not be printed by default. Prefix it with $(Q).
Fixes ee95d10b: ("fdt: Build the new python libfdt module")
Signed-off-by: Bin Meng -
Since commit 3809e302 "Makefile: honor PYTHON configuration properly",
the build commands of libfdt are printed while previously were not.This adds the missing '--quiet' back.
Signed-off-by: Bin Meng
-
- Pass MTDPARTS kernel arguments to kernel
- Use Kconfig CONFIG_NAND instead of CONFIG_SYS_EXTRA_OPTIONS="NAND"
- Call 'usb_stop' on kernel start
- Update Falcon mode setup to match other OMAP3 boards
- Use "uEnv.txt" as boot script instead of "boot.scr" -
This is not used in U-Boot.
Signed-off-by: Bin Meng
-
This is actually not used. Drop it.
Signed-off-by: Bin Meng
-
This is not referenced anywhere. Drop it.
Signed-off-by: Bin Meng
-
Execution cannot reach this statement: "nr_io_queues = result;"
Reported-by: Coverity (CID: 166731)
Signed-off-by: Bin Meng
Reviewed-by: Tom Rini -
"lbas" with type "u16" (16 bits, unsigned) is promoted in
"lbas << ns->lba_shift" to type "int" (32 bits, signed), then
sign-extended to type "unsigned long long" (64 bits, unsigned).
If "lbas << ns->lba_shift" is greater than 0x7FFFFFFF, the upper
bits of the result will all be 1.Fix it by casting "lbas" to "u32".
Reported-by: Coverity (CID: 166730)
Signed-off-by: Bin Meng
Reviewed-by: Tom Rini -
memset() was given a sizeof(NVME_Q_NUM * sizeof(struct nvme_queue *)
to clear, which is wrong.Reported-by: Coverity (CID: 166729)
Signed-off-by: Bin Meng
Reviewed-by: Tom Rini -
%s/Desriptor/Descriptor/g
Fix lines over 80 characters with said typo.
Signed-off-by: Heinrich Schuchardt
-
According to fsync specification [1] some special files (e.g., a pipe, FIFO,
or socket) don't support synchronization and return either EROFS or EINVAL.On the linux side the sys_fsync -> do_fsync() checks if the requested file
has f_op->fsync defined. If not it returns EINVAL [2].This commit prevents writing error messages for files (devices), which
do not support fsync().[1] - http://man7.org/linux/man-pages/man2/fsync.2.html
[2] - http://elixir.free-electrons.com/linux/v4.13-rc6/source/fs/sync.c#L183Signed-off-by: Lukasz Majewski
Acked-by: Michael Heimpold -
Commit 4ecc988301bc8e981e6d7538c57cdb3aa82f7c1d assumes fls is in libc
if __BSD_VISIBLE is defined. This appears to only be true on FreeBSD
and DragonFlyBSD. OpenBSD defines __BSD_VISIBLE and does not have fls
in strings.h/libc.Switch the test for __BSD_VISIBLE to one for __DragonFly__ and
__FreeBSD__ to unbreak the build on OpenBSD.Signed-off-by: Jonathan Gray
-
This commit removes definitions of CONFIG_SYS_BARGSIZE defined to be
equal to CONFIG_SYS_CBSIZE in numerous configuration files.We remove such definitions in two situations:
- CONFIG_SYS_CBSIZE is otherwise not defined in the board
configuration file, which means the default value of
CONFIG_SYS_CBSIZE == 256 applies. In this case, the default value
of CONFIG_SYS_BARGSIZE == 512 (common/image.c) is suitable, as it is
larger.- CONFIG_SYS_CBSIZE is defined in the board configuration file, but
to a value equal or less than 512. In this case, the default value
of CONFIG_SYS_BARGSIZE == 512 (common.image.c) is suitable, as it
is equal or larger.Signed-off-by: Thomas Petazzoni
Reviewed-by: Tom Rini