summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2022-04-06LFU-263-1 gpio: add a marco to mask gpio input and output bitsClark Wang
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-23fdt: Record where the devicetree came fromSimon Glass
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass
2021-10-05gpio: Factor out DT flag translationSamuel Holland
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini
2021-09-25dm: gpio: Add of-platdata supportSimon Glass
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass
2021-08-31watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas
2021-07-01global-data.h: add build-time sanity check of sizeof(struct global_data)Rasmus Villemoes
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-12log: Handle line continuationSimon Glass
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng
2021-01-29efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt
2021-01-25dm: core: describe uclass_root_sHeinrich Schuchardt
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2020-12-02global_data: Fix comment for dm_driver_rtSimon Glass
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30log: typo logl_pref in documentationHeinrich Schuchardt
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-10-27log: allow for message continuationHeinrich Schuchardt
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt
2020-10-22gpio: fix gpio_request_by_name() descriptionDario Binacchi
2020-10-14global_data.h: add Sphinx documentationHeinrich Schuchardt
2020-10-14global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot
2020-08-26asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_infoStefan Roese
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass