- c04e337 efi_loader: typo cerificate by Heinrich Schuchardt · 3 years, 4 months ago
- bc2ed7f doc: add graphviz imagemagick as build dependencies by Heinrich Schuchardt · 3 years, 4 months ago
- e3abd4d doc: handle 'make htmldocs' warnings as errors by Heinrich Schuchardt · 3 years, 4 months ago
- ba9347e doc: add missing board/ti/index.rst by Heinrich Schuchardt · 3 years, 4 months ago
- bc856e4 doc: riscv: flashing SiFive boards by Heinrich Schuchardt · 3 years, 4 months ago
- 11df072 lib: disable CONFIG_SPL_HEXDUMP by default by Heinrich Schuchardt · 3 years, 4 months ago
- 62e90f7 video: buffer overrun in TrueType console by Heinrich Schuchardt · 3 years, 9 months ago
- cffaf7e Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 4 months ago
- 713d648 sunxi: decide the inclusion of SCP by SCP_ADDR existence by Icenowy Zheng · 3 years, 4 months ago
- 2a9c238 sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2 by Samuel Holland · 3 years, 7 months ago
- bc42abb sunxi: Select environment MMC based on boot device by Samuel Holland · 3 years, 7 months ago
- b7c1113 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 4 months ago
- 856523a serial: a37xx: Do not call get_ref_clk() in _debug_uart_init() by Pali Rohár · 3 years, 4 months ago
- 00631fc serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UART by Pali Rohár · 3 years, 4 months ago
- d0fd330 arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configs by Tony Dinh · 3 years, 4 months ago
- 4cd9477 arm: kirkwood: Dreamplug: Use Ethernet PHY name and address from device tree by Tony Dinh · 3 years, 4 months ago
- 917352b arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configs by Tony Dinh · 3 years, 4 months ago
- 9eaf20b arm64: a37xx: pinctrl: Correct PWM pins definitions by Marek Behún · 3 years, 4 months ago
- 18d8ea9 kwbimage: Update help message about how to extract from an existing image by Pali Rohár · 3 years, 4 months ago
- 5ec2c58 kwbimage: Add support for extracting images via dumpimage tool by Pali Rohár · 3 years, 4 months ago
- 7135111 arm: mvebu: gdsys: Remove custom spl_board_init() by Pali Rohár · 3 years, 4 months ago
- 061ce2c arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS by Pali Rohár · 3 years, 4 months ago
- 16bf703 tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes by Pali Rohár · 3 years, 4 months ago
- 2a28380 arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files by Pali Rohár · 3 years, 4 months ago
- cf97b82 arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header by Pali Rohár · 3 years, 4 months ago
- bde23cb SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 4 months ago
- 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 4 months ago
- da1be86 arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART by Pali Rohár · 3 years, 4 months ago
- a3a38e5 arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework by Pali Rohár · 3 years, 4 months ago
- a59971b arm: mvebu: Mark return_to_bootrom() as a noreturn function by Pali Rohár · 3 years, 4 months ago
- e4b1592 arm: mvebu: Fix return_to_bootrom() by Pali Rohár · 3 years, 4 months ago
- b572ac4 tools: kwboot: Fix checking image header version by Pali Rohár · 3 years, 4 months ago
- 1228116 tools: kwboot: Check for v1 header size by Pali Rohár · 3 years, 4 months ago
- 48615ba tools: kwboot: Cosmetic fix - add missing curly brackets by Pali Rohár · 3 years, 4 months ago
- 049cf91 tools: kwboot: Print trailing newline after terminal is terminated by Pali Rohár · 3 years, 4 months ago
- eafc969 tools: kwboot: Fix restoring terminal by Pali Rohár · 3 years, 4 months ago
- 8210ea0 tools: kwboot: Fix wrong parameter passed to read() by Pali Rohár · 3 years, 4 months ago
- 99534ec tools: dumpimage: Show error message when trying to extract data from kwbimage by Pali Rohár · 3 years, 4 months ago
- a265629 tools: dumpimage: Fix crashing when trying to extract data from kwbimage by Pali Rohár · 3 years, 4 months ago
- f01adfd tools: kwbimage: Mark all BootROM structures __packed by Pali Rohár · 3 years, 4 months ago
- 39f3896 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X by Pali Rohár · 3 years, 4 months ago
- c0cfd1a tools: kwbimage: Add support for a new DATA_DELAY command by Pali Rohár · 3 years, 4 months ago
- fbe10ac tools: kwbimage: Add support for DATA command also for v1 images by Pali Rohár · 3 years, 4 months ago
- 1be2ad1 tools: kwbimage: Don't parse PAYLOAD keyword by Pali Rohár · 3 years, 4 months ago
- e0a6dc7 tools: kwbimage: Add support for more BINARY headers by Pali Rohár · 3 years, 4 months ago
- d79cbc9 tools: kwbimage: Fix calculating size of binary header by Pali Rohár · 3 years, 4 months ago
- 13b7040 tools: kwbimage: Change maximum number of arguments in binary header to 256 by Pali Rohár · 3 years, 4 months ago
- f8171a5 tools: kwbimage: Use -a parameter (load address) for v1 images by Pali Rohár · 3 years, 4 months ago
- abf9a8d tools: kwbimage: Cosmetic fix - remove redundant space character by Marek Behún · 3 years, 4 months ago
- cd614ad tools: kwbimage: Print size of binary header in kwbimage_print_header() by Pali Rohár · 3 years, 4 months ago
- 48bc68c tools: kwbimage: Validate data checksum of v1 images by Pali Rohár · 3 years, 4 months ago
- fdb575a tools: kwbimage: Validate extended headers of v1 images by Pali Rohár · 3 years, 4 months ago
- 03345b9 tools: kwbimage: Fix check for v0 extended header checksum by Pali Rohár · 3 years, 4 months ago
- eba7819 tools: kwbimage: Don't crash when binary file name does not contain '/' by Pali Rohár · 3 years, 4 months ago
- 6f6f65e tools: kwbimage: Fix generation of SATA, SDIO and PCIe images by Pali Rohár · 3 years, 4 months ago
- 696dfa4 tools: kwbimage: Add constant for SDIO bootfrom by Marek Behún · 3 years, 4 months ago
- 0478515 tools: kwbimage: Align SPI and NAND images to 256 bytes by Pali Rohár · 3 years, 4 months ago
- cfb60a9 tools: kwbimage: Simplify aligning and calculating checksum by Pali Rohár · 3 years, 4 months ago
- 61a557b tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS by Pali Rohár · 3 years, 4 months ago
- 08543a2 Merge branch '2021-07-28-assorted-fixes' by Tom Rini · 3 years, 4 months ago
- e9d78e97 Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
- f26c3b9 board: ti: k2g: Program PadConfig_202 before locking RSTMUX8 by Suman Anna · 3 years, 4 months ago
- 88e07a7 mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine by Marc Kleine-Budde · 3 years, 4 months ago
- aeb7e66 test/py: Improve check for mksquashfs version by Marek Behún · 3 years, 4 months ago
- 8210d0c build: remove the variable NM in gen_ll_addressable_symbols.sh by Patrick Delaunay · 3 years, 4 months ago
- 9ccd605 lib: rsa: rsa-sign: Minor bug in debug message by Chan, Donald · 3 years, 4 months ago
- 4e1e2a2 lib: rsa: rsa-verify: Fix a typo in a debug message by Thomas Perrot · 3 years, 4 months ago
- ee435c6 arm64: Update memcpy_{from, to}io() helpers by Patrice Chotard · 3 years, 4 months ago
- 3fa1bdc arm: use the correct prototype for reset_cpu function by Patrick Delaunay · 3 years, 4 months ago
- 652df2e doc: sandbox: Fix up dependencies by Simon Glass · 3 years, 4 months ago
- c40a98c pci: swap_case: Allow compilation on 32-bit machines by Simon Glass · 3 years, 4 months ago
- ff29f7b Merge branch '2021-07-28-build-improvements' by Tom Rini · 3 years, 4 months ago
- 2ae0a00 Makefile: Move drivers/i2c/ into drivers/Makefile by Simon Glass · 3 years, 5 months ago
- bccfc2e i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · 3 years, 5 months ago
- 8e85e3c i2c: Create a new Kconfig for I2C by Simon Glass · 3 years, 5 months ago
- b33cf8b i2c: Drop unused CONFIG_I2C by Simon Glass · 3 years, 5 months ago
- 43607dc i2c: Fix the migration warning by Simon Glass · 3 years, 5 months ago
- 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 5 months ago
- 284cb9c Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · 3 years, 5 months ago
- 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 5 months ago
- 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 5 months ago
- 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 5 months ago
- 762b997 Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · 3 years, 5 months ago
- e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · 3 years, 5 months ago
- a8437ce Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · 3 years, 5 months ago
- e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · 3 years, 5 months ago
- c3fba30 Makefile: Move phy rules into drivers/phy by Simon Glass · 3 years, 5 months ago
- 6b960b6 Makefile: Sort the subdirectories by Simon Glass · 3 years, 5 months ago
- 1a0a4ac README: Fix hyphenation in the directory docs by Simon Glass · 3 years, 5 months ago
- c17db99 lib: Create a new Kconfig option for charset conversion by Simon Glass · 3 years, 5 months ago
- 97f9bd4 Allow efi_loader header to be included always by Simon Glass · 3 years, 5 months ago
- 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · 3 years, 5 months ago
- 56d59a6 disk: Tidy up #ifdefs in part_efi by Simon Glass · 3 years, 5 months ago
- 451bc51 Makefile: Drop include/asm directory as well as symlink by Simon Glass · 3 years, 5 months ago
- d99a049 Merge branch '2021-07-28-setexpr-fmt-support' by Tom Rini · 3 years, 4 months ago
- 45b49bc AzureCI: Move i.MX8 builds to their own job by Tom Rini · 3 years, 4 months ago
- 6358207 test: cmd: setexpr: add format string tests by Roland Gaudig · 3 years, 4 months ago
- d5ae0ec doc: usage: add description for setexpr command by Roland Gaudig · 3 years, 4 months ago
- 2c9e7c2 cmd: setexpr: add format string handling by Roland Gaudig · 3 years, 4 months ago
- 70a9e89 cmd: printf: add helper functions from busybox by Roland Gaudig · 3 years, 4 months ago