Revision tags: v00.04.15, v00.04.14, v00.04.13 |
|
#
902902db |
| 07-Dec-2022 |
Tom Rini <trini@konsulko.com> |
Makefile: Silence binutils 2.39 linker warnings
This is the upstream equivalent of these two fixes:
57450d8661b3 ("Makefile: Link with -z noexectack") 1e1c51f8ace8 ("Makefile: link with --no-warn
Makefile: Silence binutils 2.39 linker warnings
This is the upstream equivalent of these two fixes:
57450d8661b3 ("Makefile: Link with -z noexectack") 1e1c51f8ace8 ("Makefile: link with --no-warn-rwx-segments")
Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
#
0fc3f959 |
| 07-Dec-2022 |
Tom Rini <trini@konsulko.com> |
Makefile: Silence binutils 2.39 linker warnings
This is the upstream equivalent of these two fixes:
57450d8661b3 ("Makefile: Link with -z noexectack") 1e1c51f8ace8 ("Makefile: link with --no-warn
Makefile: Silence binutils 2.39 linker warnings
This is the upstream equivalent of these two fixes:
57450d8661b3 ("Makefile: Link with -z noexectack") 1e1c51f8ace8 ("Makefile: link with --no-warn-rwx-segments")
Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
Revision tags: v00.04.12, v00.04.11, v00.04.10, v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01 |
|
#
d22f7276 |
| 21-Jun-2021 |
Joel Stanley <joel@jms.id.au> |
Makefile: Conditionally add defaultenv_h to envtools target
When building the envtools target with CONFIG_USE_DEFAULT_ENV_FILE=y, the tools require generated/defaultenv_autogenerated.h.
In file in
Makefile: Conditionally add defaultenv_h to envtools target
When building the envtools target with CONFIG_USE_DEFAULT_ENV_FILE=y, the tools require generated/defaultenv_autogenerated.h.
In file included from tools/env/fw_env.c:126: include/env_default.h:115:10: fatal error: generated/defaultenv_autogenerated.h: No such file or directory 115 | #include "generated/defaultenv_autogenerated.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Link: https://lore.kernel.org/u-boot/20210618020559.891395-1-joel@jms.id.au/ Link: https://lore.kernel.org/r/20210621064102.961633-2-joel@jms.id.au Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
#
ea2725a6 |
| 21-Jun-2021 |
Joel Stanley <joel@jms.id.au> |
Makefile: Conditionally add defaultenv_h to envtools target
When building the envtools target with CONFIG_USE_DEFAULT_ENV_FILE=y, the tools require generated/defaultenv_autogenerated.h.
In file in
Makefile: Conditionally add defaultenv_h to envtools target
When building the envtools target with CONFIG_USE_DEFAULT_ENV_FILE=y, the tools require generated/defaultenv_autogenerated.h.
In file included from tools/env/fw_env.c:126: include/env_default.h:115:10: fatal error: generated/defaultenv_autogenerated.h: No such file or directory 115 | #include "generated/defaultenv_autogenerated.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Link: https://lore.kernel.org/u-boot/20210618020559.891395-1-joel@jms.id.au/ Link: https://lore.kernel.org/r/20210621064102.961633-2-joel@jms.id.au Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
#
9a5f6ae6 |
| 21-Jun-2021 |
Joel Stanley <joel@jms.id.au> |
Makefile: Conditionally add defaultenv_h to envtools target When building the envtools target with CONFIG_USE_DEFAULT_ENV_FILE=y, the tools require generated/defaultenv_autogenerated.h.
Makefile: Conditionally add defaultenv_h to envtools target When building the envtools target with CONFIG_USE_DEFAULT_ENV_FILE=y, the tools require generated/defaultenv_autogenerated.h. In file included from tools/env/fw_env.c:126: include/env_default.h:115:10: fatal error: generated/defaultenv_autogenerated.h: No such file or directory 115 | #include "generated/defaultenv_autogenerated.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link: https://lore.kernel.org/u-boot/20210618020559.891395-1-joel@jms.id.au/ Link: https://lore.kernel.org/r/20210621064102.961633-2-joel@jms.id.au Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
Revision tags: v00.04.00, v2021.04, v00.03.03, v2021.01, v2020.10, v2020.07, v00.02.13, v2020.04 |
|
#
b494badb |
| 08-Mar-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
Merge branch 'ryan_port' into aspeed-dev-v2019.04
|
#
6357bf02 |
| 25-Feb-2020 |
Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> |
Merge branch 'bugfix/spi' into aspeed-dev-v2019.04
|
#
236f2d54 |
| 25-Feb-2020 |
Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> |
Merge branch 'bugfix/spi' into aspeed-dev-v2019.04
|
#
7749b3bf |
| 25-Feb-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/early_board_init' into aspeed-dev-v2019.04
|
#
89dc9c65 |
| 25-Feb-2020 |
Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
gcc-9: silence 'address-of-packed-member' warning GCC 9.x starts complaining about potential misalignment of the pointer to the array (in this case alignment=2) in the packed (alignment=
gcc-9: silence 'address-of-packed-member' warning GCC 9.x starts complaining about potential misalignment of the pointer to the array (in this case alignment=2) in the packed (alignment=1) structures. Repeating Linus' Torvalds commit 6f303d60534c in the Linux kernel. Original commit message: We already did this for clang, but now gcc has that warning too. Yes, yes, the address may be unaligned. And that's kind of the point. This in particular hides the warnings like drivers/usb/gadget/composite.c:545:23: warning: taking address of packed member of ‘struct usb_string_descriptor’ may result in an unaligned pointer value [-Waddress-of-packed-member] 545 | collect_langs(sp, s->wData); drivers/usb/gadget/composite.c:550:24: warning: taking address of packed member of ‘struct usb_string_descriptor’ may result in an unaligned pointer value [-Waddress-of-packed-member] 550 | collect_langs(sp, s->wData); drivers/usb/gadget/composite.c:555:25: warning: taking address of packed member of ‘struct usb_string_descriptor’ may result in an unaligned pointer value [-Waddress-of-packed-member] 555 | collect_langs(sp, s->wData); Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> (cherry picked from commit 53dc8ae66c5ca8dac65bd6f51c0cbb8b0d22aa2a) Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
Revision tags: v2020.01, v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02, v00.02.01, v2019.07, v00.02.00, v2019.04 |
|
#
3c991664 |
| 08-Apr-2019 |
Tom Rini <trini@konsulko.com> |
Prepare v2019.04 Signed-off-by: Tom Rini <trini@konsulko.com>
|
#
0e62d5b2 |
| 05-Apr-2019 |
Tom Rini <trini@konsulko.com> |
Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx Fixes for 2019.04 - fix bashism for MX8 - fix ethernet for MX53 - fix docs for i.MX8
|
#
0e708abc |
| 03-Apr-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-usb - Documentation fix
|
#
ab8fc413 |
| 31-Mar-2019 |
默默 <wangqiang1588@sina.com> |
fix compile error on macOS Mojave
|
#
66c433ed |
| 31-Mar-2019 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot Signed-off-by: Stefano Babic <sbabic@denx.de>
|
#
7a778369 |
| 06-Mar-2019 |
Marek Vasut <marex@denx.de> |
Makefile: Do not pass -E to mkimage when SPL has full fitImage support When the SPL has full fitImage support, do not generate fitImage with external data. The full fitImage code assumes
Makefile: Do not pass -E to mkimage when SPL has full fitImage support When the SPL has full fitImage support, do not generate fitImage with external data. The full fitImage code assumes the entire fitImage is loaded in RAM, and the SPL uses fdt_totalsize() to determine the size of the whole fitImage, which can not work with external data. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com>
show more ...
|
#
3d7891d3 |
| 21-Mar-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-i2c - i2c: i2c_cdns: Fix below warnings with checker tool
|
#
810ae23f |
| 19-Mar-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
|
#
7eddda45 |
| 19-Mar-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-usb - Fastboot fixes
|
#
374bf7af |
| 18-Mar-2019 |
Tom Rini <trini@konsulko.com> |
Prepare v2019.04-rc4 Signed-off-by: Tom Rini <trini@konsulko.com>
|
#
f18b7b27 |
| 06-Mar-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-spi - dw spi include file fix - Allwinner A31 spi, been in ML in many releases.
|
#
ca1e5006 |
| 05-Mar-2019 |
Tom Rini <trini@konsulko.com> |
Merge tag 'efi-2019-04-rc4' of https://github.com/xypron2/u-boot Pull request for the UEFI subsystem for v2019.04-rc4 This pull request contains only bug fixes. The most no
Merge tag 'efi-2019-04-rc4' of https://github.com/xypron2/u-boot Pull request for the UEFI subsystem for v2019.04-rc4 This pull request contains only bug fixes. The most notable bug fixed was writing to random memory addresses when trying to add a HII package of a yet unsupported package type.
show more ...
|
#
f08023c0 |
| 04-Mar-2019 |
Tom Rini <trini@konsulko.com> |
Prepare v2019.04-rc4 Signed-off-by: Tom Rini <trini@konsulko.com>
|
#
da206916 |
| 28-Feb-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi - Various Bananapi fixes
|
#
b78a9e22 |
| 18-Feb-2019 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga - Misc Gen5 fixes - stratix10 bugfix - dwmmc bugfix
|