Commit Graph

  • 3b13faf9f3 cli: hush_modern: Add functions to be called from run_command() Francis Laniel 2023-12-22 22:02:34 +01:00
  • 74e425407f cli: hush_modern: Enable variables expansion for modern hush Francis Laniel 2023-12-22 22:02:33 +01:00
  • 9a06837731 cli: Enables using modern hush parser as command line parser Francis Laniel 2023-12-22 22:02:32 +01:00
  • 6bb39f5d16 cmd: Add new cli command Francis Laniel 2023-12-22 22:02:31 +01:00
  • 603a814a33 global_data.h: add GD_FLG_HUSH_OLD_PARSER flag Francis Laniel 2023-12-22 22:02:30 +01:00
  • 30dcef8951 cli: Add menu for hush parser Francis Laniel 2023-12-22 22:02:29 +01:00
  • 8197f01b9d cli: Port upstream Busybox hush to U-Boot Francis Laniel 2023-12-22 22:02:28 +01:00
  • b234f7e3c3 cli: Add Busybox upstream hush.c file Francis Laniel 2023-12-22 22:02:27 +01:00
  • 432c997eb3 test: hush: Test hush loops Francis Laniel 2023-12-22 22:02:26 +01:00
  • 2a70feaeee test: hush: Test hush commands list Francis Laniel 2023-12-22 22:02:25 +01:00
  • 261d29e2f3 test: hush: Test hush variable expansion Francis Laniel 2023-12-22 22:02:24 +01:00
  • 4dc305f95b test/py: hush_if_test: Remove the test file Francis Laniel 2023-12-22 22:02:23 +01:00
  • d3bc2c54ac test: hush: Test hush if/else Francis Laniel 2023-12-22 22:02:22 +01:00
  • cb1277cc4d test: Add framework to test hush behavior Francis Laniel 2023-12-22 22:02:21 +01:00
  • 64e47952f5 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next Tom Rini 2023-12-28 07:54:54 -05:00
  • 9924d44dbc andes: ae350: Enable MISC_INIT_R for ae350 platform Leo Yu-Chi Liang 2023-12-26 14:54:41 +08:00
  • 936b503030 andes: ae350: Save cpu name to env Leo Yu-Chi Liang 2023-12-26 14:54:27 +08:00
  • 61d5c543f3 andes: cpu: Enable cache and TLB ECC support Leo Yu-Chi Liang 2023-12-26 14:17:35 +08:00
  • bf12bb99d8 andes: cpu: Enable memboost feature Leo Yu-Chi Liang 2023-12-26 14:17:34 +08:00
  • b0469041c0 andes: ae350: Implement cache switch via Kconfig Leo Yu-Chi Liang 2023-12-26 14:17:33 +08:00
  • c36eb2f917 andes: csr.h: Clean up CSR definition Leo Yu-Chi Liang 2023-12-26 14:17:32 +08:00
  • 670db88c79 riscv: Extend board compatible string with "qemu,mbv" Michal Simek 2023-12-20 15:53:28 +01:00
  • 40c76dfed2 riscv: cache: support cache enable in SPL stage Zong Li 2023-12-14 14:09:37 +00:00
  • 64e8482f1c cache: add sifive private L2 cache driver Zong Li 2023-12-14 14:09:36 +00:00
  • 0a0ceea226 arm: apple: Disable SMBIOS again Mark Kettenis 2023-12-24 19:12:55 +01:00
  • f03e3f0b8b spi: npcm_pspi: Fix the wrong clock divider calculation Jim Liu 2023-12-26 10:00:06 +08:00
  • 4b151562bb bootmeth: pass size to efi_binary_run() Heinrich Schuchardt 2023-12-22 16:01:56 +01:00
  • 7c4647b8fb Merge patch series "Complete decoupling of bootm logic from commands" Tom Rini 2023-12-21 16:10:00 -05:00
  • d37086a95f bootm: Create a new boot_run() function to handle booting Simon Glass 2023-12-15 20:14:26 -07:00
  • e7683c3675 bootm: Create a function to run through the booti states Simon Glass 2023-12-15 20:14:25 -07:00
  • e4cee649b9 stm32: Use bootm_run() and bootz_run() Simon Glass 2023-12-15 20:14:24 -07:00
  • 3405c9b6a5 bootm: Create a function to run through the bootz states Simon Glass 2023-12-15 20:14:23 -07:00
  • 6b50aff13f stm32: Use local vars in stm32prog for initrd and fdt Simon Glass 2023-12-15 20:14:22 -07:00
  • e1a24c025c bootm: Create a function to run through the bootm states Simon Glass 2023-12-15 20:14:21 -07:00
  • 725ddf1f24 bootm: Tidy up boot_selected_os() Simon Glass 2023-12-15 20:14:20 -07:00
  • b5d397f489 bootm: Rename do_bootm_states() to bootm_run_states() Simon Glass 2023-12-15 20:14:19 -07:00
  • a6c49161cb bootm: Drop arguments from do_bootm_states() Simon Glass 2023-12-15 20:14:18 -07:00
  • 31fda96bb6 bootz: Avoid use of #ifdef Simon Glass 2023-12-15 20:14:17 -07:00
  • 0c96b6817f booti: Avoid use of #ifdef Simon Glass 2023-12-15 20:14:16 -07:00
  • e370e3df10 bootm: Move do_bootm_states() comment to header file Simon Glass 2023-12-15 20:14:15 -07:00
  • c2211ff651 bootm: Add more fields to bootm_info Simon Glass 2023-12-15 20:14:14 -07:00
  • a48336e5ea bootm: Adjust arguments of boot_os_fn Simon Glass 2023-12-15 20:14:13 -07:00
  • c49216253d bootm: Create a struct for argument information Simon Glass 2023-12-15 20:14:12 -07:00
  • 59ca40a954 sandbox: bootm: Enable more bootm OS methods Simon Glass 2023-12-15 20:14:11 -07:00
  • 6443a3dad5 bootm: Adjust how the board is reset Simon Glass 2023-12-15 20:14:10 -07:00
  • c35bfd07ec riscv: Add a reset_cpu() function Simon Glass 2023-12-15 20:14:09 -07:00
  • 6557eb73d6 nios2: Add a reset_cpu() function Simon Glass 2023-12-15 20:14:08 -07:00
  • 5ee545a9db ppc: Add a reset_cpu() function Simon Glass 2023-12-15 20:14:07 -07:00
  • 79353aab15 m68k: Add a reset_cpu() function Simon Glass 2023-12-15 20:14:06 -07:00
  • 4f4490a79e mips: Add a reset_cpu() function Simon Glass 2023-12-15 20:14:05 -07:00
  • ced928b199 Merge branch '2023-12-21-assorted-updates-and-fixes' into next Tom Rini 2023-12-21 15:35:03 -05:00
  • fa78301a98 lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution failure Csókás Bence 2023-12-14 17:54:17 +01:00
  • 63a2a5082e board/keymile/kmcent2: fix update-nor indentation Tomas Alvarez Vanoli 2023-12-12 15:39:27 +01:00
  • d3db45cb9c iommu: add qcom-hyp-smmu Caleb Connolly 2023-12-11 18:41:42 +00:00
  • 76c53dad6b iommu: add a connect op Caleb Connolly 2023-12-11 18:41:41 +00:00
  • e96ecbe719 iommu: fix compilation when CONFIG_PCI disabled Caleb Connolly 2023-12-11 18:41:40 +00:00
  • f1b809c55c configs: verdin-am62: Disable SPL FIT Overlay Francesco Dolcini 2023-12-11 14:45:20 +01:00
  • e91d6607af boot: add support for fdt_fixup command in environment Matthias Schiffer 2023-12-11 12:03:17 +01:00
  • 0d72b0f2f8 include: env: ti: ti_common: Run main_cpsw0_qsgmii_phyinit conditionally Manorit Chawdhry 2023-12-11 16:12:09 +05:30
  • cd57cf9ac4 fs: Fix SPL build if FS_LOADER is enabled Mayuresh Chitale 2023-11-16 22:46:12 +05:30
  • ae797e022e Merge branch '2023-12-21-header-inclusion-cleanup' into next Tom Rini 2023-12-21 11:51:58 -05:00
  • 467382ca03 lib: Remove <common.h> inclusion from these files Tom Rini 2023-12-14 13:16:58 -05:00
  • 1e8ce11a0b include: Further cleanup includes Tom Rini 2023-12-14 13:16:57 -05:00
  • 4abbed7e42 display_options: Clean up headers Tom Rini 2023-12-14 13:16:56 -05:00
  • c38cb227d3 efi_loader: Remove <common.h> Tom Rini 2023-12-14 13:16:55 -05:00
  • d1f072aa25 rmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.c Tom Rini 2023-12-14 13:16:54 -05:00
  • bc9c7ccc87 lib/sha*.c: Update header list Tom Rini 2023-12-14 13:16:53 -05:00
  • 071cf2767f global: Rework architecture global_data.h to include <linux/types.h> Tom Rini 2023-12-14 13:16:52 -05:00
  • f90dee1a39 m68k: Rework asm/global_data.h slightly Tom Rini 2023-12-14 13:16:51 -05:00
  • 9d7f634811 sandbox: Add <linux/types.h> to asm/global_data.h and asm/io.h Tom Rini 2023-12-14 13:16:50 -05:00
  • 78e326d631 arm: Remove <asm/types.h> from asm/global_data.h Tom Rini 2023-12-14 13:16:49 -05:00
  • ac2370a856 global: Remove duplicate common.h inclusions Tom Rini 2023-12-14 13:16:48 -05:00
  • cb3ce95401 global: Drop common.h inclusion Tom Rini 2023-12-14 13:16:47 -05:00
  • 460b2c068c sandbox: Audit config.h and common.h usage Tom Rini 2023-12-14 13:16:46 -05:00
  • 7776960f4d arm: Partial cleanup and audit usage of <config.h> Tom Rini 2023-12-14 13:16:45 -05:00
  • 28388f4ddb arc: Cleanup and audit usage of <config.h> Tom Rini 2023-12-14 13:16:44 -05:00
  • 10be393cf0 qe: Add <config.h> to linux/immap_qe.h Tom Rini 2023-12-14 13:16:43 -05:00
  • b106961c2e global: Restrict use of '#include <linux/kconfig.h>' Tom Rini 2023-12-14 07:16:54 -05:00
  • 36d3db6c2c Merge branch '2023-12-20-assorted-general-updates' into next Tom Rini 2023-12-20 16:00:22 -05:00
  • a0d0e132b3 Merge tag 'u-boot-imx-next-20231220' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next Tom Rini 2023-12-20 14:14:46 -05:00
  • 2c9ee3f226 Merge tag 'u-boot-imx-master-20231220' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx Tom Rini 2023-12-20 14:14:12 -05:00
  • 97135d9f42 cmd: part: Cover both part type entries with GUID ifdef Marek Vasut 2023-12-10 22:25:07 +01:00
  • 738b34668f smbios: Fallback to the default DT if sysinfo nodes are missing Ilias Apalodimas 2023-12-07 11:18:50 +02:00
  • a986ccea54 smbios: Simplify reporting of unknown values Ilias Apalodimas 2023-12-07 11:18:49 +02:00
  • 4268ef9282 pxe_utils: Increase feedback to user when fdt file is not found Michael Trimarchi 2023-12-07 15:28:19 +01:00
  • 8a72d193cf colibri-imx8x: configure usb hub to bypass mode Andrejs Cainikovs 2023-12-20 11:38:11 +01:00
  • 9c59447444 colibri-imx8x: remove -u-boot.dtsi include Andrejs Cainikovs 2023-12-20 11:38:10 +01:00
  • 6a77fb3b4c apalis-imx8: remove -u-boot.dtsi include Andrejs Cainikovs 2023-12-20 11:38:09 +01:00
  • e2449ee968 board: phytec: phytec_som_detection: fix uninitialized bug Yannic Moog 2023-12-20 09:45:36 +01:00
  • aa7858fe5e board: phytec: som_detection: move definitions to source file Yannic Moog 2023-12-20 09:45:35 +01:00
  • 71714cda3d board: phytec: phytec_som_detection: fix eeprom_data zero check Yannic Moog 2023-12-20 09:45:34 +01:00
  • da37f78525 board: phytec: imx8m_som_detection: fix uninitialized pointer bug Yannic Moog 2023-12-20 09:45:33 +01:00
  • e2be177c85 board: phytec: imx8m_som_detection: change phytec_imx8m_detect return type Yannic Moog 2023-12-20 09:45:32 +01:00
  • cd3387f132 configs: imx8m{m, n, p}_venice_defconfig: add arch_misc_init Tim Harvey 2023-12-14 08:25:42 -08:00
  • c0689191f1 arm: dts: imx8mp-venice-gw72xx: add TPM device Tim Harvey 2023-11-27 11:37:23 -08:00
  • b1c40d0692 arm: dts: imx8mm-venice-gw72xx: add TPM device Tim Harvey 2023-11-27 11:36:58 -08:00
  • 2264bfba19 mxs: Fix VDDx brownout interrupt disable/enable Cody Green 2023-07-03 21:57:00 +01:00
  • 0de448d032 command: Move command completion temporary buffer to stack Marek Vasut 2023-12-02 21:52:31 +01:00
  • 400cb2a850 command: Allocate history buffer using calloc() Marek Vasut 2023-12-02 21:52:30 +01:00
  • 921f63e572 bootflow: Allow setting a cmdline arg with no value Simon Glass 2023-11-29 10:31:19 -07:00