There is no limitation to the core configurations.
Page 6 describes the hardware in the video:
http://www.linaro.org/documents/download/6d58a63e42baca4c49c5840788f004455098e05ba4a37
You''re really starting to bring down the quality of the discussions here on this site with these ramblings, it's getting annoying.
The heterogeneous MP model is good because it has a far greater flexibility (And of course full use of the whole silicon) in towards different load types to achieve better power management. The current scheduler in the Linux kernel isn't near as advanced as it could be, currently it's being transitioned into having per-entity load-tracking so that power management logics can make use of that information for better distribution and power/frequency scaling. You can have load spikes be done on the A15 cores while not having to migrate any of the minor tasks from the A7 cores, so you don't have to scale up the A15 cores as high in frequency, or you have more dedicated resources available for the demanding task on the A15 core.
There's massive gains to be made from the software side to catch up with what the silicon is capable of. Heterogeneous MP helps in moving towards the death of classic CPU hotplugging in the kernel, it's an outdated, crappy method to achieve power management on the cores. With schedulers aware and capable to differentiate between cores like that means we can properly use power-gating on a per-core basis with the granularity that the hardware allows us to.
The video is wildly uninteresting, first of all it's still the TC2 chip which we've had public information of since last November; the Linaro working group are the consortium of companies working on the software side of things for ARM and the ones spear-heading development of big.LITTLE power management on the Linux kernel. They have public releases available for most of the common stuff they are working on and summits a few times a year where they discuss the advancements:
http://www.linaro.org/connect/resources
These are probably the more interesting documents regarding TC2 and big.LITTLE:
http://www.linaro.org/documents/download/d364018e38b473315767d5479039751a50925b90d6cc6
http://www.linaro.org/documents/download/4c0f2845bd86ad5710e9a97f78aef039509276da0f31b
http://www.linaro.org/documents/download/a7e92b96e40c1662b34608953ab6e7425098f865bbdca
http://www.linaro.org/documents/download/6d58a63e42baca4c49c5840788f004455098e05ba4a37
http://www.linaro.org/documents/download/8b2310e1b792e5ff63a92c4bcde14806508f9404bf1ce
They obviously advanced have since, as those are from ~4 months ago and while the video doesn't show any proof of it, they seem to have advanced to the point to be confident show a PR video of the MP model working.