summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* common: Move get_ticks() function out of common.hSimon Glass2019-12-022-5/+12
* common: Move timer_get_us() function out of common.hSimon Glass2019-12-022-3/+7
* common: Move wait_ticks functions out of common.hSimon Glass2019-12-022-1/+10
* common: Move some time functions out of common.hSimon Glass2019-12-022-4/+16
* common: Add a new lz4.h header fileSimon Glass2019-12-022-3/+24
* common: Move serial functions out of common.hSimon Glass2019-12-022-9/+8
* common: Move serial_printf() to the serial headerSimon Glass2019-12-022-7/+11
* serial: usb: Correct the usbtty_...() prototypesSimon Glass2019-12-021-8/+10
* common: Move env_get_ip() to net.hSimon Glass2019-12-022-5/+20
* Move strtomhz() to vsprintf.hSimon Glass2019-12-022-3/+10
* common: Move sorting functions to their own header fileSimon Glass2019-12-022-5/+34
* common: Move bootcount functions to their header fileSimon Glass2019-12-022-4/+10
* spl: bootcount: Move code out of header fileSimon Glass2019-12-021-4/+0
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-3/+0
* crc: Fix code style with crc functionsSimon Glass2019-12-021-7/+68
* common: Drop linux/crc8.hSimon Glass2019-12-022-24/+13
* common: Move random-number functions into their own headerSimon Glass2019-12-023-6/+41
* status_led: Tidy up the code styleSimon Glass2019-12-021-2/+2
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-4/+0
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-4/+0
* common: Move older CPU functions to their own headerSimon Glass2019-12-022-8/+23
* Merge git://git.denx.de/u-boot-usbTom Rini2019-11-281-0/+6
|\
| * usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt2019-11-251-0/+6
* | stm32mp1: board: add spi nand supportPatrick Delaunay2019-11-261-2/+8
* | stm32mp1: activate SET_DFU_ALT_INFOPatrick Delaunay2019-11-261-0/+32
* | ARM: dts: stm32: DT alignment with kernel v5.4-rc4Patrick Delaunay2019-11-262-1/+2
* | ARM: dts: stm32: DT alignment with kernel v5.3Patrick Delaunay2019-11-262-3/+10
* | Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-bootWIP/25Nov2019Tom Rini2019-11-251-0/+4
|\ \ | |/ |/|
| * ARM: bcm283x: Move BCM283x_BASE to a global variableMatthias Brugger2019-11-241-0/+4
* | Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...WIP/23Nov2019Tom Rini2019-11-233-0/+35
|\ \
| * | usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2019-11-232-0/+21
| * | power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick2019-11-231-0/+14
| |/
* | env: Finish migration of common ENV optionsTom Rini2019-11-20486-2262/+22
* | env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini2019-11-2064-66/+5
* | efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt2019-11-191-1/+0
|/
* Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-1712-1/+1017
|\
| * rockchip: dts: tinker: Add tinker-s board supportMichael Trimarchi2019-11-171-0/+1
| * rockchip: rk3308: Add support for ROC-RK3308-CC boardAndy Yan2019-11-171-0/+20
| * board: rockchip: Add rk3308 evb supportAndy Yan2019-11-171-0/+20
| * rockchip: clk: Add clk driver for rk3308Finley Xiao2019-11-171-0/+387
| * arm: rockchip: Add RK3308 SOC supportAndy Yan2019-11-171-0/+58
| * rockchip: rk3399: split rockpro64 out of evb_rk3399Vasily Khoruzhick2019-11-171-0/+15
| * rockchip: usb: Migrate to use ofnodeKever Yang2019-11-171-1/+3
| * rockchip: add px30-evb boardHeiko Stuebner2019-11-171-0/+19
| * rockchip: clk: add px30 clock driverKever Yang2019-11-171-0/+389
| * rockchip: add core px30 headersHeiko Stuebner2019-11-173-0/+105
* | Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini2019-11-175-13/+25
|\ \
| * | tests: add OP-TEE test suiteHeiko Stuebner2019-11-142-0/+15
| * | image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner2019-11-141-0/+9
| * | fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner2019-11-141-1/+1