summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: add virtio network driverAhmad Fatoum2021-10-056-3/+615
* net: dhcp: set default DHCP vendor ID to "barebox"Oleksij Rempel2021-10-051-0/+2
* net: dhcp: send current hostname as part of the DHCP requestOleksij Rempel2021-10-051-0/+8
* mci: Improve error message for non-existent vmmc regulatorUwe Kleine-König2021-10-051-1/+1
* console: add new CONFIG_CONSOLE_DISABLE_INPUT optionRouven Czerwinski2021-10-055-6/+29
* mci-bcm2835: Fix return type handling of bcm2835_mci_wait_command_done()Uwe Kleine-König2021-10-051-2/+3
* mci-bcm2835: Don't block infinitely while waiting for a command completionUwe Kleine-König2021-10-051-0/+4
* pinctrl: bcm2835: Add support for bcm2711Ahmad Fatoum2021-10-051-1/+21
* pinctrl: bcm2835: Probe driver earlierAhmad Fatoum2021-10-051-1/+1
* kbuild: dtc: Allow adding device tree fragments via configTrent Piepho2021-10-052-1/+30
* serial: implement riscv SBI console supportMarcelo Politzer2021-10-055-0/+89
* fastboot: use file_list_parse_null()Rouven Czerwinski2021-10-051-1/+1
* file_list: add file_list_parse_null()Rouven Czerwinski2021-10-053-20/+21
* hush: fix conditional statements exit codeAndrej Picej2021-10-051-1/+22
* fastboot net: add setter for global.fastboot.net.autostartMarco Felsch2021-08-231-6/+13
* net: e1000: split EEPROM and barebox MTD wrapper into separate filesAhmad Fatoum2021-08-234-815/+839
* x86: define phys_to_virt and virt_to_physAhmad Fatoum2021-08-231-0/+10
* asm-generic: include bitio.h from io.hAhmad Fatoum2021-08-235-5/+15
* net: make ARC MAC driver 32-bit onlyAhmad Fatoum2021-08-231-1/+1
* net: drop Calxeda Highbank xgmac driver supportAhmad Fatoum2021-08-233-739/+0
* scripts: socfpga_import_preloader: make sdk optionalSteffen Trumtrar2021-08-232-12/+78
* arm: rockchip-rk3568-evb: add hardware id detectionMichael Riesch2021-08-231-0/+62
* arm: mxs: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-08-0922-283/+60
* arm/mvebu: sync barebox-arm-head.h to generic variantUwe Kleine-König2021-08-091-1/+24
* scripts: bareboxenv: add erase hint if build as host-toolMarco Felsch2021-08-091-0/+6
* fit: Use digest_verify() to verify hashesSascha Hauer2021-07-301-7/+1
* password: Use crypto_memneq() to compare hashesSascha Hauer2021-07-301-2/+3
* crypto: digest: use crypto_memneq()Sascha Hauer2021-07-301-2/+5
* crypto: add crypto_memneq()Sascha Hauer2021-07-303-0/+109
* Revert "sandbox: hostfile: move initcall to earlier postcore level"Ahmad Fatoum2021-07-181-1/+1
* sandbox: turn into deep probe platformAhmad Fatoum2021-07-181-2/+14
* nvmem: support deep probeAhmad Fatoum2021-07-181-0/+13
* state: support deep probeAhmad Fatoum2021-07-181-0/+4
* of: partition: implement of_partition_ensure_probedAhmad Fatoum2021-07-182-0/+17
* sandbox: fix probe order dependency between watchdog and powerAhmad Fatoum2021-07-181-8/+6
* sandbox: power: set $global.system.reset=POR on poweroffAhmad Fatoum2021-07-181-3/+11
* Merge branch 'for-next/zynqmp'Sascha Hauer2021-07-1810-0/+238
|\
| * Documentation: zynqmp: add some documentationMichael Tretter2021-06-251-0/+40
| * ARM: zynqmp: defconfig: enable more featuresMichael Tretter2021-06-251-0/+23
| * ARM: zynqmp: zcu104: register update handlerMichael Tretter2021-06-252-0/+19
| * ARM: zynqmp: add update handlerMichael Tretter2021-06-253-0/+70
| * dts: zcu104: add Barebox environmentMichael Tretter2021-06-251-0/+10
| * clk: zynqmp: do not enable already enabled clocksMichael Tretter2021-06-251-0/+3
| * ARM: zynqmp: set reset sourceMichael Tretter2021-06-252-0/+73
* | Merge branch 'for-next/usb-gadget'Sascha Hauer2021-07-1827-148/+3621
|\ \
| * | bthread: add options to create and delete dummy bthreadsAhmad Fatoum2021-06-281-1/+26
| * | bthread: replace blocking bthread_stop with nonblocking bthread_cancelAhmad Fatoum2021-06-284-44/+56
| * | bthread: remove thread exit codesAhmad Fatoum2021-06-284-38/+47
| * | usbgadget: add support for USB mass storage gadgetAhmad Fatoum2021-06-2513-4/+3347
| * | usbgadget: refactor usbgadget_register to accept arrayAhmad Fatoum2021-06-253-25/+39