aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
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-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-30board: Add a gd flag for chain loadingSimon Glass1-0/+1
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay1-0/+16
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay1-0/+15
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay1-1/+5
2020-04-16gpio: update dir_flags managementPatrick Delaunay1-6/+16
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-0/+6
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-34/+0
2020-04-16gpio: remove GPIOD_REQUESTEDPatrick Delaunay1-5/+4
2020-03-16asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-containedMasahiro Yamada1-0/+2
2020-03-16global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada1-1/+1
2020-02-05gpio: Rename free() to rfree()Simon Glass1-1/+1
2020-01-27global_data: remove unused mxc_i2c specific fieldBaruch Siach1-3/+0
2020-01-15Include missing headers for asm-generic/sections.hSean Anderson1-0/+2
2019-08-18global_data: Remove comment of reserved arch-specific GD flagsStefan Roese1-1/+1
2019-07-30Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+1
2019-07-30global_data: enable fb_base for DM_VIDEOHeiko Schocher1-1/+1
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher1-5/+7
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut1-1/+1
2019-07-16efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt1-0/+16
2019-07-13gpio: add gpio-hog supportHeiko Schocher1-0/+32
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-0/+4
2019-04-23dm: core: Change platform specific translation-offset handlingStefan Roese1-0/+4
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot1-0/+4
2018-12-02pe.h: Add characteristics definesBin Meng1-0/+18
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-0/+3
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass1-0/+4
2018-09-25Add include/asm-generic/atomic.hChris Packham1-0/+150
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2-0/+56
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini1-1/+1
2018-07-09fdt: Add device tree memory bindingsMichael Pratt1-0/+1
2018-06-03efi_loader: allow unaligned memory accessHeinrich Schuchardt1-0/+3
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-9/+5
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy1-1/+1
2018-02-16env: Fix env_load_locationYork Sun1-0/+1
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt1-0/+21
2018-02-03log: Add control over log formattingSimon Glass1-0/+1
2018-01-28atomic-long: Fix warnings on arm64Bradley Bolen1-0/+2
2018-01-27env: Initialise all the environmentsMaxime Ripard1-0/+1
2017-12-07log: Plumb logging into the init sequenceSimon Glass1-0/+1
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+5
2017-12-07Drop the log bufferSimon Glass1-1/+1
2017-10-02Provide a generic io.h & address mapping functionsPaul Burton1-0/+110
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1