Commit Graph

  • 628fced8fb arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files Pali Rohár 2021-07-23 11:14:30 +02:00
  • 2226ca1734 arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header Pali Rohár 2021-07-23 11:14:29 +02:00
  • 9baab60b80 SPL: Add support for parsing board / BootROM specific image types Pali Rohár 2021-07-23 11:14:28 +02:00
  • 5fce287556 SPL: Add support for specifying offset between header and image Pali Rohár 2021-07-23 11:14:27 +02:00
  • abbf2179b2 arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART Pali Rohár 2021-07-23 11:14:26 +02:00
  • 9d0225b7fa arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework Pali Rohár 2021-07-23 11:14:25 +02:00
  • e1cd0d424c arm: mvebu: Mark return_to_bootrom() as a noreturn function Pali Rohár 2021-07-23 11:14:24 +02:00
  • 4375598c52 arm: mvebu: Fix return_to_bootrom() Pali Rohár 2021-07-23 11:14:23 +02:00
  • 5029d7bf34 tools: kwboot: Fix checking image header version Pali Rohár 2021-07-23 11:14:22 +02:00
  • 825a2ca023 tools: kwboot: Check for v1 header size Pali Rohár 2021-07-23 11:14:21 +02:00
  • b943eee915 tools: kwboot: Cosmetic fix - add missing curly brackets Pali Rohár 2021-07-23 11:14:20 +02:00
  • 49a0a3b8b6 tools: kwboot: Print trailing newline after terminal is terminated Pali Rohár 2021-07-23 11:14:19 +02:00
  • ec0fe5b84e tools: kwboot: Fix restoring terminal Pali Rohár 2021-07-23 11:14:18 +02:00
  • 43fef8d4fe tools: kwboot: Fix wrong parameter passed to read() Pali Rohár 2021-07-23 11:14:17 +02:00
  • 19a81bdb3e tools: dumpimage: Show error message when trying to extract data from kwbimage Pali Rohár 2021-07-23 11:14:16 +02:00
  • a18ae18a59 tools: dumpimage: Fix crashing when trying to extract data from kwbimage Pali Rohár 2021-07-23 11:14:15 +02:00
  • a107c61b41 tools: kwbimage: Mark all BootROM structures __packed Pali Rohár 2021-07-23 11:14:14 +02:00
  • b4f3cc2c42 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X Pali Rohár 2021-07-23 11:14:13 +02:00
  • f63c583f9d tools: kwbimage: Add support for a new DATA_DELAY command Pali Rohár 2021-07-23 11:14:12 +02:00
  • 02ba70ad68 tools: kwbimage: Add support for DATA command also for v1 images Pali Rohár 2021-07-23 11:14:11 +02:00
  • c9b2134b6f tools: kwbimage: Don't parse PAYLOAD keyword Pali Rohár 2021-07-23 11:14:10 +02:00
  • d9fb82c508 tools: kwbimage: Add support for more BINARY headers Pali Rohár 2021-07-23 11:14:09 +02:00
  • 6458fd4fb1 tools: kwbimage: Fix calculating size of binary header Pali Rohár 2021-07-23 11:14:08 +02:00
  • 6c7f152eef tools: kwbimage: Change maximum number of arguments in binary header to 256 Pali Rohár 2021-07-23 11:14:07 +02:00
  • cc3443ffa0 tools: kwbimage: Use -a parameter (load address) for v1 images Pali Rohár 2021-07-23 11:14:06 +02:00
  • 35fd1006ae tools: kwbimage: Cosmetic fix - remove redundant space character Marek Behún 2021-07-23 11:14:05 +02:00
  • 34dcf952d8 tools: kwbimage: Print size of binary header in kwbimage_print_header() Pali Rohár 2021-07-23 11:14:04 +02:00
  • e0c243c398 tools: kwbimage: Validate data checksum of v1 images Pali Rohár 2021-07-23 11:14:03 +02:00
  • 9380445f65 tools: kwbimage: Validate extended headers of v1 images Pali Rohár 2021-07-23 11:14:02 +02:00
  • fe2c0e259b tools: kwbimage: Fix check for v0 extended header checksum Pali Rohár 2021-07-23 11:14:01 +02:00
  • 4efbf1c327 tools: kwbimage: Don't crash when binary file name does not contain '/' Pali Rohár 2021-07-23 11:14:00 +02:00
  • 501a54a29c tools: kwbimage: Fix generation of SATA, SDIO and PCIe images Pali Rohár 2021-07-23 11:13:59 +02:00
  • bd487ce081 tools: kwbimage: Add constant for SDIO bootfrom Marek Behún 2021-07-23 11:13:58 +02:00
  • c934aad06c tools: kwbimage: Align SPI and NAND images to 256 bytes Pali Rohár 2021-07-23 11:13:57 +02:00
  • 37cb9c15d7 tools: kwbimage: Simplify aligning and calculating checksum Pali Rohár 2021-07-23 11:13:56 +02:00
  • 8ab9c6be69 tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS Pali Rohár 2021-07-23 11:13:55 +02:00
  • 0e577643f5 Revert "ARM: meson: Add support for fastboot_set_reboot_flag()" Mattijs Korpershoek 2021-07-30 14:28:12 +02:00
  • 9dab27a4c9 configs: sei610/sei510: set CONFIG_CMD_BCB=y Mattijs Korpershoek 2021-07-30 14:28:11 +02:00
  • acc53c6ef6 configs: meson64_android: reboot to fastbootd from bootloader Mattijs Korpershoek 2021-07-30 14:28:10 +02:00
  • 72d7c03074 configs: meson64_android: implement recovery boot via BCB Mattijs Korpershoek 2021-07-30 14:28:09 +02:00
  • 9d0ac61642 configs: meson64_android: use BCB for reboot to bootloader Mattijs Korpershoek 2021-07-30 14:28:08 +02:00
  • d890f23406 mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2 Stephan Gerhold 2021-07-06 16:54:36 +02:00
  • 4daf2ec357 mmc: arm_pl180_mmci: Simplify code using mmc_of_parse() Stephan Gerhold 2021-07-06 16:54:35 +02:00
  • 19e1da0c66 mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr() Stephan Gerhold 2021-07-06 16:54:34 +02:00
  • 936e9cd392 mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices Stephan Gerhold 2021-07-06 16:54:33 +02:00
  • a9f7be509a mmc: rpmb: Fix driver routing memory alignment with tmp buffer litchipi 2021-06-15 08:53:06 +00:00
  • 15f7e0dc01 Merge branch '2021-07-28-assorted-fixes' Tom Rini 2021-07-29 12:10:23 -04:00
  • 38436abd5e Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti Tom Rini 2021-07-29 08:20:06 -04:00
  • 143e153385 configs: meson64_android: don't set console bootargs Mattijs Korpershoek 2021-07-29 09:21:13 +02:00
  • 211f1d993c configs: meson64_android: use logo part label instead of index Mattijs Korpershoek 2021-07-29 09:21:12 +02:00
  • f2cd648787 configs: meson64_android: use boot part label instead of index Mattijs Korpershoek 2021-07-29 09:21:11 +02:00
  • 75be1ebf2e configs: meson64_android: use CONFIG_FASTBOOT_USB_DEV Mattijs Korpershoek 2021-07-29 09:21:10 +02:00
  • d1af9aac64 configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGS Mattijs Korpershoek 2021-07-29 09:21:09 +02:00
  • 58d78314c1 configs: sei610: fix typo in header comment Mattijs Korpershoek 2021-07-29 09:21:08 +02:00
  • a6c64d255e board: ti: k2g: Program PadConfig_202 before locking RSTMUX8 Suman Anna 2021-07-26 18:22:48 -05:00
  • 62b27a561c mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine Marc Kleine-Budde 2021-07-23 22:17:50 +02:00
  • 89795ef3b6 test/py: Improve check for mksquashfs version Marek Behún 2021-07-22 22:52:05 +02:00
  • ff7852d544 build: remove the variable NM in gen_ll_addressable_symbols.sh Patrick Delaunay 2021-07-21 09:56:07 +02:00
  • 6d59ace988 lib: rsa: rsa-sign: Minor bug in debug message Chan, Donald 2021-07-19 09:18:54 -07:00
  • 0eadb2b2da lib: rsa: rsa-verify: Fix a typo in a debug message Thomas Perrot 2021-07-19 16:04:44 +02:00
  • 268f6ac1f9 arm64: Update memcpy_{from, to}io() helpers Patrice Chotard 2021-07-19 11:21:51 +02:00
  • 558e699d15 arm: use the correct prototype for reset_cpu function Patrick Delaunay 2021-07-19 11:21:50 +02:00
  • 6a2626a9d0 doc: sandbox: Fix up dependencies Simon Glass 2021-07-18 14:14:24 -06:00
  • 05a7cabf5b pci: swap_case: Allow compilation on 32-bit machines Simon Glass 2021-07-18 14:14:23 -06:00
  • bbcacdf4cd Merge branch '2021-07-28-build-improvements' Tom Rini 2021-07-28 18:51:16 -04:00
  • 537892065a Makefile: Move drivers/i2c/ into drivers/Makefile Simon Glass 2021-07-10 21:14:37 -06:00
  • 975e7cf301 i2c: Rename SPL/TPL_I2C_SUPPORT to I2C Simon Glass 2021-07-10 21:14:36 -06:00
  • 59e11ebf84 i2c: Create a new Kconfig for I2C Simon Glass 2021-07-10 21:14:35 -06:00
  • 6f7abf6450 i2c: Drop unused CONFIG_I2C Simon Glass 2021-07-10 21:14:34 -06:00
  • 19c969ba37 i2c: Fix the migration warning Simon Glass 2021-07-10 21:14:33 -06:00
  • 69d9eda4da i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY Simon Glass 2021-07-10 21:14:32 -06:00
  • 9ca00684db Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC Simon Glass 2021-07-10 21:14:31 -06:00
  • 83061dbd1c Rename GPIO_SUPPORT to GPIO Simon Glass 2021-07-10 21:14:30 -06:00
  • 333e4a621d Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST Simon Glass 2021-07-10 21:14:29 -06:00
  • 078111b9c0 Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG Simon Glass 2021-07-10 21:14:28 -06:00
  • 89ddb0bfeb Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW Simon Glass 2021-07-10 21:14:27 -06:00
  • f2d7a36ec2 Rename SPL_ETH_SUPPORT to SPL_ETH Simon Glass 2021-07-10 21:14:26 -06:00
  • 0c6bdbb97c Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO Simon Glass 2021-07-10 21:14:25 -06:00
  • 933b2f09cb Rename SPL_POWER_SUPPORT to SPL_POWER Simon Glass 2021-07-10 21:14:24 -06:00
  • 9d910b76f7 Makefile: Move phy rules into drivers/phy Simon Glass 2021-07-10 21:14:23 -06:00
  • 5f57b00c85 Makefile: Sort the subdirectories Simon Glass 2021-07-10 21:14:22 -06:00
  • 6e73ed0080 README: Fix hyphenation in the directory docs Simon Glass 2021-07-10 21:14:21 -06:00
  • 1a46cb6c7e lib: Create a new Kconfig option for charset conversion Simon Glass 2021-07-02 12:36:17 -06:00
  • 6e3c6544c7 Allow efi_loader header to be included always Simon Glass 2021-07-02 12:36:16 -06:00
  • 8b6ee2484c Use LIB_UUID with ACPIGEN and FS_BTRFS Simon Glass 2021-07-02 12:36:15 -06:00
  • a594b41f86 disk: Tidy up #ifdefs in part_efi Simon Glass 2021-07-02 12:36:14 -06:00
  • c72c7d9db5 Makefile: Drop include/asm directory as well as symlink Simon Glass 2021-07-02 12:36:13 -06:00
  • 22ecb12132 Merge branch '2021-07-28-setexpr-fmt-support' Tom Rini 2021-07-28 09:51:09 -04:00
  • 5ea605ce49 AzureCI: Move i.MX8 builds to their own job Tom Rini 2021-07-27 17:01:28 -04:00
  • 62db08982c test: cmd: setexpr: add format string tests Roland Gaudig 2021-07-23 12:29:23 +00:00
  • 236d39bd10 doc: usage: add description for setexpr command Roland Gaudig 2021-07-23 12:29:22 +00:00
  • f4f8d8bb1a cmd: setexpr: add format string handling Roland Gaudig 2021-07-23 12:29:21 +00:00
  • 6244cda4f3 cmd: printf: add helper functions from busybox Roland Gaudig 2021-07-23 12:29:20 +00:00
  • 9571f1ac6f cmd: printf: import busybox-1.33.1 printf.c Roland Gaudig 2021-07-23 12:29:19 +00:00
  • 0b016428a7 lib: strto: add simple_strtoll function Roland Gaudig 2021-07-23 12:29:18 +00:00
  • 55efa84d0f Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodians/u-boot-amlogic Tom Rini 2021-07-27 11:42:31 -04:00
  • 0d4823fbeb Merge tag 'u-boot-stm32-20210727' of https://source.denx.de/u-boot/custodians/u-boot-stm Tom Rini 2021-07-27 09:11:25 -04:00
  • 24d2aea19b configs: Enable SMBIOS for Khadas VIM boards Artem Lapkin 2021-07-27 09:23:19 +08:00
  • e10481be1e ARM: dts: meson: Use devicetree for SMBIOS settings for Khadas VIM boards Artem Lapkin 2021-07-27 09:23:18 +08:00
  • a3f1eaa793 phy: meson-axg-mipi: Access parent ofnode through dev_ofnode() Alper Nebi Yasak 2021-05-14 23:54:20 +03:00