summaryrefslogtreecommitdiff
path: root/package/bcm28xx-bootloader
AgeCommit message (Collapse)Author
2017-06-14rpi: update bootloader and kernel to latestWaldemar Brodkorb
2017-04-18rpi3: add defconfig, try with trailer for 64bit kernelWaldemar Brodkorb
2017-04-16add rpi3 aarch64 sample, not yet fully workingWaldemar Brodkorb
2017-03-31bcm28xx debugtool: fix dependsWaldemar Brodkorb
2017-03-27rpi: fix mini.configWaldemar Brodkorb
2017-03-22bcm28xx-bootloader: fix dtb loadingWaldemar Brodkorb
2017-03-19rpi: use uncompressed image, trailer creation otherwise seems brokenWaldemar Brodkorb
2017-03-19bcm28xx-bootloader: update to latestWaldemar Brodkorb
2017-03-14implement kernel symbol neutral method to select audio addon boardsWaldemar Brodkorb
2017-02-27bcm28xx: update bootloader and userland librariesWaldemar Brodkorb
2017-02-22raspberry-pi3: fix mini.config bootupWaldemar Brodkorb
- cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix
2016-07-11rework kernel patches for rpi/imx6Waldemar Brodkorb
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig.
2016-05-03update rpi kernel patch, add mkknlimg back, more fixesWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-04-04bcm28xx-bootloader: git checkout take ages, just add the required files, ↵Waldemar Brodkorb
update to latest
2016-03-01bcm28xx-bootloader: downgrade to last working versionWaldemar Brodkorb
2016-02-29add new PKG_GIT variableWaldemar Brodkorb
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
2015-10-14update firmware and kernel to latestWaldemar Brodkorb
2015-09-07enable spi/i2c by defaultWaldemar Brodkorb
2015-09-01rpi2: unbreak bootop with 4.1.x kernelWaldemar Brodkorb
Add missing kernel symbols. NOL2CACHE and *BSG to allow bootup. Remove support patches for older kernels. Enable REGMAP by default.
2015-08-03update firmware to latestWaldemar Brodkorb
2015-07-13update bootloader and userland for bcm28xxWaldemar Brodkorb
2015-07-07fix cmdline.txt generation for kodiWaldemar Brodkorb
2015-06-25activate i2sWaldemar Brodkorb
2015-06-03update kernel to 3.18.14, refresh realtime and rpi patchesWaldemar Brodkorb
2015-04-05simplify config.txt generation, finetune kernel config for rpi2Waldemar Brodkorb
2015-04-05always enable device tree for raspberry pi{,2}. enable only 3.18 kernelWaldemar Brodkorb
2015-04-04update to latestWaldemar Brodkorb
2015-04-04gpu_mem only for rpiWaldemar Brodkorb
2015-03-27update to 3.18.10, sync rpi patchWaldemar Brodkorb
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without.
2015-03-10add missing debug library for vcdbgWaldemar Brodkorb
2015-03-06sync with upstream firmwarei, omxplayer and userlandWaldemar Brodkorb
Rename packages, as bcm2836 is also supported now.