aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-28malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPLTEST/upla-v4Sean Anderson1-0/+11
2023-09-28malloc: Don't statically initialize av_ if using malloc_initSean Anderson2-14/+15
2023-09-28malloc: Don't use ifdefs for SYS_MALLOC_DEFAULT_TO_INITSean Anderson1-7/+2
2023-09-28common: Only mark malloc initialized after mem_malloc_initSean Anderson1-1/+2
2023-09-26pci: serial: Support reading PCI-register size with baseSimon Glass16-32/+61
2023-09-26dm: core: Tweak device_is_on_pci_bus() for code sizeSimon Glass1-1/+2
2023-09-26serial: Drop ns16550 serial_getinfo() in SPLSimon Glass1-0/+5
2023-09-26spl: Add C-based runtime detection of SPLSimon Glass1-0/+10
2023-09-26command: Include a required header in command.hSimon Glass1-0/+3
2023-09-26fdt: Allow the devicetree to come from a bloblistSimon Glass6-13/+53
2023-09-26bloblist: Add missing nameSimon Glass1-0/+1
2023-09-26bloblist: Support initing from multiple placesSimon Glass4-4/+35
2023-09-26sandbox: Move the bloblist down a little in memorySimon Glass3-5/+5
2023-09-26sandbox: Only read the state if we have a state fileSimon Glass2-3/+6
2023-09-26sandbox: Init the EC properly even if no state file is availableSimon Glass1-1/+8
2023-09-26sandbox: Move reading the RAM buffer into a better placeSimon Glass2-8/+12
2023-09-26dm: core: Add tests for oftree_path()Simon Glass1-0/+6
2023-09-26dm: core: Support writing a 64-bit valueSimon Glass3-3/+39
2023-09-26dm: core: Support writing a booleanSimon Glass3-3/+90
2023-09-26dm: core: Add a way to convert a devicetree to a dtbSimon Glass5-0/+187
2023-09-26dm: core: Add a way to delete a nodeSimon Glass5-0/+150
2023-09-26dm: core: Add a way to copy a nodeSimon Glass3-0/+98
2023-09-26dm: core: Add a function to create an empty treeSimon Glass5-4/+104
2023-09-26dm: core: Tidy up comments in the ofnode testsSimon Glass1-7/+39
2023-09-26dm: core: Ensure we run flattree tests on ofnodeSimon Glass1-15/+18
2023-09-26dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass5-11/+10
2023-09-26spl: Move bloblist writing until the image is knownSimon Glass1-12/+12
2023-09-26spl: Use the correct FIT_..._PROP constantsSimon Glass1-5/+6
2023-09-26spl: Move the full FIT code to spl_fit.cSimon Glass3-101/+111
2023-09-26spl: Rename spl_load_fit_image() to load_simple_fit()Simon Glass1-11/+10
2023-09-26spl: Remove #ifdefs with BOOTSTAGESimon Glass3-12/+39
2023-09-26spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass2-4/+11
2023-09-26dm: core: Correct help in TPL_DM and VPL_DMSimon Glass1-6/+6
2023-09-26doc: Clean up SYS_MALLOC_SIMPLESimon Glass3-23/+12
2023-09-26Tidy up uses of CONFIG_SYS_MALLOC_F_LENSimon Glass1-1/+1
2023-09-26spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass16-36/+31
2023-09-26tpl: Enable CONFIG_TPL_SYS_MALLOC_F where neededSimon Glass1-0/+3
2023-09-26spl: Enable CONFIG_SPL_SYS_MALLOC_F where neededSimon Glass2-0/+6
2023-09-26spl: Create proper symbols for enabling the malloc() poolSimon Glass1-11/+38
2023-09-26serial: Drop mention of SPL/TPL_SYS_MALLOC_FSimon Glass1-2/+0
2023-09-26spl: Drop the switch() statement for OS selectionSimon Glass2-22/+19
2023-09-26spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDRSimon Glass2-6/+11
2023-09-26spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass2-8/+10
2023-09-26spl: mx6: powerpc: Drop the condition on timer_init()Simon Glass1-6/+0
2023-09-26spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOCSimon Glass2-5/+10
2023-09-26spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass39-51/+51
2023-09-26spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass316-794/+794
2023-09-26configs: Resync with savedefconfigSimon Glass416-645/+586
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/24Sep2023Tom Rini12-61/+197
2023-09-24common: Drop linux/printk.h from common headerSimon Glass312-3/+317