summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass1-2/+0
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-1/+1
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas1-0/+2
2021-07-01global-data.h: add build-time sanity check of sizeof(struct global_data)Rasmus Villemoes1-0/+5
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass1-6/+10
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-24/+0
2021-04-13gpio: Drop dm_gpio_set_dir()Simon Glass1-11/+0
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass2-0/+13
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-2/+14
2021-03-13log: Handle line continuationSimon Glass1-0/+6
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass1-0/+40
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass1-1/+25
2021-03-03dm: gpio: Add a way to update flagsSimon Glass1-6/+25
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-3/+3
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass1-5/+6
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-6/+22
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass1-0/+6
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng1-1/+1
2021-01-29efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt1-0/+2
2021-01-25dm: core: describe uclass_root_sHeinrich Schuchardt1-4/+12
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait1-2/+2
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+24
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini1-1/+7
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-1/+7
2020-12-03global_data: Fix comment for dm_driver_rtSimon Glass1-1/+1
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass1-0/+13
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+26
2020-10-30log: typo logl_pref in documentationHeinrich Schuchardt1-1/+1
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-0/+14
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-1/+12
2020-10-27log: allow for message continuationHeinrich Schuchardt1-0/+12
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt1-0/+8
2020-10-22gpio: fix gpio_request_by_name() descriptionDario Binacchi1-1/+1
2020-10-14global_data.h: add Sphinx documentationHeinrich Schuchardt1-55/+317
2020-10-14global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt1-22/+84
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot1-0/+47
2020-08-26asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_infoStefan Roese1-2/+0
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-2/+0
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass1-0/+1
2020-07-17asm/u-boot.h: remove bd_t definitionsMasahiro Yamada1-2/+2
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+27
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt1-0/+2
2020-06-25bdinfo: net: ppc: Drop bi_enet1addr and other similar infoSimon Glass1-17/+0
2020-06-25bdinfo: m68k: Drop bd_info->bi_ipbfreqSimon Glass1-1/+0
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-30board: Add a gd flag for chain loadingSimon Glass1-0/+1
2020-04-17gpio: add ops to set dir flagsPatrick Delaunay1-0/+16
2020-04-17gpio: add ops to get dir flagsPatrick Delaunay1-0/+15
2020-04-17gpio: add support of new GPIO direction flagPatrick Delaunay1-1/+5