Commit Graph

4459 Commits (723806cc5bea9f8b37323dfd7568603f99af6a06)

Author SHA1 Message Date
Simon Glass 723806cc5b env: Rename some other getenv()-related functions 7 years ago
Simon Glass 35affd7a2f env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Simon Glass 0649cd0d49 Move environment files from common/ to env/ 7 years ago
Sam Protsenko 5abc1a4523 common: Move CONFIG_BOOTARGS to Kconfig 7 years ago
Nobuhiro Iwamatsu 160cfc4b5a boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() 7 years ago
Philipp Tomsich e9e5d9d29f dm: timer: normalise SPL and TPL support 7 years ago
Philipp Tomsich 5aa49af311 moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE 7 years ago
Philipp Tomsich b3ed6ce780 spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig 7 years ago
Philipp Tomsich dd6fbcb938 spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig 7 years ago
Philipp Tomsich c3916e7bdb spl: add TPL_DRIVER_MISC_SUPPORT option 7 years ago
Philipp Tomsich f94e643ef9 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds 7 years ago
Philipp Tomsich d60b5f74fd spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL 7 years ago
Philipp Tomsich f1c6e1922e spl: dm: use CONFIG_IS_ENABLED to test for the DM option 7 years ago
Philipp Tomsich 616bd09e79 spl: dm: Kconfig: fix help text for SPL/TPL confusion 7 years ago
Philipp Tomsich ae2cee2e34 spl: use TPL_SYS_MALLOC_F_LEN for TPL 7 years ago
Philipp Tomsich a954fa3203 spl: configure 'return to bootrom' separately for SPL and TPL 7 years ago
Philipp Tomsich 225d30b708 spl: add a 'return to bootrom' boot method 7 years ago
Thomas Petazzoni eaa90e5df2 common/env_embedded.c: rename PPCENV/PPCTEXT macros 7 years ago
Thomas Petazzoni 7653942b10 common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV 7 years ago
Siva Durga Prasad Paladugu 60873f736e common: board_f: Make reserve_mmu a weak function 7 years ago
Bin Meng 5d89b37f71 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig 7 years ago
Bin Meng 30b1ecd265 x86: kconfig: Let board select BOARD_EARLY_INIT_F 7 years ago
Simon Glass 336a44877a fdt: Correct fdt_get_base_address() 7 years ago
Simon Glass c4d660d4d0 dm: mmc: Allow disabling driver model in SPL 7 years ago
Simon Glass 7b3c4c3a53 dm: console: Check for serial devices properly 7 years ago
Simon Glass 42f9f915c2 console: Unify the check for a serial console 7 years ago
Tom Rini 43ba3c59cb env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig 7 years ago
Bin Meng 81060bb1c0 usb: hub: Call usb_update_hub_device() after hub descriptor is fetched 7 years ago
Bin Meng 5624dfd5aa usb: hub: Parse and save TT details from device descriptor 7 years ago
Bin Meng bbc6f06c00 usb: hub: Support 'set hub depth' request for USB 3.0 hubs 7 years ago
Bin Meng 74ffc7cbb1 usb: hub: Translate USB 3.0 hub port status into old version 7 years ago
Bin Meng 46c1d49330 usb: hub: Add a new API to test if a hub device is root hub 7 years ago
Bin Meng a199a72448 usb: hub: Remove hub_port_reset() 7 years ago
Bin Meng dfa96e0676 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv 7 years ago
Bin Meng 337fc7e665 usb: hub: Change USB hub descriptor to match USB 3.0 hubs 7 years ago
Bin Meng 53771a490e usb: hub: Revise wLength for 'get port status' request 7 years ago
Bin Meng f342119602 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub 7 years ago
Bin Meng f7a9e5dd03 usb: hub: Update handling connect status/change in usb_scan_port() 7 years ago
Masahiro Yamada c61d0009fe console: simplify puts() 7 years ago
Andy Yan f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 7 years ago
Simon Glass 609bf92411 Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig 7 years ago
Simon Glass b31e065f89 Convert CONFIG_ENV_IS_IN_FAT to Kconfig 7 years ago
Simon Glass 337cd3f211 Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig 7 years ago
Simon Glass 91c868fe7c Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig 7 years ago
Simon Glass ef6253d7b3 Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig 7 years ago
Simon Glass f0bc2b542b Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig 7 years ago