summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-03common: Move timer_get_us() function out of common.hSimon Glass2-3/+7
2019-12-03common: Move wait_ticks functions out of common.hSimon Glass2-1/+10
2019-12-03common: Move some time functions out of common.hSimon Glass2-4/+16
2019-12-03common: Add a new lz4.h header fileSimon Glass2-3/+24
2019-12-03common: Move serial functions out of common.hSimon Glass2-9/+8
2019-12-03common: Move serial_printf() to the serial headerSimon Glass2-7/+11
2019-12-03serial: usb: Correct the usbtty_...() prototypesSimon Glass1-8/+10
2019-12-03common: Move env_get_ip() to net.hSimon Glass2-5/+20
2019-12-03Move strtomhz() to vsprintf.hSimon Glass2-3/+10
2019-12-03common: Move sorting functions to their own header fileSimon Glass2-5/+34
2019-12-03common: Move bootcount functions to their header fileSimon Glass2-4/+10
2019-12-03spl: bootcount: Move code out of header fileSimon Glass1-4/+0
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-3/+0
2019-12-03crc: Fix code style with crc functionsSimon Glass1-7/+68
2019-12-03common: Drop linux/crc8.hSimon Glass2-24/+13
2019-12-03common: Move random-number functions into their own headerSimon Glass3-6/+41
2019-12-03status_led: Tidy up the code styleSimon Glass1-2/+2
2019-12-03common: Drop global inclusion of status_led.hSimon Glass1-4/+0
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-4/+0
2019-12-03common: Move older CPU functions to their own headerSimon Glass2-8/+23
2019-11-28Merge git://git.denx.de/u-boot-usbTom Rini1-0/+6
2019-11-26stm32mp1: board: add spi nand supportPatrick Delaunay1-2/+8
2019-11-26stm32mp1: activate SET_DFU_ALT_INFOPatrick Delaunay1-0/+32
2019-11-26ARM: dts: stm32: DT alignment with kernel v5.4-rc4Patrick Delaunay2-1/+2
2019-11-26ARM: dts: stm32: DT alignment with kernel v5.3Patrick Delaunay2-3/+10
2019-11-25Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-bootTom Rini1-0/+4
2019-11-25usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt1-0/+6
2019-11-24ARM: bcm283x: Move BCM283x_BASE to a global variableMatthias Brugger1-0/+4
2019-11-24Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini3-0/+35
2019-11-23usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2-0/+21
2019-11-23power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick1-0/+14
2019-11-21env: Finish migration of common ENV optionsTom Rini486-2262/+22
2019-11-21env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini64-66/+5
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt1-1/+0
2019-11-18Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi...Tom Rini12-1/+1017
2019-11-18Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini5-13/+25
2019-11-17rockchip: dts: tinker: Add tinker-s board supportMichael Trimarchi1-0/+1
2019-11-17rockchip: rk3308: Add support for ROC-RK3308-CC boardAndy Yan1-0/+20
2019-11-17board: rockchip: Add rk3308 evb supportAndy Yan1-0/+20
2019-11-17rockchip: clk: Add clk driver for rk3308Finley Xiao1-0/+387
2019-11-17arm: rockchip: Add RK3308 SOC supportAndy Yan1-0/+58
2019-11-17rockchip: rk3399: split rockpro64 out of evb_rk3399Vasily Khoruzhick1-0/+15
2019-11-17rockchip: usb: Migrate to use ofnodeKever Yang1-1/+3
2019-11-17rockchip: add px30-evb boardHeiko Stuebner1-0/+19
2019-11-17rockchip: clk: add px30 clock driverKever Yang1-0/+389
2019-11-17rockchip: add core px30 headersHeiko Stuebner3-0/+105
2019-11-14tests: add OP-TEE test suiteHeiko Stuebner2-0/+15
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner1-0/+9
2019-11-14fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner1-1/+1
2019-11-14fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner1-0/+1