Commit Graph

3806 Commits (9e52126f347c1de39f8fe2c62d6486cf77f4af3a)

Author SHA1 Message Date
Simon Glass 4ef7909970 usb: Define USB_MAX_STOR_DEV in only one place 10 years ago
Simon Glass 72b335e91d sandbox: Support the bmp command 10 years ago
Simon Glass 4fbd258e69 i2c: Correct command return values 10 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 10 years ago
Masahiro Yamada 9c11135ce0 image: fix getenv_bootm_size() function 10 years ago
Peng Fan 447b9cdf2c common: usb: fix checking condition 10 years ago
Simon Glass af7a55514a x86: Fix board init breakage 10 years ago
Ben Whitten 192bc6948b Fix GCC format-security errors and convert sprintfs. 10 years ago
Peng Fan db18f548cb common: env_flags: fix loop condition when using env_flags_varaccess_mask 10 years ago
Peng Fan bb08a6e7d5 common: cli_simple: use strlcpy instead of strcpy 10 years ago
Michael van Slingerland 4e42e29fd6 cmd_boot: Add a poweroff command 10 years ago
Stephen Warren 02585eb3b5 ums: support multiple LUNs at once 10 years ago
Stephen Warren 873cc1d777 mmc: store hwpart in the block device 10 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 10 years ago
Albert ARIBAUD adc421e4ce arm: move gd handling outside of C code 10 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 10 years ago
Tom Rini 48ad68deb8 hash.c: Conditionally compile hash_command, static hash_show 10 years ago
Masahiro Yamada 20e072f374 image: check "bootm_low" and "bootm_size" if "initrd_high" is missing 10 years ago
Simon Glass 9fbdb94667 dm: pci: scsi: Use driver-model PCI API 10 years ago
Simon Glass f3f1faefcc dm: pci: Add a dm_ prefix to pci_bus_find_bdf() 10 years ago
Rasmus Villemoes fea6730e1c fix always succesful memory test 10 years ago
Przemyslaw Marczak 71105f50fe fdt: fix address cell count checking in fdt_translate_address() 10 years ago
Simon Glass 8a83487030 dm: usb: Add a remove() method for USB keyboards 10 years ago
Simon Glass 70caa97108 usb: Allow up to 7 storage devices 10 years ago
Peng Fan 5d49b4cdf9 common: nvedit: use snprintf instead of sprintf 10 years ago
Peng Fan 5a6894397a common: env: initialize scalar variable 10 years ago
Peng Fan 09a788624d common: cli: avoid memory leak 10 years ago
Stefan Brüns faa7db24a4 usb: Move determination of TT hub address/port into separate function 10 years ago
Stefan Brüns c75f57fba4 usb: Alloc buffer for USB descriptor dynamically 10 years ago
Bin Meng bc393a7954 fdt: Rewrite the logic in fdt_fixup_ethernet() 10 years ago
Bin Meng 52d825cc7b fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() 10 years ago
Stephen Warren e4b70d8035 usb: kbd: don't use int xfers when polling via ctrl xfers 10 years ago
Alexey Brodkin 52bc7c7e2b eeprom: fix eeprom write procedure 10 years ago
Aneesh Bansal 9711f52806 armv8/ls1043ardb: add SECURE BOOT target for NOR 10 years ago
York Sun aabd7ddb88 common: Rewrite hiding the end of memory 10 years ago
York Sun e81495224f Reserve secure memory 10 years ago
Eric Nelson 5915517b7b spl: mmc: use block device number, not hard-coded 0 10 years ago
Stephen Warren 653447b407 part: fix "part list ... -bootable varname" to use hex 10 years ago
Sjoerd Simons 4363de63a8 spl: use panic_str instead of panic 10 years ago
Nishanth Menon 8405b8d98a common: cli_hush: Fix up simple typo 10 years ago
Miao Yan b3b522f247 VxWorks: fixup MAC address for VxWorks 10 years ago
Bin Meng 2317cf0970 common: Remove timer_init() call for x86 10 years ago
Bin Meng a0ae380b3c fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE 10 years ago
Tom Rini cbb2df2018 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set 10 years ago
Michal Simek e4099c8b80 i2c: cmd: Relocate subcommands when MANUAL_RELOC 10 years ago
Siva Durga Prasad Paladugu e9acb9ea43 common: board: Dont relocate FDT incase of CONFIG_OF_EMBED 10 years ago
Simon Glass b4857aa901 spl: mmc: Unify non/driver model spl_mmc_find_device() 10 years ago
Simon Glass 99c7a51a24 spl: mmc: Rename 'mmc' variable to 'mmcp' 10 years ago
Simon Glass d773a008ee spl: mmc: Fix compiler warning with CONFIG_DM_MMC 10 years ago
Peng Fan c6bb23c819 common: cli_hush: avoid memory leak 10 years ago