Commit Graph

  • 0c6c83e6a2 spl: Remove dev from spl_load_info Sean Anderson 2023-11-08 11:48:38 -05:00
  • feaeb8fa6f spl: Remove NULL assignments in spl_load_info Sean Anderson 2023-11-08 11:48:37 -05:00
  • 517e70856f spl: semihosting: Don't close fd before spl_load_simple_fit Sean Anderson 2023-11-08 11:48:36 -05:00
  • 06b1bca69d spl: Make SHOW_ERRORS depend on LIBCOMMON Sean Anderson 2023-11-08 11:48:35 -05:00
  • 3b46cdd7a0 arm: Disable SPL_FS_FAT when it isn't used Sean Anderson 2023-11-08 11:48:34 -05:00
  • 1e86296f7f spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc Sean Anderson 2023-11-08 11:48:33 -05:00
  • 5e6a112e11 Merge patch series "nand: Add sandbox tests" Tom Rini 2023-11-16 12:46:09 -05:00
  • a9a7379973 arm: Enable SYS_THUMB_BUILD on AT91 Sean Anderson 2023-11-04 22:27:42 -04:00
  • 8502b5bf20 test: spl: Add a test for NAND Sean Anderson 2023-11-04 16:37:53 -04:00
  • bc8e8a4bfa nand: Add sandbox driver Sean Anderson 2023-11-04 16:37:52 -04:00
  • 9181cb0507 arch: sandbox: Add function to create temporary files Sean Anderson 2023-11-04 16:37:51 -04:00
  • 333d43f6a3 nand: Allow reinitialization Sean Anderson 2023-11-04 16:37:50 -04:00
  • c203482177 nand: Add function to unregister NAND devices Sean Anderson 2023-11-04 16:37:49 -04:00
  • b37a9208a2 mtd: Add some fallbacks for add/del_mtd_device Sean Anderson 2023-11-04 16:37:48 -04:00
  • b35df87ae5 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD Sean Anderson 2023-11-04 16:37:47 -04:00
  • bd9573c11c spl: nand: Map memory before accessing it Sean Anderson 2023-11-04 16:37:46 -04:00
  • d2e0a9a691 cmd: nand: Map memory before accessing it Sean Anderson 2023-11-04 16:37:45 -04:00
  • 38ef64e6ce spl: nand: Set bl_len to page size Sean Anderson 2023-11-04 16:37:44 -04:00
  • 57d3da6fee spl: legacy: Honor bl_len when decompressing Sean Anderson 2023-11-04 16:37:43 -04:00
  • cdc0434ac0 nand: spl_loaders: Only read enough pages to load the image Sean Anderson 2023-11-04 16:37:42 -04:00
  • 601b8901e0 nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automatically Sean Anderson 2023-11-04 16:37:41 -04:00
  • 23c2ebe4d4 nand: Don't dereference NULL manufacturer_desc Sean Anderson 2023-11-04 16:37:40 -04:00
  • 23fe0c0747 spl: nand: Fix NULL-pointer dereference Sean Anderson 2023-11-04 16:37:39 -04:00
  • 169c3cc49e Merge tag 'dm-pull-15nov23' of https://source.denx.de/u-boot/custodians/u-boot-dm Tom Rini 2023-11-15 14:15:21 -05:00
  • 0d4d9f94c5 bootstage: Correct exhasuted typo Simon Glass 2023-11-07 10:17:40 +01:00
  • f6d76e6878 sandbox: Close file after mmaping it Sean Anderson 2023-11-04 15:57:33 -04:00
  • 2c61c0eb14 dm: Do not enable debug messages by default Heinrich Schuchardt 2023-11-04 20:40:43 +02:00
  • abf7004321 patman: Correct Python 3.6 behaviour Simon Glass 2023-11-04 10:25:24 -06:00
  • dfdf621ff2 patman: Avoid using func_test at top level Simon Glass 2023-11-04 10:25:23 -06:00
  • 21229c921b patman: Correct easy pylint warnings in __main__ Simon Glass 2023-11-04 10:25:22 -06:00
  • e296a3c73d patman: Move the main program into a function Simon Glass 2023-11-04 10:25:21 -06:00
  • 18f8830ab9 patman: Split out arg parsing into its own file Simon Glass 2023-11-04 10:25:20 -06:00
  • cac91b0b72 expo: Correct background colour Simon Glass 2023-10-01 19:14:41 -06:00
  • 3fa53b9531 bootstd: Add a return code to bootflow menu Simon Glass 2023-10-01 19:14:38 -06:00
  • baea7ec6a6 bootstd: Refactor mmc prep to allow a different scan Simon Glass 2023-10-01 19:14:37 -06:00
  • a75cf70d23 efi: Correct handling of frame buffer Simon Glass 2023-10-01 19:14:36 -06:00
  • be0724601a Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians/u-boot-stm into next Tom Rini 2023-11-13 09:07:23 -05:00
  • 01a701994b stm32mp2: initial support Patrice Chotard 2023-10-27 16:43:04 +02:00
  • 970d1673b0 ARM: dts: stm32: Add STM32MP257F Evaluation board support Patrice Chotard 2023-10-27 16:43:03 +02:00
  • 778f4eaa80 pinctrl: pinctrl_stm32: Add stm32mp2 support Patrice Chotard 2023-10-27 16:43:02 +02:00
  • 6261cf6abd serial: stm32: Fix AARCH64 compilation warnings Patrice Chotard 2023-10-27 16:43:01 +02:00
  • 3e0b12af8a stm32mp: bsec: Fix AARCH64 compilation warnings Patrice Chotard 2023-10-27 16:43:00 +02:00
  • 75ba0fd570 stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP Patrice Chotard 2023-10-27 16:42:59 +02:00
  • ee15c72da2 stm32mp: dram_init: Fix AARCH64 compilation warnings Patrick Delaunay 2023-10-27 16:42:58 +02:00
  • dba8d92a3d stm32mp: dram_init: Get RAM size from DT if no RAM driver found Patrice Chotard 2023-10-27 16:42:57 +02:00
  • 2f9886c668 arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch Patrice Chotard 2023-10-27 16:42:56 +02:00
  • f655090901 clk: exynos: Add header guard for clk-pll.h Sam Protsenko 2023-11-07 15:22:00 -06:00
  • 2227f4c0af serial: s5p: Fix clk_get_by_index() error code check Sam Protsenko 2023-11-07 11:34:17 -06:00
  • 08cfa971a7 exynos: Avoid duplicate reset_cpu with SYSRESET enabled Sam Protsenko 2023-10-30 11:55:02 -05:00
  • 11bd2787de watchdog: s5p_wdt: Include missing CPU header Sam Protsenko 2023-10-20 16:46:33 -05:00
  • c9ab9f30c8 arm: exynos: Include missing CPU header in gpio.h Sam Protsenko 2023-10-20 16:46:32 -05:00
  • 585a2aaac2 arm: exynos: Include missing CPU header in soc.c Sam Protsenko 2023-10-20 16:46:31 -05:00
  • 70d2c9940e mmc: renesas-sdhi: Disable clock after tuning reset when possible Marek Vasut 2023-11-05 23:42:45 +01:00
  • 92b27528d7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi Tom Rini 2023-11-12 16:36:22 -05:00
  • 4b02f0120a sunxi: H616: add LPDDR4 DRAM support Mikhail Kalashnikov 2023-11-11 12:10:00 +03:00
  • b71129ca3b sunxi: H616: DRAM: refactor mctl_phy_configure_odt() Andre Przywara 2023-09-07 20:38:46 +01:00
  • fafedff350 power: regulator: add AXP313 support Andre Przywara 2023-10-17 14:12:44 +01:00
  • d17d051c54 power: pmic: sunxi: add AXP313 SPL driver Andre Przywara 2023-07-30 01:11:01 +01:00
  • 1f6c98c2d3 arm: dts: icnova-a20-adb4006: Add board support Ludwig Kormann 2023-11-01 08:28:32 +01:00
  • 0070d57c33 pinctrl: sunxi: Avoid using .bss for SPL Samuel Holland 2023-10-30 23:57:40 -05:00
  • d379bcbfaf sunxi: mmc: Sort compatible strings numerically Samuel Holland 2023-10-31 00:22:34 -05:00
  • ca43266562 clk: sunxi: Use the right symbol in the Makefile Samuel Holland 2023-10-30 23:49:22 -05:00
  • 43b573df33 sunxi: mmc: Move header to the driver directory Samuel Holland 2023-10-31 00:22:35 -05:00
  • 7b252df7ca net: sun8i_emac: Drop DM_GPIO checks Samuel Holland 2023-10-31 00:25:46 -05:00
  • f054f12089 arm: sunxi: Correct warning in board_fit_config_name_match Tom Rini 2023-07-17 15:29:20 -04:00
  • ffb02942fa sunxi: board: simplify early PMIC setup conditions Andre Przywara 2021-06-27 01:13:09 +01:00
  • 17e9db18f1 Merge tag 'doc-2024-01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2023-11-11 09:22:54 -05:00
  • cfaf05839f doc: typo 'form' in qfw.rst Heinrich Schuchardt 2023-11-09 08:32:06 -08:00
  • ca845d20e6 doc: board: ti: k3 docs: Use ::prompt Nishanth Menon 2023-11-02 23:40:26 -05:00
  • 81cf99e723 doc: board: ti: Use prompt prompt_style to simplify documentation Nishanth Menon 2023-11-02 23:40:25 -05:00
  • bd00ef74f3 doc: build: fix wrongly written targests instead of targets Milan P. Stanić 2023-11-04 15:38:15 +01:00
  • b214e88071 doc: shorten overlong title underlines Heinrich Schuchardt 2023-10-28 11:59:32 +02:00
  • 0e20948598 doc: ti: j7200_evm: Fix OPTEE platform name Nishanth Menon 2023-11-01 09:50:25 -05:00
  • 550a9ffecd hikey960: Fix 404 links Dylan Corrales 2023-10-28 05:46:39 -04:00
  • da2e3196e4 Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA" Tom Rini 2023-11-10 15:25:47 -05:00
  • 62be808183 arm: dts: k3-am642: Update main_bcdma and main_pktdma nodes Siddharth Vadapalli 2023-10-28 20:36:03 +03:00
  • 9a3f2b6798 arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA/Ethernet Roger Quadros 2023-10-28 20:36:02 +03:00
  • d4f148774b arm: dts: k3-am625-sk-u-boot.dtsi: Update main_bcdma and main_pktdma nodes Siddharth Vadapalli 2023-10-28 20:36:01 +03:00
  • 3b6db6901f Merge branch '2023-11-10-improve-semihosting-armv6' into next Tom Rini 2023-11-10 11:55:28 -05:00
  • 47cfdb2192 arm: semihosting: Support semihosting fallback on 32-bit ARM Sean Anderson 2023-10-27 16:40:15 -04:00
  • 6ef83ab6be arm: semihosting: Fix returning from traps on ARMv6 and lower Sean Anderson 2023-10-27 16:40:14 -04:00
  • 298c26c5c7 arm: Fix software interrupt handler Sean Anderson 2023-10-27 16:40:13 -04:00
  • 3b913c1482 Merge tag 'u-boot-stm32-20231110' of https://source.denx.de/u-boot/custodians/u-boot-stm Tom Rini 2023-11-10 09:43:01 -05:00
  • bb7121f6aa Merge branch '2023-11-10-assorted-fixes' Tom Rini 2023-11-10 08:44:18 -05:00
  • a3a884c697 boot: Fix syntax in fdt_overlay_apply_verbose() error message Hugo Villeneuve 2023-10-26 15:54:49 -04:00
  • aff5dddd42 tools: gitignore: Fix tools/generated path Sam Protsenko 2023-10-26 16:00:15 -05:00
  • ee2ce29223 bootstd: Skip over bad device during bootflows scanning Tony Dinh 2023-11-02 11:51:15 -07:00
  • a94a4071d4 tree-wide: Replace http:// link with https:// link for ti.com Nishanth Menon 2023-11-01 15:56:03 -05:00
  • a40f35f069 test: cmd: mbr: Remove unreachable code Alexander Gendin 2023-11-08 03:05:19 +00:00
  • 4808d16333 firmware: scmi: correct a validity check against power domain id AKASHI Takahiro 2023-11-07 09:05:47 +09:00
  • d2174dbff1 scsi: Have scsi_init_dev_desc_priv() use memset Tom Rini 2023-11-08 14:28:11 -05:00
  • eda45ee3cb Merge tag 'u-boot-rockchip-20231110' of https://source.denx.de/u-boot/custodians/u-boot-rockchip Tom Rini 2023-11-10 07:54:52 -05:00
  • 8ffa9ed295 rockchip: include: asm: fix entering download mode rk3066 Johan Jonker 2023-10-27 20:35:37 +02:00
  • c7b4881ca4 rockchip: ringneck-px30: enable SPL_BOARD_INIT Quentin Schulz 2023-11-03 10:28:13 +01:00
  • 6acdd63e87 rockchip: ringneck-px30: always reset STM32 companion controller on boot Quentin Schulz 2023-11-03 10:28:12 +01:00
  • b01adfe59d rockchip: rv1126: Read cpuid from otp and set ethaddr Tim Lunn 2023-10-31 13:07:15 +11:00
  • 455ad75cb2 rockchip: otp: Add support for RV1126 Tim Lunn 2023-10-31 13:07:14 +11:00
  • dae79b870a rockchip: dts: fix bootph tags for rv1126 Tim Lunn 2023-10-31 00:12:41 +11:00
  • 5069436419 MAINTAINERS: Fix Sam Protsenko mail Sam Protsenko 2023-11-07 14:45:04 -06:00
  • c205fe979e stm32mp1: read auth stats and boot_partition from tamp Igor Opaniuk 2023-11-06 11:41:52 +01:00